You must catch a mouse for every letter of the alphabet – in order.
-
-
-
-
-
-
-
Summary
-
- In this challenge, you'll be catching at least 26 mice across the Kingdown, one for each letter of the alphabet! Even though it is a race, if you can finish the challenge,
- you'll win a prize.
-
-
- First, catch a mouse whose name begins with the letter A, then B, and continue on until{' '}
- Z.
-
-
-
Prizes
-
-
- 250SUPER|brie+ to the first person to complete a full streak.
-
-
- 100SUPER|brie+ to the next 10 participants who complete a full streak.
-
-
- 10SUPER|brie+ to all participants, regardless of completion.{' '}
- (Limited to the first 100 participants)
-
Continue catching mice and posting screenshots until you have caught a mouse for each letter of the alphabet.
-
-
-
Catching mice
-
- You can hunt in any location you want, using any bait or trap. Most letters have a large variety of mice to choose from, so try to plan out the next couple of letters you need to
- catch. MHCT can help you look up attraction rates for mice to figure out what's easiest.
-
-
-
Pausing your streak
-
- It will take at least 26 hunts to finish your streak, so you probably will hit a point where you need to sleep or take a break and don't want to lose your progress. Simply travel
- to Meadow and hunt there. All hunts there will be excluded from the challenge. Feel free to hunt in Meadow as much as you want, there is no
- penalty for doing so.
-
-
-
Tracking your progress
-
- The{' '}
-
- progress tracker
- {' '}
- will keep track of your current streak. The progress tracker will automatically update every 30 minutes.
-
-
-
Rules
-
-
- For the letter X, you must catch an extraC mouse that you didn't use.
-
-
- Failure to catch or failure to attract will not break your current streak.
-
-
- Catching any mouse that does not start with the correct letter ends your streak.
-
-
You must go in alphabetical order and you can't skip letters.
-
- Any hunts in Meadow will be excluded from the challenge.
-
- )
-}
diff --git a/postcss.config.js b/postcss.config.js
deleted file mode 100644
index 33ad091d..00000000
--- a/postcss.config.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = {
- plugins: {
- tailwindcss: {},
- autoprefixer: {},
- },
-}
diff --git a/postcss.config.mjs b/postcss.config.mjs
new file mode 100644
index 00000000..d0c615b3
--- /dev/null
+++ b/postcss.config.mjs
@@ -0,0 +1,9 @@
+/** @type {import('postcss-load-config').Config} */
+const config = {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}
+
+export default config
diff --git a/prettier.config.mjs b/prettier.config.mjs
new file mode 100644
index 00000000..0ecbea30
--- /dev/null
+++ b/prettier.config.mjs
@@ -0,0 +1,13 @@
+/** @type {import("prettier").Config} */
+const config = {
+ semi: true,
+ singleQuote: true,
+ printWidth: 120,
+ trailingComma: 'es5',
+ tailwindFunctions: ['clsx', 'tw'],
+ plugins: [
+ 'prettier-plugin-tailwindcss'
+ ],
+};
+
+export default config;
diff --git a/public/images/essence/aleth.png b/public/images/essence/aleth.png
new file mode 100644
index 00000000..e7ab21af
Binary files /dev/null and b/public/images/essence/aleth.png differ
diff --git a/public/images/essence/ber.png b/public/images/essence/ber.png
new file mode 100644
index 00000000..364f8929
Binary files /dev/null and b/public/images/essence/ber.png differ
diff --git a/public/images/essence/cynd.png b/public/images/essence/cynd.png
new file mode 100644
index 00000000..19804a5d
Binary files /dev/null and b/public/images/essence/cynd.png differ
diff --git a/public/images/essence/dol.png b/public/images/essence/dol.png
new file mode 100644
index 00000000..052d08cb
Binary files /dev/null and b/public/images/essence/dol.png differ
diff --git a/public/images/essence/est.png b/public/images/essence/est.png
new file mode 100644
index 00000000..52840f04
Binary files /dev/null and b/public/images/essence/est.png differ
diff --git a/public/images/essence/fel.png b/public/images/essence/fel.png
new file mode 100644
index 00000000..f87de614
Binary files /dev/null and b/public/images/essence/fel.png differ
diff --git a/public/images/essence/gur.png b/public/images/essence/gur.png
new file mode 100644
index 00000000..7760a590
Binary files /dev/null and b/public/images/essence/gur.png differ
diff --git a/public/images/essence/hix.png b/public/images/essence/hix.png
new file mode 100644
index 00000000..b9ee57ab
Binary files /dev/null and b/public/images/essence/hix.png differ
diff --git a/public/images/essence/icuri.png b/public/images/essence/icuri.png
new file mode 100644
index 00000000..fdcdda9c
Binary files /dev/null and b/public/images/essence/icuri.png differ
diff --git a/public/images/items/large/10-pack-of-lunar-lantern-candles-convertible.png b/public/images/items/large/10-pack-of-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..fb5af23b
Binary files /dev/null and b/public/images/items/large/10-pack-of-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/large/10-pack-of-red-lunar-lantern-candles-convertible.png b/public/images/items/large/10-pack-of-red-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..c6b704fd
Binary files /dev/null and b/public/images/items/large/10-pack-of-red-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/large/100-pack-of-lunar-lantern-candles-convertible.png b/public/images/items/large/100-pack-of-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..db899167
Binary files /dev/null and b/public/images/items/large/100-pack-of-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/large/100-pack-of-red-lunar-lantern-candles-convertible.png b/public/images/items/large/100-pack-of-red-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..9bc21c4f
Binary files /dev/null and b/public/images/items/large/100-pack-of-red-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/large/100-pack-super-brie-cheese-convertible.png b/public/images/items/large/100-pack-super-brie-cheese-convertible.png
new file mode 100644
index 00000000..280fa5f3
Binary files /dev/null and b/public/images/items/large/100-pack-super-brie-cheese-convertible.png differ
diff --git a/public/images/items/large/2-pack-gauntlet-string-cheese-convertible.png b/public/images/items/large/2-pack-gauntlet-string-cheese-convertible.png
new file mode 100644
index 00000000..db216c5e
Binary files /dev/null and b/public/images/items/large/2-pack-gauntlet-string-cheese-convertible.png differ
diff --git a/public/images/items/large/2-pack-lantern-oil-convertible.png b/public/images/items/large/2-pack-lantern-oil-convertible.png
new file mode 100644
index 00000000..5e09c21e
Binary files /dev/null and b/public/images/items/large/2-pack-lantern-oil-convertible.png differ
diff --git a/public/images/items/large/2010-blastoff-trap-weapon.png b/public/images/items/large/2010-blastoff-trap-weapon.png
new file mode 100644
index 00000000..fdbbdccf
Binary files /dev/null and b/public/images/items/large/2010-blastoff-trap-weapon.png differ
diff --git a/public/images/items/large/2010-ronza-voucher-stat-item.png b/public/images/items/large/2010-ronza-voucher-stat-item.png
new file mode 100644
index 00000000..1ff02050
Binary files /dev/null and b/public/images/items/large/2010-ronza-voucher-stat-item.png differ
diff --git a/public/images/items/large/2011-bday-gift-convertible.png b/public/images/items/large/2011-bday-gift-convertible.png
new file mode 100644
index 00000000..e5a52432
Binary files /dev/null and b/public/images/items/large/2011-bday-gift-convertible.png differ
diff --git a/public/images/items/large/2011-pumpkin-treat-basket-convertible.png b/public/images/items/large/2011-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/2011-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/large/2011-ronza-voucher-stat-item.png b/public/images/items/large/2011-ronza-voucher-stat-item.png
new file mode 100644
index 00000000..8e747882
Binary files /dev/null and b/public/images/items/large/2011-ronza-voucher-stat-item.png differ
diff --git a/public/images/items/large/2011-spring-egg-opener.png b/public/images/items/large/2011-spring-egg-opener.png
new file mode 100644
index 00000000..ae44b2a7
Binary files /dev/null and b/public/images/items/large/2011-spring-egg-opener.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-1.png b/public/images/items/large/2011-spring-hunt-egg-1.png
new file mode 100644
index 00000000..ca2fe065
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-1.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-10.png b/public/images/items/large/2011-spring-hunt-egg-10.png
new file mode 100644
index 00000000..dad7bdc7
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-10.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-2.png b/public/images/items/large/2011-spring-hunt-egg-2.png
new file mode 100644
index 00000000..dc61264c
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-2.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-3.png b/public/images/items/large/2011-spring-hunt-egg-3.png
new file mode 100644
index 00000000..07dff1e7
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-3.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-4.png b/public/images/items/large/2011-spring-hunt-egg-4.png
new file mode 100644
index 00000000..51ff6bd7
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-4.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-5.png b/public/images/items/large/2011-spring-hunt-egg-5.png
new file mode 100644
index 00000000..2e124279
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-5.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-6.png b/public/images/items/large/2011-spring-hunt-egg-6.png
new file mode 100644
index 00000000..86565941
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-6.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-7.png b/public/images/items/large/2011-spring-hunt-egg-7.png
new file mode 100644
index 00000000..b0ac7c50
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-7.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-8.png b/public/images/items/large/2011-spring-hunt-egg-8.png
new file mode 100644
index 00000000..061ff70c
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-8.png differ
diff --git a/public/images/items/large/2011-spring-hunt-egg-9.png b/public/images/items/large/2011-spring-hunt-egg-9.png
new file mode 100644
index 00000000..2ab2e9f4
Binary files /dev/null and b/public/images/items/large/2011-spring-hunt-egg-9.png differ
diff --git a/public/images/items/large/2012-bday-gift-basket-convertible.png b/public/images/items/large/2012-bday-gift-basket-convertible.png
new file mode 100644
index 00000000..9c5b4a89
Binary files /dev/null and b/public/images/items/large/2012-bday-gift-basket-convertible.png differ
diff --git a/public/images/items/large/2012-bday-gift-convertible.png b/public/images/items/large/2012-bday-gift-convertible.png
new file mode 100644
index 00000000..e5a52432
Binary files /dev/null and b/public/images/items/large/2012-bday-gift-convertible.png differ
diff --git a/public/images/items/large/2012-bday-jumbo-gift-basket-convertible.png b/public/images/items/large/2012-bday-jumbo-gift-basket-convertible.png
new file mode 100644
index 00000000..a133eb2b
Binary files /dev/null and b/public/images/items/large/2012-bday-jumbo-gift-basket-convertible.png differ
diff --git a/public/images/items/large/2012-big-boom-weapon.png b/public/images/items/large/2012-big-boom-weapon.png
new file mode 100644
index 00000000..f7ba7c22
Binary files /dev/null and b/public/images/items/large/2012-big-boom-weapon.png differ
diff --git a/public/images/items/large/2012-pumpkin-treat-basket-convertible.png b/public/images/items/large/2012-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/2012-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/large/2013-bday-party-pack-convertible.png b/public/images/items/large/2013-bday-party-pack-convertible.png
new file mode 100644
index 00000000..6902a8d4
Binary files /dev/null and b/public/images/items/large/2013-bday-party-pack-convertible.png differ
diff --git a/public/images/items/large/2013-bday-super-mechaparty-box-convertible.png b/public/images/items/large/2013-bday-super-mechaparty-box-convertible.png
new file mode 100644
index 00000000..97ad5b97
Binary files /dev/null and b/public/images/items/large/2013-bday-super-mechaparty-box-convertible.png differ
diff --git a/public/images/items/large/2013-pumpkin-treat-basket-convertible.png b/public/images/items/large/2013-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/2013-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/large/2014-bday-gift-convertible.png b/public/images/items/large/2014-bday-gift-convertible.png
new file mode 100644
index 00000000..e5a52432
Binary files /dev/null and b/public/images/items/large/2014-bday-gift-convertible.png differ
diff --git a/public/images/items/large/2014-birthday-goodie-bag-convertible.png b/public/images/items/large/2014-birthday-goodie-bag-convertible.png
new file mode 100644
index 00000000..758afb1a
Binary files /dev/null and b/public/images/items/large/2014-birthday-goodie-bag-convertible.png differ
diff --git a/public/images/items/large/2014-party-pack-convertible.png b/public/images/items/large/2014-party-pack-convertible.png
new file mode 100644
index 00000000..cd415454
Binary files /dev/null and b/public/images/items/large/2014-party-pack-convertible.png differ
diff --git a/public/images/items/large/2014-pumpkin-treat-basket-convertible.png b/public/images/items/large/2014-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/2014-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/large/2014-spooky-shuffle-admission-ticket-stat-item.png b/public/images/items/large/2014-spooky-shuffle-admission-ticket-stat-item.png
new file mode 100644
index 00000000..e62d0e89
Binary files /dev/null and b/public/images/items/large/2014-spooky-shuffle-admission-ticket-stat-item.png differ
diff --git a/public/images/items/large/2014-throwable-snowball-stat-item.png b/public/images/items/large/2014-throwable-snowball-stat-item.png
new file mode 100644
index 00000000..e623de7b
Binary files /dev/null and b/public/images/items/large/2014-throwable-snowball-stat-item.png differ
diff --git a/public/images/items/large/2014-trinket.png b/public/images/items/large/2014-trinket.png
new file mode 100644
index 00000000..31dc6c37
Binary files /dev/null and b/public/images/items/large/2014-trinket.png differ
diff --git a/public/images/items/large/2015-bday-gift-convertible.png b/public/images/items/large/2015-bday-gift-convertible.png
new file mode 100644
index 00000000..e5a52432
Binary files /dev/null and b/public/images/items/large/2015-bday-gift-convertible.png differ
diff --git a/public/images/items/large/2015-halloween-skin-pack-convertible.png b/public/images/items/large/2015-halloween-skin-pack-convertible.png
new file mode 100644
index 00000000..ce0cc082
Binary files /dev/null and b/public/images/items/large/2015-halloween-skin-pack-convertible.png differ
diff --git a/public/images/items/large/2015-party-pack-convertible.png b/public/images/items/large/2015-party-pack-convertible.png
new file mode 100644
index 00000000..cde17650
Binary files /dev/null and b/public/images/items/large/2015-party-pack-convertible.png differ
diff --git a/public/images/items/large/2015-toboggan-trophy-collectible.png b/public/images/items/large/2015-toboggan-trophy-collectible.png
new file mode 100644
index 00000000..7f73a446
Binary files /dev/null and b/public/images/items/large/2015-toboggan-trophy-collectible.png differ
diff --git a/public/images/items/large/2015-trinket.png b/public/images/items/large/2015-trinket.png
new file mode 100644
index 00000000..a05aa34a
Binary files /dev/null and b/public/images/items/large/2015-trinket.png differ
diff --git a/public/images/items/large/2016-bday-gift-convertible.png b/public/images/items/large/2016-bday-gift-convertible.png
new file mode 100644
index 00000000..330fe1c8
Binary files /dev/null and b/public/images/items/large/2016-bday-gift-convertible.png differ
diff --git a/public/images/items/large/2016-halloween-skin-pack-convertible.png b/public/images/items/large/2016-halloween-skin-pack-convertible.png
new file mode 100644
index 00000000..3a4105a3
Binary files /dev/null and b/public/images/items/large/2016-halloween-skin-pack-convertible.png differ
diff --git a/public/images/items/large/2016-party-pack-convertible.png b/public/images/items/large/2016-party-pack-convertible.png
new file mode 100644
index 00000000..7bfe912e
Binary files /dev/null and b/public/images/items/large/2016-party-pack-convertible.png differ
diff --git a/public/images/items/large/2016-pumpkin-treat-basket-convertible.png b/public/images/items/large/2016-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/2016-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/large/2016-trinket.png b/public/images/items/large/2016-trinket.png
new file mode 100644
index 00000000..d94b24d7
Binary files /dev/null and b/public/images/items/large/2016-trinket.png differ
diff --git a/public/images/items/large/2017-bday-gift-convertible.png b/public/images/items/large/2017-bday-gift-convertible.png
new file mode 100644
index 00000000..16adeafc
Binary files /dev/null and b/public/images/items/large/2017-bday-gift-convertible.png differ
diff --git a/public/images/items/large/2017-halloween-skin-pack-convertible.png b/public/images/items/large/2017-halloween-skin-pack-convertible.png
new file mode 100644
index 00000000..3a4105a3
Binary files /dev/null and b/public/images/items/large/2017-halloween-skin-pack-convertible.png differ
diff --git a/public/images/items/large/2017-party-pack-convertible.png b/public/images/items/large/2017-party-pack-convertible.png
new file mode 100644
index 00000000..b8e2e318
Binary files /dev/null and b/public/images/items/large/2017-party-pack-convertible.png differ
diff --git a/public/images/items/large/2017-trinket.png b/public/images/items/large/2017-trinket.png
new file mode 100644
index 00000000..f9d1ec8a
Binary files /dev/null and b/public/images/items/large/2017-trinket.png differ
diff --git a/public/images/items/large/2018-charm-pack-convertible.png b/public/images/items/large/2018-charm-pack-convertible.png
new file mode 100644
index 00000000..45658af7
Binary files /dev/null and b/public/images/items/large/2018-charm-pack-convertible.png differ
diff --git a/public/images/items/large/2018-lucky-codex-stat-item.png b/public/images/items/large/2018-lucky-codex-stat-item.png
new file mode 100644
index 00000000..12b71d29
Binary files /dev/null and b/public/images/items/large/2018-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2018-party-pack-convertible.png b/public/images/items/large/2018-party-pack-convertible.png
new file mode 100644
index 00000000..31359215
Binary files /dev/null and b/public/images/items/large/2018-party-pack-convertible.png differ
diff --git a/public/images/items/large/2018-spring-hunt-egg-10.png b/public/images/items/large/2018-spring-hunt-egg-10.png
new file mode 100644
index 00000000..92813d1f
Binary files /dev/null and b/public/images/items/large/2018-spring-hunt-egg-10.png differ
diff --git a/public/images/items/large/2018-trinket.png b/public/images/items/large/2018-trinket.png
new file mode 100644
index 00000000..c8eb9517
Binary files /dev/null and b/public/images/items/large/2018-trinket.png differ
diff --git a/public/images/items/large/2019-birthday-gift-basket-convertible.png b/public/images/items/large/2019-birthday-gift-basket-convertible.png
new file mode 100644
index 00000000..f60c7b82
Binary files /dev/null and b/public/images/items/large/2019-birthday-gift-basket-convertible.png differ
diff --git a/public/images/items/large/2019-birthday-supply-kit-convertible.png b/public/images/items/large/2019-birthday-supply-kit-convertible.png
new file mode 100644
index 00000000..bfda1514
Binary files /dev/null and b/public/images/items/large/2019-birthday-supply-kit-convertible.png differ
diff --git a/public/images/items/large/2019-lucky-codex-stat-item.png b/public/images/items/large/2019-lucky-codex-stat-item.png
new file mode 100644
index 00000000..958bf03b
Binary files /dev/null and b/public/images/items/large/2019-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2019-spring-hunt-egg-10.png b/public/images/items/large/2019-spring-hunt-egg-10.png
new file mode 100644
index 00000000..5a99863f
Binary files /dev/null and b/public/images/items/large/2019-spring-hunt-egg-10.png differ
diff --git a/public/images/items/large/2019-trinket.png b/public/images/items/large/2019-trinket.png
new file mode 100644
index 00000000..bad51b79
Binary files /dev/null and b/public/images/items/large/2019-trinket.png differ
diff --git a/public/images/items/large/2020-lucky-codex-stat-item.png b/public/images/items/large/2020-lucky-codex-stat-item.png
new file mode 100644
index 00000000..71e4d712
Binary files /dev/null and b/public/images/items/large/2020-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2020-spring-hunt-egg-10.png b/public/images/items/large/2020-spring-hunt-egg-10.png
new file mode 100644
index 00000000..5a99863f
Binary files /dev/null and b/public/images/items/large/2020-spring-hunt-egg-10.png differ
diff --git a/public/images/items/large/2020-trinket.png b/public/images/items/large/2020-trinket.png
new file mode 100644
index 00000000..008df022
Binary files /dev/null and b/public/images/items/large/2020-trinket.png differ
diff --git a/public/images/items/large/2021-lucky-codex-stat-item.png b/public/images/items/large/2021-lucky-codex-stat-item.png
new file mode 100644
index 00000000..c3ab40f4
Binary files /dev/null and b/public/images/items/large/2021-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2021-trinket.png b/public/images/items/large/2021-trinket.png
new file mode 100644
index 00000000..a4f8a978
Binary files /dev/null and b/public/images/items/large/2021-trinket.png differ
diff --git a/public/images/items/large/2022-lucky-codex-stat-item.png b/public/images/items/large/2022-lucky-codex-stat-item.png
new file mode 100644
index 00000000..7a532493
Binary files /dev/null and b/public/images/items/large/2022-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2022-trinket.png b/public/images/items/large/2022-trinket.png
new file mode 100644
index 00000000..56f6eba3
Binary files /dev/null and b/public/images/items/large/2022-trinket.png differ
diff --git a/public/images/items/large/2023-lucky-codex-stat-item.png b/public/images/items/large/2023-lucky-codex-stat-item.png
new file mode 100644
index 00000000..8ac95f41
Binary files /dev/null and b/public/images/items/large/2023-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2023-trinket.png b/public/images/items/large/2023-trinket.png
new file mode 100644
index 00000000..4ddc96bd
Binary files /dev/null and b/public/images/items/large/2023-trinket.png differ
diff --git a/public/images/items/large/2024-lucky-codex-stat-item.png b/public/images/items/large/2024-lucky-codex-stat-item.png
new file mode 100644
index 00000000..df7b6bf9
Binary files /dev/null and b/public/images/items/large/2024-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2024-trinket.png b/public/images/items/large/2024-trinket.png
new file mode 100644
index 00000000..6f2d7888
Binary files /dev/null and b/public/images/items/large/2024-trinket.png differ
diff --git a/public/images/items/large/2025-lucky-codex-stat-item.png b/public/images/items/large/2025-lucky-codex-stat-item.png
new file mode 100644
index 00000000..d8d1b712
Binary files /dev/null and b/public/images/items/large/2025-lucky-codex-stat-item.png differ
diff --git a/public/images/items/large/2025-trinket.png b/public/images/items/large/2025-trinket.png
new file mode 100644
index 00000000..8481f4c2
Binary files /dev/null and b/public/images/items/large/2025-trinket.png differ
diff --git a/public/images/items/large/21k-golden-egg-convertible.png b/public/images/items/large/21k-golden-egg-convertible.png
new file mode 100644
index 00000000..5a99863f
Binary files /dev/null and b/public/images/items/large/21k-golden-egg-convertible.png differ
diff --git a/public/images/items/large/250-pack-bland-queso-convertible.png b/public/images/items/large/250-pack-bland-queso-convertible.png
new file mode 100644
index 00000000..17f871c6
Binary files /dev/null and b/public/images/items/large/250-pack-bland-queso-convertible.png differ
diff --git a/public/images/items/large/30-pack-of-lunar-lantern-candles-convertible.png b/public/images/items/large/30-pack-of-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..a2503e41
Binary files /dev/null and b/public/images/items/large/30-pack-of-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/large/30-pack-of-red-lunar-lantern-candles-convertible.png b/public/images/items/large/30-pack-of-red-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..489b882d
Binary files /dev/null and b/public/images/items/large/30-pack-of-red-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/large/500-pound-spiked-crusher-weapon.png b/public/images/items/large/500-pound-spiked-crusher-weapon.png
new file mode 100644
index 00000000..acb8088f
Binary files /dev/null and b/public/images/items/large/500-pound-spiked-crusher-weapon.png differ
diff --git a/public/images/items/large/6-cupcakes-blue-red-convertible.png b/public/images/items/large/6-cupcakes-blue-red-convertible.png
new file mode 100644
index 00000000..4380c776
Binary files /dev/null and b/public/images/items/large/6-cupcakes-blue-red-convertible.png differ
diff --git a/public/images/items/large/6-cupcakes-blue-red-yellow-convertible.png b/public/images/items/large/6-cupcakes-blue-red-yellow-convertible.png
new file mode 100644
index 00000000..7a3aa490
Binary files /dev/null and b/public/images/items/large/6-cupcakes-blue-red-yellow-convertible.png differ
diff --git a/public/images/items/large/6-cupcakes-red-yellow-convertible.png b/public/images/items/large/6-cupcakes-red-yellow-convertible.png
new file mode 100644
index 00000000..81141053
Binary files /dev/null and b/public/images/items/large/6-cupcakes-red-yellow-convertible.png differ
diff --git a/public/images/items/large/6-cupcakes-yellow-blue-convertible.png b/public/images/items/large/6-cupcakes-yellow-blue-convertible.png
new file mode 100644
index 00000000..161e2d5e
Binary files /dev/null and b/public/images/items/large/6-cupcakes-yellow-blue-convertible.png differ
diff --git a/public/images/items/large/abominable-asiago-cheese.png b/public/images/items/large/abominable-asiago-cheese.png
new file mode 100644
index 00000000..7a629d4c
Binary files /dev/null and b/public/images/items/large/abominable-asiago-cheese.png differ
diff --git a/public/images/items/large/abominable-snow-egg-convertible.png b/public/images/items/large/abominable-snow-egg-convertible.png
new file mode 100644
index 00000000..84f1f272
Binary files /dev/null and b/public/images/items/large/abominable-snow-egg-convertible.png differ
diff --git a/public/images/items/large/abrasive-aftershave-collectible.png b/public/images/items/large/abrasive-aftershave-collectible.png
new file mode 100644
index 00000000..bab8ed52
Binary files /dev/null and b/public/images/items/large/abrasive-aftershave-collectible.png differ
diff --git a/public/images/items/large/absolute-acolyte-egg-convertible.png b/public/images/items/large/absolute-acolyte-egg-convertible.png
new file mode 100644
index 00000000..703392c9
Binary files /dev/null and b/public/images/items/large/absolute-acolyte-egg-convertible.png differ
diff --git a/public/images/items/large/acolyte-champion-kit-convertible.png b/public/images/items/large/acolyte-champion-kit-convertible.png
new file mode 100644
index 00000000..ca96b247
Binary files /dev/null and b/public/images/items/large/acolyte-champion-kit-convertible.png differ
diff --git a/public/images/items/large/acolyte-egg-convertible.png b/public/images/items/large/acolyte-egg-convertible.png
new file mode 100644
index 00000000..aff662c9
Binary files /dev/null and b/public/images/items/large/acolyte-egg-convertible.png differ
diff --git a/public/images/items/large/acolyte-realm-miniature-collectible.png b/public/images/items/large/acolyte-realm-miniature-collectible.png
new file mode 100644
index 00000000..f4e7b9e6
Binary files /dev/null and b/public/images/items/large/acolyte-realm-miniature-collectible.png differ
diff --git a/public/images/items/large/acolyte-realm-souvenir-collectible.png b/public/images/items/large/acolyte-realm-souvenir-collectible.png
new file mode 100644
index 00000000..b845a701
Binary files /dev/null and b/public/images/items/large/acolyte-realm-souvenir-collectible.png differ
diff --git a/public/images/items/large/acolyte-relic-125000-bonus-loot.png b/public/images/items/large/acolyte-relic-125000-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/acolyte-relic-125000-bonus-loot.png differ
diff --git a/public/images/items/large/acronym-parts-crafting-item.png b/public/images/items/large/acronym-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/acronym-parts-crafting-item.png differ
diff --git a/public/images/items/large/acronym-weapon.png b/public/images/items/large/acronym-weapon.png
new file mode 100644
index 00000000..b50bda8e
Binary files /dev/null and b/public/images/items/large/acronym-weapon.png differ
diff --git a/public/images/items/large/admirals-galleon-weapon.png b/public/images/items/large/admirals-galleon-weapon.png
new file mode 100644
index 00000000..8a4f5887
Binary files /dev/null and b/public/images/items/large/admirals-galleon-weapon.png differ
diff --git a/public/images/items/large/admirals-ship-journal-theme-collectible.png b/public/images/items/large/admirals-ship-journal-theme-collectible.png
new file mode 100644
index 00000000..098929e2
Binary files /dev/null and b/public/images/items/large/admirals-ship-journal-theme-collectible.png differ
diff --git a/public/images/items/large/admirals-ship-theme-1-crafting-item.png b/public/images/items/large/admirals-ship-theme-1-crafting-item.png
new file mode 100644
index 00000000..7c2d08e4
Binary files /dev/null and b/public/images/items/large/admirals-ship-theme-1-crafting-item.png differ
diff --git a/public/images/items/large/admirals-ship-theme-2-crafting-item.png b/public/images/items/large/admirals-ship-theme-2-crafting-item.png
new file mode 100644
index 00000000..b1283eaa
Binary files /dev/null and b/public/images/items/large/admirals-ship-theme-2-crafting-item.png differ
diff --git a/public/images/items/large/admirals-ship-theme-3-crafting-item.png b/public/images/items/large/admirals-ship-theme-3-crafting-item.png
new file mode 100644
index 00000000..cd5aa93f
Binary files /dev/null and b/public/images/items/large/admirals-ship-theme-3-crafting-item.png differ
diff --git a/public/images/items/large/adv-zugzwang-research-assignment-convertible.png b/public/images/items/large/adv-zugzwang-research-assignment-convertible.png
new file mode 100644
index 00000000..f1eede87
Binary files /dev/null and b/public/images/items/large/adv-zugzwang-research-assignment-convertible.png differ
diff --git a/public/images/items/large/advent-chocolate-stat-item.png b/public/images/items/large/advent-chocolate-stat-item.png
new file mode 100644
index 00000000..5efbb46c
Binary files /dev/null and b/public/images/items/large/advent-chocolate-stat-item.png differ
diff --git a/public/images/items/large/adventure-gift-basket-convertible.png b/public/images/items/large/adventure-gift-basket-convertible.png
new file mode 100644
index 00000000..3be42b4b
Binary files /dev/null and b/public/images/items/large/adventure-gift-basket-convertible.png differ
diff --git a/public/images/items/large/aether-egg-convertible.png b/public/images/items/large/aether-egg-convertible.png
new file mode 100644
index 00000000..0bde11e3
Binary files /dev/null and b/public/images/items/large/aether-egg-convertible.png differ
diff --git a/public/images/items/large/aged-grape-juice-crafting-item.png b/public/images/items/large/aged-grape-juice-crafting-item.png
new file mode 100644
index 00000000..a077b626
Binary files /dev/null and b/public/images/items/large/aged-grape-juice-crafting-item.png differ
diff --git a/public/images/items/large/agriculture-egg-convertible.png b/public/images/items/large/agriculture-egg-convertible.png
new file mode 100644
index 00000000..07dc48c7
Binary files /dev/null and b/public/images/items/large/agriculture-egg-convertible.png differ
diff --git a/public/images/items/large/airship-balloon-astral-stat-item.png b/public/images/items/large/airship-balloon-astral-stat-item.png
new file mode 100644
index 00000000..9b3e9e27
Binary files /dev/null and b/public/images/items/large/airship-balloon-astral-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-birthday-stat-item.png b/public/images/items/large/airship-balloon-birthday-stat-item.png
new file mode 100644
index 00000000..02a66935
Binary files /dev/null and b/public/images/items/large/airship-balloon-birthday-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-bookmobile-stat-item.png b/public/images/items/large/airship-balloon-bookmobile-stat-item.png
new file mode 100644
index 00000000..f5b40470
Binary files /dev/null and b/public/images/items/large/airship-balloon-bookmobile-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-chrome-stat-item.png b/public/images/items/large/airship-balloon-chrome-stat-item.png
new file mode 100644
index 00000000..c41ecaa0
Binary files /dev/null and b/public/images/items/large/airship-balloon-chrome-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-cloud-stat-item.png b/public/images/items/large/airship-balloon-cloud-stat-item.png
new file mode 100644
index 00000000..90739bb7
Binary files /dev/null and b/public/images/items/large/airship-balloon-cloud-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-deluxe-stat-item.png b/public/images/items/large/airship-balloon-deluxe-stat-item.png
new file mode 100644
index 00000000..784bb8c7
Binary files /dev/null and b/public/images/items/large/airship-balloon-deluxe-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-empyrean-stat-item.png b/public/images/items/large/airship-balloon-empyrean-stat-item.png
new file mode 100644
index 00000000..2a0bab27
Binary files /dev/null and b/public/images/items/large/airship-balloon-empyrean-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-factory-stat-item.png b/public/images/items/large/airship-balloon-factory-stat-item.png
new file mode 100644
index 00000000..b7da6611
Binary files /dev/null and b/public/images/items/large/airship-balloon-factory-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-ghost-ship-stat-item.png b/public/images/items/large/airship-balloon-ghost-ship-stat-item.png
new file mode 100644
index 00000000..3e574b9b
Binary files /dev/null and b/public/images/items/large/airship-balloon-ghost-ship-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-gilded-stat-item.png b/public/images/items/large/airship-balloon-gilded-stat-item.png
new file mode 100644
index 00000000..19f8252b
Binary files /dev/null and b/public/images/items/large/airship-balloon-gilded-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-gloomy-galleon-stat-item.png b/public/images/items/large/airship-balloon-gloomy-galleon-stat-item.png
new file mode 100644
index 00000000..2725967a
Binary files /dev/null and b/public/images/items/large/airship-balloon-gloomy-galleon-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-holiday-express-stat-item.png b/public/images/items/large/airship-balloon-holiday-express-stat-item.png
new file mode 100644
index 00000000..e93323a4
Binary files /dev/null and b/public/images/items/large/airship-balloon-holiday-express-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-lny-ox-stat-item.png b/public/images/items/large/airship-balloon-lny-ox-stat-item.png
new file mode 100644
index 00000000..9d292d7a
Binary files /dev/null and b/public/images/items/large/airship-balloon-lny-ox-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-lny-stat-item.png b/public/images/items/large/airship-balloon-lny-stat-item.png
new file mode 100644
index 00000000..b0ab6fb8
Binary files /dev/null and b/public/images/items/large/airship-balloon-lny-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-marzipan-stat-item.png b/public/images/items/large/airship-balloon-marzipan-stat-item.png
new file mode 100644
index 00000000..de729e19
Binary files /dev/null and b/public/images/items/large/airship-balloon-marzipan-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-mineral-stat-item.png b/public/images/items/large/airship-balloon-mineral-stat-item.png
new file mode 100644
index 00000000..25ce7318
Binary files /dev/null and b/public/images/items/large/airship-balloon-mineral-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-new-years-stat-item.png b/public/images/items/large/airship-balloon-new-years-stat-item.png
new file mode 100644
index 00000000..981da3cc
Binary files /dev/null and b/public/images/items/large/airship-balloon-new-years-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-pirate-stat-item.png b/public/images/items/large/airship-balloon-pirate-stat-item.png
new file mode 100644
index 00000000..3550f525
Binary files /dev/null and b/public/images/items/large/airship-balloon-pirate-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-plant-stat-item.png b/public/images/items/large/airship-balloon-plant-stat-item.png
new file mode 100644
index 00000000..cf8b08b5
Binary files /dev/null and b/public/images/items/large/airship-balloon-plant-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-porcelain-stat-item.png b/public/images/items/large/airship-balloon-porcelain-stat-item.png
new file mode 100644
index 00000000..0d982d49
Binary files /dev/null and b/public/images/items/large/airship-balloon-porcelain-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-spring-stat-item.png b/public/images/items/large/airship-balloon-spring-stat-item.png
new file mode 100644
index 00000000..0d72e949
Binary files /dev/null and b/public/images/items/large/airship-balloon-spring-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-tiger-stat-item.png b/public/images/items/large/airship-balloon-tiger-stat-item.png
new file mode 100644
index 00000000..0fb516cf
Binary files /dev/null and b/public/images/items/large/airship-balloon-tiger-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-vrift-stat-item.png b/public/images/items/large/airship-balloon-vrift-stat-item.png
new file mode 100644
index 00000000..7c09b728
Binary files /dev/null and b/public/images/items/large/airship-balloon-vrift-stat-item.png differ
diff --git a/public/images/items/large/airship-balloon-winter-stat-item.png b/public/images/items/large/airship-balloon-winter-stat-item.png
new file mode 100644
index 00000000..e975d0b9
Binary files /dev/null and b/public/images/items/large/airship-balloon-winter-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-astral-stat-item.png b/public/images/items/large/airship-hull-astral-stat-item.png
new file mode 100644
index 00000000..5ad71c9c
Binary files /dev/null and b/public/images/items/large/airship-hull-astral-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-birthday-stat-item.png b/public/images/items/large/airship-hull-birthday-stat-item.png
new file mode 100644
index 00000000..e859124b
Binary files /dev/null and b/public/images/items/large/airship-hull-birthday-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-bookmobile-stat-item.png b/public/images/items/large/airship-hull-bookmobile-stat-item.png
new file mode 100644
index 00000000..b13d1bbc
Binary files /dev/null and b/public/images/items/large/airship-hull-bookmobile-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-chrome-stat-item.png b/public/images/items/large/airship-hull-chrome-stat-item.png
new file mode 100644
index 00000000..af8f0bce
Binary files /dev/null and b/public/images/items/large/airship-hull-chrome-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-cloud-stat-item.png b/public/images/items/large/airship-hull-cloud-stat-item.png
new file mode 100644
index 00000000..ebd21acc
Binary files /dev/null and b/public/images/items/large/airship-hull-cloud-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-deluxe-stat-item.png b/public/images/items/large/airship-hull-deluxe-stat-item.png
new file mode 100644
index 00000000..9e883937
Binary files /dev/null and b/public/images/items/large/airship-hull-deluxe-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-empyrean-stat-item.png b/public/images/items/large/airship-hull-empyrean-stat-item.png
new file mode 100644
index 00000000..2c158870
Binary files /dev/null and b/public/images/items/large/airship-hull-empyrean-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-factory-stat-item.png b/public/images/items/large/airship-hull-factory-stat-item.png
new file mode 100644
index 00000000..518f29c9
Binary files /dev/null and b/public/images/items/large/airship-hull-factory-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-ghost-ship-stat-item.png b/public/images/items/large/airship-hull-ghost-ship-stat-item.png
new file mode 100644
index 00000000..231d48c4
Binary files /dev/null and b/public/images/items/large/airship-hull-ghost-ship-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-gilded-stat-item.png b/public/images/items/large/airship-hull-gilded-stat-item.png
new file mode 100644
index 00000000..b73c9980
Binary files /dev/null and b/public/images/items/large/airship-hull-gilded-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-gloomy-galleon-stat-item.png b/public/images/items/large/airship-hull-gloomy-galleon-stat-item.png
new file mode 100644
index 00000000..0e274ee1
Binary files /dev/null and b/public/images/items/large/airship-hull-gloomy-galleon-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-holiday-express-stat-item.png b/public/images/items/large/airship-hull-holiday-express-stat-item.png
new file mode 100644
index 00000000..efd405b9
Binary files /dev/null and b/public/images/items/large/airship-hull-holiday-express-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-lny-ox-stat-item.png b/public/images/items/large/airship-hull-lny-ox-stat-item.png
new file mode 100644
index 00000000..8601ab1c
Binary files /dev/null and b/public/images/items/large/airship-hull-lny-ox-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-lny-stat-item.png b/public/images/items/large/airship-hull-lny-stat-item.png
new file mode 100644
index 00000000..40e1ab9c
Binary files /dev/null and b/public/images/items/large/airship-hull-lny-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-marzipan-stat-item.png b/public/images/items/large/airship-hull-marzipan-stat-item.png
new file mode 100644
index 00000000..afd9dcb1
Binary files /dev/null and b/public/images/items/large/airship-hull-marzipan-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-mineral-stat-item.png b/public/images/items/large/airship-hull-mineral-stat-item.png
new file mode 100644
index 00000000..1cab7d97
Binary files /dev/null and b/public/images/items/large/airship-hull-mineral-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-new-years-stat-item.png b/public/images/items/large/airship-hull-new-years-stat-item.png
new file mode 100644
index 00000000..a6146f7e
Binary files /dev/null and b/public/images/items/large/airship-hull-new-years-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-pirate-stat-item.png b/public/images/items/large/airship-hull-pirate-stat-item.png
new file mode 100644
index 00000000..5bf1c779
Binary files /dev/null and b/public/images/items/large/airship-hull-pirate-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-plant-stat-item.png b/public/images/items/large/airship-hull-plant-stat-item.png
new file mode 100644
index 00000000..c9182577
Binary files /dev/null and b/public/images/items/large/airship-hull-plant-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-porcelain-stat-item.png b/public/images/items/large/airship-hull-porcelain-stat-item.png
new file mode 100644
index 00000000..85487555
Binary files /dev/null and b/public/images/items/large/airship-hull-porcelain-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-spring-stat-item.png b/public/images/items/large/airship-hull-spring-stat-item.png
new file mode 100644
index 00000000..15b57e59
Binary files /dev/null and b/public/images/items/large/airship-hull-spring-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-tiger-stat-item.png b/public/images/items/large/airship-hull-tiger-stat-item.png
new file mode 100644
index 00000000..c394d916
Binary files /dev/null and b/public/images/items/large/airship-hull-tiger-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-vrift-stat-item.png b/public/images/items/large/airship-hull-vrift-stat-item.png
new file mode 100644
index 00000000..2ef1043f
Binary files /dev/null and b/public/images/items/large/airship-hull-vrift-stat-item.png differ
diff --git a/public/images/items/large/airship-hull-winter-stat-item.png b/public/images/items/large/airship-hull-winter-stat-item.png
new file mode 100644
index 00000000..f80c1416
Binary files /dev/null and b/public/images/items/large/airship-hull-winter-stat-item.png differ
diff --git a/public/images/items/large/airship-journal-theme-collectible.png b/public/images/items/large/airship-journal-theme-collectible.png
new file mode 100644
index 00000000..ab6377ea
Binary files /dev/null and b/public/images/items/large/airship-journal-theme-collectible.png differ
diff --git a/public/images/items/large/airship-rocket-fuel-crate-convertible.png b/public/images/items/large/airship-rocket-fuel-crate-convertible.png
new file mode 100644
index 00000000..1ce5209b
Binary files /dev/null and b/public/images/items/large/airship-rocket-fuel-crate-convertible.png differ
diff --git a/public/images/items/large/airship-rocket-fuel-stat-item.png b/public/images/items/large/airship-rocket-fuel-stat-item.png
new file mode 100644
index 00000000..682dc68e
Binary files /dev/null and b/public/images/items/large/airship-rocket-fuel-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-astral-stat-item.png b/public/images/items/large/airship-sail-astral-stat-item.png
new file mode 100644
index 00000000..80cde121
Binary files /dev/null and b/public/images/items/large/airship-sail-astral-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-birthday-stat-item.png b/public/images/items/large/airship-sail-birthday-stat-item.png
new file mode 100644
index 00000000..f3456bfa
Binary files /dev/null and b/public/images/items/large/airship-sail-birthday-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-bookmobile-stat-item.png b/public/images/items/large/airship-sail-bookmobile-stat-item.png
new file mode 100644
index 00000000..6ed3f577
Binary files /dev/null and b/public/images/items/large/airship-sail-bookmobile-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-chrome-stat-item.png b/public/images/items/large/airship-sail-chrome-stat-item.png
new file mode 100644
index 00000000..e7476c66
Binary files /dev/null and b/public/images/items/large/airship-sail-chrome-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-cloud-stat-item.png b/public/images/items/large/airship-sail-cloud-stat-item.png
new file mode 100644
index 00000000..984ad447
Binary files /dev/null and b/public/images/items/large/airship-sail-cloud-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-deluxe-stat-item.png b/public/images/items/large/airship-sail-deluxe-stat-item.png
new file mode 100644
index 00000000..7c24334e
Binary files /dev/null and b/public/images/items/large/airship-sail-deluxe-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-empyrean-stat-item.png b/public/images/items/large/airship-sail-empyrean-stat-item.png
new file mode 100644
index 00000000..86bc484e
Binary files /dev/null and b/public/images/items/large/airship-sail-empyrean-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-factory-stat-item.png b/public/images/items/large/airship-sail-factory-stat-item.png
new file mode 100644
index 00000000..3b7596d2
Binary files /dev/null and b/public/images/items/large/airship-sail-factory-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-ghost-ship-stat-item.png b/public/images/items/large/airship-sail-ghost-ship-stat-item.png
new file mode 100644
index 00000000..649de0c2
Binary files /dev/null and b/public/images/items/large/airship-sail-ghost-ship-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-gilded-stat-item.png b/public/images/items/large/airship-sail-gilded-stat-item.png
new file mode 100644
index 00000000..b7464aa4
Binary files /dev/null and b/public/images/items/large/airship-sail-gilded-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-gloomy-galleon-stat-item.png b/public/images/items/large/airship-sail-gloomy-galleon-stat-item.png
new file mode 100644
index 00000000..f0b30950
Binary files /dev/null and b/public/images/items/large/airship-sail-gloomy-galleon-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-holiday-express-stat-item.png b/public/images/items/large/airship-sail-holiday-express-stat-item.png
new file mode 100644
index 00000000..8afbcce3
Binary files /dev/null and b/public/images/items/large/airship-sail-holiday-express-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-lny-ox-stat-item.png b/public/images/items/large/airship-sail-lny-ox-stat-item.png
new file mode 100644
index 00000000..f9687fee
Binary files /dev/null and b/public/images/items/large/airship-sail-lny-ox-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-lny-stat-item.png b/public/images/items/large/airship-sail-lny-stat-item.png
new file mode 100644
index 00000000..6dccaf68
Binary files /dev/null and b/public/images/items/large/airship-sail-lny-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-marzipan-stat-item.png b/public/images/items/large/airship-sail-marzipan-stat-item.png
new file mode 100644
index 00000000..f601e8ba
Binary files /dev/null and b/public/images/items/large/airship-sail-marzipan-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-mineral-stat-item.png b/public/images/items/large/airship-sail-mineral-stat-item.png
new file mode 100644
index 00000000..cbb4500c
Binary files /dev/null and b/public/images/items/large/airship-sail-mineral-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-new-years-stat-item.png b/public/images/items/large/airship-sail-new-years-stat-item.png
new file mode 100644
index 00000000..ba366b28
Binary files /dev/null and b/public/images/items/large/airship-sail-new-years-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-pirate-stat-item.png b/public/images/items/large/airship-sail-pirate-stat-item.png
new file mode 100644
index 00000000..033430a1
Binary files /dev/null and b/public/images/items/large/airship-sail-pirate-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-plant-stat-item.png b/public/images/items/large/airship-sail-plant-stat-item.png
new file mode 100644
index 00000000..cd935c0d
Binary files /dev/null and b/public/images/items/large/airship-sail-plant-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-porcelain-stat-item.png b/public/images/items/large/airship-sail-porcelain-stat-item.png
new file mode 100644
index 00000000..2d2f6127
Binary files /dev/null and b/public/images/items/large/airship-sail-porcelain-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-spring-stat-item.png b/public/images/items/large/airship-sail-spring-stat-item.png
new file mode 100644
index 00000000..8040913a
Binary files /dev/null and b/public/images/items/large/airship-sail-spring-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-tiger-stat-item.png b/public/images/items/large/airship-sail-tiger-stat-item.png
new file mode 100644
index 00000000..f28e12f4
Binary files /dev/null and b/public/images/items/large/airship-sail-tiger-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-vrift-stat-item.png b/public/images/items/large/airship-sail-vrift-stat-item.png
new file mode 100644
index 00000000..15f7d07a
Binary files /dev/null and b/public/images/items/large/airship-sail-vrift-stat-item.png differ
diff --git a/public/images/items/large/airship-sail-winter-stat-item.png b/public/images/items/large/airship-sail-winter-stat-item.png
new file mode 100644
index 00000000..d11d6e01
Binary files /dev/null and b/public/images/items/large/airship-sail-winter-stat-item.png differ
diff --git a/public/images/items/large/airship-supply-kit-convertible.png b/public/images/items/large/airship-supply-kit-convertible.png
new file mode 100644
index 00000000..9d8d9892
Binary files /dev/null and b/public/images/items/large/airship-supply-kit-convertible.png differ
diff --git a/public/images/items/large/airship-theme-scrap-1-crafting-item.png b/public/images/items/large/airship-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..63c7bc73
Binary files /dev/null and b/public/images/items/large/airship-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/airship-theme-scrap-2-crafting-item.png b/public/images/items/large/airship-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..924d5ed4
Binary files /dev/null and b/public/images/items/large/airship-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/airship-theme-scrap-3-crafting-item.png b/public/images/items/large/airship-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..bb6d1f28
Binary files /dev/null and b/public/images/items/large/airship-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/airship-trinket.png b/public/images/items/large/airship-trinket.png
new file mode 100644
index 00000000..5ce843ca
Binary files /dev/null and b/public/images/items/large/airship-trinket.png differ
diff --git a/public/images/items/large/alchemist-supply-box-convertible.png b/public/images/items/large/alchemist-supply-box-convertible.png
new file mode 100644
index 00000000..5dadb1ad
Binary files /dev/null and b/public/images/items/large/alchemist-supply-box-convertible.png differ
diff --git a/public/images/items/large/alchemists-cookbook-base.png b/public/images/items/large/alchemists-cookbook-base.png
new file mode 100644
index 00000000..0210ffa1
Binary files /dev/null and b/public/images/items/large/alchemists-cookbook-base.png differ
diff --git a/public/images/items/large/all-seeing-eye-focused-crystal-laser-skin.png b/public/images/items/large/all-seeing-eye-focused-crystal-laser-skin.png
new file mode 100644
index 00000000..24c891de
Binary files /dev/null and b/public/images/items/large/all-seeing-eye-focused-crystal-laser-skin.png differ
diff --git a/public/images/items/large/amber-queso-stat-item.png b/public/images/items/large/amber-queso-stat-item.png
new file mode 100644
index 00000000..5c6e6914
Binary files /dev/null and b/public/images/items/large/amber-queso-stat-item.png differ
diff --git a/public/images/items/large/ambrosial-portal-weapon.png b/public/images/items/large/ambrosial-portal-weapon.png
new file mode 100644
index 00000000..038b602a
Binary files /dev/null and b/public/images/items/large/ambrosial-portal-weapon.png differ
diff --git a/public/images/items/large/ambush-trap-blueprints-craft-item.png b/public/images/items/large/ambush-trap-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/ambush-trap-blueprints-craft-item.png differ
diff --git a/public/images/items/large/ambush-trap-parts-crafting-item.png b/public/images/items/large/ambush-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/ambush-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/ambush-weapon.png b/public/images/items/large/ambush-weapon.png
new file mode 100644
index 00000000..8ffd85cd
Binary files /dev/null and b/public/images/items/large/ambush-weapon.png differ
diff --git a/public/images/items/large/amplifier-trinket.png b/public/images/items/large/amplifier-trinket.png
new file mode 100644
index 00000000..a09be61a
Binary files /dev/null and b/public/images/items/large/amplifier-trinket.png differ
diff --git a/public/images/items/large/anchor-trinket.png b/public/images/items/large/anchor-trinket.png
new file mode 100644
index 00000000..58c93a4a
Binary files /dev/null and b/public/images/items/large/anchor-trinket.png differ
diff --git a/public/images/items/large/ancient-amulet-collectible.png b/public/images/items/large/ancient-amulet-collectible.png
new file mode 100644
index 00000000..cb4ff920
Binary files /dev/null and b/public/images/items/large/ancient-amulet-collectible.png differ
diff --git a/public/images/items/large/ancient-ancient-box-trap-skin.png b/public/images/items/large/ancient-ancient-box-trap-skin.png
new file mode 100644
index 00000000..a8ae02d3
Binary files /dev/null and b/public/images/items/large/ancient-ancient-box-trap-skin.png differ
diff --git a/public/images/items/large/ancient-booster-base.png b/public/images/items/large/ancient-booster-base.png
new file mode 100644
index 00000000..e1526353
Binary files /dev/null and b/public/images/items/large/ancient-booster-base.png differ
diff --git a/public/images/items/large/ancient-box-trap-blueprints-craft-item.png b/public/images/items/large/ancient-box-trap-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/ancient-box-trap-blueprints-craft-item.png differ
diff --git a/public/images/items/large/ancient-box-trap-weapon.png b/public/images/items/large/ancient-box-trap-weapon.png
new file mode 100644
index 00000000..bbb7ebdf
Binary files /dev/null and b/public/images/items/large/ancient-box-trap-weapon.png differ
diff --git a/public/images/items/large/ancient-cheese-potion.png b/public/images/items/large/ancient-cheese-potion.png
new file mode 100644
index 00000000..cbce01a9
Binary files /dev/null and b/public/images/items/large/ancient-cheese-potion.png differ
diff --git a/public/images/items/large/ancient-cheese.png b/public/images/items/large/ancient-cheese.png
new file mode 100644
index 00000000..f6f4e1f9
Binary files /dev/null and b/public/images/items/large/ancient-cheese.png differ
diff --git a/public/images/items/large/ancient-dive-crate-convertible.png b/public/images/items/large/ancient-dive-crate-convertible.png
new file mode 100644
index 00000000..8a80f368
Binary files /dev/null and b/public/images/items/large/ancient-dive-crate-convertible.png differ
diff --git a/public/images/items/large/ancient-frayed-blueprint-piece-craft-item.png b/public/images/items/large/ancient-frayed-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..1b52a5c5
Binary files /dev/null and b/public/images/items/large/ancient-frayed-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/large/ancient-gauntlet-weapon.png b/public/images/items/large/ancient-gauntlet-weapon.png
new file mode 100644
index 00000000..4acf90b4
Binary files /dev/null and b/public/images/items/large/ancient-gauntlet-weapon.png differ
diff --git a/public/images/items/large/ancient-jade-egg-convertible.png b/public/images/items/large/ancient-jade-egg-convertible.png
new file mode 100644
index 00000000..ac1881d2
Binary files /dev/null and b/public/images/items/large/ancient-jade-egg-convertible.png differ
diff --git a/public/images/items/large/ancient-mangled-blueprint-piece-craft-item.png b/public/images/items/large/ancient-mangled-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..1b52a5c5
Binary files /dev/null and b/public/images/items/large/ancient-mangled-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/large/ancient-relic-collectible.png b/public/images/items/large/ancient-relic-collectible.png
new file mode 100644
index 00000000..3f0456c1
Binary files /dev/null and b/public/images/items/large/ancient-relic-collectible.png differ
diff --git a/public/images/items/large/ancient-relic-staff-craft-item.png b/public/images/items/large/ancient-relic-staff-craft-item.png
new file mode 100644
index 00000000..58ac2a3e
Binary files /dev/null and b/public/images/items/large/ancient-relic-staff-craft-item.png differ
diff --git a/public/images/items/large/ancient-relic-trap-skin.png b/public/images/items/large/ancient-relic-trap-skin.png
new file mode 100644
index 00000000..e0020f8c
Binary files /dev/null and b/public/images/items/large/ancient-relic-trap-skin.png differ
diff --git a/public/images/items/large/ancient-ripped-blueprint-piece-craft-item.png b/public/images/items/large/ancient-ripped-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..1b52a5c5
Binary files /dev/null and b/public/images/items/large/ancient-ripped-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/large/ancient-scholar-scroll-crafting-item.png b/public/images/items/large/ancient-scholar-scroll-crafting-item.png
new file mode 100644
index 00000000..0ede9ce5
Binary files /dev/null and b/public/images/items/large/ancient-scholar-scroll-crafting-item.png differ
diff --git a/public/images/items/large/ancient-spear-craft-item.png b/public/images/items/large/ancient-spear-craft-item.png
new file mode 100644
index 00000000..4ff4093f
Binary files /dev/null and b/public/images/items/large/ancient-spear-craft-item.png differ
diff --git a/public/images/items/large/ancient-spear-gun-weapon.png b/public/images/items/large/ancient-spear-gun-weapon.png
new file mode 100644
index 00000000..05279c18
Binary files /dev/null and b/public/images/items/large/ancient-spear-gun-weapon.png differ
diff --git a/public/images/items/large/ancient-spear-launcher-blueprints-craft-item.png b/public/images/items/large/ancient-spear-launcher-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/ancient-spear-launcher-blueprints-craft-item.png differ
diff --git a/public/images/items/large/ancient-string-cheese-potion.png b/public/images/items/large/ancient-string-cheese-potion.png
new file mode 100644
index 00000000..b42827b5
Binary files /dev/null and b/public/images/items/large/ancient-string-cheese-potion.png differ
diff --git a/public/images/items/large/ancient-string-cheese.png b/public/images/items/large/ancient-string-cheese.png
new file mode 100644
index 00000000..8d4ea581
Binary files /dev/null and b/public/images/items/large/ancient-string-cheese.png differ
diff --git a/public/images/items/large/ancient-torn-blueprint-piece-craft-item.png b/public/images/items/large/ancient-torn-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..1b52a5c5
Binary files /dev/null and b/public/images/items/large/ancient-torn-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/large/ancient-trinket.png b/public/images/items/large/ancient-trinket.png
new file mode 100644
index 00000000..08a489a5
Binary files /dev/null and b/public/images/items/large/ancient-trinket.png differ
diff --git a/public/images/items/large/angel-floating-arcane-weapon-skin.png b/public/images/items/large/angel-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..798ca06e
Binary files /dev/null and b/public/images/items/large/angel-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/large/angelic-reaper-perch-skin.png b/public/images/items/large/angelic-reaper-perch-skin.png
new file mode 100644
index 00000000..c75be03a
Binary files /dev/null and b/public/images/items/large/angelic-reaper-perch-skin.png differ
diff --git a/public/images/items/large/animate-snow-stat-item.png b/public/images/items/large/animate-snow-stat-item.png
new file mode 100644
index 00000000..3f20edab
Binary files /dev/null and b/public/images/items/large/animate-snow-stat-item.png differ
diff --git a/public/images/items/large/anniversary-acronym-weapon.png b/public/images/items/large/anniversary-acronym-weapon.png
new file mode 100644
index 00000000..082ab29a
Binary files /dev/null and b/public/images/items/large/anniversary-acronym-weapon.png differ
diff --git a/public/images/items/large/anniversary-ambush-weapon.png b/public/images/items/large/anniversary-ambush-weapon.png
new file mode 100644
index 00000000..0e9a7120
Binary files /dev/null and b/public/images/items/large/anniversary-ambush-weapon.png differ
diff --git a/public/images/items/large/anniversary-ancient-box-trap-weapon.png b/public/images/items/large/anniversary-ancient-box-trap-weapon.png
new file mode 100644
index 00000000..afa593e3
Binary files /dev/null and b/public/images/items/large/anniversary-ancient-box-trap-weapon.png differ
diff --git a/public/images/items/large/anniversary-mouse-deathbot-weapon.png b/public/images/items/large/anniversary-mouse-deathbot-weapon.png
new file mode 100644
index 00000000..7ebfd22e
Binary files /dev/null and b/public/images/items/large/anniversary-mouse-deathbot-weapon.png differ
diff --git a/public/images/items/large/anniversary-reaper-perch-weapon.png b/public/images/items/large/anniversary-reaper-perch-weapon.png
new file mode 100644
index 00000000..6b536434
Binary files /dev/null and b/public/images/items/large/anniversary-reaper-perch-weapon.png differ
diff --git a/public/images/items/large/anti-skele-trinket.png b/public/images/items/large/anti-skele-trinket.png
new file mode 100644
index 00000000..1c5237f9
Binary files /dev/null and b/public/images/items/large/anti-skele-trinket.png differ
diff --git a/public/images/items/large/antique-chrome-kraken-skin.png b/public/images/items/large/antique-chrome-kraken-skin.png
new file mode 100644
index 00000000..04be0959
Binary files /dev/null and b/public/images/items/large/antique-chrome-kraken-skin.png differ
diff --git a/public/images/items/large/antique-frame-stat-item.png b/public/images/items/large/antique-frame-stat-item.png
new file mode 100644
index 00000000..82b14972
Binary files /dev/null and b/public/images/items/large/antique-frame-stat-item.png differ
diff --git a/public/images/items/large/apothecary-supply-kit-convertible.png b/public/images/items/large/apothecary-supply-kit-convertible.png
new file mode 100644
index 00000000..4388734f
Binary files /dev/null and b/public/images/items/large/apothecary-supply-kit-convertible.png differ
diff --git a/public/images/items/large/apprentice-achievement.png b/public/images/items/large/apprentice-achievement.png
new file mode 100644
index 00000000..b2cc2544
Binary files /dev/null and b/public/images/items/large/apprentice-achievement.png differ
diff --git a/public/images/items/large/apprentice-amber-stat-item.png b/public/images/items/large/apprentice-amber-stat-item.png
new file mode 100644
index 00000000..f8e1bcf1
Binary files /dev/null and b/public/images/items/large/apprentice-amber-stat-item.png differ
diff --git a/public/images/items/large/apprentice-ambert-cheese.png b/public/images/items/large/apprentice-ambert-cheese.png
new file mode 100644
index 00000000..0d372bd3
Binary files /dev/null and b/public/images/items/large/apprentice-ambert-cheese.png differ
diff --git a/public/images/items/large/apprentice-ambert-pack-large-convertible.png b/public/images/items/large/apprentice-ambert-pack-large-convertible.png
new file mode 100644
index 00000000..73c8845c
Binary files /dev/null and b/public/images/items/large/apprentice-ambert-pack-large-convertible.png differ
diff --git a/public/images/items/large/apprentice-ambert-pack-small-convertible.png b/public/images/items/large/apprentice-ambert-pack-small-convertible.png
new file mode 100644
index 00000000..508b1481
Binary files /dev/null and b/public/images/items/large/apprentice-ambert-pack-small-convertible.png differ
diff --git a/public/images/items/large/aqua-base.png b/public/images/items/large/aqua-base.png
new file mode 100644
index 00000000..9355677c
Binary files /dev/null and b/public/images/items/large/aqua-base.png differ
diff --git a/public/images/items/large/arcane-blast-weapon.png b/public/images/items/large/arcane-blast-weapon.png
new file mode 100644
index 00000000..247a9100
Binary files /dev/null and b/public/images/items/large/arcane-blast-weapon.png differ
diff --git a/public/images/items/large/arcane-crystal-crafting-item.png b/public/images/items/large/arcane-crystal-crafting-item.png
new file mode 100644
index 00000000..e3379574
Binary files /dev/null and b/public/images/items/large/arcane-crystal-crafting-item.png differ
diff --git a/public/images/items/large/arcane-master-egg-convertible.png b/public/images/items/large/arcane-master-egg-convertible.png
new file mode 100644
index 00000000..d4ac17d8
Binary files /dev/null and b/public/images/items/large/arcane-master-egg-convertible.png differ
diff --git a/public/images/items/large/arcane-sunstone-egg-convertible.png b/public/images/items/large/arcane-sunstone-egg-convertible.png
new file mode 100644
index 00000000..16469bc1
Binary files /dev/null and b/public/images/items/large/arcane-sunstone-egg-convertible.png differ
diff --git a/public/images/items/large/arcane-sunstone-stat-item.png b/public/images/items/large/arcane-sunstone-stat-item.png
new file mode 100644
index 00000000..3d7b1afa
Binary files /dev/null and b/public/images/items/large/arcane-sunstone-stat-item.png differ
diff --git a/public/images/items/large/arcanevine-crafting-item.png b/public/images/items/large/arcanevine-crafting-item.png
new file mode 100644
index 00000000..5e6d01b6
Binary files /dev/null and b/public/images/items/large/arcanevine-crafting-item.png differ
diff --git a/public/images/items/large/archduke-eggsweeper-convertible.png b/public/images/items/large/archduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/archduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/architeuthulhu-egg-convertible.png b/public/images/items/large/architeuthulhu-egg-convertible.png
new file mode 100644
index 00000000..61052ad1
Binary files /dev/null and b/public/images/items/large/architeuthulhu-egg-convertible.png differ
diff --git a/public/images/items/large/archmagus-final-form-skin.png b/public/images/items/large/archmagus-final-form-skin.png
new file mode 100644
index 00000000..1a65ae74
Binary files /dev/null and b/public/images/items/large/archmagus-final-form-skin.png differ
diff --git a/public/images/items/large/arctic-asiago-cheese.png b/public/images/items/large/arctic-asiago-cheese.png
new file mode 100644
index 00000000..998ed544
Binary files /dev/null and b/public/images/items/large/arctic-asiago-cheese.png differ
diff --git a/public/images/items/large/arduous-rh-treasure-chest-convertible.png b/public/images/items/large/arduous-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-convertible.png b/public/images/items/large/arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s10-convertible.png b/public/images/items/large/arduous-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s2-convertible.png b/public/images/items/large/arduous-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s3-convertible.png b/public/images/items/large/arduous-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s4-convertible.png b/public/images/items/large/arduous-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s5-convertible.png b/public/images/items/large/arduous-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s6-convertible.png b/public/images/items/large/arduous-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s7-convertible.png b/public/images/items/large/arduous-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s8-convertible.png b/public/images/items/large/arduous-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/arduous-treasure-chest-s9-convertible.png b/public/images/items/large/arduous-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/arduous-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/aromatic-oil-crafting-item.png b/public/images/items/large/aromatic-oil-crafting-item.png
new file mode 100644
index 00000000..e5d39a4d
Binary files /dev/null and b/public/images/items/large/aromatic-oil-crafting-item.png differ
diff --git a/public/images/items/large/art-of-dance-skin-pack-convertible.png b/public/images/items/large/art-of-dance-skin-pack-convertible.png
new file mode 100644
index 00000000..fd3ce4f4
Binary files /dev/null and b/public/images/items/large/art-of-dance-skin-pack-convertible.png differ
diff --git a/public/images/items/large/artillery-strike-stat-item.png b/public/images/items/large/artillery-strike-stat-item.png
new file mode 100644
index 00000000..8c2ba2c4
Binary files /dev/null and b/public/images/items/large/artillery-strike-stat-item.png differ
diff --git a/public/images/items/large/artisan-trinket.png b/public/images/items/large/artisan-trinket.png
new file mode 100644
index 00000000..3d494567
Binary files /dev/null and b/public/images/items/large/artisan-trinket.png differ
diff --git a/public/images/items/large/ascended-elder-egg-convertible.png b/public/images/items/large/ascended-elder-egg-convertible.png
new file mode 100644
index 00000000..90000f8d
Binary files /dev/null and b/public/images/items/large/ascended-elder-egg-convertible.png differ
diff --git a/public/images/items/large/ascended-elder-glasses-collectible.png b/public/images/items/large/ascended-elder-glasses-collectible.png
new file mode 100644
index 00000000..e749e1c1
Binary files /dev/null and b/public/images/items/large/ascended-elder-glasses-collectible.png differ
diff --git a/public/images/items/large/asiago-gift-basket-convertible.png b/public/images/items/large/asiago-gift-basket-convertible.png
new file mode 100644
index 00000000..a4b55a1f
Binary files /dev/null and b/public/images/items/large/asiago-gift-basket-convertible.png differ
diff --git a/public/images/items/large/assassin-egg-convertible.png b/public/images/items/large/assassin-egg-convertible.png
new file mode 100644
index 00000000..2dac1f3d
Binary files /dev/null and b/public/images/items/large/assassin-egg-convertible.png differ
diff --git a/public/images/items/large/athlete-kit-convertible.png b/public/images/items/large/athlete-kit-convertible.png
new file mode 100644
index 00000000..679cc4fd
Binary files /dev/null and b/public/images/items/large/athlete-kit-convertible.png differ
diff --git a/public/images/items/large/athlete-torch-trinket.png b/public/images/items/large/athlete-torch-trinket.png
new file mode 100644
index 00000000..2f87e9b6
Binary files /dev/null and b/public/images/items/large/athlete-torch-trinket.png differ
diff --git a/public/images/items/large/athlete-trinket.png b/public/images/items/large/athlete-trinket.png
new file mode 100644
index 00000000..b89f733b
Binary files /dev/null and b/public/images/items/large/athlete-trinket.png differ
diff --git a/public/images/items/large/athletic-lunar-scroll-case-convertible.png b/public/images/items/large/athletic-lunar-scroll-case-convertible.png
new file mode 100644
index 00000000..39fe3040
Binary files /dev/null and b/public/images/items/large/athletic-lunar-scroll-case-convertible.png differ
diff --git a/public/images/items/large/athletic-lunar-treasure-chest-convertible.png b/public/images/items/large/athletic-lunar-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/athletic-lunar-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/attraction-bonus-candy-collectible.png b/public/images/items/large/attraction-bonus-candy-collectible.png
new file mode 100644
index 00000000..92ae4e59
Binary files /dev/null and b/public/images/items/large/attraction-bonus-candy-collectible.png differ
diff --git a/public/images/items/large/attraction-trinket.png b/public/images/items/large/attraction-trinket.png
new file mode 100644
index 00000000..db513cd9
Binary files /dev/null and b/public/images/items/large/attraction-trinket.png differ
diff --git a/public/images/items/large/aurora-base.png b/public/images/items/large/aurora-base.png
new file mode 100644
index 00000000..dc8853e9
Binary files /dev/null and b/public/images/items/large/aurora-base.png differ
diff --git a/public/images/items/large/back-cover-torn-page.png b/public/images/items/large/back-cover-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/back-cover-torn-page.png differ
diff --git a/public/images/items/large/bacon-base.png b/public/images/items/large/bacon-base.png
new file mode 100644
index 00000000..9b2c9d3e
Binary files /dev/null and b/public/images/items/large/bacon-base.png differ
diff --git a/public/images/items/large/bag-of-living-essences-convertible.png b/public/images/items/large/bag-of-living-essences-convertible.png
new file mode 100644
index 00000000..5813cc60
Binary files /dev/null and b/public/images/items/large/bag-of-living-essences-convertible.png differ
diff --git a/public/images/items/large/bag-sticky-charms-convertible.png b/public/images/items/large/bag-sticky-charms-convertible.png
new file mode 100644
index 00000000..0ccdb6b2
Binary files /dev/null and b/public/images/items/large/bag-sticky-charms-convertible.png differ
diff --git a/public/images/items/large/bag-wax-charms-convertible.png b/public/images/items/large/bag-wax-charms-convertible.png
new file mode 100644
index 00000000..bac2e352
Binary files /dev/null and b/public/images/items/large/bag-wax-charms-convertible.png differ
diff --git a/public/images/items/large/baitkeep-crate-convertible.png b/public/images/items/large/baitkeep-crate-convertible.png
new file mode 100644
index 00000000..358e0295
Binary files /dev/null and b/public/images/items/large/baitkeep-crate-convertible.png differ
diff --git a/public/images/items/large/baitkeep-trinket.png b/public/images/items/large/baitkeep-trinket.png
new file mode 100644
index 00000000..fe47527c
Binary files /dev/null and b/public/images/items/large/baitkeep-trinket.png differ
diff --git a/public/images/items/large/balack-lantern-map-piece.png b/public/images/items/large/balack-lantern-map-piece.png
new file mode 100644
index 00000000..c7f3d55a
Binary files /dev/null and b/public/images/items/large/balack-lantern-map-piece.png differ
diff --git a/public/images/items/large/balack-the-banished-egg-convertible.png b/public/images/items/large/balack-the-banished-egg-convertible.png
new file mode 100644
index 00000000..c80b99b1
Binary files /dev/null and b/public/images/items/large/balack-the-banished-egg-convertible.png differ
diff --git a/public/images/items/large/balacks-cove-champion-kit-convertible.png b/public/images/items/large/balacks-cove-champion-kit-convertible.png
new file mode 100644
index 00000000..e1aec874
Binary files /dev/null and b/public/images/items/large/balacks-cove-champion-kit-convertible.png differ
diff --git a/public/images/items/large/balacks-cove-claw-shot-crate-convertible.png b/public/images/items/large/balacks-cove-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..bcd011b5
Binary files /dev/null and b/public/images/items/large/balacks-cove-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/large/bamboo-base.png b/public/images/items/large/bamboo-base.png
new file mode 100644
index 00000000..9cc9eb72
Binary files /dev/null and b/public/images/items/large/bamboo-base.png differ
diff --git a/public/images/items/large/bamboo-mynorca-skin.png b/public/images/items/large/bamboo-mynorca-skin.png
new file mode 100644
index 00000000..c46066a4
Binary files /dev/null and b/public/images/items/large/bamboo-mynorca-skin.png differ
diff --git a/public/images/items/large/bandit-deflector-weapon.png b/public/images/items/large/bandit-deflector-weapon.png
new file mode 100644
index 00000000..737c055f
Binary files /dev/null and b/public/images/items/large/bandit-deflector-weapon.png differ
diff --git a/public/images/items/large/bard-floor-egg-convertible.png b/public/images/items/large/bard-floor-egg-convertible.png
new file mode 100644
index 00000000..368a6c14
Binary files /dev/null and b/public/images/items/large/bard-floor-egg-convertible.png differ
diff --git a/public/images/items/large/barnacle-coral-pack-convertible.png b/public/images/items/large/barnacle-coral-pack-convertible.png
new file mode 100644
index 00000000..fb696822
Binary files /dev/null and b/public/images/items/large/barnacle-coral-pack-convertible.png differ
diff --git a/public/images/items/large/barnacle-crafting-item.png b/public/images/items/large/barnacle-crafting-item.png
new file mode 100644
index 00000000..11a43b55
Binary files /dev/null and b/public/images/items/large/barnacle-crafting-item.png differ
diff --git a/public/images/items/large/barnacle-egg-convertible.png b/public/images/items/large/barnacle-egg-convertible.png
new file mode 100644
index 00000000..89d41538
Binary files /dev/null and b/public/images/items/large/barnacle-egg-convertible.png differ
diff --git a/public/images/items/large/barnacle-scale-pack-convertible.png b/public/images/items/large/barnacle-scale-pack-convertible.png
new file mode 100644
index 00000000..f5eff3d7
Binary files /dev/null and b/public/images/items/large/barnacle-scale-pack-convertible.png differ
diff --git a/public/images/items/large/baron-achievement.png b/public/images/items/large/baron-achievement.png
new file mode 100644
index 00000000..e70d9257
Binary files /dev/null and b/public/images/items/large/baron-achievement.png differ
diff --git a/public/images/items/large/baron-count-eggsweeper-convertible.png b/public/images/items/large/baron-count-eggsweeper-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/baron-count-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/barricade-egg-convertible.png b/public/images/items/large/barricade-egg-convertible.png
new file mode 100644
index 00000000..ccde1470
Binary files /dev/null and b/public/images/items/large/barricade-egg-convertible.png differ
diff --git a/public/images/items/large/basic-readiness-item.png b/public/images/items/large/basic-readiness-item.png
new file mode 100644
index 00000000..ada59872
Binary files /dev/null and b/public/images/items/large/basic-readiness-item.png differ
diff --git a/public/images/items/large/bat-cave-geyser-hydro-skin.png b/public/images/items/large/bat-cave-geyser-hydro-skin.png
new file mode 100644
index 00000000..8134907f
Binary files /dev/null and b/public/images/items/large/bat-cave-geyser-hydro-skin.png differ
diff --git a/public/images/items/large/bat-plushie.png b/public/images/items/large/bat-plushie.png
new file mode 100644
index 00000000..021bf534
Binary files /dev/null and b/public/images/items/large/bat-plushie.png differ
diff --git a/public/images/items/large/battering-ram-buster-weapon.png b/public/images/items/large/battering-ram-buster-weapon.png
new file mode 100644
index 00000000..af6f0faa
Binary files /dev/null and b/public/images/items/large/battering-ram-buster-weapon.png differ
diff --git a/public/images/items/large/battery-gift-box-convertible.png b/public/images/items/large/battery-gift-box-convertible.png
new file mode 100644
index 00000000..46d47a0f
Binary files /dev/null and b/public/images/items/large/battery-gift-box-convertible.png differ
diff --git a/public/images/items/large/bazaar-map-piece.png b/public/images/items/large/bazaar-map-piece.png
new file mode 100644
index 00000000..7107edbd
Binary files /dev/null and b/public/images/items/large/bazaar-map-piece.png differ
diff --git a/public/images/items/large/bbb-egg-convertible.png b/public/images/items/large/bbb-egg-convertible.png
new file mode 100644
index 00000000..09384c28
Binary files /dev/null and b/public/images/items/large/bbb-egg-convertible.png differ
diff --git a/public/images/items/large/bday-2012-weapon.png b/public/images/items/large/bday-2012-weapon.png
new file mode 100644
index 00000000..734fe228
Binary files /dev/null and b/public/images/items/large/bday-2012-weapon.png differ
diff --git a/public/images/items/large/bday-candle-kaboom-weapon.png b/public/images/items/large/bday-candle-kaboom-weapon.png
new file mode 100644
index 00000000..30411320
Binary files /dev/null and b/public/images/items/large/bday-candle-kaboom-weapon.png differ
diff --git a/public/images/items/large/bday-explosives-crafting-item.png b/public/images/items/large/bday-explosives-crafting-item.png
new file mode 100644
index 00000000..8ce9ed20
Binary files /dev/null and b/public/images/items/large/bday-explosives-crafting-item.png differ
diff --git a/public/images/items/large/be-mine-big-box-convertible.png b/public/images/items/large/be-mine-big-box-convertible.png
new file mode 100644
index 00000000..a326103b
Binary files /dev/null and b/public/images/items/large/be-mine-big-box-convertible.png differ
diff --git a/public/images/items/large/be-mine-bouquet-convertible.png b/public/images/items/large/be-mine-bouquet-convertible.png
new file mode 100644
index 00000000..c6a464f5
Binary files /dev/null and b/public/images/items/large/be-mine-bouquet-convertible.png differ
diff --git a/public/images/items/large/bead-of-slumber-craft-item.png b/public/images/items/large/bead-of-slumber-craft-item.png
new file mode 100644
index 00000000..cbc51954
Binary files /dev/null and b/public/images/items/large/bead-of-slumber-craft-item.png differ
diff --git a/public/images/items/large/beanstalk-treasure-chest-convertible.png b/public/images/items/large/beanstalk-treasure-chest-convertible.png
new file mode 100644
index 00000000..17731275
Binary files /dev/null and b/public/images/items/large/beanstalk-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/beanster-cheese.png b/public/images/items/large/beanster-cheese.png
new file mode 100644
index 00000000..ed0bfa13
Binary files /dev/null and b/public/images/items/large/beanster-cheese.png differ
diff --git a/public/images/items/large/beanster-pack-small-convertible.png b/public/images/items/large/beanster-pack-small-convertible.png
new file mode 100644
index 00000000..7e6d5752
Binary files /dev/null and b/public/images/items/large/beanster-pack-small-convertible.png differ
diff --git a/public/images/items/large/beginners-luck-convertible.png b/public/images/items/large/beginners-luck-convertible.png
new file mode 100644
index 00000000..0faca99b
Binary files /dev/null and b/public/images/items/large/beginners-luck-convertible.png differ
diff --git a/public/images/items/large/bigger-golder-brick-collectible.png b/public/images/items/large/bigger-golder-brick-collectible.png
new file mode 100644
index 00000000..2da432b8
Binary files /dev/null and b/public/images/items/large/bigger-golder-brick-collectible.png differ
diff --git a/public/images/items/large/bigger-shuffle-pack-convertible.png b/public/images/items/large/bigger-shuffle-pack-convertible.png
new file mode 100644
index 00000000..48f4e8bb
Binary files /dev/null and b/public/images/items/large/bigger-shuffle-pack-convertible.png differ
diff --git a/public/images/items/large/biomolecular-reatomizer-weapon.png b/public/images/items/large/biomolecular-reatomizer-weapon.png
new file mode 100644
index 00000000..ae4eb620
Binary files /dev/null and b/public/images/items/large/biomolecular-reatomizer-weapon.png differ
diff --git a/public/images/items/large/birthday-2014-scroll-case-convertible.png b/public/images/items/large/birthday-2014-scroll-case-convertible.png
new file mode 100644
index 00000000..e94feb77
Binary files /dev/null and b/public/images/items/large/birthday-2014-scroll-case-convertible.png differ
diff --git a/public/images/items/large/birthday-2014-treasure-chest-convertible.png b/public/images/items/large/birthday-2014-treasure-chest-convertible.png
new file mode 100644
index 00000000..5d17e417
Binary files /dev/null and b/public/images/items/large/birthday-2014-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2015-scroll-case-convertible.png b/public/images/items/large/birthday-2015-scroll-case-convertible.png
new file mode 100644
index 00000000..e94feb77
Binary files /dev/null and b/public/images/items/large/birthday-2015-scroll-case-convertible.png differ
diff --git a/public/images/items/large/birthday-2015-treasure-chest-convertible.png b/public/images/items/large/birthday-2015-treasure-chest-convertible.png
new file mode 100644
index 00000000..853b2dea
Binary files /dev/null and b/public/images/items/large/birthday-2015-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2016-treasure-chest-convertible.png b/public/images/items/large/birthday-2016-treasure-chest-convertible.png
new file mode 100644
index 00000000..92a1bf3f
Binary files /dev/null and b/public/images/items/large/birthday-2016-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2017-treasure-chest-convertible.png b/public/images/items/large/birthday-2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..92a1bf3f
Binary files /dev/null and b/public/images/items/large/birthday-2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2018-treasure-chest-convertible.png b/public/images/items/large/birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..92a1bf3f
Binary files /dev/null and b/public/images/items/large/birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2019-gilded-scroll-case-convertible.png b/public/images/items/large/birthday-2019-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..3d845eb2
Binary files /dev/null and b/public/images/items/large/birthday-2019-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/large/birthday-2019-treasure-chest-convertible.png b/public/images/items/large/birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..92a1bf3f
Binary files /dev/null and b/public/images/items/large/birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2020-treasure-chest-convertible.png b/public/images/items/large/birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..92a1bf3f
Binary files /dev/null and b/public/images/items/large/birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-2021-treasure-chest-convertible.png b/public/images/items/large/birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..4d43c906
Binary files /dev/null and b/public/images/items/large/birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/birthday-banana-cake-base.png b/public/images/items/large/birthday-banana-cake-base.png
new file mode 100644
index 00000000..4f0fe3e4
Binary files /dev/null and b/public/images/items/large/birthday-banana-cake-base.png differ
diff --git a/public/images/items/large/birthday-batter-stat-item.png b/public/images/items/large/birthday-batter-stat-item.png
new file mode 100644
index 00000000..5e8beff4
Binary files /dev/null and b/public/images/items/large/birthday-batter-stat-item.png differ
diff --git a/public/images/items/large/birthday-bear-collectible.png b/public/images/items/large/birthday-bear-collectible.png
new file mode 100644
index 00000000..ea91a0f2
Binary files /dev/null and b/public/images/items/large/birthday-bear-collectible.png differ
diff --git a/public/images/items/large/birthday-bobbins-of-becoming-stat-item.png b/public/images/items/large/birthday-bobbins-of-becoming-stat-item.png
new file mode 100644
index 00000000..df7147b7
Binary files /dev/null and b/public/images/items/large/birthday-bobbins-of-becoming-stat-item.png differ
diff --git a/public/images/items/large/birthday-cake-base.png b/public/images/items/large/birthday-cake-base.png
new file mode 100644
index 00000000..938b17cf
Binary files /dev/null and b/public/images/items/large/birthday-cake-base.png differ
diff --git a/public/images/items/large/birthday-candle-stat-item.png b/public/images/items/large/birthday-candle-stat-item.png
new file mode 100644
index 00000000..5e8beff4
Binary files /dev/null and b/public/images/items/large/birthday-candle-stat-item.png differ
diff --git a/public/images/items/large/birthday-celestial-dissonance-trap-skin.png b/public/images/items/large/birthday-celestial-dissonance-trap-skin.png
new file mode 100644
index 00000000..0d1f71f6
Binary files /dev/null and b/public/images/items/large/birthday-celestial-dissonance-trap-skin.png differ
diff --git a/public/images/items/large/birthday-confetti-cake-base.png b/public/images/items/large/birthday-confetti-cake-base.png
new file mode 100644
index 00000000..7741e1a9
Binary files /dev/null and b/public/images/items/large/birthday-confetti-cake-base.png differ
diff --git a/public/images/items/large/birthday-cupcake-blue-stat-item.png b/public/images/items/large/birthday-cupcake-blue-stat-item.png
new file mode 100644
index 00000000..fe997e50
Binary files /dev/null and b/public/images/items/large/birthday-cupcake-blue-stat-item.png differ
diff --git a/public/images/items/large/birthday-cupcake-green-stat-item.png b/public/images/items/large/birthday-cupcake-green-stat-item.png
new file mode 100644
index 00000000..4656cf59
Binary files /dev/null and b/public/images/items/large/birthday-cupcake-green-stat-item.png differ
diff --git a/public/images/items/large/birthday-cupcake-rainbow-stat-item.png b/public/images/items/large/birthday-cupcake-rainbow-stat-item.png
new file mode 100644
index 00000000..9e8aabf1
Binary files /dev/null and b/public/images/items/large/birthday-cupcake-rainbow-stat-item.png differ
diff --git a/public/images/items/large/birthday-cupcake-red-stat-item.png b/public/images/items/large/birthday-cupcake-red-stat-item.png
new file mode 100644
index 00000000..e61d9236
Binary files /dev/null and b/public/images/items/large/birthday-cupcake-red-stat-item.png differ
diff --git a/public/images/items/large/birthday-cupcake-yellow-stat-item.png b/public/images/items/large/birthday-cupcake-yellow-stat-item.png
new file mode 100644
index 00000000..8c11d064
Binary files /dev/null and b/public/images/items/large/birthday-cupcake-yellow-stat-item.png differ
diff --git a/public/images/items/large/birthday-dark-magic-mirror-skin.png b/public/images/items/large/birthday-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..c71f0a39
Binary files /dev/null and b/public/images/items/large/birthday-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/large/birthday-dragee-cake-base.png b/public/images/items/large/birthday-dragee-cake-base.png
new file mode 100644
index 00000000..bd940b69
Binary files /dev/null and b/public/images/items/large/birthday-dragee-cake-base.png differ
diff --git a/public/images/items/large/birthday-droid-archmagus-skin.png b/public/images/items/large/birthday-droid-archmagus-skin.png
new file mode 100644
index 00000000..4e92e0af
Binary files /dev/null and b/public/images/items/large/birthday-droid-archmagus-skin.png differ
diff --git a/public/images/items/large/birthday-eight-journal-theme-collectible.png b/public/images/items/large/birthday-eight-journal-theme-collectible.png
new file mode 100644
index 00000000..5b6efca0
Binary files /dev/null and b/public/images/items/large/birthday-eight-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-eleven-journal-theme-collectible.png b/public/images/items/large/birthday-eleven-journal-theme-collectible.png
new file mode 100644
index 00000000..df86adce
Binary files /dev/null and b/public/images/items/large/birthday-eleven-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-f-scroll-case-convertible.png b/public/images/items/large/birthday-f-scroll-case-convertible.png
new file mode 100644
index 00000000..e94feb77
Binary files /dev/null and b/public/images/items/large/birthday-f-scroll-case-convertible.png differ
diff --git a/public/images/items/large/birthday-factory-break-room-stat-item.png b/public/images/items/large/birthday-factory-break-room-stat-item.png
new file mode 100644
index 00000000..9e316927
Binary files /dev/null and b/public/images/items/large/birthday-factory-break-room-stat-item.png differ
diff --git a/public/images/items/large/birthday-factory-golden-ticket-stat-item.png b/public/images/items/large/birthday-factory-golden-ticket-stat-item.png
new file mode 100644
index 00000000..d16056ad
Binary files /dev/null and b/public/images/items/large/birthday-factory-golden-ticket-stat-item.png differ
diff --git a/public/images/items/large/birthday-factory-mixing-room-stat-item.png b/public/images/items/large/birthday-factory-mixing-room-stat-item.png
new file mode 100644
index 00000000..31459bbf
Binary files /dev/null and b/public/images/items/large/birthday-factory-mixing-room-stat-item.png differ
diff --git a/public/images/items/large/birthday-factory-pumping-room-stat-item.png b/public/images/items/large/birthday-factory-pumping-room-stat-item.png
new file mode 100644
index 00000000..bca48220
Binary files /dev/null and b/public/images/items/large/birthday-factory-pumping-room-stat-item.png differ
diff --git a/public/images/items/large/birthday-factory-quality-assurance-room-stat-item.png b/public/images/items/large/birthday-factory-quality-assurance-room-stat-item.png
new file mode 100644
index 00000000..943e1f7b
Binary files /dev/null and b/public/images/items/large/birthday-factory-quality-assurance-room-stat-item.png differ
diff --git a/public/images/items/large/birthday-factory-trinket.png b/public/images/items/large/birthday-factory-trinket.png
new file mode 100644
index 00000000..349d382e
Binary files /dev/null and b/public/images/items/large/birthday-factory-trinket.png differ
diff --git a/public/images/items/large/birthday-fifteen-journal-theme-collectible.png b/public/images/items/large/birthday-fifteen-journal-theme-collectible.png
new file mode 100644
index 00000000..3cdd44ae
Binary files /dev/null and b/public/images/items/large/birthday-fifteen-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-fire-stat-item.png b/public/images/items/large/birthday-fire-stat-item.png
new file mode 100644
index 00000000..5e8beff4
Binary files /dev/null and b/public/images/items/large/birthday-fire-stat-item.png differ
diff --git a/public/images/items/large/birthday-floating-arcane-upgraded-weapon-skin.png b/public/images/items/large/birthday-floating-arcane-upgraded-weapon-skin.png
new file mode 100644
index 00000000..8ffaef36
Binary files /dev/null and b/public/images/items/large/birthday-floating-arcane-upgraded-weapon-skin.png differ
diff --git a/public/images/items/large/birthday-floating-arcane-weapon-skin.png b/public/images/items/large/birthday-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..5b996c4d
Binary files /dev/null and b/public/images/items/large/birthday-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/large/birthday-fourteenth-journal-theme-collectible.png b/public/images/items/large/birthday-fourteenth-journal-theme-collectible.png
new file mode 100644
index 00000000..527c50a4
Binary files /dev/null and b/public/images/items/large/birthday-fourteenth-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-geyser-draconic-skin.png b/public/images/items/large/birthday-geyser-draconic-skin.png
new file mode 100644
index 00000000..36cf9eb0
Binary files /dev/null and b/public/images/items/large/birthday-geyser-draconic-skin.png differ
diff --git a/public/images/items/large/birthday-gift-convertible.png b/public/images/items/large/birthday-gift-convertible.png
new file mode 100644
index 00000000..e5a52432
Binary files /dev/null and b/public/images/items/large/birthday-gift-convertible.png differ
diff --git a/public/images/items/large/birthday-gilded-scroll-case-convertible.png b/public/images/items/large/birthday-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..3d845eb2
Binary files /dev/null and b/public/images/items/large/birthday-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/large/birthday-icing-stat-item.png b/public/images/items/large/birthday-icing-stat-item.png
new file mode 100644
index 00000000..5e8beff4
Binary files /dev/null and b/public/images/items/large/birthday-icing-stat-item.png differ
diff --git a/public/images/items/large/birthday-infinite-labyrinth-trap-skin.png b/public/images/items/large/birthday-infinite-labyrinth-trap-skin.png
new file mode 100644
index 00000000..95794a38
Binary files /dev/null and b/public/images/items/large/birthday-infinite-labyrinth-trap-skin.png differ
diff --git a/public/images/items/large/birthday-meteor-prison-core-skin.png b/public/images/items/large/birthday-meteor-prison-core-skin.png
new file mode 100644
index 00000000..0463d109
Binary files /dev/null and b/public/images/items/large/birthday-meteor-prison-core-skin.png differ
diff --git a/public/images/items/large/birthday-nine-journal-theme-collectible.png b/public/images/items/large/birthday-nine-journal-theme-collectible.png
new file mode 100644
index 00000000..d5445132
Binary files /dev/null and b/public/images/items/large/birthday-nine-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-paradox-patterns-stat-item.png b/public/images/items/large/birthday-paradox-patterns-stat-item.png
new file mode 100644
index 00000000..badddba4
Binary files /dev/null and b/public/images/items/large/birthday-paradox-patterns-stat-item.png differ
diff --git a/public/images/items/large/birthday-party-size-gilded-scroll-case-convertible.png b/public/images/items/large/birthday-party-size-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..3f07001a
Binary files /dev/null and b/public/images/items/large/birthday-party-size-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/large/birthday-pausing-pins-stat-item.png b/public/images/items/large/birthday-pausing-pins-stat-item.png
new file mode 100644
index 00000000..de477ed6
Binary files /dev/null and b/public/images/items/large/birthday-pausing-pins-stat-item.png differ
diff --git a/public/images/items/large/birthday-polaroid-collectible.png b/public/images/items/large/birthday-polaroid-collectible.png
new file mode 100644
index 00000000..ba89d2e8
Binary files /dev/null and b/public/images/items/large/birthday-polaroid-collectible.png differ
diff --git a/public/images/items/large/birthday-queso-fount-skin.png b/public/images/items/large/birthday-queso-fount-skin.png
new file mode 100644
index 00000000..2bcfe6af
Binary files /dev/null and b/public/images/items/large/birthday-queso-fount-skin.png differ
diff --git a/public/images/items/large/birthday-rift-mynorca-skin.png b/public/images/items/large/birthday-rift-mynorca-skin.png
new file mode 100644
index 00000000..2777a47e
Binary files /dev/null and b/public/images/items/large/birthday-rift-mynorca-skin.png differ
diff --git a/public/images/items/large/birthday-seven-journal-theme-collectible.png b/public/images/items/large/birthday-seven-journal-theme-collectible.png
new file mode 100644
index 00000000..91bcbd39
Binary files /dev/null and b/public/images/items/large/birthday-seven-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-seventeen-journal-theme-collectible.png b/public/images/items/large/birthday-seventeen-journal-theme-collectible.png
new file mode 100644
index 00000000..e3af62d5
Binary files /dev/null and b/public/images/items/large/birthday-seventeen-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-six-journal-theme-collectible.png b/public/images/items/large/birthday-six-journal-theme-collectible.png
new file mode 100644
index 00000000..ea698962
Binary files /dev/null and b/public/images/items/large/birthday-six-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-sixteen-journal-theme-collectible.png b/public/images/items/large/birthday-sixteen-journal-theme-collectible.png
new file mode 100644
index 00000000..ad8f0b68
Binary files /dev/null and b/public/images/items/large/birthday-sixteen-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-skin-pattern-piece-stat-item.png b/public/images/items/large/birthday-skin-pattern-piece-stat-item.png
new file mode 100644
index 00000000..85f6ab99
Binary files /dev/null and b/public/images/items/large/birthday-skin-pattern-piece-stat-item.png differ
diff --git a/public/images/items/large/birthday-temporal-dissonance-skin.png b/public/images/items/large/birthday-temporal-dissonance-skin.png
new file mode 100644
index 00000000..12c96a0b
Binary files /dev/null and b/public/images/items/large/birthday-temporal-dissonance-skin.png differ
diff --git a/public/images/items/large/birthday-ten-journal-theme-collectible.png b/public/images/items/large/birthday-ten-journal-theme-collectible.png
new file mode 100644
index 00000000..183ca9ad
Binary files /dev/null and b/public/images/items/large/birthday-ten-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-thirteen-journal-theme-collectible.png b/public/images/items/large/birthday-thirteen-journal-theme-collectible.png
new file mode 100644
index 00000000..b9664e95
Binary files /dev/null and b/public/images/items/large/birthday-thirteen-journal-theme-collectible.png differ
diff --git a/public/images/items/large/birthday-time-fabric-stat-item.png b/public/images/items/large/birthday-time-fabric-stat-item.png
new file mode 100644
index 00000000..136d6a8d
Binary files /dev/null and b/public/images/items/large/birthday-time-fabric-stat-item.png differ
diff --git a/public/images/items/large/birthday-time-thread-stat-item.png b/public/images/items/large/birthday-time-thread-stat-item.png
new file mode 100644
index 00000000..ac65eafc
Binary files /dev/null and b/public/images/items/large/birthday-time-thread-stat-item.png differ
diff --git a/public/images/items/large/birthday-ube-cake-base.png b/public/images/items/large/birthday-ube-cake-base.png
new file mode 100644
index 00000000..a28726d7
Binary files /dev/null and b/public/images/items/large/birthday-ube-cake-base.png differ
diff --git a/public/images/items/large/birthday-ultimate-luck-crate-convertible.png b/public/images/items/large/birthday-ultimate-luck-crate-convertible.png
new file mode 100644
index 00000000..f7b771a5
Binary files /dev/null and b/public/images/items/large/birthday-ultimate-luck-crate-convertible.png differ
diff --git a/public/images/items/large/birthday-ultimate-luck-power-crate-convertible.png b/public/images/items/large/birthday-ultimate-luck-power-crate-convertible.png
new file mode 100644
index 00000000..0db4ade2
Binary files /dev/null and b/public/images/items/large/birthday-ultimate-luck-power-crate-convertible.png differ
diff --git a/public/images/items/large/birthday-ultimate-power-crate-convertible.png b/public/images/items/large/birthday-ultimate-power-crate-convertible.png
new file mode 100644
index 00000000..177216be
Binary files /dev/null and b/public/images/items/large/birthday-ultimate-power-crate-convertible.png differ
diff --git a/public/images/items/large/birthday-upgraded-rune-shark-skin.png b/public/images/items/large/birthday-upgraded-rune-shark-skin.png
new file mode 100644
index 00000000..17b59012
Binary files /dev/null and b/public/images/items/large/birthday-upgraded-rune-shark-skin.png differ
diff --git a/public/images/items/large/black-forest-cake-base.png b/public/images/items/large/black-forest-cake-base.png
new file mode 100644
index 00000000..46e641cd
Binary files /dev/null and b/public/images/items/large/black-forest-cake-base.png differ
diff --git a/public/images/items/large/black-pearl-collectible.png b/public/images/items/large/black-pearl-collectible.png
new file mode 100644
index 00000000..09bd8317
Binary files /dev/null and b/public/images/items/large/black-pearl-collectible.png differ
diff --git a/public/images/items/large/black-widow-base.png b/public/images/items/large/black-widow-base.png
new file mode 100644
index 00000000..94d5ce5b
Binary files /dev/null and b/public/images/items/large/black-widow-base.png differ
diff --git a/public/images/items/large/black-widow-egg-convertible.png b/public/images/items/large/black-widow-egg-convertible.png
new file mode 100644
index 00000000..2f78da62
Binary files /dev/null and b/public/images/items/large/black-widow-egg-convertible.png differ
diff --git a/public/images/items/large/blackstone-pass-blueprints-crafting-item.png b/public/images/items/large/blackstone-pass-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/blackstone-pass-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/blackstone-pass-weapon.png b/public/images/items/large/blackstone-pass-weapon.png
new file mode 100644
index 00000000..04c4a683
Binary files /dev/null and b/public/images/items/large/blackstone-pass-weapon.png differ
diff --git a/public/images/items/large/bland-queso-cheese.png b/public/images/items/large/bland-queso-cheese.png
new file mode 100644
index 00000000..17f871c6
Binary files /dev/null and b/public/images/items/large/bland-queso-cheese.png differ
diff --git a/public/images/items/large/blizzard-storm-wrought-ballista-skin.png b/public/images/items/large/blizzard-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..d9b755e4
Binary files /dev/null and b/public/images/items/large/blizzard-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/large/blood-stone-stat-item.png b/public/images/items/large/blood-stone-stat-item.png
new file mode 100644
index 00000000..746adf66
Binary files /dev/null and b/public/images/items/large/blood-stone-stat-item.png differ
diff --git a/public/images/items/large/bloom-rubber-plant-convertible.png b/public/images/items/large/bloom-rubber-plant-convertible.png
new file mode 100644
index 00000000..0ae47d5c
Binary files /dev/null and b/public/images/items/large/bloom-rubber-plant-convertible.png differ
diff --git a/public/images/items/large/bloom-spice-large-convertible.png b/public/images/items/large/bloom-spice-large-convertible.png
new file mode 100644
index 00000000..7746cf81
Binary files /dev/null and b/public/images/items/large/bloom-spice-large-convertible.png differ
diff --git a/public/images/items/large/bloom-spice-medium-convertible.png b/public/images/items/large/bloom-spice-medium-convertible.png
new file mode 100644
index 00000000..8c39011b
Binary files /dev/null and b/public/images/items/large/bloom-spice-medium-convertible.png differ
diff --git a/public/images/items/large/bloom-spice-small-convertible.png b/public/images/items/large/bloom-spice-small-convertible.png
new file mode 100644
index 00000000..6ed66ce5
Binary files /dev/null and b/public/images/items/large/bloom-spice-small-convertible.png differ
diff --git a/public/images/items/large/blue-argyle-egg-convertible.png b/public/images/items/large/blue-argyle-egg-convertible.png
new file mode 100644
index 00000000..dc61264c
Binary files /dev/null and b/public/images/items/large/blue-argyle-egg-convertible.png differ
diff --git a/public/images/items/large/blue-double-dewdrop-powder-crafting-item.png b/public/images/items/large/blue-double-dewdrop-powder-crafting-item.png
new file mode 100644
index 00000000..45715233
Binary files /dev/null and b/public/images/items/large/blue-double-dewdrop-powder-crafting-item.png differ
diff --git a/public/images/items/large/blue-pepper-plant-convertible.png b/public/images/items/large/blue-pepper-plant-convertible.png
new file mode 100644
index 00000000..6cce65c4
Binary files /dev/null and b/public/images/items/large/blue-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/blue-pepper-seed-craft-item.png b/public/images/items/large/blue-pepper-seed-craft-item.png
new file mode 100644
index 00000000..8c98141e
Binary files /dev/null and b/public/images/items/large/blue-pepper-seed-craft-item.png differ
diff --git a/public/images/items/large/blue-winter-hunt-gift.png b/public/images/items/large/blue-winter-hunt-gift.png
new file mode 100644
index 00000000..6e230223
Binary files /dev/null and b/public/images/items/large/blue-winter-hunt-gift.png differ
diff --git a/public/images/items/large/boiling-cauldron-weapon.png b/public/images/items/large/boiling-cauldron-weapon.png
new file mode 100644
index 00000000..b114e4d8
Binary files /dev/null and b/public/images/items/large/boiling-cauldron-weapon.png differ
diff --git a/public/images/items/large/bolt-of-cloth-craft-item.png b/public/images/items/large/bolt-of-cloth-craft-item.png
new file mode 100644
index 00000000..926e5649
Binary files /dev/null and b/public/images/items/large/bolt-of-cloth-craft-item.png differ
diff --git a/public/images/items/large/bonus-egg-hunting-kit-convertible.png b/public/images/items/large/bonus-egg-hunting-kit-convertible.png
new file mode 100644
index 00000000..deb4ac11
Binary files /dev/null and b/public/images/items/large/bonus-egg-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/book-warmer-trinket.png b/public/images/items/large/book-warmer-trinket.png
new file mode 100644
index 00000000..0c971e8e
Binary files /dev/null and b/public/images/items/large/book-warmer-trinket.png differ
diff --git a/public/images/items/large/borean-commander-caught-stat-item.png b/public/images/items/large/borean-commander-caught-stat-item.png
new file mode 100644
index 00000000..43eeedd3
Binary files /dev/null and b/public/images/items/large/borean-commander-caught-stat-item.png differ
diff --git a/public/images/items/large/boss-arduous-treasure-chest-convertible.png b/public/images/items/large/boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-easy-treasure-chest-convertible.png b/public/images/items/large/boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-elaborate-treasure-chest-convertible.png b/public/images/items/large/boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-elite-2021-treasure-chest-convertible.png b/public/images/items/large/boss-elite-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-elite-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-elite-treasure-chest-convertible.png b/public/images/items/large/boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-hard-treasure-chest-convertible.png b/public/images/items/large/boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-medium-treasure-chest-convertible.png b/public/images/items/large/boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c866466
Binary files /dev/null and b/public/images/items/large/boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/boss-scroll-case-convertible.png b/public/images/items/large/boss-scroll-case-convertible.png
new file mode 100644
index 00000000..ff8ddeb1
Binary files /dev/null and b/public/images/items/large/boss-scroll-case-convertible.png differ
diff --git a/public/images/items/large/bottled-up-rage-crafting-item.png b/public/images/items/large/bottled-up-rage-crafting-item.png
new file mode 100644
index 00000000..4788c75f
Binary files /dev/null and b/public/images/items/large/bottled-up-rage-crafting-item.png differ
diff --git a/public/images/items/large/bottled-wind-case-convertible.png b/public/images/items/large/bottled-wind-case-convertible.png
new file mode 100644
index 00000000..ac8ff313
Binary files /dev/null and b/public/images/items/large/bottled-wind-case-convertible.png differ
diff --git a/public/images/items/large/bottled-wind-egg-convertible.png b/public/images/items/large/bottled-wind-egg-convertible.png
new file mode 100644
index 00000000..e5e3fc4f
Binary files /dev/null and b/public/images/items/large/bottled-wind-egg-convertible.png differ
diff --git a/public/images/items/large/bottled-wind-stat-item.png b/public/images/items/large/bottled-wind-stat-item.png
new file mode 100644
index 00000000..f39a5fce
Binary files /dev/null and b/public/images/items/large/bottled-wind-stat-item.png differ
diff --git a/public/images/items/large/bottomless-grave-weapon.png b/public/images/items/large/bottomless-grave-weapon.png
new file mode 100644
index 00000000..75904f1d
Binary files /dev/null and b/public/images/items/large/bottomless-grave-weapon.png differ
diff --git a/public/images/items/large/bountiful-beanstalk-journal-theme-collectible.png b/public/images/items/large/bountiful-beanstalk-journal-theme-collectible.png
new file mode 100644
index 00000000..456128d6
Binary files /dev/null and b/public/images/items/large/bountiful-beanstalk-journal-theme-collectible.png differ
diff --git a/public/images/items/large/bountiful-beanstalk-map-piece.png b/public/images/items/large/bountiful-beanstalk-map-piece.png
new file mode 100644
index 00000000..d3440335
Binary files /dev/null and b/public/images/items/large/bountiful-beanstalk-map-piece.png differ
diff --git a/public/images/items/large/bountiful-beanstalk-scroll-case-convertible.png b/public/images/items/large/bountiful-beanstalk-scroll-case-convertible.png
new file mode 100644
index 00000000..405a111d
Binary files /dev/null and b/public/images/items/large/bountiful-beanstalk-scroll-case-convertible.png differ
diff --git a/public/images/items/large/bountiful-gift-basket-convertible.png b/public/images/items/large/bountiful-gift-basket-convertible.png
new file mode 100644
index 00000000..4ce6c96e
Binary files /dev/null and b/public/images/items/large/bountiful-gift-basket-convertible.png differ
diff --git a/public/images/items/large/bountiful-large-supply-kit-convertible.png b/public/images/items/large/bountiful-large-supply-kit-convertible.png
new file mode 100644
index 00000000..d03ca4c7
Binary files /dev/null and b/public/images/items/large/bountiful-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/bountiful-supply-kit-convertible.png b/public/images/items/large/bountiful-supply-kit-convertible.png
new file mode 100644
index 00000000..240a6b82
Binary files /dev/null and b/public/images/items/large/bountiful-supply-kit-convertible.png differ
diff --git a/public/images/items/large/bountiful-treasure-hunting-kit-convertible.png b/public/images/items/large/bountiful-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..7bbc7b40
Binary files /dev/null and b/public/images/items/large/bountiful-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/bounty-reward-convertible.png b/public/images/items/large/bounty-reward-convertible.png
new file mode 100644
index 00000000..d35cc5a6
Binary files /dev/null and b/public/images/items/large/bounty-reward-convertible.png differ
diff --git a/public/images/items/large/bounty-reward-f-convertible.png b/public/images/items/large/bounty-reward-f-convertible.png
new file mode 100644
index 00000000..d35cc5a6
Binary files /dev/null and b/public/images/items/large/bounty-reward-f-convertible.png differ
diff --git a/public/images/items/large/bounty-trail-kit-convertible.png b/public/images/items/large/bounty-trail-kit-convertible.png
new file mode 100644
index 00000000..5ff8fa8a
Binary files /dev/null and b/public/images/items/large/bounty-trail-kit-convertible.png differ
diff --git a/public/images/items/large/bow-and-arrow-collectible.png b/public/images/items/large/bow-and-arrow-collectible.png
new file mode 100644
index 00000000..bf9c0f50
Binary files /dev/null and b/public/images/items/large/bow-and-arrow-collectible.png differ
diff --git a/public/images/items/large/brain-bit-crafting-item.png b/public/images/items/large/brain-bit-crafting-item.png
new file mode 100644
index 00000000..96fbf585
Binary files /dev/null and b/public/images/items/large/brain-bit-crafting-item.png differ
diff --git a/public/images/items/large/brain-extractor-part-crafting-item.png b/public/images/items/large/brain-extractor-part-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/brain-extractor-part-crafting-item.png differ
diff --git a/public/images/items/large/brain-extractor-part-stat-item.png b/public/images/items/large/brain-extractor-part-stat-item.png
new file mode 100644
index 00000000..64cbdf7f
Binary files /dev/null and b/public/images/items/large/brain-extractor-part-stat-item.png differ
diff --git a/public/images/items/large/brain-extractor-upgrade-weapon.png b/public/images/items/large/brain-extractor-upgrade-weapon.png
new file mode 100644
index 00000000..1c61a6bc
Binary files /dev/null and b/public/images/items/large/brain-extractor-upgrade-weapon.png differ
diff --git a/public/images/items/large/brain-extractor-weapon.png b/public/images/items/large/brain-extractor-weapon.png
new file mode 100644
index 00000000..4504d0fd
Binary files /dev/null and b/public/images/items/large/brain-extractor-weapon.png differ
diff --git a/public/images/items/large/brain-trinket.png b/public/images/items/large/brain-trinket.png
new file mode 100644
index 00000000..0e3f0e31
Binary files /dev/null and b/public/images/items/large/brain-trinket.png differ
diff --git a/public/images/items/large/brainstorm-chum-stat-item.png b/public/images/items/large/brainstorm-chum-stat-item.png
new file mode 100644
index 00000000..e6e99631
Binary files /dev/null and b/public/images/items/large/brainstorm-chum-stat-item.png differ
diff --git a/public/images/items/large/bravery-trinket.png b/public/images/items/large/bravery-trinket.png
new file mode 100644
index 00000000..32b3247a
Binary files /dev/null and b/public/images/items/large/bravery-trinket.png differ
diff --git a/public/images/items/large/brewers-apprentice-kit-convertible.png b/public/images/items/large/brewers-apprentice-kit-convertible.png
new file mode 100644
index 00000000..8efe28a9
Binary files /dev/null and b/public/images/items/large/brewers-apprentice-kit-convertible.png differ
diff --git a/public/images/items/large/brewmasters-supply-kit-convertible.png b/public/images/items/large/brewmasters-supply-kit-convertible.png
new file mode 100644
index 00000000..d0f69cb2
Binary files /dev/null and b/public/images/items/large/brewmasters-supply-kit-convertible.png differ
diff --git a/public/images/items/large/brie-cheese-potion.png b/public/images/items/large/brie-cheese-potion.png
new file mode 100644
index 00000000..5692e213
Binary files /dev/null and b/public/images/items/large/brie-cheese-potion.png differ
diff --git a/public/images/items/large/brie-cheese.png b/public/images/items/large/brie-cheese.png
new file mode 100644
index 00000000..d48e4d14
Binary files /dev/null and b/public/images/items/large/brie-cheese.png differ
diff --git a/public/images/items/large/brie-string-cheese.png b/public/images/items/large/brie-string-cheese.png
new file mode 100644
index 00000000..b714f94a
Binary files /dev/null and b/public/images/items/large/brie-string-cheese.png differ
diff --git a/public/images/items/large/brilliant-water-jet-trinket.png b/public/images/items/large/brilliant-water-jet-trinket.png
new file mode 100644
index 00000000..2c595fd4
Binary files /dev/null and b/public/images/items/large/brilliant-water-jet-trinket.png differ
diff --git a/public/images/items/large/brined-curd-crafting-item.png b/public/images/items/large/brined-curd-crafting-item.png
new file mode 100644
index 00000000..ee22daa8
Binary files /dev/null and b/public/images/items/large/brined-curd-crafting-item.png differ
diff --git a/public/images/items/large/bristle-woods-rift-egg-convertible.png b/public/images/items/large/bristle-woods-rift-egg-convertible.png
new file mode 100644
index 00000000..4580e4fd
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-egg-convertible.png differ
diff --git a/public/images/items/large/bristle-woods-rift-gift-basket-convertible.png b/public/images/items/large/bristle-woods-rift-gift-basket-convertible.png
new file mode 100644
index 00000000..451d76b8
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-gift-basket-convertible.png differ
diff --git a/public/images/items/large/bristle-woods-rift-journal-theme-collectible.png b/public/images/items/large/bristle-woods-rift-journal-theme-collectible.png
new file mode 100644
index 00000000..9c6db332
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-journal-theme-collectible.png differ
diff --git a/public/images/items/large/bristle-woods-rift-scroll-case-convertible.png b/public/images/items/large/bristle-woods-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..a67839c9
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/bristle-woods-rift-supply-kit-convertible.png b/public/images/items/large/bristle-woods-rift-supply-kit-convertible.png
new file mode 100644
index 00000000..46162c53
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-supply-kit-convertible.png differ
diff --git a/public/images/items/large/bristle-woods-rift-theme-scrap-I-crafting-item.png b/public/images/items/large/bristle-woods-rift-theme-scrap-I-crafting-item.png
new file mode 100644
index 00000000..a7e8fd8a
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-theme-scrap-I-crafting-item.png differ
diff --git a/public/images/items/large/bristle-woods-rift-theme-scrap-II-crafting-item.png b/public/images/items/large/bristle-woods-rift-theme-scrap-II-crafting-item.png
new file mode 100644
index 00000000..1d82fb4a
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-theme-scrap-II-crafting-item.png differ
diff --git a/public/images/items/large/bristle-woods-rift-theme-scrap-III-crafting-item.png b/public/images/items/large/bristle-woods-rift-theme-scrap-III-crafting-item.png
new file mode 100644
index 00000000..a20e07cc
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-theme-scrap-III-crafting-item.png differ
diff --git a/public/images/items/large/bristle-woods-rift-treasure-chest-convertible.png b/public/images/items/large/bristle-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..be9ea872
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/bristle-woods-rift-treasure-kit-convertible.png b/public/images/items/large/bristle-woods-rift-treasure-kit-convertible.png
new file mode 100644
index 00000000..e8f8f692
Binary files /dev/null and b/public/images/items/large/bristle-woods-rift-treasure-kit-convertible.png differ
diff --git a/public/images/items/large/bristle-woods-winter-gift-convertible.png b/public/images/items/large/bristle-woods-winter-gift-convertible.png
new file mode 100644
index 00000000..58295968
Binary files /dev/null and b/public/images/items/large/bristle-woods-winter-gift-convertible.png differ
diff --git a/public/images/items/large/broken-steam-laser-mk-ii-weapon.png b/public/images/items/large/broken-steam-laser-mk-ii-weapon.png
new file mode 100644
index 00000000..b0745e3a
Binary files /dev/null and b/public/images/items/large/broken-steam-laser-mk-ii-weapon.png differ
diff --git a/public/images/items/large/bronze-footlocker-convertible.png b/public/images/items/large/bronze-footlocker-convertible.png
new file mode 100644
index 00000000..c2f55033
Binary files /dev/null and b/public/images/items/large/bronze-footlocker-convertible.png differ
diff --git a/public/images/items/large/brown-egg-convertible.png b/public/images/items/large/brown-egg-convertible.png
new file mode 100644
index 00000000..44d2eb11
Binary files /dev/null and b/public/images/items/large/brown-egg-convertible.png differ
diff --git a/public/images/items/large/bubbles-bookend-collectible.png b/public/images/items/large/bubbles-bookend-collectible.png
new file mode 100644
index 00000000..79793149
Binary files /dev/null and b/public/images/items/large/bubbles-bookend-collectible.png differ
diff --git a/public/images/items/large/bubbles-party-crasher-weapon.png b/public/images/items/large/bubbles-party-crasher-weapon.png
new file mode 100644
index 00000000..8de395dd
Binary files /dev/null and b/public/images/items/large/bubbles-party-crasher-weapon.png differ
diff --git a/public/images/items/large/bubbling-egg-convertible.png b/public/images/items/large/bubbling-egg-convertible.png
new file mode 100644
index 00000000..ddd44f30
Binary files /dev/null and b/public/images/items/large/bubbling-egg-convertible.png differ
diff --git a/public/images/items/large/bucket-of-bocconini-convertible.png b/public/images/items/large/bucket-of-bocconini-convertible.png
new file mode 100644
index 00000000..54e20541
Binary files /dev/null and b/public/images/items/large/bucket-of-bocconini-convertible.png differ
diff --git a/public/images/items/large/burglar-egg-convertible.png b/public/images/items/large/burglar-egg-convertible.png
new file mode 100644
index 00000000..d29a7123
Binary files /dev/null and b/public/images/items/large/burglar-egg-convertible.png differ
diff --git a/public/images/items/large/burroughs-omg-box-convertible.png b/public/images/items/large/burroughs-omg-box-convertible.png
new file mode 100644
index 00000000..e131a448
Binary files /dev/null and b/public/images/items/large/burroughs-omg-box-convertible.png differ
diff --git a/public/images/items/large/burroughs-rift-crate-convertible.png b/public/images/items/large/burroughs-rift-crate-convertible.png
new file mode 100644
index 00000000..c4fcf160
Binary files /dev/null and b/public/images/items/large/burroughs-rift-crate-convertible.png differ
diff --git a/public/images/items/large/burroughs-rift-journal-theme-collectible.png b/public/images/items/large/burroughs-rift-journal-theme-collectible.png
new file mode 100644
index 00000000..09b11ff3
Binary files /dev/null and b/public/images/items/large/burroughs-rift-journal-theme-collectible.png differ
diff --git a/public/images/items/large/burroughs-rift-scroll-case-convertible.png b/public/images/items/large/burroughs-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..ad222431
Binary files /dev/null and b/public/images/items/large/burroughs-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/burroughs-rift-theme-scrap-1-crafting-item.png b/public/images/items/large/burroughs-rift-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..d1c2e7f9
Binary files /dev/null and b/public/images/items/large/burroughs-rift-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/burroughs-rift-theme-scrap-2-crafting-item.png b/public/images/items/large/burroughs-rift-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..ae531e35
Binary files /dev/null and b/public/images/items/large/burroughs-rift-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/burroughs-rift-theme-scrap-3-crafting-item.png b/public/images/items/large/burroughs-rift-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..871ebd0b
Binary files /dev/null and b/public/images/items/large/burroughs-rift-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/burroughs-rift-treasure-chest-convertible.png b/public/images/items/large/burroughs-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..ac049918
Binary files /dev/null and b/public/images/items/large/burroughs-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/burroughs-salmon-craft-item.png b/public/images/items/large/burroughs-salmon-craft-item.png
new file mode 100644
index 00000000..b0860322
Binary files /dev/null and b/public/images/items/large/burroughs-salmon-craft-item.png differ
diff --git a/public/images/items/large/burroughs-winter-gift-convertible.png b/public/images/items/large/burroughs-winter-gift-convertible.png
new file mode 100644
index 00000000..9e64292f
Binary files /dev/null and b/public/images/items/large/burroughs-winter-gift-convertible.png differ
diff --git a/public/images/items/large/cackle-lantern-weapon.png b/public/images/items/large/cackle-lantern-weapon.png
new file mode 100644
index 00000000..6beb1150
Binary files /dev/null and b/public/images/items/large/cackle-lantern-weapon.png differ
diff --git a/public/images/items/large/cackle-trinket.png b/public/images/items/large/cackle-trinket.png
new file mode 100644
index 00000000..b59d6524
Binary files /dev/null and b/public/images/items/large/cackle-trinket.png differ
diff --git a/public/images/items/large/cactus-trinket.png b/public/images/items/large/cactus-trinket.png
new file mode 100644
index 00000000..4f69295b
Binary files /dev/null and b/public/images/items/large/cactus-trinket.png differ
diff --git a/public/images/items/large/calcified-rift-mist-crafting-item.png b/public/images/items/large/calcified-rift-mist-crafting-item.png
new file mode 100644
index 00000000..e350d339
Binary files /dev/null and b/public/images/items/large/calcified-rift-mist-crafting-item.png differ
diff --git a/public/images/items/large/calming-trinket.png b/public/images/items/large/calming-trinket.png
new file mode 100644
index 00000000..4321872d
Binary files /dev/null and b/public/images/items/large/calming-trinket.png differ
diff --git a/public/images/items/large/candies-craft-item.png b/public/images/items/large/candies-craft-item.png
new file mode 100644
index 00000000..fa004e7d
Binary files /dev/null and b/public/images/items/large/candies-craft-item.png differ
diff --git a/public/images/items/large/candle-chrome-monstrobot-skin.png b/public/images/items/large/candle-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..efa53435
Binary files /dev/null and b/public/images/items/large/candle-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/large/candle-tome-of-the-minds-eye-skin.png b/public/images/items/large/candle-tome-of-the-minds-eye-skin.png
new file mode 100644
index 00000000..74e1be08
Binary files /dev/null and b/public/images/items/large/candle-tome-of-the-minds-eye-skin.png differ
diff --git a/public/images/items/large/candy-apple-collectible.png b/public/images/items/large/candy-apple-collectible.png
new file mode 100644
index 00000000..dd41cb85
Binary files /dev/null and b/public/images/items/large/candy-apple-collectible.png differ
diff --git a/public/images/items/large/candy-cane-base.png b/public/images/items/large/candy-cane-base.png
new file mode 100644
index 00000000..9387bcd8
Binary files /dev/null and b/public/images/items/large/candy-cane-base.png differ
diff --git a/public/images/items/large/candy-corn-ice-maiden-skin.png b/public/images/items/large/candy-corn-ice-maiden-skin.png
new file mode 100644
index 00000000..dff741cc
Binary files /dev/null and b/public/images/items/large/candy-corn-ice-maiden-skin.png differ
diff --git a/public/images/items/large/candy-crusher-weapon.png b/public/images/items/large/candy-crusher-weapon.png
new file mode 100644
index 00000000..c5dd8b25
Binary files /dev/null and b/public/images/items/large/candy-crusher-weapon.png differ
diff --git a/public/images/items/large/candy-haunting-house-skin.png b/public/images/items/large/candy-haunting-house-skin.png
new file mode 100644
index 00000000..a9543c38
Binary files /dev/null and b/public/images/items/large/candy-haunting-house-skin.png differ
diff --git a/public/images/items/large/candy-trinket.png b/public/images/items/large/candy-trinket.png
new file mode 100644
index 00000000..6c92be23
Binary files /dev/null and b/public/images/items/large/candy-trinket.png differ
diff --git a/public/images/items/large/candygram-collectible.png b/public/images/items/large/candygram-collectible.png
new file mode 100644
index 00000000..fee984bd
Binary files /dev/null and b/public/images/items/large/candygram-collectible.png differ
diff --git a/public/images/items/large/canister-ring-crafting-item.png b/public/images/items/large/canister-ring-crafting-item.png
new file mode 100644
index 00000000..b39e615b
Binary files /dev/null and b/public/images/items/large/canister-ring-crafting-item.png differ
diff --git a/public/images/items/large/capoeira-art-of-dance-skin.png b/public/images/items/large/capoeira-art-of-dance-skin.png
new file mode 100644
index 00000000..2575fc0f
Binary files /dev/null and b/public/images/items/large/capoeira-art-of-dance-skin.png differ
diff --git a/public/images/items/large/captain-croissant-egg-convertible.png b/public/images/items/large/captain-croissant-egg-convertible.png
new file mode 100644
index 00000000..c4a9197c
Binary files /dev/null and b/public/images/items/large/captain-croissant-egg-convertible.png differ
diff --git a/public/images/items/large/captains-cavalry-sword-collectible.png b/public/images/items/large/captains-cavalry-sword-collectible.png
new file mode 100644
index 00000000..c1344f52
Binary files /dev/null and b/public/images/items/large/captains-cavalry-sword-collectible.png differ
diff --git a/public/images/items/large/captains-coat-collectible.png b/public/images/items/large/captains-coat-collectible.png
new file mode 100644
index 00000000..90f94437
Binary files /dev/null and b/public/images/items/large/captains-coat-collectible.png differ
diff --git a/public/images/items/large/captains-hat-collectible.png b/public/images/items/large/captains-hat-collectible.png
new file mode 100644
index 00000000..5fec4c22
Binary files /dev/null and b/public/images/items/large/captains-hat-collectible.png differ
diff --git a/public/images/items/large/captains-trousers-collectible.png b/public/images/items/large/captains-trousers-collectible.png
new file mode 100644
index 00000000..4677684a
Binary files /dev/null and b/public/images/items/large/captains-trousers-collectible.png differ
diff --git a/public/images/items/large/caring-egg-convertible.png b/public/images/items/large/caring-egg-convertible.png
new file mode 100644
index 00000000..09525af6
Binary files /dev/null and b/public/images/items/large/caring-egg-convertible.png differ
diff --git a/public/images/items/large/carousel-charger-weapon.png b/public/images/items/large/carousel-charger-weapon.png
new file mode 100644
index 00000000..df455359
Binary files /dev/null and b/public/images/items/large/carousel-charger-weapon.png differ
diff --git a/public/images/items/large/carrot-cake-base.png b/public/images/items/large/carrot-cake-base.png
new file mode 100644
index 00000000..c1ca1f2f
Binary files /dev/null and b/public/images/items/large/carrot-cake-base.png differ
diff --git a/public/images/items/large/cash25-stat-item.png b/public/images/items/large/cash25-stat-item.png
new file mode 100644
index 00000000..5deae6b9
Binary files /dev/null and b/public/images/items/large/cash25-stat-item.png differ
diff --git a/public/images/items/large/cash50-stat-item.png b/public/images/items/large/cash50-stat-item.png
new file mode 100644
index 00000000..5deae6b9
Binary files /dev/null and b/public/images/items/large/cash50-stat-item.png differ
diff --git a/public/images/items/large/catacombs-scroll-case-convertible.png b/public/images/items/large/catacombs-scroll-case-convertible.png
new file mode 100644
index 00000000..3915ea3a
Binary files /dev/null and b/public/images/items/large/catacombs-scroll-case-convertible.png differ
diff --git a/public/images/items/large/catacombs-survival-kit.png b/public/images/items/large/catacombs-survival-kit.png
new file mode 100644
index 00000000..26a8b24e
Binary files /dev/null and b/public/images/items/large/catacombs-survival-kit.png differ
diff --git a/public/images/items/large/catacombs-treasure-chest-convertible.png b/public/images/items/large/catacombs-treasure-chest-convertible.png
new file mode 100644
index 00000000..11941309
Binary files /dev/null and b/public/images/items/large/catacombs-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/catalytic-orb-crafting-item.png b/public/images/items/large/catalytic-orb-crafting-item.png
new file mode 100644
index 00000000..9f2bb2a0
Binary files /dev/null and b/public/images/items/large/catalytic-orb-crafting-item.png differ
diff --git a/public/images/items/large/catch-acolyte-adv.png b/public/images/items/large/catch-acolyte-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-acolyte-adv.png differ
diff --git a/public/images/items/large/catch-archer-adv.png b/public/images/items/large/catch-archer-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-archer-adv.png differ
diff --git a/public/images/items/large/catch-balack-the-banished-adv.png b/public/images/items/large/catch-balack-the-banished-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-balack-the-banished-adv.png differ
diff --git a/public/images/items/large/catch-captain-croissant-adv.png b/public/images/items/large/catch-captain-croissant-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-captain-croissant-adv.png differ
diff --git a/public/images/items/large/catch-chieftains-adv.png b/public/images/items/large/catch-chieftains-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-chieftains-adv.png differ
diff --git a/public/images/items/large/catch-crystal-behemoth-adv.png b/public/images/items/large/catch-crystal-behemoth-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-crystal-behemoth-adv.png differ
diff --git a/public/images/items/large/catch-cyclops-adv.png b/public/images/items/large/catch-cyclops-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-cyclops-adv.png differ
diff --git a/public/images/items/large/catch-dragon-adv.png b/public/images/items/large/catch-dragon-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-dragon-adv.png differ
diff --git a/public/images/items/large/catch-dwarf-adv.png b/public/images/items/large/catch-dwarf-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-dwarf-adv.png differ
diff --git a/public/images/items/large/catch-eclipse-adv.png b/public/images/items/large/catch-eclipse-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-eclipse-adv.png differ
diff --git a/public/images/items/large/catch-fairy-adv.png b/public/images/items/large/catch-fairy-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-fairy-adv.png differ
diff --git a/public/images/items/large/catch-ful-mina-adv.png b/public/images/items/large/catch-ful-mina-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-ful-mina-adv.png differ
diff --git a/public/images/items/large/catch-granite-adv.png b/public/images/items/large/catch-granite-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-granite-adv.png differ
diff --git a/public/images/items/large/catch-hween-2015-boss-adv.png b/public/images/items/large/catch-hween-2015-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-hween-2015-boss-adv.png differ
diff --git a/public/images/items/large/catch-hween-2016-boss-adv.png b/public/images/items/large/catch-hween-2016-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-hween-2016-boss-adv.png differ
diff --git a/public/images/items/large/catch-hween-2017-boss-adv.png b/public/images/items/large/catch-hween-2017-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-hween-2017-boss-adv.png differ
diff --git a/public/images/items/large/catch-hween-2018-boss-adv.png b/public/images/items/large/catch-hween-2018-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-hween-2018-boss-adv.png differ
diff --git a/public/images/items/large/catch-icewing-adv.png b/public/images/items/large/catch-icewing-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-icewing-adv.png differ
diff --git a/public/images/items/large/catch-jungle-of-dread-mice-adv.png b/public/images/items/large/catch-jungle-of-dread-mice-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-jungle-of-dread-mice-adv.png differ
diff --git a/public/images/items/large/catch-kings-adv.png b/public/images/items/large/catch-kings-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-kings-adv.png differ
diff --git a/public/images/items/large/catch-library-boss-adv.png b/public/images/items/large/catch-library-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-library-boss-adv.png differ
diff --git a/public/images/items/large/catch-living-garden-mice-adv.png b/public/images/items/large/catch-living-garden-mice-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-living-garden-mice-adv.png differ
diff --git a/public/images/items/large/catch-lny-2015-boss-adv.png b/public/images/items/large/catch-lny-2015-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lny-2015-boss-adv.png differ
diff --git a/public/images/items/large/catch-lny-2017-boss-adv.png b/public/images/items/large/catch-lny-2017-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lny-2017-boss-adv.png differ
diff --git a/public/images/items/large/catch-lny-2018-boss-adv.png b/public/images/items/large/catch-lny-2018-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lny-2018-boss-adv.png differ
diff --git a/public/images/items/large/catch-lny-2019-boss-adv.png b/public/images/items/large/catch-lny-2019-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lny-2019-boss-adv.png differ
diff --git a/public/images/items/large/catch-lny-2020-boss-adv.png b/public/images/items/large/catch-lny-2020-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lny-2020-boss-adv.png differ
diff --git a/public/images/items/large/catch-lny-2021-boss-adv.png b/public/images/items/large/catch-lny-2021-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lny-2021-boss-adv.png differ
diff --git a/public/images/items/large/catch-lycan-adv.png b/public/images/items/large/catch-lycan-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-lycan-adv.png differ
diff --git a/public/images/items/large/catch-master-of-the-dojo-adv.png b/public/images/items/large/catch-master-of-the-dojo-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-master-of-the-dojo-adv.png differ
diff --git a/public/images/items/large/catch-ninja-adv.png b/public/images/items/large/catch-ninja-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-ninja-adv.png differ
diff --git a/public/images/items/large/catch-retired-minotaur-adv.png b/public/images/items/large/catch-retired-minotaur-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-retired-minotaur-adv.png differ
diff --git a/public/images/items/large/catch-rift-acolyte-adv.png b/public/images/items/large/catch-rift-acolyte-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-rift-acolyte-adv.png differ
diff --git a/public/images/items/large/catch-rift-black-widow-adv.png b/public/images/items/large/catch-rift-black-widow-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-rift-black-widow-adv.png differ
diff --git a/public/images/items/large/catch-rift-eclipse-adv.png b/public/images/items/large/catch-rift-eclipse-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-rift-eclipse-adv.png differ
diff --git a/public/images/items/large/catch-rift-field-adv.png b/public/images/items/large/catch-rift-field-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-rift-field-adv.png differ
diff --git a/public/images/items/large/catch-rift-master-of-the-dojo-adv.png b/public/images/items/large/catch-rift-master-of-the-dojo-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-rift-master-of-the-dojo-adv.png differ
diff --git a/public/images/items/large/catch-rift-menace-adv.png b/public/images/items/large/catch-rift-menace-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-rift-menace-adv.png differ
diff --git a/public/images/items/large/catch-tritus-adv.png b/public/images/items/large/catch-tritus-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-tritus-adv.png differ
diff --git a/public/images/items/large/catch-warmonger-adv.png b/public/images/items/large/catch-warmonger-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-warmonger-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2015-boss-adv.png b/public/images/items/large/catch-xmas-2015-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2015-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2016-boss-adv.png b/public/images/items/large/catch-xmas-2016-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2016-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2017-boss-adv.png b/public/images/items/large/catch-xmas-2017-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2017-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2018-boss-adv.png b/public/images/items/large/catch-xmas-2018-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2018-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2019-boss-adv.png b/public/images/items/large/catch-xmas-2019-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2019-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2020-boss-adv.png b/public/images/items/large/catch-xmas-2020-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2020-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2021-boss-adv.png b/public/images/items/large/catch-xmas-2021-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2021-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2022-boss-adv.png b/public/images/items/large/catch-xmas-2022-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2022-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2023-boss-adv.png b/public/images/items/large/catch-xmas-2023-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2023-boss-adv.png differ
diff --git a/public/images/items/large/catch-xmas-2024-boss-adv.png b/public/images/items/large/catch-xmas-2024-boss-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-xmas-2024-boss-adv.png differ
diff --git a/public/images/items/large/catch-zombie-adv.png b/public/images/items/large/catch-zombie-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/catch-zombie-adv.png differ
diff --git a/public/images/items/large/cauldron-from-the-black-lagoon-skin.png b/public/images/items/large/cauldron-from-the-black-lagoon-skin.png
new file mode 100644
index 00000000..3646d548
Binary files /dev/null and b/public/images/items/large/cauldron-from-the-black-lagoon-skin.png differ
diff --git a/public/images/items/large/cauldron-instant-finish-stat-item.png b/public/images/items/large/cauldron-instant-finish-stat-item.png
new file mode 100644
index 00000000..a9e74bb9
Binary files /dev/null and b/public/images/items/large/cauldron-instant-finish-stat-item.png differ
diff --git a/public/images/items/large/cauldron-potion-ingredient-stat-item.png b/public/images/items/large/cauldron-potion-ingredient-stat-item.png
new file mode 100644
index 00000000..1b889a92
Binary files /dev/null and b/public/images/items/large/cauldron-potion-ingredient-stat-item.png differ
diff --git a/public/images/items/large/cauldron-tier-1-cheese.png b/public/images/items/large/cauldron-tier-1-cheese.png
new file mode 100644
index 00000000..efb23444
Binary files /dev/null and b/public/images/items/large/cauldron-tier-1-cheese.png differ
diff --git a/public/images/items/large/cauldron-tier-1-ingredient-stat-item.png b/public/images/items/large/cauldron-tier-1-ingredient-stat-item.png
new file mode 100644
index 00000000..bd056bfc
Binary files /dev/null and b/public/images/items/large/cauldron-tier-1-ingredient-stat-item.png differ
diff --git a/public/images/items/large/cauldron-tier-2-cheese.png b/public/images/items/large/cauldron-tier-2-cheese.png
new file mode 100644
index 00000000..51870b01
Binary files /dev/null and b/public/images/items/large/cauldron-tier-2-cheese.png differ
diff --git a/public/images/items/large/cauldron-tier-2-ingredient-stat-item.png b/public/images/items/large/cauldron-tier-2-ingredient-stat-item.png
new file mode 100644
index 00000000..cfb57ec3
Binary files /dev/null and b/public/images/items/large/cauldron-tier-2-ingredient-stat-item.png differ
diff --git a/public/images/items/large/cauldron-tier-3-cheese.png b/public/images/items/large/cauldron-tier-3-cheese.png
new file mode 100644
index 00000000..42c1f98b
Binary files /dev/null and b/public/images/items/large/cauldron-tier-3-cheese.png differ
diff --git a/public/images/items/large/cauldron-tier-3-ingredient-stat-item.png b/public/images/items/large/cauldron-tier-3-ingredient-stat-item.png
new file mode 100644
index 00000000..8d1aa169
Binary files /dev/null and b/public/images/items/large/cauldron-tier-3-ingredient-stat-item.png differ
diff --git a/public/images/items/large/cauldron-tier-4-cheese.png b/public/images/items/large/cauldron-tier-4-cheese.png
new file mode 100644
index 00000000..c3758e0b
Binary files /dev/null and b/public/images/items/large/cauldron-tier-4-cheese.png differ
diff --git a/public/images/items/large/cauldron-tier-4-ingredient-stat-item.png b/public/images/items/large/cauldron-tier-4-ingredient-stat-item.png
new file mode 100644
index 00000000..ff85cb3b
Binary files /dev/null and b/public/images/items/large/cauldron-tier-4-ingredient-stat-item.png differ
diff --git a/public/images/items/large/cave-crystal-egg-convertible.png b/public/images/items/large/cave-crystal-egg-convertible.png
new file mode 100644
index 00000000..59a29533
Binary files /dev/null and b/public/images/items/large/cave-crystal-egg-convertible.png differ
diff --git a/public/images/items/large/cave-diamond-egg-convertible.png b/public/images/items/large/cave-diamond-egg-convertible.png
new file mode 100644
index 00000000..798e154e
Binary files /dev/null and b/public/images/items/large/cave-diamond-egg-convertible.png differ
diff --git a/public/images/items/large/cave-nightshade-crafting-item.png b/public/images/items/large/cave-nightshade-crafting-item.png
new file mode 100644
index 00000000..e266b102
Binary files /dev/null and b/public/images/items/large/cave-nightshade-crafting-item.png differ
diff --git a/public/images/items/large/cavern-fungus-crafting-item.png b/public/images/items/large/cavern-fungus-crafting-item.png
new file mode 100644
index 00000000..ad172930
Binary files /dev/null and b/public/images/items/large/cavern-fungus-crafting-item.png differ
diff --git a/public/images/items/large/cavern-gruyere-kit-convertible.png b/public/images/items/large/cavern-gruyere-kit-convertible.png
new file mode 100644
index 00000000..062de779
Binary files /dev/null and b/public/images/items/large/cavern-gruyere-kit-convertible.png differ
diff --git a/public/images/items/large/celestial-dissonance-trap-parts-crafting-item.png b/public/images/items/large/celestial-dissonance-trap-parts-crafting-item.png
new file mode 100644
index 00000000..64715dc6
Binary files /dev/null and b/public/images/items/large/celestial-dissonance-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/celestial-dissonance-weapon.png b/public/images/items/large/celestial-dissonance-weapon.png
new file mode 100644
index 00000000..b0954dba
Binary files /dev/null and b/public/images/items/large/celestial-dissonance-weapon.png differ
diff --git a/public/images/items/large/cemetery-gate-grappler-weapon.png b/public/images/items/large/cemetery-gate-grappler-weapon.png
new file mode 100644
index 00000000..70bc25e5
Binary files /dev/null and b/public/images/items/large/cemetery-gate-grappler-weapon.png differ
diff --git a/public/images/items/large/century-egg-convertible.png b/public/images/items/large/century-egg-convertible.png
new file mode 100644
index 00000000..5b32556e
Binary files /dev/null and b/public/images/items/large/century-egg-convertible.png differ
diff --git a/public/images/items/large/century-of-luck-egg-convertible.png b/public/images/items/large/century-of-luck-egg-convertible.png
new file mode 100644
index 00000000..652f7602
Binary files /dev/null and b/public/images/items/large/century-of-luck-egg-convertible.png differ
diff --git a/public/images/items/large/challengers-silver-base.png b/public/images/items/large/challengers-silver-base.png
new file mode 100644
index 00000000..d416aa83
Binary files /dev/null and b/public/images/items/large/challengers-silver-base.png differ
diff --git a/public/images/items/large/chamber-cleaver-egg-convertible.png b/public/images/items/large/chamber-cleaver-egg-convertible.png
new file mode 100644
index 00000000..11eed13f
Binary files /dev/null and b/public/images/items/large/chamber-cleaver-egg-convertible.png differ
diff --git a/public/images/items/large/chamber-cleaver-trinket.png b/public/images/items/large/chamber-cleaver-trinket.png
new file mode 100644
index 00000000..d47c2e38
Binary files /dev/null and b/public/images/items/large/chamber-cleaver-trinket.png differ
diff --git a/public/images/items/large/champion-charm-pack-convertible.png b/public/images/items/large/champion-charm-pack-convertible.png
new file mode 100644
index 00000000..b2091f1b
Binary files /dev/null and b/public/images/items/large/champion-charm-pack-convertible.png differ
diff --git a/public/images/items/large/champion-ring-collectible.png b/public/images/items/large/champion-ring-collectible.png
new file mode 100644
index 00000000..fd5132e7
Binary files /dev/null and b/public/images/items/large/champion-ring-collectible.png differ
diff --git a/public/images/items/large/champion-trinket.png b/public/images/items/large/champion-trinket.png
new file mode 100644
index 00000000..a8c5a352
Binary files /dev/null and b/public/images/items/large/champion-trinket.png differ
diff --git a/public/images/items/large/champions-chest-convertible.png b/public/images/items/large/champions-chest-convertible.png
new file mode 100644
index 00000000..e9e8976e
Binary files /dev/null and b/public/images/items/large/champions-chest-convertible.png differ
diff --git a/public/images/items/large/champions-gold-base.png b/public/images/items/large/champions-gold-base.png
new file mode 100644
index 00000000..c759ec5b
Binary files /dev/null and b/public/images/items/large/champions-gold-base.png differ
diff --git a/public/images/items/large/charcoal-yule-log-stat-item.png b/public/images/items/large/charcoal-yule-log-stat-item.png
new file mode 100644
index 00000000..e1eb7368
Binary files /dev/null and b/public/images/items/large/charcoal-yule-log-stat-item.png differ
diff --git a/public/images/items/large/charm-level-1-trinket-slot.png b/public/images/items/large/charm-level-1-trinket-slot.png
new file mode 100644
index 00000000..54e96b1a
Binary files /dev/null and b/public/images/items/large/charm-level-1-trinket-slot.png differ
diff --git a/public/images/items/large/charmbit-crafting-item.png b/public/images/items/large/charmbit-crafting-item.png
new file mode 100644
index 00000000..2df806ab
Binary files /dev/null and b/public/images/items/large/charmbit-crafting-item.png differ
diff --git a/public/images/items/large/charming-princebot-weapon.png b/public/images/items/large/charming-princebot-weapon.png
new file mode 100644
index 00000000..f43e1047
Binary files /dev/null and b/public/images/items/large/charming-princebot-weapon.png differ
diff --git a/public/images/items/large/charming-study-hween2014-assignment-convertible.png b/public/images/items/large/charming-study-hween2014-assignment-convertible.png
new file mode 100644
index 00000000..7da7006d
Binary files /dev/null and b/public/images/items/large/charming-study-hween2014-assignment-convertible.png differ
diff --git a/public/images/items/large/charming-study-hween2014-assignment-quest-item.png b/public/images/items/large/charming-study-hween2014-assignment-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/charming-study-hween2014-assignment-quest-item.png differ
diff --git a/public/images/items/large/checkmate-cheese.png b/public/images/items/large/checkmate-cheese.png
new file mode 100644
index 00000000..e364b50c
Binary files /dev/null and b/public/images/items/large/checkmate-cheese.png differ
diff --git a/public/images/items/large/cheddar-cheese.png b/public/images/items/large/cheddar-cheese.png
new file mode 100644
index 00000000..62e9ad45
Binary files /dev/null and b/public/images/items/large/cheddar-cheese.png differ
diff --git a/public/images/items/large/cheddar-powder-crafting-item.png b/public/images/items/large/cheddar-powder-crafting-item.png
new file mode 100644
index 00000000..9a725153
Binary files /dev/null and b/public/images/items/large/cheddar-powder-crafting-item.png differ
diff --git a/public/images/items/large/cheddore-cheese.png b/public/images/items/large/cheddore-cheese.png
new file mode 100644
index 00000000..59c8519f
Binary files /dev/null and b/public/images/items/large/cheddore-cheese.png differ
diff --git a/public/images/items/large/cheese-belt-token-pack-convertible.png b/public/images/items/large/cheese-belt-token-pack-convertible.png
new file mode 100644
index 00000000..9d38cf7d
Binary files /dev/null and b/public/images/items/large/cheese-belt-token-pack-convertible.png differ
diff --git a/public/images/items/large/cheese-cake-base.png b/public/images/items/large/cheese-cake-base.png
new file mode 100644
index 00000000..b2c973c3
Binary files /dev/null and b/public/images/items/large/cheese-cake-base.png differ
diff --git a/public/images/items/large/cheese-claw-token-pack-convertible.png b/public/images/items/large/cheese-claw-token-pack-convertible.png
new file mode 100644
index 00000000..edacb8fd
Binary files /dev/null and b/public/images/items/large/cheese-claw-token-pack-convertible.png differ
diff --git a/public/images/items/large/cheese-fang-token-pack-convertible.png b/public/images/items/large/cheese-fang-token-pack-convertible.png
new file mode 100644
index 00000000..7d03e734
Binary files /dev/null and b/public/images/items/large/cheese-fang-token-pack-convertible.png differ
diff --git a/public/images/items/large/cheese-seeking-lighthouse-weapon.png b/public/images/items/large/cheese-seeking-lighthouse-weapon.png
new file mode 100644
index 00000000..80e27b46
Binary files /dev/null and b/public/images/items/large/cheese-seeking-lighthouse-weapon.png differ
diff --git a/public/images/items/large/cheesy-fluffs-craft-item.png b/public/images/items/large/cheesy-fluffs-craft-item.png
new file mode 100644
index 00000000..77f4a78a
Binary files /dev/null and b/public/images/items/large/cheesy-fluffs-craft-item.png differ
diff --git a/public/images/items/large/cheesy-pipe-party-dust-stat-item.png b/public/images/items/large/cheesy-pipe-party-dust-stat-item.png
new file mode 100644
index 00000000..49c8e5b2
Binary files /dev/null and b/public/images/items/large/cheesy-pipe-party-dust-stat-item.png differ
diff --git a/public/images/items/large/cheesy-pipe-party-ticket-stat-item.png b/public/images/items/large/cheesy-pipe-party-ticket-stat-item.png
new file mode 100644
index 00000000..c22d55a5
Binary files /dev/null and b/public/images/items/large/cheesy-pipe-party-ticket-stat-item.png differ
diff --git a/public/images/items/large/cherry-cheese.png b/public/images/items/large/cherry-cheese.png
new file mode 100644
index 00000000..59f79fe6
Binary files /dev/null and b/public/images/items/large/cherry-cheese.png differ
diff --git a/public/images/items/large/cherry-egg-convertible.png b/public/images/items/large/cherry-egg-convertible.png
new file mode 100644
index 00000000..2dbb348e
Binary files /dev/null and b/public/images/items/large/cherry-egg-convertible.png differ
diff --git a/public/images/items/large/cherry-potion.png b/public/images/items/large/cherry-potion.png
new file mode 100644
index 00000000..ebec9b96
Binary files /dev/null and b/public/images/items/large/cherry-potion.png differ
diff --git a/public/images/items/large/cherry-sprite-egg-convertible.png b/public/images/items/large/cherry-sprite-egg-convertible.png
new file mode 100644
index 00000000..8076e654
Binary files /dev/null and b/public/images/items/large/cherry-sprite-egg-convertible.png differ
diff --git a/public/images/items/large/cherry-trinket.png b/public/images/items/large/cherry-trinket.png
new file mode 100644
index 00000000..fdfcd793
Binary files /dev/null and b/public/images/items/large/cherry-trinket.png differ
diff --git a/public/images/items/large/cheslas-belated-birthday-skin.png b/public/images/items/large/cheslas-belated-birthday-skin.png
new file mode 100644
index 00000000..3f42cab7
Binary files /dev/null and b/public/images/items/large/cheslas-belated-birthday-skin.png differ
diff --git a/public/images/items/large/cheslas-revenge-weapon.png b/public/images/items/large/cheslas-revenge-weapon.png
new file mode 100644
index 00000000..64db25ba
Binary files /dev/null and b/public/images/items/large/cheslas-revenge-weapon.png differ
diff --git a/public/images/items/large/chess-pieces-crafting-item.png b/public/images/items/large/chess-pieces-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/chess-pieces-crafting-item.png differ
diff --git a/public/images/items/large/chinese-knot-collectible.png b/public/images/items/large/chinese-knot-collectible.png
new file mode 100644
index 00000000..5f1361d6
Binary files /dev/null and b/public/images/items/large/chinese-knot-collectible.png differ
diff --git a/public/images/items/large/choc-cake-base.png b/public/images/items/large/choc-cake-base.png
new file mode 100644
index 00000000..808a5d53
Binary files /dev/null and b/public/images/items/large/choc-cake-base.png differ
diff --git a/public/images/items/large/chocolate-ancient-box-trap-skin.png b/public/images/items/large/chocolate-ancient-box-trap-skin.png
new file mode 100644
index 00000000..379d42b2
Binary files /dev/null and b/public/images/items/large/chocolate-ancient-box-trap-skin.png differ
diff --git a/public/images/items/large/chocolate-bar-base.png b/public/images/items/large/chocolate-bar-base.png
new file mode 100644
index 00000000..c883f851
Binary files /dev/null and b/public/images/items/large/chocolate-bar-base.png differ
diff --git a/public/images/items/large/chocolate-bunny-collectible.png b/public/images/items/large/chocolate-bunny-collectible.png
new file mode 100644
index 00000000..1841c9ee
Binary files /dev/null and b/public/images/items/large/chocolate-bunny-collectible.png differ
diff --git a/public/images/items/large/chocolate-covered-reaper-perch-skin.png b/public/images/items/large/chocolate-covered-reaper-perch-skin.png
new file mode 100644
index 00000000..5c6288a4
Binary files /dev/null and b/public/images/items/large/chocolate-covered-reaper-perch-skin.png differ
diff --git a/public/images/items/large/chocolate-geyser-hydro-trap-skin.png b/public/images/items/large/chocolate-geyser-hydro-trap-skin.png
new file mode 100644
index 00000000..b58bfa00
Binary files /dev/null and b/public/images/items/large/chocolate-geyser-hydro-trap-skin.png differ
diff --git a/public/images/items/large/chocolatium-stat-item.png b/public/images/items/large/chocolatium-stat-item.png
new file mode 100644
index 00000000..6fe3e3b2
Binary files /dev/null and b/public/images/items/large/chocolatium-stat-item.png differ
diff --git a/public/images/items/large/christmas-cactus-weapon.png b/public/images/items/large/christmas-cactus-weapon.png
new file mode 100644
index 00000000..33988e70
Binary files /dev/null and b/public/images/items/large/christmas-cactus-weapon.png differ
diff --git a/public/images/items/large/christmas-chrome-monstrobot-skin.png b/public/images/items/large/christmas-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..6f41a29e
Binary files /dev/null and b/public/images/items/large/christmas-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/large/christmas-coal-collectible.png b/public/images/items/large/christmas-coal-collectible.png
new file mode 100644
index 00000000..2597558c
Binary files /dev/null and b/public/images/items/large/christmas-coal-collectible.png differ
diff --git a/public/images/items/large/christmas-cracker-trap-weapon.png b/public/images/items/large/christmas-cracker-trap-weapon.png
new file mode 100644
index 00000000..397bb4a7
Binary files /dev/null and b/public/images/items/large/christmas-cracker-trap-weapon.png differ
diff --git a/public/images/items/large/christmas-crystalabra-weapon.png b/public/images/items/large/christmas-crystalabra-weapon.png
new file mode 100644
index 00000000..7c3bf5d8
Binary files /dev/null and b/public/images/items/large/christmas-crystalabra-weapon.png differ
diff --git a/public/images/items/large/chrome-acronym-weapon.png b/public/images/items/large/chrome-acronym-weapon.png
new file mode 100644
index 00000000..55d6e8e3
Binary files /dev/null and b/public/images/items/large/chrome-acronym-weapon.png differ
diff --git a/public/images/items/large/chrome-arduous-treasure-chest-convertible.png b/public/images/items/large/chrome-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..cc272eb5
Binary files /dev/null and b/public/images/items/large/chrome-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-balloon-of-celebration-skin.png b/public/images/items/large/chrome-balloon-of-celebration-skin.png
new file mode 100644
index 00000000..3737506e
Binary files /dev/null and b/public/images/items/large/chrome-balloon-of-celebration-skin.png differ
diff --git a/public/images/items/large/chrome-bee-floating-arcane-upgraded-skin.png b/public/images/items/large/chrome-bee-floating-arcane-upgraded-skin.png
new file mode 100644
index 00000000..b8be9c17
Binary files /dev/null and b/public/images/items/large/chrome-bee-floating-arcane-upgraded-skin.png differ
diff --git a/public/images/items/large/chrome-birthday-cannon-skin.png b/public/images/items/large/chrome-birthday-cannon-skin.png
new file mode 100644
index 00000000..522d3680
Binary files /dev/null and b/public/images/items/large/chrome-birthday-cannon-skin.png differ
diff --git a/public/images/items/large/chrome-bit-stat-item.png b/public/images/items/large/chrome-bit-stat-item.png
new file mode 100644
index 00000000..107e2c44
Binary files /dev/null and b/public/images/items/large/chrome-bit-stat-item.png differ
diff --git a/public/images/items/large/chrome-boss-arduous-treasure-chest-convertible.png b/public/images/items/large/chrome-boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..578039f5
Binary files /dev/null and b/public/images/items/large/chrome-boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-boss-easy-treasure-chest-convertible.png b/public/images/items/large/chrome-boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..dcec7030
Binary files /dev/null and b/public/images/items/large/chrome-boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-boss-elaborate-treasure-chest-convertible.png b/public/images/items/large/chrome-boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..dcec7030
Binary files /dev/null and b/public/images/items/large/chrome-boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-boss-elite-treasure-chest-convertible.png b/public/images/items/large/chrome-boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..dcec7030
Binary files /dev/null and b/public/images/items/large/chrome-boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-boss-hard-treasure-chest-convertible.png b/public/images/items/large/chrome-boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..3469fa57
Binary files /dev/null and b/public/images/items/large/chrome-boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-boss-medium-treasure-chest-convertible.png b/public/images/items/large/chrome-boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..dcec7030
Binary files /dev/null and b/public/images/items/large/chrome-boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-boss-scroll-case-convertible.png b/public/images/items/large/chrome-boss-scroll-case-convertible.png
new file mode 100644
index 00000000..693743e6
Binary files /dev/null and b/public/images/items/large/chrome-boss-scroll-case-convertible.png differ
diff --git a/public/images/items/large/chrome-bucket-ronza-2019-stat-item.png b/public/images/items/large/chrome-bucket-ronza-2019-stat-item.png
new file mode 100644
index 00000000..28906a2b
Binary files /dev/null and b/public/images/items/large/chrome-bucket-ronza-2019-stat-item.png differ
diff --git a/public/images/items/large/chrome-candle-cannon-trap-skin.png b/public/images/items/large/chrome-candle-cannon-trap-skin.png
new file mode 100644
index 00000000..8ff05f23
Binary files /dev/null and b/public/images/items/large/chrome-candle-cannon-trap-skin.png differ
diff --git a/public/images/items/large/chrome-cavern-of-conjuring-skin.png b/public/images/items/large/chrome-cavern-of-conjuring-skin.png
new file mode 100644
index 00000000..5e031091
Binary files /dev/null and b/public/images/items/large/chrome-cavern-of-conjuring-skin.png differ
diff --git a/public/images/items/large/chrome-celestial-creator-skin.png b/public/images/items/large/chrome-celestial-creator-skin.png
new file mode 100644
index 00000000..7024e2be
Binary files /dev/null and b/public/images/items/large/chrome-celestial-creator-skin.png differ
diff --git a/public/images/items/large/chrome-celestial-cupcake-skin.png b/public/images/items/large/chrome-celestial-cupcake-skin.png
new file mode 100644
index 00000000..4ccf8780
Binary files /dev/null and b/public/images/items/large/chrome-celestial-cupcake-skin.png differ
diff --git a/public/images/items/large/chrome-celestial-dissonance-kit-crafting-item.png b/public/images/items/large/chrome-celestial-dissonance-kit-crafting-item.png
new file mode 100644
index 00000000..bd387cec
Binary files /dev/null and b/public/images/items/large/chrome-celestial-dissonance-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-celestial-dissonance-tree-skin.png b/public/images/items/large/chrome-celestial-dissonance-tree-skin.png
new file mode 100644
index 00000000..13bbac50
Binary files /dev/null and b/public/images/items/large/chrome-celestial-dissonance-tree-skin.png differ
diff --git a/public/images/items/large/chrome-celestial-dissonance-weapon.png b/public/images/items/large/chrome-celestial-dissonance-weapon.png
new file mode 100644
index 00000000..fb2e32e6
Binary files /dev/null and b/public/images/items/large/chrome-celestial-dissonance-weapon.png differ
diff --git a/public/images/items/large/chrome-circlet-of-the-seas-skin.png b/public/images/items/large/chrome-circlet-of-the-seas-skin.png
new file mode 100644
index 00000000..088d1521
Binary files /dev/null and b/public/images/items/large/chrome-circlet-of-the-seas-skin.png differ
diff --git a/public/images/items/large/chrome-codex-stat-item.png b/public/images/items/large/chrome-codex-stat-item.png
new file mode 100644
index 00000000..ccb0b1bf
Binary files /dev/null and b/public/images/items/large/chrome-codex-stat-item.png differ
diff --git a/public/images/items/large/chrome-dragon-slayer-cannon-kit-crafting-item.png b/public/images/items/large/chrome-dragon-slayer-cannon-kit-crafting-item.png
new file mode 100644
index 00000000..a0d3126b
Binary files /dev/null and b/public/images/items/large/chrome-dragon-slayer-cannon-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-dragon-slayer-cannon-weapon.png b/public/images/items/large/chrome-dragon-slayer-cannon-weapon.png
new file mode 100644
index 00000000..883c3f48
Binary files /dev/null and b/public/images/items/large/chrome-dragon-slayer-cannon-weapon.png differ
diff --git a/public/images/items/large/chrome-driftwood-sports-cannon-skin.png b/public/images/items/large/chrome-driftwood-sports-cannon-skin.png
new file mode 100644
index 00000000..1a4412f4
Binary files /dev/null and b/public/images/items/large/chrome-driftwood-sports-cannon-skin.png differ
diff --git a/public/images/items/large/chrome-drillbot-weapon.png b/public/images/items/large/chrome-drillbot-weapon.png
new file mode 100644
index 00000000..a99ed9bd
Binary files /dev/null and b/public/images/items/large/chrome-drillbot-weapon.png differ
diff --git a/public/images/items/large/chrome-droid-surprise-skin.png b/public/images/items/large/chrome-droid-surprise-skin.png
new file mode 100644
index 00000000..0e7eea60
Binary files /dev/null and b/public/images/items/large/chrome-droid-surprise-skin.png differ
diff --git a/public/images/items/large/chrome-easy-treasure-chest-convertible.png b/public/images/items/large/chrome-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..c66ff1f1
Binary files /dev/null and b/public/images/items/large/chrome-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-elaborate-treasure-chest-convertible.png b/public/images/items/large/chrome-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..c2b106d5
Binary files /dev/null and b/public/images/items/large/chrome-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-elite-treasure-chest-convertible.png b/public/images/items/large/chrome-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..6a498a6c
Binary files /dev/null and b/public/images/items/large/chrome-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-enchanted-dragon-slayer-turret-skin.png b/public/images/items/large/chrome-enchanted-dragon-slayer-turret-skin.png
new file mode 100644
index 00000000..4bd929ce
Binary files /dev/null and b/public/images/items/large/chrome-enchanted-dragon-slayer-turret-skin.png differ
diff --git a/public/images/items/large/chrome-floating-arcane-upgraded-kit-crafting-item.png b/public/images/items/large/chrome-floating-arcane-upgraded-kit-crafting-item.png
new file mode 100644
index 00000000..1251ab18
Binary files /dev/null and b/public/images/items/large/chrome-floating-arcane-upgraded-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-floating-arcane-upgraded-weapon.png b/public/images/items/large/chrome-floating-arcane-upgraded-weapon.png
new file mode 100644
index 00000000..e3d2b8bf
Binary files /dev/null and b/public/images/items/large/chrome-floating-arcane-upgraded-weapon.png differ
diff --git a/public/images/items/large/chrome-floating-forgotten-upgraded-weapon.png b/public/images/items/large/chrome-floating-forgotten-upgraded-weapon.png
new file mode 100644
index 00000000..659f3283
Binary files /dev/null and b/public/images/items/large/chrome-floating-forgotten-upgraded-weapon.png differ
diff --git a/public/images/items/large/chrome-floral-dragon-cannon-skin.png b/public/images/items/large/chrome-floral-dragon-cannon-skin.png
new file mode 100644
index 00000000..4a482776
Binary files /dev/null and b/public/images/items/large/chrome-floral-dragon-cannon-skin.png differ
diff --git a/public/images/items/large/chrome-fluffle-of-bunnies-skin.png b/public/images/items/large/chrome-fluffle-of-bunnies-skin.png
new file mode 100644
index 00000000..d1a6f362
Binary files /dev/null and b/public/images/items/large/chrome-fluffle-of-bunnies-skin.png differ
diff --git a/public/images/items/large/chrome-ghastly-scrap-cannon-skin.png b/public/images/items/large/chrome-ghastly-scrap-cannon-skin.png
new file mode 100644
index 00000000..549af349
Binary files /dev/null and b/public/images/items/large/chrome-ghastly-scrap-cannon-skin.png differ
diff --git a/public/images/items/large/chrome-gold-foil-thought-obliterator-skin.png b/public/images/items/large/chrome-gold-foil-thought-obliterator-skin.png
new file mode 100644
index 00000000..55aa2397
Binary files /dev/null and b/public/images/items/large/chrome-gold-foil-thought-obliterator-skin.png differ
diff --git a/public/images/items/large/chrome-grand-arcanum-weapon.png b/public/images/items/large/chrome-grand-arcanum-weapon.png
new file mode 100644
index 00000000..aca576e7
Binary files /dev/null and b/public/images/items/large/chrome-grand-arcanum-weapon.png differ
diff --git a/public/images/items/large/chrome-hard-treasure-chest-convertible.png b/public/images/items/large/chrome-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..6a498a6c
Binary files /dev/null and b/public/images/items/large/chrome-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-ice-angel-of-freezing-skin.png b/public/images/items/large/chrome-ice-angel-of-freezing-skin.png
new file mode 100644
index 00000000..a79a48a3
Binary files /dev/null and b/public/images/items/large/chrome-ice-angel-of-freezing-skin.png differ
diff --git a/public/images/items/large/chrome-journal-theme-collectible.png b/public/images/items/large/chrome-journal-theme-collectible.png
new file mode 100644
index 00000000..bf135ab5
Binary files /dev/null and b/public/images/items/large/chrome-journal-theme-collectible.png differ
diff --git a/public/images/items/large/chrome-magic-billiard-ball-of-foretelling-skin.png b/public/images/items/large/chrome-magic-billiard-ball-of-foretelling-skin.png
new file mode 100644
index 00000000..b3634d23
Binary files /dev/null and b/public/images/items/large/chrome-magic-billiard-ball-of-foretelling-skin.png differ
diff --git a/public/images/items/large/chrome-medium-treasure-chest-convertible.png b/public/images/items/large/chrome-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..2c4cd0ff
Binary files /dev/null and b/public/images/items/large/chrome-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/chrome-monstrobot-upgrade-crafting-item.png b/public/images/items/large/chrome-monstrobot-upgrade-crafting-item.png
new file mode 100644
index 00000000..d754c20a
Binary files /dev/null and b/public/images/items/large/chrome-monstrobot-upgrade-crafting-item.png differ
diff --git a/public/images/items/large/chrome-monstrobot-weapon.png b/public/images/items/large/chrome-monstrobot-weapon.png
new file mode 100644
index 00000000..ae42f9d3
Binary files /dev/null and b/public/images/items/large/chrome-monstrobot-weapon.png differ
diff --git a/public/images/items/large/chrome-nanite-coating-crafting-item.png b/public/images/items/large/chrome-nanite-coating-crafting-item.png
new file mode 100644
index 00000000..ae280dc4
Binary files /dev/null and b/public/images/items/large/chrome-nanite-coating-crafting-item.png differ
diff --git a/public/images/items/large/chrome-nannybot-weapon.png b/public/images/items/large/chrome-nannybot-weapon.png
new file mode 100644
index 00000000..7797ed0a
Binary files /dev/null and b/public/images/items/large/chrome-nannybot-weapon.png differ
diff --git a/public/images/items/large/chrome-new-year-disco-dissonance-skin.png b/public/images/items/large/chrome-new-year-disco-dissonance-skin.png
new file mode 100644
index 00000000..1cc5da20
Binary files /dev/null and b/public/images/items/large/chrome-new-year-disco-dissonance-skin.png differ
diff --git a/public/images/items/large/chrome-oasis-upgrade-kit-crafting-item.png b/public/images/items/large/chrome-oasis-upgrade-kit-crafting-item.png
new file mode 100644
index 00000000..eb3d0c3d
Binary files /dev/null and b/public/images/items/large/chrome-oasis-upgrade-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-oasis-water-node-weapon.png b/public/images/items/large/chrome-oasis-water-node-weapon.png
new file mode 100644
index 00000000..a15ecbbd
Binary files /dev/null and b/public/images/items/large/chrome-oasis-water-node-weapon.png differ
diff --git a/public/images/items/large/chrome-onyx-mallet-weapon.png b/public/images/items/large/chrome-onyx-mallet-weapon.png
new file mode 100644
index 00000000..87d824f1
Binary files /dev/null and b/public/images/items/large/chrome-onyx-mallet-weapon.png differ
diff --git a/public/images/items/large/chrome-phantasmic-oasis-weapon.png b/public/images/items/large/chrome-phantasmic-oasis-weapon.png
new file mode 100644
index 00000000..3187034e
Binary files /dev/null and b/public/images/items/large/chrome-phantasmic-oasis-weapon.png differ
diff --git a/public/images/items/large/chrome-playful-narwhal-skin.png b/public/images/items/large/chrome-playful-narwhal-skin.png
new file mode 100644
index 00000000..f04bcd03
Binary files /dev/null and b/public/images/items/large/chrome-playful-narwhal-skin.png differ
diff --git a/public/images/items/large/chrome-pursuing-ghost-skin.png b/public/images/items/large/chrome-pursuing-ghost-skin.png
new file mode 100644
index 00000000..40f2abc5
Binary files /dev/null and b/public/images/items/large/chrome-pursuing-ghost-skin.png differ
diff --git a/public/images/items/large/chrome-queen-of-the-seas-skin.png b/public/images/items/large/chrome-queen-of-the-seas-skin.png
new file mode 100644
index 00000000..e74862b1
Binary files /dev/null and b/public/images/items/large/chrome-queen-of-the-seas-skin.png differ
diff --git a/public/images/items/large/chrome-regal-thinking-tree-trap-skin.png b/public/images/items/large/chrome-regal-thinking-tree-trap-skin.png
new file mode 100644
index 00000000..41d0d007
Binary files /dev/null and b/public/images/items/large/chrome-regal-thinking-tree-trap-skin.png differ
diff --git a/public/images/items/large/chrome-rhinobot-weapon.png b/public/images/items/large/chrome-rhinobot-weapon.png
new file mode 100644
index 00000000..cafbbad0
Binary files /dev/null and b/public/images/items/large/chrome-rhinobot-weapon.png differ
diff --git a/public/images/items/large/chrome-santa-sphynx-skin.png b/public/images/items/large/chrome-santa-sphynx-skin.png
new file mode 100644
index 00000000..7bcaf262
Binary files /dev/null and b/public/images/items/large/chrome-santa-sphynx-skin.png differ
diff --git a/public/images/items/large/chrome-school-of-aquatic-ornaments-skin.png b/public/images/items/large/chrome-school-of-aquatic-ornaments-skin.png
new file mode 100644
index 00000000..f7373e27
Binary files /dev/null and b/public/images/items/large/chrome-school-of-aquatic-ornaments-skin.png differ
diff --git a/public/images/items/large/chrome-school-of-little-mermaids-skin.png b/public/images/items/large/chrome-school-of-little-mermaids-skin.png
new file mode 100644
index 00000000..198f41c5
Binary files /dev/null and b/public/images/items/large/chrome-school-of-little-mermaids-skin.png differ
diff --git a/public/images/items/large/chrome-school-of-sharks-kit-crafting-item.png b/public/images/items/large/chrome-school-of-sharks-kit-crafting-item.png
new file mode 100644
index 00000000..a51cbb22
Binary files /dev/null and b/public/images/items/large/chrome-school-of-sharks-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-school-of-sharks-weapon.png b/public/images/items/large/chrome-school-of-sharks-weapon.png
new file mode 100644
index 00000000..9d1b4b14
Binary files /dev/null and b/public/images/items/large/chrome-school-of-sharks-weapon.png differ
diff --git a/public/images/items/large/chrome-school-of-tiger-sharks-skin.png b/public/images/items/large/chrome-school-of-tiger-sharks-skin.png
new file mode 100644
index 00000000..87d9509b
Binary files /dev/null and b/public/images/items/large/chrome-school-of-tiger-sharks-skin.png differ
diff --git a/public/images/items/large/chrome-scroll-case-convertible.png b/public/images/items/large/chrome-scroll-case-convertible.png
new file mode 100644
index 00000000..64a3d197
Binary files /dev/null and b/public/images/items/large/chrome-scroll-case-convertible.png differ
diff --git a/public/images/items/large/chrome-silo-chrome-thought-obliterator-skin.png b/public/images/items/large/chrome-silo-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..e7deef77
Binary files /dev/null and b/public/images/items/large/chrome-silo-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/large/chrome-sleepover-shark-skin.png b/public/images/items/large/chrome-sleepover-shark-skin.png
new file mode 100644
index 00000000..7fa86a8e
Binary files /dev/null and b/public/images/items/large/chrome-sleepover-shark-skin.png differ
diff --git a/public/images/items/large/chrome-sphynx-upgrade-crafting-item.png b/public/images/items/large/chrome-sphynx-upgrade-crafting-item.png
new file mode 100644
index 00000000..e537191c
Binary files /dev/null and b/public/images/items/large/chrome-sphynx-upgrade-crafting-item.png differ
diff --git a/public/images/items/large/chrome-sphynx-weapon.png b/public/images/items/large/chrome-sphynx-weapon.png
new file mode 100644
index 00000000..fc6f52e0
Binary files /dev/null and b/public/images/items/large/chrome-sphynx-weapon.png differ
diff --git a/public/images/items/large/chrome-spring-hunt-celestial-dissonance-skin.png b/public/images/items/large/chrome-spring-hunt-celestial-dissonance-skin.png
new file mode 100644
index 00000000..93b30d8c
Binary files /dev/null and b/public/images/items/large/chrome-spring-hunt-celestial-dissonance-skin.png differ
diff --git a/public/images/items/large/chrome-storm-ballista-upgrade-crafting-item.png b/public/images/items/large/chrome-storm-ballista-upgrade-crafting-item.png
new file mode 100644
index 00000000..0850ec29
Binary files /dev/null and b/public/images/items/large/chrome-storm-ballista-upgrade-crafting-item.png differ
diff --git a/public/images/items/large/chrome-storm-wrought-ballista-weapon.png b/public/images/items/large/chrome-storm-wrought-ballista-weapon.png
new file mode 100644
index 00000000..baa53f3a
Binary files /dev/null and b/public/images/items/large/chrome-storm-wrought-ballista-weapon.png differ
diff --git a/public/images/items/large/chrome-stormwrought-ballista-parts-crafting-item.png b/public/images/items/large/chrome-stormwrought-ballista-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/chrome-stormwrought-ballista-parts-crafting-item.png differ
diff --git a/public/images/items/large/chrome-tacky-glue-weapon.png b/public/images/items/large/chrome-tacky-glue-weapon.png
new file mode 100644
index 00000000..574e5e8a
Binary files /dev/null and b/public/images/items/large/chrome-tacky-glue-weapon.png differ
diff --git a/public/images/items/large/chrome-temporal-turbine-upgrade-kit-crafting-item.png b/public/images/items/large/chrome-temporal-turbine-upgrade-kit-crafting-item.png
new file mode 100644
index 00000000..f9ab2ac2
Binary files /dev/null and b/public/images/items/large/chrome-temporal-turbine-upgrade-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-temporal-turbine-weapon.png b/public/images/items/large/chrome-temporal-turbine-weapon.png
new file mode 100644
index 00000000..d4e7a4c1
Binary files /dev/null and b/public/images/items/large/chrome-temporal-turbine-weapon.png differ
diff --git a/public/images/items/large/chrome-theme-scrap-1-crafting-item.png b/public/images/items/large/chrome-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..e307b8ee
Binary files /dev/null and b/public/images/items/large/chrome-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/chrome-theme-scrap-2-crafting-item.png b/public/images/items/large/chrome-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..d4f4e189
Binary files /dev/null and b/public/images/items/large/chrome-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/chrome-theme-scrap-3-crafting-item.png b/public/images/items/large/chrome-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..989ad507
Binary files /dev/null and b/public/images/items/large/chrome-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/chrome-thought-entangler-skin.png b/public/images/items/large/chrome-thought-entangler-skin.png
new file mode 100644
index 00000000..46cbdd92
Binary files /dev/null and b/public/images/items/large/chrome-thought-entangler-skin.png differ
diff --git a/public/images/items/large/chrome-thought-obliterator-kit-crafting-item.png b/public/images/items/large/chrome-thought-obliterator-kit-crafting-item.png
new file mode 100644
index 00000000..96eca1d4
Binary files /dev/null and b/public/images/items/large/chrome-thought-obliterator-kit-crafting-item.png differ
diff --git a/public/images/items/large/chrome-trinket.png b/public/images/items/large/chrome-trinket.png
new file mode 100644
index 00000000..2f9d068a
Binary files /dev/null and b/public/images/items/large/chrome-trinket.png differ
diff --git a/public/images/items/large/chrome-unchained-obliterator-skin.png b/public/images/items/large/chrome-unchained-obliterator-skin.png
new file mode 100644
index 00000000..73d3d046
Binary files /dev/null and b/public/images/items/large/chrome-unchained-obliterator-skin.png differ
diff --git a/public/images/items/large/chrome-winter-celestial-dissonance-skin.png b/public/images/items/large/chrome-winter-celestial-dissonance-skin.png
new file mode 100644
index 00000000..7bfa0355
Binary files /dev/null and b/public/images/items/large/chrome-winter-celestial-dissonance-skin.png differ
diff --git a/public/images/items/large/chrono-egg-convertible.png b/public/images/items/large/chrono-egg-convertible.png
new file mode 100644
index 00000000..13e078db
Binary files /dev/null and b/public/images/items/large/chrono-egg-convertible.png differ
diff --git a/public/images/items/large/chrono-gwh-weapon.png b/public/images/items/large/chrono-gwh-weapon.png
new file mode 100644
index 00000000..a4b72a4c
Binary files /dev/null and b/public/images/items/large/chrono-gwh-weapon.png differ
diff --git a/public/images/items/large/chummy-egg-convertible.png b/public/images/items/large/chummy-egg-convertible.png
new file mode 100644
index 00000000..6f99c2b3
Binary files /dev/null and b/public/images/items/large/chummy-egg-convertible.png differ
diff --git a/public/images/items/large/cinnahearts-collectible.png b/public/images/items/large/cinnahearts-collectible.png
new file mode 100644
index 00000000..801ed4f4
Binary files /dev/null and b/public/images/items/large/cinnahearts-collectible.png differ
diff --git a/public/images/items/large/circlet-of-summoning-skin.png b/public/images/items/large/circlet-of-summoning-skin.png
new file mode 100644
index 00000000..2adc6be8
Binary files /dev/null and b/public/images/items/large/circlet-of-summoning-skin.png differ
diff --git a/public/images/items/large/clamembert-cheese.png b/public/images/items/large/clamembert-cheese.png
new file mode 100644
index 00000000..ec5c46b4
Binary files /dev/null and b/public/images/items/large/clamembert-cheese.png differ
diff --git a/public/images/items/large/clamembert-pack-small-convertible.png b/public/images/items/large/clamembert-pack-small-convertible.png
new file mode 100644
index 00000000..47bf9492
Binary files /dev/null and b/public/images/items/large/clamembert-pack-small-convertible.png differ
diff --git a/public/images/items/large/clarity-trinket.png b/public/images/items/large/clarity-trinket.png
new file mode 100644
index 00000000..71b5f390
Binary files /dev/null and b/public/images/items/large/clarity-trinket.png differ
diff --git a/public/images/items/large/claw-shot-base.png b/public/images/items/large/claw-shot-base.png
new file mode 100644
index 00000000..9bbdc4fa
Binary files /dev/null and b/public/images/items/large/claw-shot-base.png differ
diff --git a/public/images/items/large/claw-shot-chest-convertible.png b/public/images/items/large/claw-shot-chest-convertible.png
new file mode 100644
index 00000000..fbbf98dd
Binary files /dev/null and b/public/images/items/large/claw-shot-chest-convertible.png differ
diff --git a/public/images/items/large/clean-egg-convertible.png b/public/images/items/large/clean-egg-convertible.png
new file mode 100644
index 00000000..767de2ce
Binary files /dev/null and b/public/images/items/large/clean-egg-convertible.png differ
diff --git a/public/images/items/large/cleverness-clam-stat-item.png b/public/images/items/large/cleverness-clam-stat-item.png
new file mode 100644
index 00000000..1f6635d7
Binary files /dev/null and b/public/images/items/large/cleverness-clam-stat-item.png differ
diff --git a/public/images/items/large/climbing-pitons-crafting-item.png b/public/images/items/large/climbing-pitons-crafting-item.png
new file mode 100644
index 00000000..ce283cc8
Binary files /dev/null and b/public/images/items/large/climbing-pitons-crafting-item.png differ
diff --git a/public/images/items/large/cloaking-droid-weapon.png b/public/images/items/large/cloaking-droid-weapon.png
new file mode 100644
index 00000000..1b67f2c4
Binary files /dev/null and b/public/images/items/large/cloaking-droid-weapon.png differ
diff --git a/public/images/items/large/clock-parts-crafting-item.png b/public/images/items/large/clock-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/clock-parts-crafting-item.png differ
diff --git a/public/images/items/large/clock-winter-past-skin.png b/public/images/items/large/clock-winter-past-skin.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/clock-winter-past-skin.png differ
diff --git a/public/images/items/large/clockapult-of-time-weapon.png b/public/images/items/large/clockapult-of-time-weapon.png
new file mode 100644
index 00000000..e27d718c
Binary files /dev/null and b/public/images/items/large/clockapult-of-time-weapon.png differ
diff --git a/public/images/items/large/clockapult-of-winter-past-weapon.png b/public/images/items/large/clockapult-of-winter-past-weapon.png
new file mode 100644
index 00000000..5e39671e
Binary files /dev/null and b/public/images/items/large/clockapult-of-winter-past-weapon.png differ
diff --git a/public/images/items/large/clockwork-base.png b/public/images/items/large/clockwork-base.png
new file mode 100644
index 00000000..e8cd1c89
Binary files /dev/null and b/public/images/items/large/clockwork-base.png differ
diff --git a/public/images/items/large/clockwork-egg-convertible.png b/public/images/items/large/clockwork-egg-convertible.png
new file mode 100644
index 00000000..b1630a5b
Binary files /dev/null and b/public/images/items/large/clockwork-egg-convertible.png differ
diff --git a/public/images/items/large/clockwork-portal-blueprints-crafting-item.png b/public/images/items/large/clockwork-portal-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/clockwork-portal-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/clockwork-portal-weapon.png b/public/images/items/large/clockwork-portal-weapon.png
new file mode 100644
index 00000000..a654a42a
Binary files /dev/null and b/public/images/items/large/clockwork-portal-weapon.png differ
diff --git a/public/images/items/large/cloud-covered-floating-law-upgraded-skin.png b/public/images/items/large/cloud-covered-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..d52a7fb5
Binary files /dev/null and b/public/images/items/large/cloud-covered-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/large/cloud-curd-crafting-item.png b/public/images/items/large/cloud-curd-crafting-item.png
new file mode 100644
index 00000000..be23d82f
Binary files /dev/null and b/public/images/items/large/cloud-curd-crafting-item.png differ
diff --git a/public/images/items/large/cloudstone-bangle-egg-convertible.png b/public/images/items/large/cloudstone-bangle-egg-convertible.png
new file mode 100644
index 00000000..dad1c1f3
Binary files /dev/null and b/public/images/items/large/cloudstone-bangle-egg-convertible.png differ
diff --git a/public/images/items/large/cloudstone-bangle-stat-item.png b/public/images/items/large/cloudstone-bangle-stat-item.png
new file mode 100644
index 00000000..0c145f6a
Binary files /dev/null and b/public/images/items/large/cloudstone-bangle-stat-item.png differ
diff --git a/public/images/items/large/cny-dragon-breath-potion.png b/public/images/items/large/cny-dragon-breath-potion.png
new file mode 100644
index 00000000..3844f5a6
Binary files /dev/null and b/public/images/items/large/cny-dragon-breath-potion.png differ
diff --git a/public/images/items/large/cny-dragon-breath-trinket.png b/public/images/items/large/cny-dragon-breath-trinket.png
new file mode 100644
index 00000000..c08b25bb
Binary files /dev/null and b/public/images/items/large/cny-dragon-breath-trinket.png differ
diff --git a/public/images/items/large/cny-nitropop-potion.png b/public/images/items/large/cny-nitropop-potion.png
new file mode 100644
index 00000000..d35335e1
Binary files /dev/null and b/public/images/items/large/cny-nitropop-potion.png differ
diff --git a/public/images/items/large/cny-nitropop-trinket.png b/public/images/items/large/cny-nitropop-trinket.png
new file mode 100644
index 00000000..3b2d46b3
Binary files /dev/null and b/public/images/items/large/cny-nitropop-trinket.png differ
diff --git a/public/images/items/large/coal-craft-item.png b/public/images/items/large/coal-craft-item.png
new file mode 100644
index 00000000..c725bac9
Binary files /dev/null and b/public/images/items/large/coal-craft-item.png differ
diff --git a/public/images/items/large/cocoa-candy-crusher-skin.png b/public/images/items/large/cocoa-candy-crusher-skin.png
new file mode 100644
index 00000000..78e3fa22
Binary files /dev/null and b/public/images/items/large/cocoa-candy-crusher-skin.png differ
diff --git a/public/images/items/large/coconut-milk-craft-item.png b/public/images/items/large/coconut-milk-craft-item.png
new file mode 100644
index 00000000..0e5e22d8
Binary files /dev/null and b/public/images/items/large/coconut-milk-craft-item.png differ
diff --git a/public/images/items/large/coconut-timber-crafting-item.png b/public/images/items/large/coconut-timber-crafting-item.png
new file mode 100644
index 00000000..4d5e2ae5
Binary files /dev/null and b/public/images/items/large/coconut-timber-crafting-item.png differ
diff --git a/public/images/items/large/codex-of-valor-bard-page-stat-item.png b/public/images/items/large/codex-of-valor-bard-page-stat-item.png
new file mode 100644
index 00000000..d6373a4c
Binary files /dev/null and b/public/images/items/large/codex-of-valor-bard-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-dust-page-stat-item.png b/public/images/items/large/codex-of-valor-dust-page-stat-item.png
new file mode 100644
index 00000000..f7c9b1f8
Binary files /dev/null and b/public/images/items/large/codex-of-valor-dust-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-eclipse-page-stat-item.png b/public/images/items/large/codex-of-valor-eclipse-page-stat-item.png
new file mode 100644
index 00000000..3a3f9756
Binary files /dev/null and b/public/images/items/large/codex-of-valor-eclipse-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-magic-page-stat-item.png b/public/images/items/large/codex-of-valor-magic-page-stat-item.png
new file mode 100644
index 00000000..a53409fb
Binary files /dev/null and b/public/images/items/large/codex-of-valor-magic-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-melee-page-stat-item.png b/public/images/items/large/codex-of-valor-melee-page-stat-item.png
new file mode 100644
index 00000000..88b683e2
Binary files /dev/null and b/public/images/items/large/codex-of-valor-melee-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-nobility-page-stat-item.png b/public/images/items/large/codex-of-valor-nobility-page-stat-item.png
new file mode 100644
index 00000000..2ae6b3b5
Binary files /dev/null and b/public/images/items/large/codex-of-valor-nobility-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-puppetry-page-stat-item.png b/public/images/items/large/codex-of-valor-puppetry-page-stat-item.png
new file mode 100644
index 00000000..3f2553d8
Binary files /dev/null and b/public/images/items/large/codex-of-valor-puppetry-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valor-thievery-page-stat-item.png b/public/images/items/large/codex-of-valor-thievery-page-stat-item.png
new file mode 100644
index 00000000..c2aa5c64
Binary files /dev/null and b/public/images/items/large/codex-of-valor-thievery-page-stat-item.png differ
diff --git a/public/images/items/large/codex-of-valour-stat-item.png b/public/images/items/large/codex-of-valour-stat-item.png
new file mode 100644
index 00000000..ec8c49ca
Binary files /dev/null and b/public/images/items/large/codex-of-valour-stat-item.png differ
diff --git a/public/images/items/large/coggy-colby-cheese.png b/public/images/items/large/coggy-colby-cheese.png
new file mode 100644
index 00000000..3addec7b
Binary files /dev/null and b/public/images/items/large/coggy-colby-cheese.png differ
diff --git a/public/images/items/large/cold-fusion-bomb-convertible.png b/public/images/items/large/cold-fusion-bomb-convertible.png
new file mode 100644
index 00000000..8a3a1315
Binary files /dev/null and b/public/images/items/large/cold-fusion-bomb-convertible.png differ
diff --git a/public/images/items/large/cold-fusion-crafting-item.png b/public/images/items/large/cold-fusion-crafting-item.png
new file mode 100644
index 00000000..1948ca58
Binary files /dev/null and b/public/images/items/large/cold-fusion-crafting-item.png differ
diff --git a/public/images/items/large/combat-cheese.png b/public/images/items/large/combat-cheese.png
new file mode 100644
index 00000000..28290247
Binary files /dev/null and b/public/images/items/large/combat-cheese.png differ
diff --git a/public/images/items/large/combat-energy-stat-item.png b/public/images/items/large/combat-energy-stat-item.png
new file mode 100644
index 00000000..57b18799
Binary files /dev/null and b/public/images/items/large/combat-energy-stat-item.png differ
diff --git a/public/images/items/large/combat-research-1250-bonus-loot.png b/public/images/items/large/combat-research-1250-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/combat-research-1250-bonus-loot.png differ
diff --git a/public/images/items/large/combat-research-750-bonus-loot.png b/public/images/items/large/combat-research-750-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/combat-research-750-bonus-loot.png differ
diff --git a/public/images/items/large/compass-craft-item.png b/public/images/items/large/compass-craft-item.png
new file mode 100644
index 00000000..68ae2fef
Binary files /dev/null and b/public/images/items/large/compass-craft-item.png differ
diff --git a/public/images/items/large/compass-magnet-base.png b/public/images/items/large/compass-magnet-base.png
new file mode 100644
index 00000000..211a8567
Binary files /dev/null and b/public/images/items/large/compass-magnet-base.png differ
diff --git a/public/images/items/large/compass-magnet-trinket.png b/public/images/items/large/compass-magnet-trinket.png
new file mode 100644
index 00000000..cc17ff7d
Binary files /dev/null and b/public/images/items/large/compass-magnet-trinket.png differ
diff --git a/public/images/items/large/competitors-bronze-base.png b/public/images/items/large/competitors-bronze-base.png
new file mode 100644
index 00000000..17292036
Binary files /dev/null and b/public/images/items/large/competitors-bronze-base.png differ
diff --git a/public/images/items/large/complete-birthday-2016-adv.png b/public/images/items/large/complete-birthday-2016-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2016-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2017-adv.png b/public/images/items/large/complete-birthday-2017-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2017-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2018-adv.png b/public/images/items/large/complete-birthday-2018-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2018-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2019-adv.png b/public/images/items/large/complete-birthday-2019-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2019-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2020-adv.png b/public/images/items/large/complete-birthday-2020-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2020-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2021-adv.png b/public/images/items/large/complete-birthday-2021-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2021-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2022-adv.png b/public/images/items/large/complete-birthday-2022-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2022-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2023-adv.png b/public/images/items/large/complete-birthday-2023-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2023-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2024-adv.png b/public/images/items/large/complete-birthday-2024-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2024-adv.png differ
diff --git a/public/images/items/large/complete-birthday-2025-adv.png b/public/images/items/large/complete-birthday-2025-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-birthday-2025-adv.png differ
diff --git a/public/images/items/large/complete-bountiful-beanstalk-adv.png b/public/images/items/large/complete-bountiful-beanstalk-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-bountiful-beanstalk-adv.png differ
diff --git a/public/images/items/large/complete-claw-shot-wanted-poster-adv.png b/public/images/items/large/complete-claw-shot-wanted-poster-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-claw-shot-wanted-poster-adv.png differ
diff --git a/public/images/items/large/complete-draconic-depths-adv.png b/public/images/items/large/complete-draconic-depths-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-draconic-depths-adv.png differ
diff --git a/public/images/items/large/complete-draconic-depths-prerelease-adv.png b/public/images/items/large/complete-draconic-depths-prerelease-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-draconic-depths-prerelease-adv.png differ
diff --git a/public/images/items/large/complete-floating-islands-adv.png b/public/images/items/large/complete-floating-islands-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-floating-islands-adv.png differ
diff --git a/public/images/items/large/complete-folklore-forest-adv.png b/public/images/items/large/complete-folklore-forest-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-folklore-forest-adv.png differ
diff --git a/public/images/items/large/complete-fort-rox-adv.png b/public/images/items/large/complete-fort-rox-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-fort-rox-adv.png differ
diff --git a/public/images/items/large/complete-gnawnian-express-run-adv.png b/public/images/items/large/complete-gnawnian-express-run-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-gnawnian-express-run-adv.png differ
diff --git a/public/images/items/large/complete-hween-2019-adv.png b/public/images/items/large/complete-hween-2019-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-hween-2019-adv.png differ
diff --git a/public/images/items/large/complete-hween-2020-adv.png b/public/images/items/large/complete-hween-2020-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-hween-2020-adv.png differ
diff --git a/public/images/items/large/complete-hween-2021-adv.png b/public/images/items/large/complete-hween-2021-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-hween-2021-adv.png differ
diff --git a/public/images/items/large/complete-hween-2022-adv.png b/public/images/items/large/complete-hween-2022-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-hween-2022-adv.png differ
diff --git a/public/images/items/large/complete-hween-2023-adv.png b/public/images/items/large/complete-hween-2023-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-hween-2023-adv.png differ
diff --git a/public/images/items/large/complete-hween-2024-adv.png b/public/images/items/large/complete-hween-2024-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-hween-2024-adv.png differ
diff --git a/public/images/items/large/complete-lny-lantern-2022-adv.png b/public/images/items/large/complete-lny-lantern-2022-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-lny-lantern-2022-adv.png differ
diff --git a/public/images/items/large/complete-lny-lantern-2023-adv.png b/public/images/items/large/complete-lny-lantern-2023-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-lny-lantern-2023-adv.png differ
diff --git a/public/images/items/large/complete-lny-lantern-2024-adv.png b/public/images/items/large/complete-lny-lantern-2024-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-lny-lantern-2024-adv.png differ
diff --git a/public/images/items/large/complete-lny-lantern-2025-adv.png b/public/images/items/large/complete-lny-lantern-2025-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-lny-lantern-2025-adv.png differ
diff --git a/public/images/items/large/complete-muridae-market-adv.png b/public/images/items/large/complete-muridae-market-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-muridae-market-adv.png differ
diff --git a/public/images/items/large/complete-pollution-outbreak-adv.png b/public/images/items/large/complete-pollution-outbreak-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-pollution-outbreak-adv.png differ
diff --git a/public/images/items/large/complete-queso-geyser-adv.png b/public/images/items/large/complete-queso-geyser-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-queso-geyser-adv.png differ
diff --git a/public/images/items/large/complete-queso-river.png b/public/images/items/large/complete-queso-river.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-queso-river.png differ
diff --git a/public/images/items/large/complete-school-of-sorcery-adv.png b/public/images/items/large/complete-school-of-sorcery-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-school-of-sorcery-adv.png differ
diff --git a/public/images/items/large/complete-sky-palace-adv.png b/public/images/items/large/complete-sky-palace-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-sky-palace-adv.png differ
diff --git a/public/images/items/large/complete-town-of-gnawnia-bounties-adv.png b/public/images/items/large/complete-town-of-gnawnia-bounties-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/complete-town-of-gnawnia-bounties-adv.png differ
diff --git a/public/images/items/large/completed-halloween-2014-theme-collectible.png b/public/images/items/large/completed-halloween-2014-theme-collectible.png
new file mode 100644
index 00000000..605ed1c8
Binary files /dev/null and b/public/images/items/large/completed-halloween-2014-theme-collectible.png differ
diff --git a/public/images/items/large/completed-halloween-theme-collectible.png b/public/images/items/large/completed-halloween-theme-collectible.png
new file mode 100644
index 00000000..8d6d7525
Binary files /dev/null and b/public/images/items/large/completed-halloween-theme-collectible.png differ
diff --git a/public/images/items/large/completed-halloween-undead-theme-collectible.png b/public/images/items/large/completed-halloween-undead-theme-collectible.png
new file mode 100644
index 00000000..dacd4ec2
Binary files /dev/null and b/public/images/items/large/completed-halloween-undead-theme-collectible.png differ
diff --git a/public/images/items/large/completed-polluted-journal-theme-collectible.png b/public/images/items/large/completed-polluted-journal-theme-collectible.png
new file mode 100644
index 00000000..6b4f6565
Binary files /dev/null and b/public/images/items/large/completed-polluted-journal-theme-collectible.png differ
diff --git a/public/images/items/large/completed-regal-theme-collectible.png b/public/images/items/large/completed-regal-theme-collectible.png
new file mode 100644
index 00000000..095872da
Binary files /dev/null and b/public/images/items/large/completed-regal-theme-collectible.png differ
diff --git a/public/images/items/large/compressed-cinnamon-coal-stat-item.png b/public/images/items/large/compressed-cinnamon-coal-stat-item.png
new file mode 100644
index 00000000..d4d6687d
Binary files /dev/null and b/public/images/items/large/compressed-cinnamon-coal-stat-item.png differ
diff --git a/public/images/items/large/condemned-base.png b/public/images/items/large/condemned-base.png
new file mode 100644
index 00000000..1e5cf99d
Binary files /dev/null and b/public/images/items/large/condemned-base.png differ
diff --git a/public/images/items/large/condensed-creativity-stat-item.png b/public/images/items/large/condensed-creativity-stat-item.png
new file mode 100644
index 00000000..ac19f7c1
Binary files /dev/null and b/public/images/items/large/condensed-creativity-stat-item.png differ
diff --git a/public/images/items/large/confetti-collectible.png b/public/images/items/large/confetti-collectible.png
new file mode 100644
index 00000000..85c3aefd
Binary files /dev/null and b/public/images/items/large/confetti-collectible.png differ
diff --git a/public/images/items/large/constellation-chrome-sphynx-skin.png b/public/images/items/large/constellation-chrome-sphynx-skin.png
new file mode 100644
index 00000000..e0b54692
Binary files /dev/null and b/public/images/items/large/constellation-chrome-sphynx-skin.png differ
diff --git a/public/images/items/large/consumed-lair-key-message-item.png b/public/images/items/large/consumed-lair-key-message-item.png
new file mode 100644
index 00000000..7e898234
Binary files /dev/null and b/public/images/items/large/consumed-lair-key-message-item.png differ
diff --git a/public/images/items/large/contaminated-crumb-cake-collectible.png b/public/images/items/large/contaminated-crumb-cake-collectible.png
new file mode 100644
index 00000000..0adbbc82
Binary files /dev/null and b/public/images/items/large/contaminated-crumb-cake-collectible.png differ
diff --git a/public/images/items/large/cook-egg-convertible.png b/public/images/items/large/cook-egg-convertible.png
new file mode 100644
index 00000000..549d1933
Binary files /dev/null and b/public/images/items/large/cook-egg-convertible.png differ
diff --git a/public/images/items/large/copper-bead-crafting-item.png b/public/images/items/large/copper-bead-crafting-item.png
new file mode 100644
index 00000000..d6beb4e5
Binary files /dev/null and b/public/images/items/large/copper-bead-crafting-item.png differ
diff --git a/public/images/items/large/coral-clockwork-portal-skin.png b/public/images/items/large/coral-clockwork-portal-skin.png
new file mode 100644
index 00000000..de449c1a
Binary files /dev/null and b/public/images/items/large/coral-clockwork-portal-skin.png differ
diff --git a/public/images/items/large/coral-egg-convertible.png b/public/images/items/large/coral-egg-convertible.png
new file mode 100644
index 00000000..d3bc684f
Binary files /dev/null and b/public/images/items/large/coral-egg-convertible.png differ
diff --git a/public/images/items/large/coral-oasis-skin.png b/public/images/items/large/coral-oasis-skin.png
new file mode 100644
index 00000000..38d8d84c
Binary files /dev/null and b/public/images/items/large/coral-oasis-skin.png differ
diff --git a/public/images/items/large/coral-phantasmic-oasis-skin.png b/public/images/items/large/coral-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..b64a6844
Binary files /dev/null and b/public/images/items/large/coral-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/large/coral-scale-pack-convertible.png b/public/images/items/large/coral-scale-pack-convertible.png
new file mode 100644
index 00000000..716c1c65
Binary files /dev/null and b/public/images/items/large/coral-scale-pack-convertible.png differ
diff --git a/public/images/items/large/cork-bark-crafting-item.png b/public/images/items/large/cork-bark-crafting-item.png
new file mode 100644
index 00000000..cab7b21f
Binary files /dev/null and b/public/images/items/large/cork-bark-crafting-item.png differ
diff --git a/public/images/items/large/cork-egg-convertible.png b/public/images/items/large/cork-egg-convertible.png
new file mode 100644
index 00000000..7f869c3c
Binary files /dev/null and b/public/images/items/large/cork-egg-convertible.png differ
diff --git a/public/images/items/large/corky-the-collector-egg-convertible.png b/public/images/items/large/corky-the-collector-egg-convertible.png
new file mode 100644
index 00000000..7d38881e
Binary files /dev/null and b/public/images/items/large/corky-the-collector-egg-convertible.png differ
diff --git a/public/images/items/large/cornucopia-gift-basket-convertible.png b/public/images/items/large/cornucopia-gift-basket-convertible.png
new file mode 100644
index 00000000..905e860c
Binary files /dev/null and b/public/images/items/large/cornucopia-gift-basket-convertible.png differ
diff --git a/public/images/items/large/corrupt-egg-convertible.png b/public/images/items/large/corrupt-egg-convertible.png
new file mode 100644
index 00000000..e98dc207
Binary files /dev/null and b/public/images/items/large/corrupt-egg-convertible.png differ
diff --git a/public/images/items/large/corrupt-trident-collectible.png b/public/images/items/large/corrupt-trident-collectible.png
new file mode 100644
index 00000000..e384663e
Binary files /dev/null and b/public/images/items/large/corrupt-trident-collectible.png differ
diff --git a/public/images/items/large/corrupted-radioactive-blue-cheese-potion.png b/public/images/items/large/corrupted-radioactive-blue-cheese-potion.png
new file mode 100644
index 00000000..21f285fe
Binary files /dev/null and b/public/images/items/large/corrupted-radioactive-blue-cheese-potion.png differ
diff --git a/public/images/items/large/cosmic-kingbot-trap-skin.png b/public/images/items/large/cosmic-kingbot-trap-skin.png
new file mode 100644
index 00000000..51ae92de
Binary files /dev/null and b/public/images/items/large/cosmic-kingbot-trap-skin.png differ
diff --git a/public/images/items/large/costume-ambush-skin.png b/public/images/items/large/costume-ambush-skin.png
new file mode 100644
index 00000000..bd83dc0e
Binary files /dev/null and b/public/images/items/large/costume-ambush-skin.png differ
diff --git a/public/images/items/large/costume-party-of-sharks-skin.png b/public/images/items/large/costume-party-of-sharks-skin.png
new file mode 100644
index 00000000..ec4f0fdc
Binary files /dev/null and b/public/images/items/large/costume-party-of-sharks-skin.png differ
diff --git a/public/images/items/large/cotton-candy-floating-law-upgraded-skin.png b/public/images/items/large/cotton-candy-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..18983897
Binary files /dev/null and b/public/images/items/large/cotton-candy-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/large/count-achievement.png b/public/images/items/large/count-achievement.png
new file mode 100644
index 00000000..214ce587
Binary files /dev/null and b/public/images/items/large/count-achievement.png differ
diff --git a/public/images/items/large/cozy-cruise-gift-basket-convertible.png b/public/images/items/large/cozy-cruise-gift-basket-convertible.png
new file mode 100644
index 00000000..8bc4210c
Binary files /dev/null and b/public/images/items/large/cozy-cruise-gift-basket-convertible.png differ
diff --git a/public/images/items/large/craft-ocean-navigation-kit-adv.png b/public/images/items/large/craft-ocean-navigation-kit-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/craft-ocean-navigation-kit-adv.png differ
diff --git a/public/images/items/large/craft-ss-huntington-adv.png b/public/images/items/large/craft-ss-huntington-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/craft-ss-huntington-adv.png differ
diff --git a/public/images/items/large/crate-cursed-city-convertible.png b/public/images/items/large/crate-cursed-city-convertible.png
new file mode 100644
index 00000000..a273eb6d
Binary files /dev/null and b/public/images/items/large/crate-cursed-city-convertible.png differ
diff --git a/public/images/items/large/crate-egg-convertible.png b/public/images/items/large/crate-egg-convertible.png
new file mode 100644
index 00000000..e69b9564
Binary files /dev/null and b/public/images/items/large/crate-egg-convertible.png differ
diff --git a/public/images/items/large/crate-living-garden-convertible.png b/public/images/items/large/crate-living-garden-convertible.png
new file mode 100644
index 00000000..17fb51a6
Binary files /dev/null and b/public/images/items/large/crate-living-garden-convertible.png differ
diff --git a/public/images/items/large/crate-lost-city-convertible.png b/public/images/items/large/crate-lost-city-convertible.png
new file mode 100644
index 00000000..9c8fa77a
Binary files /dev/null and b/public/images/items/large/crate-lost-city-convertible.png differ
diff --git a/public/images/items/large/crate-of-splintered-wood-convertible.png b/public/images/items/large/crate-of-splintered-wood-convertible.png
new file mode 100644
index 00000000..65ee8d69
Binary files /dev/null and b/public/images/items/large/crate-of-splintered-wood-convertible.png differ
diff --git a/public/images/items/large/crate-sand-crypts-convertible.png b/public/images/items/large/crate-sand-crypts-convertible.png
new file mode 100644
index 00000000..a804364a
Binary files /dev/null and b/public/images/items/large/crate-sand-crypts-convertible.png differ
diff --git a/public/images/items/large/crate-sand-dunes-convertible.png b/public/images/items/large/crate-sand-dunes-convertible.png
new file mode 100644
index 00000000..b80558ba
Binary files /dev/null and b/public/images/items/large/crate-sand-dunes-convertible.png differ
diff --git a/public/images/items/large/crate-twisted-garden-convertible.png b/public/images/items/large/crate-twisted-garden-convertible.png
new file mode 100644
index 00000000..f4f1602c
Binary files /dev/null and b/public/images/items/large/crate-twisted-garden-convertible.png differ
diff --git a/public/images/items/large/creamy-gnarled-sap-crafting-item.png b/public/images/items/large/creamy-gnarled-sap-crafting-item.png
new file mode 100644
index 00000000..cb5f7447
Binary files /dev/null and b/public/images/items/large/creamy-gnarled-sap-crafting-item.png differ
diff --git a/public/images/items/large/creamy-havarti-cheese.png b/public/images/items/large/creamy-havarti-cheese.png
new file mode 100644
index 00000000..65065938
Binary files /dev/null and b/public/images/items/large/creamy-havarti-cheese.png differ
diff --git a/public/images/items/large/creamy-orange-pepper-craft-item.png b/public/images/items/large/creamy-orange-pepper-craft-item.png
new file mode 100644
index 00000000..dfbff9d0
Binary files /dev/null and b/public/images/items/large/creamy-orange-pepper-craft-item.png differ
diff --git a/public/images/items/large/creepy-coffin-weapon.png b/public/images/items/large/creepy-coffin-weapon.png
new file mode 100644
index 00000000..9300bbe4
Binary files /dev/null and b/public/images/items/large/creepy-coffin-weapon.png differ
diff --git a/public/images/items/large/crescent-cheese.png b/public/images/items/large/crescent-cheese.png
new file mode 100644
index 00000000..b92e9afe
Binary files /dev/null and b/public/images/items/large/crescent-cheese.png differ
diff --git a/public/images/items/large/crimson-cheese.png b/public/images/items/large/crimson-cheese.png
new file mode 100644
index 00000000..724a86bf
Binary files /dev/null and b/public/images/items/large/crimson-cheese.png differ
diff --git a/public/images/items/large/crimson-curd-crafting-item.png b/public/images/items/large/crimson-curd-crafting-item.png
new file mode 100644
index 00000000..addd7fa0
Binary files /dev/null and b/public/images/items/large/crimson-curd-crafting-item.png differ
diff --git a/public/images/items/large/crimson-egg-convertible.png b/public/images/items/large/crimson-egg-convertible.png
new file mode 100644
index 00000000..7ffe0cf5
Binary files /dev/null and b/public/images/items/large/crimson-egg-convertible.png differ
diff --git a/public/images/items/large/crop-coin-stat-item.png b/public/images/items/large/crop-coin-stat-item.png
new file mode 100644
index 00000000..c904f437
Binary files /dev/null and b/public/images/items/large/crop-coin-stat-item.png differ
diff --git a/public/images/items/large/crossbow-trap-parts-crafting-item.png b/public/images/items/large/crossbow-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/crossbow-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/crown-collector-egg-convertible.png b/public/images/items/large/crown-collector-egg-convertible.png
new file mode 100644
index 00000000..162aa3d5
Binary files /dev/null and b/public/images/items/large/crown-collector-egg-convertible.png differ
diff --git a/public/images/items/large/crown-jewel-collective.png b/public/images/items/large/crown-jewel-collective.png
new file mode 100644
index 00000000..add7c80a
Binary files /dev/null and b/public/images/items/large/crown-jewel-collective.png differ
diff --git a/public/images/items/large/crucible-boost-trinket.png b/public/images/items/large/crucible-boost-trinket.png
new file mode 100644
index 00000000..1f37213e
Binary files /dev/null and b/public/images/items/large/crucible-boost-trinket.png differ
diff --git a/public/images/items/large/crude-pollutinum-convertible.png b/public/images/items/large/crude-pollutinum-convertible.png
new file mode 100644
index 00000000..f5267dc8
Binary files /dev/null and b/public/images/items/large/crude-pollutinum-convertible.png differ
diff --git a/public/images/items/large/crude-pollutinum-stat-item.png b/public/images/items/large/crude-pollutinum-stat-item.png
new file mode 100644
index 00000000..ee463eac
Binary files /dev/null and b/public/images/items/large/crude-pollutinum-stat-item.png differ
diff --git a/public/images/items/large/cruise-bux-stat-item.png b/public/images/items/large/cruise-bux-stat-item.png
new file mode 100644
index 00000000..98878922
Binary files /dev/null and b/public/images/items/large/cruise-bux-stat-item.png differ
diff --git a/public/images/items/large/cruise-commander-crate-convertible.png b/public/images/items/large/cruise-commander-crate-convertible.png
new file mode 100644
index 00000000..c14cde85
Binary files /dev/null and b/public/images/items/large/cruise-commander-crate-convertible.png differ
diff --git a/public/images/items/large/crumbly-rift-salts-crafting-item.png b/public/images/items/large/crumbly-rift-salts-crafting-item.png
new file mode 100644
index 00000000..27b75183
Binary files /dev/null and b/public/images/items/large/crumbly-rift-salts-crafting-item.png differ
diff --git a/public/images/items/large/crunchy-cheese.png b/public/images/items/large/crunchy-cheese.png
new file mode 100644
index 00000000..0e60a76d
Binary files /dev/null and b/public/images/items/large/crunchy-cheese.png differ
diff --git a/public/images/items/large/crunchy-green-pepper-craft-item.png b/public/images/items/large/crunchy-green-pepper-craft-item.png
new file mode 100644
index 00000000..8e6f73d7
Binary files /dev/null and b/public/images/items/large/crunchy-green-pepper-craft-item.png differ
diff --git a/public/images/items/large/crunchy-havarti-cheese.png b/public/images/items/large/crunchy-havarti-cheese.png
new file mode 100644
index 00000000..3c5ce9ac
Binary files /dev/null and b/public/images/items/large/crunchy-havarti-cheese.png differ
diff --git a/public/images/items/large/crush-collectible.png b/public/images/items/large/crush-collectible.png
new file mode 100644
index 00000000..78b2ab29
Binary files /dev/null and b/public/images/items/large/crush-collectible.png differ
diff --git a/public/images/items/large/crushed-birthday-cake-base.png b/public/images/items/large/crushed-birthday-cake-base.png
new file mode 100644
index 00000000..3cce8dd4
Binary files /dev/null and b/public/images/items/large/crushed-birthday-cake-base.png differ
diff --git a/public/images/items/large/crushed-collectible.png b/public/images/items/large/crushed-collectible.png
new file mode 100644
index 00000000..d934e35d
Binary files /dev/null and b/public/images/items/large/crushed-collectible.png differ
diff --git a/public/images/items/large/crux-of-dragon-devastation-skin.png b/public/images/items/large/crux-of-dragon-devastation-skin.png
new file mode 100644
index 00000000..7812ed38
Binary files /dev/null and b/public/images/items/large/crux-of-dragon-devastation-skin.png differ
diff --git a/public/images/items/large/cryst-hal-tower-skin.png b/public/images/items/large/cryst-hal-tower-skin.png
new file mode 100644
index 00000000..031b6843
Binary files /dev/null and b/public/images/items/large/cryst-hal-tower-skin.png differ
diff --git a/public/images/items/large/crystal-behemoth-egg-convertible.png b/public/images/items/large/crystal-behemoth-egg-convertible.png
new file mode 100644
index 00000000..cc9b8775
Binary files /dev/null and b/public/images/items/large/crystal-behemoth-egg-convertible.png differ
diff --git a/public/images/items/large/crystal-crucible-crafting-item.png b/public/images/items/large/crystal-crucible-crafting-item.png
new file mode 100644
index 00000000..265daadb
Binary files /dev/null and b/public/images/items/large/crystal-crucible-crafting-item.png differ
diff --git a/public/images/items/large/crystal-heart-mynorca-skin.png b/public/images/items/large/crystal-heart-mynorca-skin.png
new file mode 100644
index 00000000..8f3aa5aa
Binary files /dev/null and b/public/images/items/large/crystal-heart-mynorca-skin.png differ
diff --git a/public/images/items/large/crystal-library-egg-convertible.png b/public/images/items/large/crystal-library-egg-convertible.png
new file mode 100644
index 00000000..873a4a9d
Binary files /dev/null and b/public/images/items/large/crystal-library-egg-convertible.png differ
diff --git a/public/images/items/large/crystal-mineral-crusher-weapon.png b/public/images/items/large/crystal-mineral-crusher-weapon.png
new file mode 100644
index 00000000..b36cb23b
Binary files /dev/null and b/public/images/items/large/crystal-mineral-crusher-weapon.png differ
diff --git a/public/images/items/large/crystal-tower-weapon.png b/public/images/items/large/crystal-tower-weapon.png
new file mode 100644
index 00000000..5285410d
Binary files /dev/null and b/public/images/items/large/crystal-tower-weapon.png differ
diff --git a/public/images/items/large/crystallized-fossil-collectible.png b/public/images/items/large/crystallized-fossil-collectible.png
new file mode 100644
index 00000000..1df90e9b
Binary files /dev/null and b/public/images/items/large/crystallized-fossil-collectible.png differ
diff --git a/public/images/items/large/cupcake-2016-birthday-base.png b/public/images/items/large/cupcake-2016-birthday-base.png
new file mode 100644
index 00000000..97896657
Binary files /dev/null and b/public/images/items/large/cupcake-2016-birthday-base.png differ
diff --git a/public/images/items/large/cupcake-2017-birthday-base.png b/public/images/items/large/cupcake-2017-birthday-base.png
new file mode 100644
index 00000000..cd7d0d5f
Binary files /dev/null and b/public/images/items/large/cupcake-2017-birthday-base.png differ
diff --git a/public/images/items/large/cupcake-birthday-base.png b/public/images/items/large/cupcake-birthday-base.png
new file mode 100644
index 00000000..25f9a875
Binary files /dev/null and b/public/images/items/large/cupcake-birthday-base.png differ
diff --git a/public/images/items/large/cupcake-bot-weapon.png b/public/images/items/large/cupcake-bot-weapon.png
new file mode 100644
index 00000000..601d51df
Binary files /dev/null and b/public/images/items/large/cupcake-bot-weapon.png differ
diff --git a/public/images/items/large/cupcake-cheese.png b/public/images/items/large/cupcake-cheese.png
new file mode 100644
index 00000000..bb570431
Binary files /dev/null and b/public/images/items/large/cupcake-cheese.png differ
diff --git a/public/images/items/large/cupcake-colby-potion.png b/public/images/items/large/cupcake-colby-potion.png
new file mode 100644
index 00000000..c2538f8b
Binary files /dev/null and b/public/images/items/large/cupcake-colby-potion.png differ
diff --git a/public/images/items/large/cupcake-combo-kit-convertible.png b/public/images/items/large/cupcake-combo-kit-convertible.png
new file mode 100644
index 00000000..5a67baea
Binary files /dev/null and b/public/images/items/large/cupcake-combo-kit-convertible.png differ
diff --git a/public/images/items/large/cupcake-endless-labyrinth-skin.png b/public/images/items/large/cupcake-endless-labyrinth-skin.png
new file mode 100644
index 00000000..fe478e40
Binary files /dev/null and b/public/images/items/large/cupcake-endless-labyrinth-skin.png differ
diff --git a/public/images/items/large/cupcake-meteor-prison-core-skin.png b/public/images/items/large/cupcake-meteor-prison-core-skin.png
new file mode 100644
index 00000000..0d0224cc
Binary files /dev/null and b/public/images/items/large/cupcake-meteor-prison-core-skin.png differ
diff --git a/public/images/items/large/cupcake-party-tower-convertible.png b/public/images/items/large/cupcake-party-tower-convertible.png
new file mode 100644
index 00000000..4536d677
Binary files /dev/null and b/public/images/items/large/cupcake-party-tower-convertible.png differ
diff --git a/public/images/items/large/cupcake-party-tray-convertible.png b/public/images/items/large/cupcake-party-tray-convertible.png
new file mode 100644
index 00000000..897ce3c9
Binary files /dev/null and b/public/images/items/large/cupcake-party-tray-convertible.png differ
diff --git a/public/images/items/large/cupcake-sprinkles-stat-item.png b/public/images/items/large/cupcake-sprinkles-stat-item.png
new file mode 100644
index 00000000..e086cce8
Binary files /dev/null and b/public/images/items/large/cupcake-sprinkles-stat-item.png differ
diff --git a/public/images/items/large/cupcake-trinket.png b/public/images/items/large/cupcake-trinket.png
new file mode 100644
index 00000000..19a62a79
Binary files /dev/null and b/public/images/items/large/cupcake-trinket.png differ
diff --git a/public/images/items/large/curds-and-whey-craft-item.png b/public/images/items/large/curds-and-whey-craft-item.png
new file mode 100644
index 00000000..58978778
Binary files /dev/null and b/public/images/items/large/curds-and-whey-craft-item.png differ
diff --git a/public/images/items/large/curse-breaker-base.png b/public/images/items/large/curse-breaker-base.png
new file mode 100644
index 00000000..8eb669af
Binary files /dev/null and b/public/images/items/large/curse-breaker-base.png differ
diff --git a/public/images/items/large/cursed-city-charm-pack-convertible.png b/public/images/items/large/cursed-city-charm-pack-convertible.png
new file mode 100644
index 00000000..87c6f71c
Binary files /dev/null and b/public/images/items/large/cursed-city-charm-pack-convertible.png differ
diff --git a/public/images/items/large/cursed-gold-stat-item.png b/public/images/items/large/cursed-gold-stat-item.png
new file mode 100644
index 00000000..db956086
Binary files /dev/null and b/public/images/items/large/cursed-gold-stat-item.png differ
diff --git a/public/images/items/large/cursed-librarian-egg-convertible.png b/public/images/items/large/cursed-librarian-egg-convertible.png
new file mode 100644
index 00000000..b5b59e59
Binary files /dev/null and b/public/images/items/large/cursed-librarian-egg-convertible.png differ
diff --git a/public/images/items/large/cursed-skull-convertible.png b/public/images/items/large/cursed-skull-convertible.png
new file mode 100644
index 00000000..1f4b8814
Binary files /dev/null and b/public/images/items/large/cursed-skull-convertible.png differ
diff --git a/public/images/items/large/damaged-coral-crafting-item.png b/public/images/items/large/damaged-coral-crafting-item.png
new file mode 100644
index 00000000..54b76457
Binary files /dev/null and b/public/images/items/large/damaged-coral-crafting-item.png differ
diff --git a/public/images/items/large/damaged-oculus-crafting-item.png b/public/images/items/large/damaged-oculus-crafting-item.png
new file mode 100644
index 00000000..ffee1a67
Binary files /dev/null and b/public/images/items/large/damaged-oculus-crafting-item.png differ
diff --git a/public/images/items/large/dark-chest-convertible.png b/public/images/items/large/dark-chest-convertible.png
new file mode 100644
index 00000000..2a34b16a
Binary files /dev/null and b/public/images/items/large/dark-chest-convertible.png differ
diff --git a/public/images/items/large/dark-chocolate-bunny-weapon.png b/public/images/items/large/dark-chocolate-bunny-weapon.png
new file mode 100644
index 00000000..9732ba0d
Binary files /dev/null and b/public/images/items/large/dark-chocolate-bunny-weapon.png differ
diff --git a/public/images/items/large/dark-chocolate-trinket.png b/public/images/items/large/dark-chocolate-trinket.png
new file mode 100644
index 00000000..c76cd702
Binary files /dev/null and b/public/images/items/large/dark-chocolate-trinket.png differ
diff --git a/public/images/items/large/dark-magi-torn-page.png b/public/images/items/large/dark-magi-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/dark-magi-torn-page.png differ
diff --git a/public/images/items/large/dark-magic-mirror-weapon.png b/public/images/items/large/dark-magic-mirror-weapon.png
new file mode 100644
index 00000000..4ea9fa0e
Binary files /dev/null and b/public/images/items/large/dark-magic-mirror-weapon.png differ
diff --git a/public/images/items/large/dark-magic-reflecting-pool-skin.png b/public/images/items/large/dark-magic-reflecting-pool-skin.png
new file mode 100644
index 00000000..29672d2f
Binary files /dev/null and b/public/images/items/large/dark-magic-reflecting-pool-skin.png differ
diff --git a/public/images/items/large/dawn-dust-stat-item.png b/public/images/items/large/dawn-dust-stat-item.png
new file mode 100644
index 00000000..03645b55
Binary files /dev/null and b/public/images/items/large/dawn-dust-stat-item.png differ
diff --git a/public/images/items/large/dawn-egg-convertible.png b/public/images/items/large/dawn-egg-convertible.png
new file mode 100644
index 00000000..e819da50
Binary files /dev/null and b/public/images/items/large/dawn-egg-convertible.png differ
diff --git a/public/images/items/large/day-egg-convertible.png b/public/images/items/large/day-egg-convertible.png
new file mode 100644
index 00000000..c4cd6c51
Binary files /dev/null and b/public/images/items/large/day-egg-convertible.png differ
diff --git a/public/images/items/large/deadwood-plank-base.png b/public/images/items/large/deadwood-plank-base.png
new file mode 100644
index 00000000..f274d34c
Binary files /dev/null and b/public/images/items/large/deadwood-plank-base.png differ
diff --git a/public/images/items/large/deathbot-chrome-edition-weapon.png b/public/images/items/large/deathbot-chrome-edition-weapon.png
new file mode 100644
index 00000000..e11ff4d8
Binary files /dev/null and b/public/images/items/large/deathbot-chrome-edition-weapon.png differ
diff --git a/public/images/items/large/deathbot-parts-craft-item.png b/public/images/items/large/deathbot-parts-craft-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/deathbot-parts-craft-item.png differ
diff --git a/public/images/items/large/decoration-voucher-stat-item.png b/public/images/items/large/decoration-voucher-stat-item.png
new file mode 100644
index 00000000..e41631a8
Binary files /dev/null and b/public/images/items/large/decoration-voucher-stat-item.png differ
diff --git a/public/images/items/large/decrepit-tentacle-egg-convertible.png b/public/images/items/large/decrepit-tentacle-egg-convertible.png
new file mode 100644
index 00000000..0c68fdf1
Binary files /dev/null and b/public/images/items/large/decrepit-tentacle-egg-convertible.png differ
diff --git a/public/images/items/large/deep-egg-convertible.png b/public/images/items/large/deep-egg-convertible.png
new file mode 100644
index 00000000..87d13dfe
Binary files /dev/null and b/public/images/items/large/deep-egg-convertible.png differ
diff --git a/public/images/items/large/deep-freeze-base-blueprints-crafting-item.png b/public/images/items/large/deep-freeze-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..9e6cff25
Binary files /dev/null and b/public/images/items/large/deep-freeze-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/deep-freeze-base.png b/public/images/items/large/deep-freeze-base.png
new file mode 100644
index 00000000..0baf13d3
Binary files /dev/null and b/public/images/items/large/deep-freeze-base.png differ
diff --git a/public/images/items/large/deep-mouse-torn-page.png b/public/images/items/large/deep-mouse-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/deep-mouse-torn-page.png differ
diff --git a/public/images/items/large/deep-sea-egg-convertible.png b/public/images/items/large/deep-sea-egg-convertible.png
new file mode 100644
index 00000000..6f249d65
Binary files /dev/null and b/public/images/items/large/deep-sea-egg-convertible.png differ
diff --git a/public/images/items/large/deep-thought-25000-bonus-loot.png b/public/images/items/large/deep-thought-25000-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/deep-thought-25000-bonus-loot.png differ
diff --git a/public/images/items/large/dehydration-base-blueprints-craft-item.png b/public/images/items/large/dehydration-base-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/dehydration-base-blueprints-craft-item.png differ
diff --git a/public/images/items/large/dehydration-base.png b/public/images/items/large/dehydration-base.png
new file mode 100644
index 00000000..91c31aa6
Binary files /dev/null and b/public/images/items/large/dehydration-base.png differ
diff --git a/public/images/items/large/delicious-stone-craft-item.png b/public/images/items/large/delicious-stone-craft-item.png
new file mode 100644
index 00000000..aaacbb8f
Binary files /dev/null and b/public/images/items/large/delicious-stone-craft-item.png differ
diff --git a/public/images/items/large/delicious-stone-crate-convertible.png b/public/images/items/large/delicious-stone-crate-convertible.png
new file mode 100644
index 00000000..3988df34
Binary files /dev/null and b/public/images/items/large/delicious-stone-crate-convertible.png differ
diff --git a/public/images/items/large/dent-collectible.png b/public/images/items/large/dent-collectible.png
new file mode 100644
index 00000000..ad902087
Binary files /dev/null and b/public/images/items/large/dent-collectible.png differ
diff --git a/public/images/items/large/denture-base.png b/public/images/items/large/denture-base.png
new file mode 100644
index 00000000..e817015d
Binary files /dev/null and b/public/images/items/large/denture-base.png differ
diff --git a/public/images/items/large/depth-charge-base.png b/public/images/items/large/depth-charge-base.png
new file mode 100644
index 00000000..1b8fe0c8
Binary files /dev/null and b/public/images/items/large/depth-charge-base.png differ
diff --git a/public/images/items/large/derelict-airship-weapon.png b/public/images/items/large/derelict-airship-weapon.png
new file mode 100644
index 00000000..14095549
Binary files /dev/null and b/public/images/items/large/derelict-airship-weapon.png differ
diff --git a/public/images/items/large/derr-egg-convertible.png b/public/images/items/large/derr-egg-convertible.png
new file mode 100644
index 00000000..5405ff67
Binary files /dev/null and b/public/images/items/large/derr-egg-convertible.png differ
diff --git a/public/images/items/large/derr-power-trinket.png b/public/images/items/large/derr-power-trinket.png
new file mode 100644
index 00000000..2809434d
Binary files /dev/null and b/public/images/items/large/derr-power-trinket.png differ
diff --git a/public/images/items/large/derr-survival-kit-convertible.png b/public/images/items/large/derr-survival-kit-convertible.png
new file mode 100644
index 00000000..b44e6547
Binary files /dev/null and b/public/images/items/large/derr-survival-kit-convertible.png differ
diff --git a/public/images/items/large/desert-city-cartographer-stat-item.png b/public/images/items/large/desert-city-cartographer-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/desert-city-cartographer-stat-item.png differ
diff --git a/public/images/items/large/desert-city-charm-shoppe-stat-item.png b/public/images/items/large/desert-city-charm-shoppe-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/desert-city-charm-shoppe-stat-item.png differ
diff --git a/public/images/items/large/desert-city-cheese-shoppe-stat-item.png b/public/images/items/large/desert-city-cheese-shoppe-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/desert-city-cheese-shoppe-stat-item.png differ
diff --git a/public/images/items/large/desert-city-gen-store-stat-item.png b/public/images/items/large/desert-city-gen-store-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/desert-city-gen-store-stat-item.png differ
diff --git a/public/images/items/large/desert-city-trapsmith-stat-item.png b/public/images/items/large/desert-city-trapsmith-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/desert-city-trapsmith-stat-item.png differ
diff --git a/public/images/items/large/desert-heater-base.png b/public/images/items/large/desert-heater-base.png
new file mode 100644
index 00000000..cd1c5c3c
Binary files /dev/null and b/public/images/items/large/desert-heater-base.png differ
diff --git a/public/images/items/large/desert-horseshoe-crafting-item.png b/public/images/items/large/desert-horseshoe-crafting-item.png
new file mode 100644
index 00000000..0007c806
Binary files /dev/null and b/public/images/items/large/desert-horseshoe-crafting-item.png differ
diff --git a/public/images/items/large/desert-nomad-egg-convertible.png b/public/images/items/large/desert-nomad-egg-convertible.png
new file mode 100644
index 00000000..22859e89
Binary files /dev/null and b/public/images/items/large/desert-nomad-egg-convertible.png differ
diff --git a/public/images/items/large/desert-oasis-map-piece.png b/public/images/items/large/desert-oasis-map-piece.png
new file mode 100644
index 00000000..55c188fc
Binary files /dev/null and b/public/images/items/large/desert-oasis-map-piece.png differ
diff --git a/public/images/items/large/desert-warpath-victory-stat-item.png b/public/images/items/large/desert-warpath-victory-stat-item.png
new file mode 100644
index 00000000..8572581d
Binary files /dev/null and b/public/images/items/large/desert-warpath-victory-stat-item.png differ
diff --git a/public/images/items/large/dewdrop-stat-item.png b/public/images/items/large/dewdrop-stat-item.png
new file mode 100644
index 00000000..bf4d5da6
Binary files /dev/null and b/public/images/items/large/dewdrop-stat-item.png differ
diff --git a/public/images/items/large/dewthief-camembert-4-convertible.png b/public/images/items/large/dewthief-camembert-4-convertible.png
new file mode 100644
index 00000000..46a35556
Binary files /dev/null and b/public/images/items/large/dewthief-camembert-4-convertible.png differ
diff --git a/public/images/items/large/dewthief-camembert-cheese.png b/public/images/items/large/dewthief-camembert-cheese.png
new file mode 100644
index 00000000..6e41ea56
Binary files /dev/null and b/public/images/items/large/dewthief-camembert-cheese.png differ
diff --git a/public/images/items/large/dewthief-petal-crafting-item.png b/public/images/items/large/dewthief-petal-crafting-item.png
new file mode 100644
index 00000000..cb852bb2
Binary files /dev/null and b/public/images/items/large/dewthief-petal-crafting-item.png differ
diff --git a/public/images/items/large/dhu-collectible.png b/public/images/items/large/dhu-collectible.png
new file mode 100644
index 00000000..a9ab237a
Binary files /dev/null and b/public/images/items/large/dhu-collectible.png differ
diff --git a/public/images/items/large/diamond-boost-trinket.png b/public/images/items/large/diamond-boost-trinket.png
new file mode 100644
index 00000000..bf9780ec
Binary files /dev/null and b/public/images/items/large/diamond-boost-trinket.png differ
diff --git a/public/images/items/large/diamond-cheese.png b/public/images/items/large/diamond-cheese.png
new file mode 100644
index 00000000..e95f522f
Binary files /dev/null and b/public/images/items/large/diamond-cheese.png differ
diff --git a/public/images/items/large/diamond-crafting-item.png b/public/images/items/large/diamond-crafting-item.png
new file mode 100644
index 00000000..c988ff9f
Binary files /dev/null and b/public/images/items/large/diamond-crafting-item.png differ
diff --git a/public/images/items/large/diamond-egg-convertible.png b/public/images/items/large/diamond-egg-convertible.png
new file mode 100644
index 00000000..ee557e64
Binary files /dev/null and b/public/images/items/large/diamond-egg-convertible.png differ
diff --git a/public/images/items/large/diamond-ice-drill-tip-stat-item.png b/public/images/items/large/diamond-ice-drill-tip-stat-item.png
new file mode 100644
index 00000000..b54bfb68
Binary files /dev/null and b/public/images/items/large/diamond-ice-drill-tip-stat-item.png differ
diff --git a/public/images/items/large/digby-drillbot-parts-craft-item.png b/public/images/items/large/digby-drillbot-parts-craft-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/digby-drillbot-parts-craft-item.png differ
diff --git a/public/images/items/large/digby-drillbot-weapon.png b/public/images/items/large/digby-drillbot-weapon.png
new file mode 100644
index 00000000..806a5607
Binary files /dev/null and b/public/images/items/large/digby-drillbot-weapon.png differ
diff --git a/public/images/items/large/digby-lab-miniature-collectible.png b/public/images/items/large/digby-lab-miniature-collectible.png
new file mode 100644
index 00000000..18ef810f
Binary files /dev/null and b/public/images/items/large/digby-lab-miniature-collectible.png differ
diff --git a/public/images/items/large/digby-lab-souvenir-collectible.png b/public/images/items/large/digby-lab-souvenir-collectible.png
new file mode 100644
index 00000000..d4731ef4
Binary files /dev/null and b/public/images/items/large/digby-lab-souvenir-collectible.png differ
diff --git a/public/images/items/large/digby-map-piece.png b/public/images/items/large/digby-map-piece.png
new file mode 100644
index 00000000..dc2e04e0
Binary files /dev/null and b/public/images/items/large/digby-map-piece.png differ
diff --git a/public/images/items/large/digby-scroll-case-convertible.png b/public/images/items/large/digby-scroll-case-convertible.png
new file mode 100644
index 00000000..ceefc7a5
Binary files /dev/null and b/public/images/items/large/digby-scroll-case-convertible.png differ
diff --git a/public/images/items/large/digby-treasure-chest-convertible.png b/public/images/items/large/digby-treasure-chest-convertible.png
new file mode 100644
index 00000000..d723cf3f
Binary files /dev/null and b/public/images/items/large/digby-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/dimensional-chest-weapon.png b/public/images/items/large/dimensional-chest-weapon.png
new file mode 100644
index 00000000..8efe3cd6
Binary files /dev/null and b/public/images/items/large/dimensional-chest-weapon.png differ
diff --git a/public/images/items/large/dinglehopper-collectible.png b/public/images/items/large/dinglehopper-collectible.png
new file mode 100644
index 00000000..159b09ee
Binary files /dev/null and b/public/images/items/large/dinglehopper-collectible.png differ
diff --git a/public/images/items/large/dirigible-kit-convertible.png b/public/images/items/large/dirigible-kit-convertible.png
new file mode 100644
index 00000000..6965f99c
Binary files /dev/null and b/public/images/items/large/dirigible-kit-convertible.png differ
diff --git a/public/images/items/large/dirigible-temporal-dissonance-skin.png b/public/images/items/large/dirigible-temporal-dissonance-skin.png
new file mode 100644
index 00000000..d904e61d
Binary files /dev/null and b/public/images/items/large/dirigible-temporal-dissonance-skin.png differ
diff --git a/public/images/items/large/disco-art-of-dance-skin.png b/public/images/items/large/disco-art-of-dance-skin.png
new file mode 100644
index 00000000..b62f5881
Binary files /dev/null and b/public/images/items/large/disco-art-of-dance-skin.png differ
diff --git a/public/images/items/large/disco-ball-stat-item.png b/public/images/items/large/disco-ball-stat-item.png
new file mode 100644
index 00000000..1718fde3
Binary files /dev/null and b/public/images/items/large/disco-ball-stat-item.png differ
diff --git a/public/images/items/large/diving-kit-convertible.png b/public/images/items/large/diving-kit-convertible.png
new file mode 100644
index 00000000..9d102882
Binary files /dev/null and b/public/images/items/large/diving-kit-convertible.png differ
diff --git a/public/images/items/large/dlu-collectible.png b/public/images/items/large/dlu-collectible.png
new file mode 100644
index 00000000..b15932bb
Binary files /dev/null and b/public/images/items/large/dlu-collectible.png differ
diff --git a/public/images/items/large/dlu-gift-box-convertible.png b/public/images/items/large/dlu-gift-box-convertible.png
new file mode 100644
index 00000000..25710afa
Binary files /dev/null and b/public/images/items/large/dlu-gift-box-convertible.png differ
diff --git a/public/images/items/large/dlu-plus-box-convertible.png b/public/images/items/large/dlu-plus-box-convertible.png
new file mode 100644
index 00000000..25710afa
Binary files /dev/null and b/public/images/items/large/dlu-plus-box-convertible.png differ
diff --git a/public/images/items/large/dnd-dark-magic-mirror-skin.png b/public/images/items/large/dnd-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..e5bc4d41
Binary files /dev/null and b/public/images/items/large/dnd-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/large/dog-droid-archmagus-skin.png b/public/images/items/large/dog-droid-archmagus-skin.png
new file mode 100644
index 00000000..6ac7de5c
Binary files /dev/null and b/public/images/items/large/dog-droid-archmagus-skin.png differ
diff --git a/public/images/items/large/dog-jade-base.png b/public/images/items/large/dog-jade-base.png
new file mode 100644
index 00000000..4a2afbe1
Binary files /dev/null and b/public/images/items/large/dog-jade-base.png differ
diff --git a/public/images/items/large/dog-mask-collectible.png b/public/images/items/large/dog-mask-collectible.png
new file mode 100644
index 00000000..39525883
Binary files /dev/null and b/public/images/items/large/dog-mask-collectible.png differ
diff --git a/public/images/items/large/dojo-student-egg-convertible.png b/public/images/items/large/dojo-student-egg-convertible.png
new file mode 100644
index 00000000..6e237798
Binary files /dev/null and b/public/images/items/large/dojo-student-egg-convertible.png differ
diff --git a/public/images/items/large/dojo-torn-page.png b/public/images/items/large/dojo-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/dojo-torn-page.png differ
diff --git a/public/images/items/large/doobers-collectible.png b/public/images/items/large/doobers-collectible.png
new file mode 100644
index 00000000..1892f1eb
Binary files /dev/null and b/public/images/items/large/doobers-collectible.png differ
diff --git a/public/images/items/large/double-diamond-toboggan-adventure-weapon.png b/public/images/items/large/double-diamond-toboggan-adventure-weapon.png
new file mode 100644
index 00000000..cac8b45c
Binary files /dev/null and b/public/images/items/large/double-diamond-toboggan-adventure-weapon.png differ
diff --git a/public/images/items/large/double-run-advanced-research-quest.png b/public/images/items/large/double-run-advanced-research-quest.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/double-run-advanced-research-quest.png differ
diff --git a/public/images/items/large/double-sponge-trinket.png b/public/images/items/large/double-sponge-trinket.png
new file mode 100644
index 00000000..66db73ef
Binary files /dev/null and b/public/images/items/large/double-sponge-trinket.png differ
diff --git a/public/images/items/large/draconic-depths-elemental-theme-scrap-stat-item.png b/public/images/items/large/draconic-depths-elemental-theme-scrap-stat-item.png
new file mode 100644
index 00000000..0248f6d5
Binary files /dev/null and b/public/images/items/large/draconic-depths-elemental-theme-scrap-stat-item.png differ
diff --git a/public/images/items/large/draconic-depths-fire-theme-scrap-stat-item.png b/public/images/items/large/draconic-depths-fire-theme-scrap-stat-item.png
new file mode 100644
index 00000000..c1294697
Binary files /dev/null and b/public/images/items/large/draconic-depths-fire-theme-scrap-stat-item.png differ
diff --git a/public/images/items/large/draconic-depths-ice-theme-scrap-stat-item.png b/public/images/items/large/draconic-depths-ice-theme-scrap-stat-item.png
new file mode 100644
index 00000000..a1c1ab21
Binary files /dev/null and b/public/images/items/large/draconic-depths-ice-theme-scrap-stat-item.png differ
diff --git a/public/images/items/large/draconic-depths-journal-theme-collectible.png b/public/images/items/large/draconic-depths-journal-theme-collectible.png
new file mode 100644
index 00000000..d09255f9
Binary files /dev/null and b/public/images/items/large/draconic-depths-journal-theme-collectible.png differ
diff --git a/public/images/items/large/draconic-depths-map-piece.png b/public/images/items/large/draconic-depths-map-piece.png
new file mode 100644
index 00000000..6835c844
Binary files /dev/null and b/public/images/items/large/draconic-depths-map-piece.png differ
diff --git a/public/images/items/large/draconic-depths-multi-cheese-pack-convertible.png b/public/images/items/large/draconic-depths-multi-cheese-pack-convertible.png
new file mode 100644
index 00000000..53567276
Binary files /dev/null and b/public/images/items/large/draconic-depths-multi-cheese-pack-convertible.png differ
diff --git a/public/images/items/large/draconic-depths-poison-theme-scrap-stat-item.png b/public/images/items/large/draconic-depths-poison-theme-scrap-stat-item.png
new file mode 100644
index 00000000..e5da937b
Binary files /dev/null and b/public/images/items/large/draconic-depths-poison-theme-scrap-stat-item.png differ
diff --git a/public/images/items/large/draconic-depths-scroll-case-convertible.png b/public/images/items/large/draconic-depths-scroll-case-convertible.png
new file mode 100644
index 00000000..b082063d
Binary files /dev/null and b/public/images/items/large/draconic-depths-scroll-case-convertible.png differ
diff --git a/public/images/items/large/draconic-depths-treasure-chest-convertible.png b/public/images/items/large/draconic-depths-treasure-chest-convertible.png
new file mode 100644
index 00000000..c731c7c7
Binary files /dev/null and b/public/images/items/large/draconic-depths-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/draconic-disintegrator-ray-skin.png b/public/images/items/large/draconic-disintegrator-ray-skin.png
new file mode 100644
index 00000000..a70b2b9e
Binary files /dev/null and b/public/images/items/large/draconic-disintegrator-ray-skin.png differ
diff --git a/public/images/items/large/draconic-geyser-chassis-crafting-item.png b/public/images/items/large/draconic-geyser-chassis-crafting-item.png
new file mode 100644
index 00000000..3cc44521
Binary files /dev/null and b/public/images/items/large/draconic-geyser-chassis-crafting-item.png differ
diff --git a/public/images/items/large/draconic-geyser-chassis-i-crafting-item.png b/public/images/items/large/draconic-geyser-chassis-i-crafting-item.png
new file mode 100644
index 00000000..f54ef369
Binary files /dev/null and b/public/images/items/large/draconic-geyser-chassis-i-crafting-item.png differ
diff --git a/public/images/items/large/draconic-geyser-trap-crafting-item.png b/public/images/items/large/draconic-geyser-trap-crafting-item.png
new file mode 100644
index 00000000..e72bd2df
Binary files /dev/null and b/public/images/items/large/draconic-geyser-trap-crafting-item.png differ
diff --git a/public/images/items/large/draculoid-dark-magic-mirror-skin.png b/public/images/items/large/draculoid-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..c3a853e8
Binary files /dev/null and b/public/images/items/large/draculoid-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/large/draft-derby-curd-stat-item.png b/public/images/items/large/draft-derby-curd-stat-item.png
new file mode 100644
index 00000000..3f14e3f6
Binary files /dev/null and b/public/images/items/large/draft-derby-curd-stat-item.png differ
diff --git a/public/images/items/large/dragon-ashes-stat-item.png b/public/images/items/large/dragon-ashes-stat-item.png
new file mode 100644
index 00000000..7db44d2f
Binary files /dev/null and b/public/images/items/large/dragon-ashes-stat-item.png differ
diff --git a/public/images/items/large/dragon-ballista-parts-crafting-item.png b/public/images/items/large/dragon-ballista-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/dragon-ballista-parts-crafting-item.png differ
diff --git a/public/images/items/large/dragon-devastator-multicannon-weapon.png b/public/images/items/large/dragon-devastator-multicannon-weapon.png
new file mode 100644
index 00000000..359d4b6b
Binary files /dev/null and b/public/images/items/large/dragon-devastator-multicannon-weapon.png differ
diff --git a/public/images/items/large/dragon-egg-convertible.png b/public/images/items/large/dragon-egg-convertible.png
new file mode 100644
index 00000000..174bd08d
Binary files /dev/null and b/public/images/items/large/dragon-egg-convertible.png differ
diff --git a/public/images/items/large/dragon-ember-potion.png b/public/images/items/large/dragon-ember-potion.png
new file mode 100644
index 00000000..9bc22822
Binary files /dev/null and b/public/images/items/large/dragon-ember-potion.png differ
diff --git a/public/images/items/large/dragon-ember.png b/public/images/items/large/dragon-ember.png
new file mode 100644
index 00000000..c0d01a66
Binary files /dev/null and b/public/images/items/large/dragon-ember.png differ
diff --git a/public/images/items/large/dragon-festival-celebration-kit-convertible.png b/public/images/items/large/dragon-festival-celebration-kit-convertible.png
new file mode 100644
index 00000000..3ee6a0f0
Binary files /dev/null and b/public/images/items/large/dragon-festival-celebration-kit-convertible.png differ
diff --git a/public/images/items/large/dragon-jade-base.png b/public/images/items/large/dragon-jade-base.png
new file mode 100644
index 00000000..2e9498ff
Binary files /dev/null and b/public/images/items/large/dragon-jade-base.png differ
diff --git a/public/images/items/large/dragon-kite-collectible.png b/public/images/items/large/dragon-kite-collectible.png
new file mode 100644
index 00000000..b4224690
Binary files /dev/null and b/public/images/items/large/dragon-kite-collectible.png differ
diff --git a/public/images/items/large/dragon-lance-weapon.png b/public/images/items/large/dragon-lance-weapon.png
new file mode 100644
index 00000000..0a6c4084
Binary files /dev/null and b/public/images/items/large/dragon-lance-weapon.png differ
diff --git a/public/images/items/large/dragon-lny-journal-theme-collectible.png b/public/images/items/large/dragon-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..e37c31c6
Binary files /dev/null and b/public/images/items/large/dragon-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/dragon-scale-crafting-item.png b/public/images/items/large/dragon-scale-crafting-item.png
new file mode 100644
index 00000000..3d600b07
Binary files /dev/null and b/public/images/items/large/dragon-scale-crafting-item.png differ
diff --git a/public/images/items/large/dragon-scale-ice-maiden-skin.png b/public/images/items/large/dragon-scale-ice-maiden-skin.png
new file mode 100644
index 00000000..73088484
Binary files /dev/null and b/public/images/items/large/dragon-scale-ice-maiden-skin.png differ
diff --git a/public/images/items/large/dragon-seal-collectible.png b/public/images/items/large/dragon-seal-collectible.png
new file mode 100644
index 00000000..f790b5d3
Binary files /dev/null and b/public/images/items/large/dragon-seal-collectible.png differ
diff --git a/public/images/items/large/dragon-skull-convertible.png b/public/images/items/large/dragon-skull-convertible.png
new file mode 100644
index 00000000..69ba991d
Binary files /dev/null and b/public/images/items/large/dragon-skull-convertible.png differ
diff --git a/public/images/items/large/dragon-slayer-cannon-trap-parts-crafting-item.png b/public/images/items/large/dragon-slayer-cannon-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/dragon-slayer-cannon-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/dragon-wealth-ingot-collectible.png b/public/images/items/large/dragon-wealth-ingot-collectible.png
new file mode 100644
index 00000000..9d8baa47
Binary files /dev/null and b/public/images/items/large/dragon-wealth-ingot-collectible.png differ
diff --git a/public/images/items/large/dragonbane-potion.png b/public/images/items/large/dragonbane-potion.png
new file mode 100644
index 00000000..ad768b39
Binary files /dev/null and b/public/images/items/large/dragonbane-potion.png differ
diff --git a/public/images/items/large/dragonbane-trinket.png b/public/images/items/large/dragonbane-trinket.png
new file mode 100644
index 00000000..338b857b
Binary files /dev/null and b/public/images/items/large/dragonbane-trinket.png differ
diff --git a/public/images/items/large/dragonbreath-acronym-skin.png b/public/images/items/large/dragonbreath-acronym-skin.png
new file mode 100644
index 00000000..79cf9dc6
Binary files /dev/null and b/public/images/items/large/dragonbreath-acronym-skin.png differ
diff --git a/public/images/items/large/dragonhide-sliver-forge-base.png b/public/images/items/large/dragonhide-sliver-forge-base.png
new file mode 100644
index 00000000..2e24f27e
Binary files /dev/null and b/public/images/items/large/dragonhide-sliver-forge-base.png differ
diff --git a/public/images/items/large/dragonhide-sliver-stat-item.png b/public/images/items/large/dragonhide-sliver-stat-item.png
new file mode 100644
index 00000000..115ed102
Binary files /dev/null and b/public/images/items/large/dragonhide-sliver-stat-item.png differ
diff --git a/public/images/items/large/dragons-breath-opal-refractor-base.png b/public/images/items/large/dragons-breath-opal-refractor-base.png
new file mode 100644
index 00000000..91f831b3
Binary files /dev/null and b/public/images/items/large/dragons-breath-opal-refractor-base.png differ
diff --git a/public/images/items/large/dragons-breath-opal-stat-item.png b/public/images/items/large/dragons-breath-opal-stat-item.png
new file mode 100644
index 00000000..9aac4c2f
Binary files /dev/null and b/public/images/items/large/dragons-breath-opal-stat-item.png differ
diff --git a/public/images/items/large/dragons-chest-convertible.png b/public/images/items/large/dragons-chest-convertible.png
new file mode 100644
index 00000000..3fd70c83
Binary files /dev/null and b/public/images/items/large/dragons-chest-convertible.png differ
diff --git a/public/images/items/large/dragons-eye-stat-item.png b/public/images/items/large/dragons-eye-stat-item.png
new file mode 100644
index 00000000..ec459f0d
Binary files /dev/null and b/public/images/items/large/dragons-eye-stat-item.png differ
diff --git a/public/images/items/large/dragons-gift-purse-convertible.png b/public/images/items/large/dragons-gift-purse-convertible.png
new file mode 100644
index 00000000..8bb11880
Binary files /dev/null and b/public/images/items/large/dragons-gift-purse-convertible.png differ
diff --git a/public/images/items/large/dragons-supply-stash-convertible.png b/public/images/items/large/dragons-supply-stash-convertible.png
new file mode 100644
index 00000000..65df5c71
Binary files /dev/null and b/public/images/items/large/dragons-supply-stash-convertible.png differ
diff --git a/public/images/items/large/dragons-treasure-stash-convertible.png b/public/images/items/large/dragons-treasure-stash-convertible.png
new file mode 100644
index 00000000..cb489d20
Binary files /dev/null and b/public/images/items/large/dragons-treasure-stash-convertible.png differ
diff --git a/public/images/items/large/dragonshard-egg-convertible.png b/public/images/items/large/dragonshard-egg-convertible.png
new file mode 100644
index 00000000..5017794d
Binary files /dev/null and b/public/images/items/large/dragonshard-egg-convertible.png differ
diff --git a/public/images/items/large/dragonshard-sparkling-nest-convertible.png b/public/images/items/large/dragonshard-sparkling-nest-convertible.png
new file mode 100644
index 00000000..241f86b9
Binary files /dev/null and b/public/images/items/large/dragonshard-sparkling-nest-convertible.png differ
diff --git a/public/images/items/large/dragonshard-stat-item.png b/public/images/items/large/dragonshard-stat-item.png
new file mode 100644
index 00000000..1510aa8e
Binary files /dev/null and b/public/images/items/large/dragonshard-stat-item.png differ
diff --git a/public/images/items/large/dragonslime-dragonvine-ballista-skin.png b/public/images/items/large/dragonslime-dragonvine-ballista-skin.png
new file mode 100644
index 00000000..db57e69b
Binary files /dev/null and b/public/images/items/large/dragonslime-dragonvine-ballista-skin.png differ
diff --git a/public/images/items/large/dragonsnare-celestial-orb-launcher-skin.png b/public/images/items/large/dragonsnare-celestial-orb-launcher-skin.png
new file mode 100644
index 00000000..b21c4496
Binary files /dev/null and b/public/images/items/large/dragonsnare-celestial-orb-launcher-skin.png differ
diff --git a/public/images/items/large/dragonsnare-gourd-launcher-skin.png b/public/images/items/large/dragonsnare-gourd-launcher-skin.png
new file mode 100644
index 00000000..504aa282
Binary files /dev/null and b/public/images/items/large/dragonsnare-gourd-launcher-skin.png differ
diff --git a/public/images/items/large/dragonsnare-net-launcher-weapon.png b/public/images/items/large/dragonsnare-net-launcher-weapon.png
new file mode 100644
index 00000000..173efef9
Binary files /dev/null and b/public/images/items/large/dragonsnare-net-launcher-weapon.png differ
diff --git a/public/images/items/large/dragonsnare-sleigh-trap-skin.png b/public/images/items/large/dragonsnare-sleigh-trap-skin.png
new file mode 100644
index 00000000..afa214fb
Binary files /dev/null and b/public/images/items/large/dragonsnare-sleigh-trap-skin.png differ
diff --git a/public/images/items/large/dragonvine-ballista-weapon.png b/public/images/items/large/dragonvine-ballista-weapon.png
new file mode 100644
index 00000000..534b16fd
Binary files /dev/null and b/public/images/items/large/dragonvine-ballista-weapon.png differ
diff --git a/public/images/items/large/dragonvine-cheese.png b/public/images/items/large/dragonvine-cheese.png
new file mode 100644
index 00000000..6e73cfc8
Binary files /dev/null and b/public/images/items/large/dragonvine-cheese.png differ
diff --git a/public/images/items/large/drained-rocket-pack-collectible.png b/public/images/items/large/drained-rocket-pack-collectible.png
new file mode 100644
index 00000000..51272a60
Binary files /dev/null and b/public/images/items/large/drained-rocket-pack-collectible.png differ
diff --git a/public/images/items/large/dreaded-totem-weapon.png b/public/images/items/large/dreaded-totem-weapon.png
new file mode 100644
index 00000000..900f0de4
Binary files /dev/null and b/public/images/items/large/dreaded-totem-weapon.png differ
diff --git a/public/images/items/large/dreaded-trinket.png b/public/images/items/large/dreaded-trinket.png
new file mode 100644
index 00000000..c2123770
Binary files /dev/null and b/public/images/items/large/dreaded-trinket.png differ
diff --git a/public/images/items/large/dreamfluff-herbs-crafting-item.png b/public/images/items/large/dreamfluff-herbs-crafting-item.png
new file mode 100644
index 00000000..d420f8b6
Binary files /dev/null and b/public/images/items/large/dreamfluff-herbs-crafting-item.png differ
diff --git a/public/images/items/large/drheller-egg-convertible.png b/public/images/items/large/drheller-egg-convertible.png
new file mode 100644
index 00000000..af3a8dc0
Binary files /dev/null and b/public/images/items/large/drheller-egg-convertible.png differ
diff --git a/public/images/items/large/drill-charge-stat-item.png b/public/images/items/large/drill-charge-stat-item.png
new file mode 100644
index 00000000..7e163426
Binary files /dev/null and b/public/images/items/large/drill-charge-stat-item.png differ
diff --git a/public/images/items/large/drilling-dorblu-cheese.png b/public/images/items/large/drilling-dorblu-cheese.png
new file mode 100644
index 00000000..c8959117
Binary files /dev/null and b/public/images/items/large/drilling-dorblu-cheese.png differ
diff --git a/public/images/items/large/drilling-gift-set-convertible.png b/public/images/items/large/drilling-gift-set-convertible.png
new file mode 100644
index 00000000..4a7349e9
Binary files /dev/null and b/public/images/items/large/drilling-gift-set-convertible.png differ
diff --git a/public/images/items/large/drilling-trinket.png b/public/images/items/large/drilling-trinket.png
new file mode 100644
index 00000000..f2b31c45
Binary files /dev/null and b/public/images/items/large/drilling-trinket.png differ
diff --git a/public/images/items/large/droid-archmagus-weapon.png b/public/images/items/large/droid-archmagus-weapon.png
new file mode 100644
index 00000000..e0e76b39
Binary files /dev/null and b/public/images/items/large/droid-archmagus-weapon.png differ
diff --git a/public/images/items/large/droid-bird-stat-item.png b/public/images/items/large/droid-bird-stat-item.png
new file mode 100644
index 00000000..e542336e
Binary files /dev/null and b/public/images/items/large/droid-bird-stat-item.png differ
diff --git a/public/images/items/large/droid-jetpack-crafting-item.png b/public/images/items/large/droid-jetpack-crafting-item.png
new file mode 100644
index 00000000..d17948af
Binary files /dev/null and b/public/images/items/large/droid-jetpack-crafting-item.png differ
diff --git a/public/images/items/large/droid-parts-craft-item.png b/public/images/items/large/droid-parts-craft-item.png
new file mode 100644
index 00000000..1ecc5635
Binary files /dev/null and b/public/images/items/large/droid-parts-craft-item.png differ
diff --git a/public/images/items/large/duke-achievement.png b/public/images/items/large/duke-achievement.png
new file mode 100644
index 00000000..47be1f0a
Binary files /dev/null and b/public/images/items/large/duke-achievement.png differ
diff --git a/public/images/items/large/duke-grandduke-eggsweeper-2020-convertible.png b/public/images/items/large/duke-grandduke-eggsweeper-2020-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/duke-grandduke-eggsweeper-2020-convertible.png differ
diff --git a/public/images/items/large/duke-grandduke-eggsweeper-convertible.png b/public/images/items/large/duke-grandduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/duke-grandduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/dumplings-collectible.png b/public/images/items/large/dumplings-collectible.png
new file mode 100644
index 00000000..6be84257
Binary files /dev/null and b/public/images/items/large/dumplings-collectible.png differ
diff --git a/public/images/items/large/dungeon-master-egg-convertible.png b/public/images/items/large/dungeon-master-egg-convertible.png
new file mode 100644
index 00000000..5fa36b2d
Binary files /dev/null and b/public/images/items/large/dungeon-master-egg-convertible.png differ
diff --git a/public/images/items/large/duskshade-camembert-4-convertible.png b/public/images/items/large/duskshade-camembert-4-convertible.png
new file mode 100644
index 00000000..bd27bf5b
Binary files /dev/null and b/public/images/items/large/duskshade-camembert-4-convertible.png differ
diff --git a/public/images/items/large/duskshade-camembert-cheese.png b/public/images/items/large/duskshade-camembert-cheese.png
new file mode 100644
index 00000000..c23f586e
Binary files /dev/null and b/public/images/items/large/duskshade-camembert-cheese.png differ
diff --git a/public/images/items/large/duskshade-petal-crafting-item.png b/public/images/items/large/duskshade-petal-crafting-item.png
new file mode 100644
index 00000000..c0a3b7f6
Binary files /dev/null and b/public/images/items/large/duskshade-petal-crafting-item.png differ
diff --git a/public/images/items/large/dust-floor-egg-convertible.png b/public/images/items/large/dust-floor-egg-convertible.png
new file mode 100644
index 00000000..e936272b
Binary files /dev/null and b/public/images/items/large/dust-floor-egg-convertible.png differ
diff --git a/public/images/items/large/dusted-archduke-eggsweeper-convertible.png b/public/images/items/large/dusted-archduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..a87fdd4e
Binary files /dev/null and b/public/images/items/large/dusted-archduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/dusted-baron-count-eggsweeper-convertible.png b/public/images/items/large/dusted-baron-count-eggsweeper-convertible.png
new file mode 100644
index 00000000..8f5f254c
Binary files /dev/null and b/public/images/items/large/dusted-baron-count-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/dusted-duke-grandduke-eggsweeper-2020-convertible.png b/public/images/items/large/dusted-duke-grandduke-eggsweeper-2020-convertible.png
new file mode 100644
index 00000000..8f5f254c
Binary files /dev/null and b/public/images/items/large/dusted-duke-grandduke-eggsweeper-2020-convertible.png differ
diff --git a/public/images/items/large/dusted-duke-grandduke-eggsweeper-convertible.png b/public/images/items/large/dusted-duke-grandduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..8f5f254c
Binary files /dev/null and b/public/images/items/large/dusted-duke-grandduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/dusted-master-lord-eggsweeper-convertible.png b/public/images/items/large/dusted-master-lord-eggsweeper-convertible.png
new file mode 100644
index 00000000..8f5f254c
Binary files /dev/null and b/public/images/items/large/dusted-master-lord-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/dusted-novice-journeyman-eggsweeper-convertible.png b/public/images/items/large/dusted-novice-journeyman-eggsweeper-convertible.png
new file mode 100644
index 00000000..8f5f254c
Binary files /dev/null and b/public/images/items/large/dusted-novice-journeyman-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/dusted-viceroy-eggsweeper-convertible.png b/public/images/items/large/dusted-viceroy-eggsweeper-convertible.png
new file mode 100644
index 00000000..19ba3a31
Binary files /dev/null and b/public/images/items/large/dusted-viceroy-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/easter-2012-gift-basket-convertible.png b/public/images/items/large/easter-2012-gift-basket-convertible.png
new file mode 100644
index 00000000..539e3990
Binary files /dev/null and b/public/images/items/large/easter-2012-gift-basket-convertible.png differ
diff --git a/public/images/items/large/easter-2012-marshmallow-gift-basket-convertible.png b/public/images/items/large/easter-2012-marshmallow-gift-basket-convertible.png
new file mode 100644
index 00000000..ef8a8e2b
Binary files /dev/null and b/public/images/items/large/easter-2012-marshmallow-gift-basket-convertible.png differ
diff --git a/public/images/items/large/easter-2012-supply-kit-convertible.png b/public/images/items/large/easter-2012-supply-kit-convertible.png
new file mode 100644
index 00000000..ea8308d6
Binary files /dev/null and b/public/images/items/large/easter-2012-supply-kit-convertible.png differ
diff --git a/public/images/items/large/easter-2013-gift-basket-convertible.png b/public/images/items/large/easter-2013-gift-basket-convertible.png
new file mode 100644
index 00000000..f0f0eaf0
Binary files /dev/null and b/public/images/items/large/easter-2013-gift-basket-convertible.png differ
diff --git a/public/images/items/large/easy-hween2017-treasure-chest-convertible.png b/public/images/items/large/easy-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/easy-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/easy-hween2018-treasure-chest-convertible.png b/public/images/items/large/easy-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/easy-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/easy-rh-treasure-chest-convertible.png b/public/images/items/large/easy-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-convertible.png b/public/images/items/large/easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-halloween-convertible.png b/public/images/items/large/easy-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s10-convertible.png b/public/images/items/large/easy-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s2-convertible.png b/public/images/items/large/easy-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s3-convertible.png b/public/images/items/large/easy-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s4-convertible.png b/public/images/items/large/easy-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s5-convertible.png b/public/images/items/large/easy-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s6-convertible.png b/public/images/items/large/easy-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s7-convertible.png b/public/images/items/large/easy-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s8-convertible.png b/public/images/items/large/easy-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/easy-treasure-chest-s9-convertible.png b/public/images/items/large/easy-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/easy-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/eclipse-egg-convertible.png b/public/images/items/large/eclipse-egg-convertible.png
new file mode 100644
index 00000000..cbda4920
Binary files /dev/null and b/public/images/items/large/eclipse-egg-convertible.png differ
diff --git a/public/images/items/large/eerie-base.png b/public/images/items/large/eerie-base.png
new file mode 100644
index 00000000..8162b4cd
Binary files /dev/null and b/public/images/items/large/eerie-base.png differ
diff --git a/public/images/items/large/eerie-upgraded-base.png b/public/images/items/large/eerie-upgraded-base.png
new file mode 100644
index 00000000..c6f33ad2
Binary files /dev/null and b/public/images/items/large/eerie-upgraded-base.png differ
diff --git a/public/images/items/large/egg-basket-ancient-box-trap-skin.png b/public/images/items/large/egg-basket-ancient-box-trap-skin.png
new file mode 100644
index 00000000..541a34e8
Binary files /dev/null and b/public/images/items/large/egg-basket-ancient-box-trap-skin.png differ
diff --git a/public/images/items/large/egg-basket-dimensional-chest-skin.png b/public/images/items/large/egg-basket-dimensional-chest-skin.png
new file mode 100644
index 00000000..9a1fd21e
Binary files /dev/null and b/public/images/items/large/egg-basket-dimensional-chest-skin.png differ
diff --git a/public/images/items/large/egg-charge-trinket.png b/public/images/items/large/egg-charge-trinket.png
new file mode 100644
index 00000000..df2546db
Binary files /dev/null and b/public/images/items/large/egg-charge-trinket.png differ
diff --git a/public/images/items/large/egg-detector-message-item.png b/public/images/items/large/egg-detector-message-item.png
new file mode 100644
index 00000000..9575c13c
Binary files /dev/null and b/public/images/items/large/egg-detector-message-item.png differ
diff --git a/public/images/items/large/egg-easy-treasure-chest-convertible.png b/public/images/items/large/egg-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..46211c91
Binary files /dev/null and b/public/images/items/large/egg-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/egg-eggstreme-treasure-chest-convertible.png b/public/images/items/large/egg-eggstreme-treasure-chest-convertible.png
new file mode 100644
index 00000000..650b64f5
Binary files /dev/null and b/public/images/items/large/egg-eggstreme-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/egg-hard-treasure-chest-convertible.png b/public/images/items/large/egg-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..2b9bdea3
Binary files /dev/null and b/public/images/items/large/egg-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/egg-hunt-easy-convertible.png b/public/images/items/large/egg-hunt-easy-convertible.png
new file mode 100644
index 00000000..e6e05d37
Binary files /dev/null and b/public/images/items/large/egg-hunt-easy-convertible.png differ
diff --git a/public/images/items/large/egg-hunt-eggstreme-convertible.png b/public/images/items/large/egg-hunt-eggstreme-convertible.png
new file mode 100644
index 00000000..a53e96a0
Binary files /dev/null and b/public/images/items/large/egg-hunt-eggstreme-convertible.png differ
diff --git a/public/images/items/large/egg-hunt-hard-convertible.png b/public/images/items/large/egg-hunt-hard-convertible.png
new file mode 100644
index 00000000..20e0f367
Binary files /dev/null and b/public/images/items/large/egg-hunt-hard-convertible.png differ
diff --git a/public/images/items/large/egg-hunt-medium-convertible.png b/public/images/items/large/egg-hunt-medium-convertible.png
new file mode 100644
index 00000000..bae08267
Binary files /dev/null and b/public/images/items/large/egg-hunt-medium-convertible.png differ
diff --git a/public/images/items/large/egg-hunter-supply-kit-convertible.png b/public/images/items/large/egg-hunter-supply-kit-convertible.png
new file mode 100644
index 00000000..94f90e90
Binary files /dev/null and b/public/images/items/large/egg-hunter-supply-kit-convertible.png differ
diff --git a/public/images/items/large/egg-medium-treasure-chest-convertible.png b/public/images/items/large/egg-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..72489b45
Binary files /dev/null and b/public/images/items/large/egg-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/egg-paint-1-stat-item.png b/public/images/items/large/egg-paint-1-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-1-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-10-stat-item.png b/public/images/items/large/egg-paint-10-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-10-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-2-stat-item.png b/public/images/items/large/egg-paint-2-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-2-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-3-stat-item.png b/public/images/items/large/egg-paint-3-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-3-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-4-stat-item.png b/public/images/items/large/egg-paint-4-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-4-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-5-stat-item.png b/public/images/items/large/egg-paint-5-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-5-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-6-stat-item.png b/public/images/items/large/egg-paint-6-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-6-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-7-stat-item.png b/public/images/items/large/egg-paint-7-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-7-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-8-stat-item.png b/public/images/items/large/egg-paint-8-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-8-stat-item.png differ
diff --git a/public/images/items/large/egg-paint-9-stat-item.png b/public/images/items/large/egg-paint-9-stat-item.png
new file mode 100644
index 00000000..2b63ecd3
Binary files /dev/null and b/public/images/items/large/egg-paint-9-stat-item.png differ
diff --git a/public/images/items/large/egg-tome-of-the-minds-eye-skin.png b/public/images/items/large/egg-tome-of-the-minds-eye-skin.png
new file mode 100644
index 00000000..f3bb059f
Binary files /dev/null and b/public/images/items/large/egg-tome-of-the-minds-eye-skin.png differ
diff --git a/public/images/items/large/eggscellent-gift-basket-2024-convertible.png b/public/images/items/large/eggscellent-gift-basket-2024-convertible.png
new file mode 100644
index 00000000..4fed9bf5
Binary files /dev/null and b/public/images/items/large/eggscellent-gift-basket-2024-convertible.png differ
diff --git a/public/images/items/large/eggscellent-gift-basket-convertible.png b/public/images/items/large/eggscellent-gift-basket-convertible.png
new file mode 100644
index 00000000..c16e7262
Binary files /dev/null and b/public/images/items/large/eggscellent-gift-basket-convertible.png differ
diff --git a/public/images/items/large/eggstra-charge-kit-convertible.png b/public/images/items/large/eggstra-charge-kit-convertible.png
new file mode 100644
index 00000000..fc9b6652
Binary files /dev/null and b/public/images/items/large/eggstra-charge-kit-convertible.png differ
diff --git a/public/images/items/large/eggstra-charge-trinket.png b/public/images/items/large/eggstra-charge-trinket.png
new file mode 100644
index 00000000..43b6f45f
Binary files /dev/null and b/public/images/items/large/eggstra-charge-trinket.png differ
diff --git a/public/images/items/large/eggstra-trinket.png b/public/images/items/large/eggstra-trinket.png
new file mode 100644
index 00000000..8664bc4c
Binary files /dev/null and b/public/images/items/large/eggstra-trinket.png differ
diff --git a/public/images/items/large/eggstravagant-kingbot-skin.png b/public/images/items/large/eggstravagant-kingbot-skin.png
new file mode 100644
index 00000000..51e43692
Binary files /dev/null and b/public/images/items/large/eggstravagant-kingbot-skin.png differ
diff --git a/public/images/items/large/eggstravagant-supply-kit-2024-convertible.png b/public/images/items/large/eggstravagant-supply-kit-2024-convertible.png
new file mode 100644
index 00000000..2256debd
Binary files /dev/null and b/public/images/items/large/eggstravagant-supply-kit-2024-convertible.png differ
diff --git a/public/images/items/large/eggstravagant-supply-kit-2025-convertible.png b/public/images/items/large/eggstravagant-supply-kit-2025-convertible.png
new file mode 100644
index 00000000..8341c259
Binary files /dev/null and b/public/images/items/large/eggstravagant-supply-kit-2025-convertible.png differ
diff --git a/public/images/items/large/eggstravagant-supply-kit-convertible.png b/public/images/items/large/eggstravagant-supply-kit-convertible.png
new file mode 100644
index 00000000..2256debd
Binary files /dev/null and b/public/images/items/large/eggstravagant-supply-kit-convertible.png differ
diff --git a/public/images/items/large/eggstreme-eggscavation-shovel-stat-item.png b/public/images/items/large/eggstreme-eggscavation-shovel-stat-item.png
new file mode 100644
index 00000000..8386de3d
Binary files /dev/null and b/public/images/items/large/eggstreme-eggscavation-shovel-stat-item.png differ
diff --git a/public/images/items/large/eggstreme-eggscavation-upgrade-stat-item.png b/public/images/items/large/eggstreme-eggscavation-upgrade-stat-item.png
new file mode 100644
index 00000000..5bd5dd3c
Binary files /dev/null and b/public/images/items/large/eggstreme-eggscavation-upgrade-stat-item.png differ
diff --git a/public/images/items/large/eggsweeper-starter-kit-2024-convertible.png b/public/images/items/large/eggsweeper-starter-kit-2024-convertible.png
new file mode 100644
index 00000000..3a5149f7
Binary files /dev/null and b/public/images/items/large/eggsweeper-starter-kit-2024-convertible.png differ
diff --git a/public/images/items/large/eggsweeper-starter-kit-convertible.png b/public/images/items/large/eggsweeper-starter-kit-convertible.png
new file mode 100644
index 00000000..3a5149f7
Binary files /dev/null and b/public/images/items/large/eggsweeper-starter-kit-convertible.png differ
diff --git a/public/images/items/large/eight-elf-shoes-collectible.png b/public/images/items/large/eight-elf-shoes-collectible.png
new file mode 100644
index 00000000..d4058738
Binary files /dev/null and b/public/images/items/large/eight-elf-shoes-collectible.png differ
diff --git a/public/images/items/large/elab-hween2017-treasure-chest-convertible.png b/public/images/items/large/elab-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/elab-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/elab-hween2018-treasure-chest-convertible.png b/public/images/items/large/elab-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/elab-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/elab-treasure-chest-halloween-convertible.png b/public/images/items/large/elab-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/elab-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/elaborate-rh-treasure-chest-convertible.png b/public/images/items/large/elaborate-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-convertible.png b/public/images/items/large/elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s10-convertible.png b/public/images/items/large/elaborate-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s2-convertible.png b/public/images/items/large/elaborate-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s3-convertible.png b/public/images/items/large/elaborate-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s4-convertible.png b/public/images/items/large/elaborate-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s5-convertible.png b/public/images/items/large/elaborate-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s6-convertible.png b/public/images/items/large/elaborate-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s7-convertible.png b/public/images/items/large/elaborate-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s8-convertible.png b/public/images/items/large/elaborate-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/elaborate-treasure-chest-s9-convertible.png b/public/images/items/large/elaborate-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elaborate-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/electric-candle-collectible.png b/public/images/items/large/electric-candle-collectible.png
new file mode 100644
index 00000000..b60dafcd
Binary files /dev/null and b/public/images/items/large/electric-candle-collectible.png differ
diff --git a/public/images/items/large/electromagnet-meteorite-base.png b/public/images/items/large/electromagnet-meteorite-base.png
new file mode 100644
index 00000000..78a59a40
Binary files /dev/null and b/public/images/items/large/electromagnet-meteorite-base.png differ
diff --git a/public/images/items/large/elemental-emmental-cheese.png b/public/images/items/large/elemental-emmental-cheese.png
new file mode 100644
index 00000000..5405c424
Binary files /dev/null and b/public/images/items/large/elemental-emmental-cheese.png differ
diff --git a/public/images/items/large/elemental-emmental-pack-small-convertible.png b/public/images/items/large/elemental-emmental-pack-small-convertible.png
new file mode 100644
index 00000000..778573fd
Binary files /dev/null and b/public/images/items/large/elemental-emmental-pack-small-convertible.png differ
diff --git a/public/images/items/large/eleven-coloured-lights-collectible.png b/public/images/items/large/eleven-coloured-lights-collectible.png
new file mode 100644
index 00000000..bf6e8217
Binary files /dev/null and b/public/images/items/large/eleven-coloured-lights-collectible.png differ
diff --git a/public/images/items/large/elite-rh-treasure-chest-convertible.png b/public/images/items/large/elite-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s10-convertible.png b/public/images/items/large/elite-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s3-convertible.png b/public/images/items/large/elite-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s4-convertible.png b/public/images/items/large/elite-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s5-convertible.png b/public/images/items/large/elite-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s6-convertible.png b/public/images/items/large/elite-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s7-convertible.png b/public/images/items/large/elite-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s8-convertible.png b/public/images/items/large/elite-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/elite-treasure-chest-s9-convertible.png b/public/images/items/large/elite-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/elite-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/elixir-exchanger-base.png b/public/images/items/large/elixir-exchanger-base.png
new file mode 100644
index 00000000..99a2cbf4
Binary files /dev/null and b/public/images/items/large/elixir-exchanger-base.png differ
diff --git a/public/images/items/large/elub-egg-convertible.png b/public/images/items/large/elub-egg-convertible.png
new file mode 100644
index 00000000..90a18fd2
Binary files /dev/null and b/public/images/items/large/elub-egg-convertible.png differ
diff --git a/public/images/items/large/elub-power-trinket.png b/public/images/items/large/elub-power-trinket.png
new file mode 100644
index 00000000..1534c8b1
Binary files /dev/null and b/public/images/items/large/elub-power-trinket.png differ
diff --git a/public/images/items/large/elub-survival-kit-convertible.png b/public/images/items/large/elub-survival-kit-convertible.png
new file mode 100644
index 00000000..f9330344
Binary files /dev/null and b/public/images/items/large/elub-survival-kit-convertible.png differ
diff --git a/public/images/items/large/ember-prison-core-weapon.png b/public/images/items/large/ember-prison-core-weapon.png
new file mode 100644
index 00000000..74d77a62
Binary files /dev/null and b/public/images/items/large/ember-prison-core-weapon.png differ
diff --git a/public/images/items/large/ember-root-crafting-item.png b/public/images/items/large/ember-root-crafting-item.png
new file mode 100644
index 00000000..fbc06fea
Binary files /dev/null and b/public/images/items/large/ember-root-crafting-item.png differ
diff --git a/public/images/items/large/ember-stone-crafting-item.png b/public/images/items/large/ember-stone-crafting-item.png
new file mode 100644
index 00000000..b70adc54
Binary files /dev/null and b/public/images/items/large/ember-stone-crafting-item.png differ
diff --git a/public/images/items/large/ember-trinket.png b/public/images/items/large/ember-trinket.png
new file mode 100644
index 00000000..8aeff9ef
Binary files /dev/null and b/public/images/items/large/ember-trinket.png differ
diff --git a/public/images/items/large/emp400-trinket.png b/public/images/items/large/emp400-trinket.png
new file mode 100644
index 00000000..8b0b9d5d
Binary files /dev/null and b/public/images/items/large/emp400-trinket.png differ
diff --git a/public/images/items/large/empty-candy-collectible.png b/public/images/items/large/empty-candy-collectible.png
new file mode 100644
index 00000000..614a69d1
Binary files /dev/null and b/public/images/items/large/empty-candy-collectible.png differ
diff --git a/public/images/items/large/empyrean-codex-page-stat-item.png b/public/images/items/large/empyrean-codex-page-stat-item.png
new file mode 100644
index 00000000..161e80e0
Binary files /dev/null and b/public/images/items/large/empyrean-codex-page-stat-item.png differ
diff --git a/public/images/items/large/empyrean-codex-stat-item.png b/public/images/items/large/empyrean-codex-stat-item.png
new file mode 100644
index 00000000..e80a8f25
Binary files /dev/null and b/public/images/items/large/empyrean-codex-stat-item.png differ
diff --git a/public/images/items/large/empyrean-empress-egg-convertible.png b/public/images/items/large/empyrean-empress-egg-convertible.png
new file mode 100644
index 00000000..7011c8c7
Binary files /dev/null and b/public/images/items/large/empyrean-empress-egg-convertible.png differ
diff --git a/public/images/items/large/empyrean-floating-loot-cache-convertible.png b/public/images/items/large/empyrean-floating-loot-cache-convertible.png
new file mode 100644
index 00000000..89b347c2
Binary files /dev/null and b/public/images/items/large/empyrean-floating-loot-cache-convertible.png differ
diff --git a/public/images/items/large/empyrean-jewel-base.png b/public/images/items/large/empyrean-jewel-base.png
new file mode 100644
index 00000000..5dccef7d
Binary files /dev/null and b/public/images/items/large/empyrean-jewel-base.png differ
diff --git a/public/images/items/large/empyrean-seal-egg-convertible.png b/public/images/items/large/empyrean-seal-egg-convertible.png
new file mode 100644
index 00000000..35e92b70
Binary files /dev/null and b/public/images/items/large/empyrean-seal-egg-convertible.png differ
diff --git a/public/images/items/large/empyrean-seal-stat-item.png b/public/images/items/large/empyrean-seal-stat-item.png
new file mode 100644
index 00000000..1f715174
Binary files /dev/null and b/public/images/items/large/empyrean-seal-stat-item.png differ
diff --git a/public/images/items/large/enchanted-page-collectible.png b/public/images/items/large/enchanted-page-collectible.png
new file mode 100644
index 00000000..c0ef17b1
Binary files /dev/null and b/public/images/items/large/enchanted-page-collectible.png differ
diff --git a/public/images/items/large/enchanted-wing-egg-convertible.png b/public/images/items/large/enchanted-wing-egg-convertible.png
new file mode 100644
index 00000000..5a292495
Binary files /dev/null and b/public/images/items/large/enchanted-wing-egg-convertible.png differ
diff --git a/public/images/items/large/enchanted-wing-stat-item.png b/public/images/items/large/enchanted-wing-stat-item.png
new file mode 100644
index 00000000..9d23d535
Binary files /dev/null and b/public/images/items/large/enchanted-wing-stat-item.png differ
diff --git a/public/images/items/large/encrusted-metal-of-time-craft-item.png b/public/images/items/large/encrusted-metal-of-time-craft-item.png
new file mode 100644
index 00000000..f02422a1
Binary files /dev/null and b/public/images/items/large/encrusted-metal-of-time-craft-item.png differ
diff --git a/public/images/items/large/endless-labyrinth-blueprints-craft-item.png b/public/images/items/large/endless-labyrinth-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/endless-labyrinth-blueprints-craft-item.png differ
diff --git a/public/images/items/large/endless-labyrinth-trap-parts-crafting-item.png b/public/images/items/large/endless-labyrinth-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/endless-labyrinth-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/endless-labyrinth-weapon.png b/public/images/items/large/endless-labyrinth-weapon.png
new file mode 100644
index 00000000..a9d16d2a
Binary files /dev/null and b/public/images/items/large/endless-labyrinth-weapon.png differ
diff --git a/public/images/items/large/enerchi-egg-convertible.png b/public/images/items/large/enerchi-egg-convertible.png
new file mode 100644
index 00000000..60656646
Binary files /dev/null and b/public/images/items/large/enerchi-egg-convertible.png differ
diff --git a/public/images/items/large/engine-doubler-weapon.png b/public/images/items/large/engine-doubler-weapon.png
new file mode 100644
index 00000000..c244730f
Binary files /dev/null and b/public/images/items/large/engine-doubler-weapon.png differ
diff --git a/public/images/items/large/engraved-solid-stone-slab-craft-item.png b/public/images/items/large/engraved-solid-stone-slab-craft-item.png
new file mode 100644
index 00000000..de50f198
Binary files /dev/null and b/public/images/items/large/engraved-solid-stone-slab-craft-item.png differ
diff --git a/public/images/items/large/enigmatic-core-crafting-item.png b/public/images/items/large/enigmatic-core-crafting-item.png
new file mode 100644
index 00000000..7e2f6380
Binary files /dev/null and b/public/images/items/large/enigmatic-core-crafting-item.png differ
diff --git a/public/images/items/large/enlarged-rift-egg-convertible.png b/public/images/items/large/enlarged-rift-egg-convertible.png
new file mode 100644
index 00000000..a8b423dd
Binary files /dev/null and b/public/images/items/large/enlarged-rift-egg-convertible.png differ
diff --git a/public/images/items/large/enraged-love-bot-skin.png b/public/images/items/large/enraged-love-bot-skin.png
new file mode 100644
index 00000000..67ca00be
Binary files /dev/null and b/public/images/items/large/enraged-love-bot-skin.png differ
diff --git a/public/images/items/large/enraged-rhinobot-weapon.png b/public/images/items/large/enraged-rhinobot-weapon.png
new file mode 100644
index 00000000..3ab9db39
Binary files /dev/null and b/public/images/items/large/enraged-rhinobot-weapon.png differ
diff --git a/public/images/items/large/enriched-cavern-soil-crafting-item.png b/public/images/items/large/enriched-cavern-soil-crafting-item.png
new file mode 100644
index 00000000..5a4349d6
Binary files /dev/null and b/public/images/items/large/enriched-cavern-soil-crafting-item.png differ
diff --git a/public/images/items/large/epic-cheese-potion.png b/public/images/items/large/epic-cheese-potion.png
new file mode 100644
index 00000000..f911b548
Binary files /dev/null and b/public/images/items/large/epic-cheese-potion.png differ
diff --git a/public/images/items/large/epic-orb-crafting-item.png b/public/images/items/large/epic-orb-crafting-item.png
new file mode 100644
index 00000000..a5ce7b18
Binary files /dev/null and b/public/images/items/large/epic-orb-crafting-item.png differ
diff --git a/public/images/items/large/erupting-rift-core-crafting-item.png b/public/images/items/large/erupting-rift-core-crafting-item.png
new file mode 100644
index 00000000..167fc69e
Binary files /dev/null and b/public/images/items/large/erupting-rift-core-crafting-item.png differ
diff --git a/public/images/items/large/essence-a-crafting-item.png b/public/images/items/large/essence-a-crafting-item.png
new file mode 100644
index 00000000..ec0923d5
Binary files /dev/null and b/public/images/items/large/essence-a-crafting-item.png differ
diff --git a/public/images/items/large/essence-b-crafting-item.png b/public/images/items/large/essence-b-crafting-item.png
new file mode 100644
index 00000000..364f8929
Binary files /dev/null and b/public/images/items/large/essence-b-crafting-item.png differ
diff --git a/public/images/items/large/essence-c-crafting-item.png b/public/images/items/large/essence-c-crafting-item.png
new file mode 100644
index 00000000..19804a5d
Binary files /dev/null and b/public/images/items/large/essence-c-crafting-item.png differ
diff --git a/public/images/items/large/essence-collector-kit-convertible.png b/public/images/items/large/essence-collector-kit-convertible.png
new file mode 100644
index 00000000..3e3abb6a
Binary files /dev/null and b/public/images/items/large/essence-collector-kit-convertible.png differ
diff --git a/public/images/items/large/essence-d-crafting-item.png b/public/images/items/large/essence-d-crafting-item.png
new file mode 100644
index 00000000..052d08cb
Binary files /dev/null and b/public/images/items/large/essence-d-crafting-item.png differ
diff --git a/public/images/items/large/essence-e-crafting-item.png b/public/images/items/large/essence-e-crafting-item.png
new file mode 100644
index 00000000..a50ac5d5
Binary files /dev/null and b/public/images/items/large/essence-e-crafting-item.png differ
diff --git a/public/images/items/large/essence-f-crafting-item.png b/public/images/items/large/essence-f-crafting-item.png
new file mode 100644
index 00000000..f87de614
Binary files /dev/null and b/public/images/items/large/essence-f-crafting-item.png differ
diff --git a/public/images/items/large/essence-g-crafting-item.png b/public/images/items/large/essence-g-crafting-item.png
new file mode 100644
index 00000000..7760a590
Binary files /dev/null and b/public/images/items/large/essence-g-crafting-item.png differ
diff --git a/public/images/items/large/essence-guardian-egg-convertible.png b/public/images/items/large/essence-guardian-egg-convertible.png
new file mode 100644
index 00000000..211990f9
Binary files /dev/null and b/public/images/items/large/essence-guardian-egg-convertible.png differ
diff --git a/public/images/items/large/essence-h-crafting-item.png b/public/images/items/large/essence-h-crafting-item.png
new file mode 100644
index 00000000..b9ee57ab
Binary files /dev/null and b/public/images/items/large/essence-h-crafting-item.png differ
diff --git a/public/images/items/large/essence-i-crafting-item.png b/public/images/items/large/essence-i-crafting-item.png
new file mode 100644
index 00000000..fdcdda9c
Binary files /dev/null and b/public/images/items/large/essence-i-crafting-item.png differ
diff --git a/public/images/items/large/essence-of-destruction-crafting-item.png b/public/images/items/large/essence-of-destruction-crafting-item.png
new file mode 100644
index 00000000..fa1a8796
Binary files /dev/null and b/public/images/items/large/essence-of-destruction-crafting-item.png differ
diff --git a/public/images/items/large/essence-prism-crafting-item.png b/public/images/items/large/essence-prism-crafting-item.png
new file mode 100644
index 00000000..a007b8a4
Binary files /dev/null and b/public/images/items/large/essence-prism-crafting-item.png differ
diff --git a/public/images/items/large/eternal-frost-ember-prison-core-skin.png b/public/images/items/large/eternal-frost-ember-prison-core-skin.png
new file mode 100644
index 00000000..fa7bd88a
Binary files /dev/null and b/public/images/items/large/eternal-frost-ember-prison-core-skin.png differ
diff --git a/public/images/items/large/ethereal-cannonball-stat-item.png b/public/images/items/large/ethereal-cannonball-stat-item.png
new file mode 100644
index 00000000..18c975d1
Binary files /dev/null and b/public/images/items/large/ethereal-cannonball-stat-item.png differ
diff --git a/public/images/items/large/ethereal-librarian-egg-convertible.png b/public/images/items/large/ethereal-librarian-egg-convertible.png
new file mode 100644
index 00000000..4d674c12
Binary files /dev/null and b/public/images/items/large/ethereal-librarian-egg-convertible.png differ
diff --git a/public/images/items/large/ethereal-rope-craft-item.png b/public/images/items/large/ethereal-rope-craft-item.png
new file mode 100644
index 00000000..596677b7
Binary files /dev/null and b/public/images/items/large/ethereal-rope-craft-item.png differ
diff --git a/public/images/items/large/ethereal-treasure-hunting-kit-convertible.png b/public/images/items/large/ethereal-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..f73442f9
Binary files /dev/null and b/public/images/items/large/ethereal-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/event-horizon-trap-blueprints-crafting-item.png b/public/images/items/large/event-horizon-trap-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/event-horizon-trap-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/event-horizon-trap-parts-crafting-item.png b/public/images/items/large/event-horizon-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/event-horizon-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/event-horizon-weapon.png b/public/images/items/large/event-horizon-weapon.png
new file mode 100644
index 00000000..8f036fe8
Binary files /dev/null and b/public/images/items/large/event-horizon-weapon.png differ
diff --git a/public/images/items/large/evil-pumpkin-seed-crafting-item.png b/public/images/items/large/evil-pumpkin-seed-crafting-item.png
new file mode 100644
index 00000000..0d0cc8fc
Binary files /dev/null and b/public/images/items/large/evil-pumpkin-seed-crafting-item.png differ
diff --git a/public/images/items/large/experimental-egg-convertible.png b/public/images/items/large/experimental-egg-convertible.png
new file mode 100644
index 00000000..6f59c1fd
Binary files /dev/null and b/public/images/items/large/experimental-egg-convertible.png differ
diff --git a/public/images/items/large/exploded-lightshow-collectible.png b/public/images/items/large/exploded-lightshow-collectible.png
new file mode 100644
index 00000000..e36f1e15
Binary files /dev/null and b/public/images/items/large/exploded-lightshow-collectible.png differ
diff --git a/public/images/items/large/explorers-egg-convertible.png b/public/images/items/large/explorers-egg-convertible.png
new file mode 100644
index 00000000..ffa49706
Binary files /dev/null and b/public/images/items/large/explorers-egg-convertible.png differ
diff --git a/public/images/items/large/explosion-earmuffs-collectible.png b/public/images/items/large/explosion-earmuffs-collectible.png
new file mode 100644
index 00000000..72abee8a
Binary files /dev/null and b/public/images/items/large/explosion-earmuffs-collectible.png differ
diff --git a/public/images/items/large/explosive-base.png b/public/images/items/large/explosive-base.png
new file mode 100644
index 00000000..6e2a52b8
Binary files /dev/null and b/public/images/items/large/explosive-base.png differ
diff --git a/public/images/items/large/explosive-pumpkin-core-skin.png b/public/images/items/large/explosive-pumpkin-core-skin.png
new file mode 100644
index 00000000..f3cfd0ad
Binary files /dev/null and b/public/images/items/large/explosive-pumpkin-core-skin.png differ
diff --git a/public/images/items/large/explosive-toboggan-ride-parts-crafting-item.png b/public/images/items/large/explosive-toboggan-ride-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/explosive-toboggan-ride-parts-crafting-item.png differ
diff --git a/public/images/items/large/explosive-toboggan-ride-weapon.png b/public/images/items/large/explosive-toboggan-ride-weapon.png
new file mode 100644
index 00000000..7dd39813
Binary files /dev/null and b/public/images/items/large/explosive-toboggan-ride-weapon.png differ
diff --git a/public/images/items/large/extra-coarse-salt-crafting-item.png b/public/images/items/large/extra-coarse-salt-crafting-item.png
new file mode 100644
index 00000000..69492260
Binary files /dev/null and b/public/images/items/large/extra-coarse-salt-crafting-item.png differ
diff --git a/public/images/items/large/extra-rich-sky-cheese-pack-small-convertible.png b/public/images/items/large/extra-rich-sky-cheese-pack-small-convertible.png
new file mode 100644
index 00000000..83ad5342
Binary files /dev/null and b/public/images/items/large/extra-rich-sky-cheese-pack-small-convertible.png differ
diff --git a/public/images/items/large/extra-rich-sky-cheese.png b/public/images/items/large/extra-rich-sky-cheese.png
new file mode 100644
index 00000000..8a74eae2
Binary files /dev/null and b/public/images/items/large/extra-rich-sky-cheese.png differ
diff --git a/public/images/items/large/extra-spooky-hween2014-assignment-convertible.png b/public/images/items/large/extra-spooky-hween2014-assignment-convertible.png
new file mode 100644
index 00000000..4412996f
Binary files /dev/null and b/public/images/items/large/extra-spooky-hween2014-assignment-convertible.png differ
diff --git a/public/images/items/large/extra-spooky-hween2014-assignment-quest-item.png b/public/images/items/large/extra-spooky-hween2014-assignment-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/extra-spooky-hween2014-assignment-quest-item.png differ
diff --git a/public/images/items/large/extra-spooky-trinket.png b/public/images/items/large/extra-spooky-trinket.png
new file mode 100644
index 00000000..3d93c2d2
Binary files /dev/null and b/public/images/items/large/extra-spooky-trinket.png differ
diff --git a/public/images/items/large/extra-sweet-basket-convertible.png b/public/images/items/large/extra-sweet-basket-convertible.png
new file mode 100644
index 00000000..960ccb6c
Binary files /dev/null and b/public/images/items/large/extra-sweet-basket-convertible.png differ
diff --git a/public/images/items/large/extra-sweet-combo-kit-convertible.png b/public/images/items/large/extra-sweet-combo-kit-convertible.png
new file mode 100644
index 00000000..f43c3eb2
Binary files /dev/null and b/public/images/items/large/extra-sweet-combo-kit-convertible.png differ
diff --git a/public/images/items/large/extra-sweet-cupcake-cheese.png b/public/images/items/large/extra-sweet-cupcake-cheese.png
new file mode 100644
index 00000000..1853f781
Binary files /dev/null and b/public/images/items/large/extra-sweet-cupcake-cheese.png differ
diff --git a/public/images/items/large/extra-sweet-cupcake-colby-potion.png b/public/images/items/large/extra-sweet-cupcake-colby-potion.png
new file mode 100644
index 00000000..127b710b
Binary files /dev/null and b/public/images/items/large/extra-sweet-cupcake-colby-potion.png differ
diff --git a/public/images/items/large/extra-sweet-cupcake-trinket.png b/public/images/items/large/extra-sweet-cupcake-trinket.png
new file mode 100644
index 00000000..db2b87c5
Binary files /dev/null and b/public/images/items/large/extra-sweet-cupcake-trinket.png differ
diff --git a/public/images/items/large/extreme-ancient-trinket.png b/public/images/items/large/extreme-ancient-trinket.png
new file mode 100644
index 00000000..8b952af5
Binary files /dev/null and b/public/images/items/large/extreme-ancient-trinket.png differ
diff --git a/public/images/items/large/extreme-attraction-trinket.png b/public/images/items/large/extreme-attraction-trinket.png
new file mode 100644
index 00000000..c598b5a5
Binary files /dev/null and b/public/images/items/large/extreme-attraction-trinket.png differ
diff --git a/public/images/items/large/extreme-chrome-trinket.png b/public/images/items/large/extreme-chrome-trinket.png
new file mode 100644
index 00000000..556c44fd
Binary files /dev/null and b/public/images/items/large/extreme-chrome-trinket.png differ
diff --git a/public/images/items/large/extreme-gold-bonus-trinket.png b/public/images/items/large/extreme-gold-bonus-trinket.png
new file mode 100644
index 00000000..e5d7fb41
Binary files /dev/null and b/public/images/items/large/extreme-gold-bonus-trinket.png differ
diff --git a/public/images/items/large/extreme-luck-power-trinket.png b/public/images/items/large/extreme-luck-power-trinket.png
new file mode 100644
index 00000000..8df7b0ce
Binary files /dev/null and b/public/images/items/large/extreme-luck-power-trinket.png differ
diff --git a/public/images/items/large/extreme-luck-trinket.png b/public/images/items/large/extreme-luck-trinket.png
new file mode 100644
index 00000000..a43f095e
Binary files /dev/null and b/public/images/items/large/extreme-luck-trinket.png differ
diff --git a/public/images/items/large/extreme-party-trinket.png b/public/images/items/large/extreme-party-trinket.png
new file mode 100644
index 00000000..d48334e8
Binary files /dev/null and b/public/images/items/large/extreme-party-trinket.png differ
diff --git a/public/images/items/large/extreme-polluted-trinket.png b/public/images/items/large/extreme-polluted-trinket.png
new file mode 100644
index 00000000..434e6103
Binary files /dev/null and b/public/images/items/large/extreme-polluted-trinket.png differ
diff --git a/public/images/items/large/extreme-power-trinket.png b/public/images/items/large/extreme-power-trinket.png
new file mode 100644
index 00000000..924ff752
Binary files /dev/null and b/public/images/items/large/extreme-power-trinket.png differ
diff --git a/public/images/items/large/extreme-regal-supply-kit-convertible.png b/public/images/items/large/extreme-regal-supply-kit-convertible.png
new file mode 100644
index 00000000..c3ad8ad6
Binary files /dev/null and b/public/images/items/large/extreme-regal-supply-kit-convertible.png differ
diff --git a/public/images/items/large/extreme-regal-trinket.png b/public/images/items/large/extreme-regal-trinket.png
new file mode 100644
index 00000000..b84c6dbd
Binary files /dev/null and b/public/images/items/large/extreme-regal-trinket.png differ
diff --git a/public/images/items/large/extreme-snowball-trinket.png b/public/images/items/large/extreme-snowball-trinket.png
new file mode 100644
index 00000000..e562ec03
Binary files /dev/null and b/public/images/items/large/extreme-snowball-trinket.png differ
diff --git a/public/images/items/large/extreme-spooky-trinket.png b/public/images/items/large/extreme-spooky-trinket.png
new file mode 100644
index 00000000..9ed93a6c
Binary files /dev/null and b/public/images/items/large/extreme-spooky-trinket.png differ
diff --git a/public/images/items/large/extreme-spore-trinket.png b/public/images/items/large/extreme-spore-trinket.png
new file mode 100644
index 00000000..d2c5776f
Binary files /dev/null and b/public/images/items/large/extreme-spore-trinket.png differ
diff --git a/public/images/items/large/extreme-wild-tonic-remote-pumping-trinket.png b/public/images/items/large/extreme-wild-tonic-remote-pumping-trinket.png
new file mode 100644
index 00000000..5d10d4f4
Binary files /dev/null and b/public/images/items/large/extreme-wild-tonic-remote-pumping-trinket.png differ
diff --git a/public/images/items/large/extremely-enraged-rhinobot-skin.png b/public/images/items/large/extremely-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..9e16008e
Binary files /dev/null and b/public/images/items/large/extremely-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/large/extrme-dragonbane-trinket.png b/public/images/items/large/extrme-dragonbane-trinket.png
new file mode 100644
index 00000000..f7eb0248
Binary files /dev/null and b/public/images/items/large/extrme-dragonbane-trinket.png differ
diff --git a/public/images/items/large/fabled-fertilizer-stat-item.png b/public/images/items/large/fabled-fertilizer-stat-item.png
new file mode 100644
index 00000000..ff290f40
Binary files /dev/null and b/public/images/items/large/fabled-fertilizer-stat-item.png differ
diff --git a/public/images/items/large/facebook-credit-stat-item.png b/public/images/items/large/facebook-credit-stat-item.png
new file mode 100644
index 00000000..96274c35
Binary files /dev/null and b/public/images/items/large/facebook-credit-stat-item.png differ
diff --git a/public/images/items/large/faceted-sugar-crafting-item.png b/public/images/items/large/faceted-sugar-crafting-item.png
new file mode 100644
index 00000000..a3311008
Binary files /dev/null and b/public/images/items/large/faceted-sugar-crafting-item.png differ
diff --git a/public/images/items/large/fairy-droidmother-skin.png b/public/images/items/large/fairy-droidmother-skin.png
new file mode 100644
index 00000000..072610a9
Binary files /dev/null and b/public/images/items/large/fairy-droidmother-skin.png differ
diff --git a/public/images/items/large/fall-key-shard-crafting-item.png b/public/images/items/large/fall-key-shard-crafting-item.png
new file mode 100644
index 00000000..e63aa3de
Binary files /dev/null and b/public/images/items/large/fall-key-shard-crafting-item.png differ
diff --git a/public/images/items/large/fan-base.png b/public/images/items/large/fan-base.png
new file mode 100644
index 00000000..03d330dd
Binary files /dev/null and b/public/images/items/large/fan-base.png differ
diff --git a/public/images/items/large/fancy-birthday-gift-convertible.png b/public/images/items/large/fancy-birthday-gift-convertible.png
new file mode 100644
index 00000000..52e3fe8f
Binary files /dev/null and b/public/images/items/large/fancy-birthday-gift-convertible.png differ
diff --git a/public/images/items/large/farming-and-fishing-scroll-case-convertible.png b/public/images/items/large/farming-and-fishing-scroll-case-convertible.png
new file mode 100644
index 00000000..64814570
Binary files /dev/null and b/public/images/items/large/farming-and-fishing-scroll-case-convertible.png differ
diff --git a/public/images/items/large/farming-fishing-treasure-chest-convertible.png b/public/images/items/large/farming-fishing-treasure-chest-convertible.png
new file mode 100644
index 00000000..52fad84e
Binary files /dev/null and b/public/images/items/large/farming-fishing-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/fat-cat-chrome-sphynx-wrath-skin.png b/public/images/items/large/fat-cat-chrome-sphynx-wrath-skin.png
new file mode 100644
index 00000000..ff145834
Binary files /dev/null and b/public/images/items/large/fat-cat-chrome-sphynx-wrath-skin.png differ
diff --git a/public/images/items/large/festive-anchor-trinket.png b/public/images/items/large/festive-anchor-trinket.png
new file mode 100644
index 00000000..c8ee01e7
Binary files /dev/null and b/public/images/items/large/festive-anchor-trinket.png differ
diff --git a/public/images/items/large/festive-bb-gun-collectible.png b/public/images/items/large/festive-bb-gun-collectible.png
new file mode 100644
index 00000000..61373946
Binary files /dev/null and b/public/images/items/large/festive-bb-gun-collectible.png differ
diff --git a/public/images/items/large/festive-bow-collectible.png b/public/images/items/large/festive-bow-collectible.png
new file mode 100644
index 00000000..477baeed
Binary files /dev/null and b/public/images/items/large/festive-bow-collectible.png differ
diff --git a/public/images/items/large/festive-box-trap-skin.png b/public/images/items/large/festive-box-trap-skin.png
new file mode 100644
index 00000000..9bbecd67
Binary files /dev/null and b/public/images/items/large/festive-box-trap-skin.png differ
diff --git a/public/images/items/large/festive-bundle-convertible.png b/public/images/items/large/festive-bundle-convertible.png
new file mode 100644
index 00000000..b7132597
Binary files /dev/null and b/public/images/items/large/festive-bundle-convertible.png differ
diff --git a/public/images/items/large/festive-champion-kit-convertible.png b/public/images/items/large/festive-champion-kit-convertible.png
new file mode 100644
index 00000000..93f93e5d
Binary files /dev/null and b/public/images/items/large/festive-champion-kit-convertible.png differ
diff --git a/public/images/items/large/festive-chrome-temporal-turbine-trap-skin.png b/public/images/items/large/festive-chrome-temporal-turbine-trap-skin.png
new file mode 100644
index 00000000..258b4865
Binary files /dev/null and b/public/images/items/large/festive-chrome-temporal-turbine-trap-skin.png differ
diff --git a/public/images/items/large/festive-co-stat-item.png b/public/images/items/large/festive-co-stat-item.png
new file mode 100644
index 00000000..4a5589ff
Binary files /dev/null and b/public/images/items/large/festive-co-stat-item.png differ
diff --git a/public/images/items/large/festive-cookie-collectible.png b/public/images/items/large/festive-cookie-collectible.png
new file mode 100644
index 00000000..61327951
Binary files /dev/null and b/public/images/items/large/festive-cookie-collectible.png differ
diff --git a/public/images/items/large/festive-currency.png b/public/images/items/large/festive-currency.png
new file mode 100644
index 00000000..e6b2083d
Binary files /dev/null and b/public/images/items/large/festive-currency.png differ
diff --git a/public/images/items/large/festive-diamonds-collectible.png b/public/images/items/large/festive-diamonds-collectible.png
new file mode 100644
index 00000000..df27ad06
Binary files /dev/null and b/public/images/items/large/festive-diamonds-collectible.png differ
diff --git a/public/images/items/large/festive-doohickey-stat-item.png b/public/images/items/large/festive-doohickey-stat-item.png
new file mode 100644
index 00000000..3eaa48e1
Binary files /dev/null and b/public/images/items/large/festive-doohickey-stat-item.png differ
diff --git a/public/images/items/large/festive-draconic-stat-item.png b/public/images/items/large/festive-draconic-stat-item.png
new file mode 100644
index 00000000..761c33c9
Binary files /dev/null and b/public/images/items/large/festive-draconic-stat-item.png differ
diff --git a/public/images/items/large/festive-droid-archmagus-skin.png b/public/images/items/large/festive-droid-archmagus-skin.png
new file mode 100644
index 00000000..e90529fa
Binary files /dev/null and b/public/images/items/large/festive-droid-archmagus-skin.png differ
diff --git a/public/images/items/large/festive-feta-cheese.png b/public/images/items/large/festive-feta-cheese.png
new file mode 100644
index 00000000..b5c7d14f
Binary files /dev/null and b/public/images/items/large/festive-feta-cheese.png differ
diff --git a/public/images/items/large/festive-feta-gift-basket-convertible.png b/public/images/items/large/festive-feta-gift-basket-convertible.png
new file mode 100644
index 00000000..026dccd0
Binary files /dev/null and b/public/images/items/large/festive-feta-gift-basket-convertible.png differ
diff --git a/public/images/items/large/festive-firework-stat-item.png b/public/images/items/large/festive-firework-stat-item.png
new file mode 100644
index 00000000..1853ef3e
Binary files /dev/null and b/public/images/items/large/festive-firework-stat-item.png differ
diff --git a/public/images/items/large/festive-fireworks-shorts-stat-item.png b/public/images/items/large/festive-fireworks-shorts-stat-item.png
new file mode 100644
index 00000000..4cacad76
Binary files /dev/null and b/public/images/items/large/festive-fireworks-shorts-stat-item.png differ
diff --git a/public/images/items/large/festive-fireworks-wrapping-paper-stat-item.png b/public/images/items/large/festive-fireworks-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..94337c39
Binary files /dev/null and b/public/images/items/large/festive-fireworks-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/large/festive-fuse-collectible.png b/public/images/items/large/festive-fuse-collectible.png
new file mode 100644
index 00000000..c2a3309b
Binary files /dev/null and b/public/images/items/large/festive-fuse-collectible.png differ
diff --git a/public/images/items/large/festive-gauntlet-crusher-weapon.png b/public/images/items/large/festive-gauntlet-crusher-weapon.png
new file mode 100644
index 00000000..69f5b5b7
Binary files /dev/null and b/public/images/items/large/festive-gauntlet-crusher-weapon.png differ
diff --git a/public/images/items/large/festive-gfit-basket.png b/public/images/items/large/festive-gfit-basket.png
new file mode 100644
index 00000000..2b668292
Binary files /dev/null and b/public/images/items/large/festive-gfit-basket.png differ
diff --git a/public/images/items/large/festive-ghastly-stat-item.png b/public/images/items/large/festive-ghastly-stat-item.png
new file mode 100644
index 00000000..a4a03cfb
Binary files /dev/null and b/public/images/items/large/festive-ghastly-stat-item.png differ
diff --git a/public/images/items/large/festive-metal-stat-item.png b/public/images/items/large/festive-metal-stat-item.png
new file mode 100644
index 00000000..98341103
Binary files /dev/null and b/public/images/items/large/festive-metal-stat-item.png differ
diff --git a/public/images/items/large/festive-ornamental-wrapping-paper-stat-item.png b/public/images/items/large/festive-ornamental-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..fd88fd48
Binary files /dev/null and b/public/images/items/large/festive-ornamental-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/large/festive-ornaments-shorts-stat-item.png b/public/images/items/large/festive-ornaments-shorts-stat-item.png
new file mode 100644
index 00000000..ed4ae73b
Binary files /dev/null and b/public/images/items/large/festive-ornaments-shorts-stat-item.png differ
diff --git a/public/images/items/large/festive-plain-wrapping-paper-stat-item.png b/public/images/items/large/festive-plain-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..5258ca82
Binary files /dev/null and b/public/images/items/large/festive-plain-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/large/festive-restraining-order-collectible.png b/public/images/items/large/festive-restraining-order-collectible.png
new file mode 100644
index 00000000..58cc04b2
Binary files /dev/null and b/public/images/items/large/festive-restraining-order-collectible.png differ
diff --git a/public/images/items/large/festive-sb-supply-pack.png b/public/images/items/large/festive-sb-supply-pack.png
new file mode 100644
index 00000000..05924ef2
Binary files /dev/null and b/public/images/items/large/festive-sb-supply-pack.png differ
diff --git a/public/images/items/large/festive-screw-stat-item.png b/public/images/items/large/festive-screw-stat-item.png
new file mode 100644
index 00000000..e708a524
Binary files /dev/null and b/public/images/items/large/festive-screw-stat-item.png differ
diff --git a/public/images/items/large/festive-skin-pack-2-convertible.png b/public/images/items/large/festive-skin-pack-2-convertible.png
new file mode 100644
index 00000000..f582b186
Binary files /dev/null and b/public/images/items/large/festive-skin-pack-2-convertible.png differ
diff --git a/public/images/items/large/festive-skin-pack-2015-convertible.png b/public/images/items/large/festive-skin-pack-2015-convertible.png
new file mode 100644
index 00000000..2bdda344
Binary files /dev/null and b/public/images/items/large/festive-skin-pack-2015-convertible.png differ
diff --git a/public/images/items/large/festive-skin-pack-2016-convertible.png b/public/images/items/large/festive-skin-pack-2016-convertible.png
new file mode 100644
index 00000000..2bdda344
Binary files /dev/null and b/public/images/items/large/festive-skin-pack-2016-convertible.png differ
diff --git a/public/images/items/large/festive-skin-pack-2017-convertible.png b/public/images/items/large/festive-skin-pack-2017-convertible.png
new file mode 100644
index 00000000..2bdda344
Binary files /dev/null and b/public/images/items/large/festive-skin-pack-2017-convertible.png differ
diff --git a/public/images/items/large/festive-skin-pack-convertible.png b/public/images/items/large/festive-skin-pack-convertible.png
new file mode 100644
index 00000000..2bdda344
Binary files /dev/null and b/public/images/items/large/festive-skin-pack-convertible.png differ
diff --git a/public/images/items/large/festive-snow-shorts-stat-item.png b/public/images/items/large/festive-snow-shorts-stat-item.png
new file mode 100644
index 00000000..8caaa1ad
Binary files /dev/null and b/public/images/items/large/festive-snow-shorts-stat-item.png differ
diff --git a/public/images/items/large/festive-snow-wrapping-paper-stat-item.png b/public/images/items/large/festive-snow-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..c73f901b
Binary files /dev/null and b/public/images/items/large/festive-snow-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/large/festive-spirit-stat-item.png b/public/images/items/large/festive-spirit-stat-item.png
new file mode 100644
index 00000000..0099b2e0
Binary files /dev/null and b/public/images/items/large/festive-spirit-stat-item.png differ
diff --git a/public/images/items/large/festive-sports-wrapping-paper-stat-item.png b/public/images/items/large/festive-sports-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..baa0982f
Binary files /dev/null and b/public/images/items/large/festive-sports-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/large/festive-spring-stat-item.png b/public/images/items/large/festive-spring-stat-item.png
new file mode 100644
index 00000000..252e0421
Binary files /dev/null and b/public/images/items/large/festive-spring-stat-item.png differ
diff --git a/public/images/items/large/festive-sunglasses-collectible.png b/public/images/items/large/festive-sunglasses-collectible.png
new file mode 100644
index 00000000..c69b027c
Binary files /dev/null and b/public/images/items/large/festive-sunglasses-collectible.png differ
diff --git a/public/images/items/large/festive-tournament-kit-convertible.png b/public/images/items/large/festive-tournament-kit-convertible.png
new file mode 100644
index 00000000..a3fe2042
Binary files /dev/null and b/public/images/items/large/festive-tournament-kit-convertible.png differ
diff --git a/public/images/items/large/festive-toy-shorts-stat-item.png b/public/images/items/large/festive-toy-shorts-stat-item.png
new file mode 100644
index 00000000..454a17fb
Binary files /dev/null and b/public/images/items/large/festive-toy-shorts-stat-item.png differ
diff --git a/public/images/items/large/festive-toy-stockpile-stat-item.png b/public/images/items/large/festive-toy-stockpile-stat-item.png
new file mode 100644
index 00000000..5bdcef4c
Binary files /dev/null and b/public/images/items/large/festive-toy-stockpile-stat-item.png differ
diff --git a/public/images/items/large/festive-toy-wrapping-paper-stat-item.png b/public/images/items/large/festive-toy-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..003f16ea
Binary files /dev/null and b/public/images/items/large/festive-toy-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/large/festive-trinket.png b/public/images/items/large/festive-trinket.png
new file mode 100644
index 00000000..acb1776a
Binary files /dev/null and b/public/images/items/large/festive-trinket.png differ
diff --git a/public/images/items/large/festive-ultimate-luck-power-trinket.png b/public/images/items/large/festive-ultimate-luck-power-trinket.png
new file mode 100644
index 00000000..e1601ed7
Binary files /dev/null and b/public/images/items/large/festive-ultimate-luck-power-trinket.png differ
diff --git a/public/images/items/large/festive-ultimate-luck-trinket.png b/public/images/items/large/festive-ultimate-luck-trinket.png
new file mode 100644
index 00000000..080e80ea
Binary files /dev/null and b/public/images/items/large/festive-ultimate-luck-trinket.png differ
diff --git a/public/images/items/large/festive-ultimate-power-trinket.png b/public/images/items/large/festive-ultimate-power-trinket.png
new file mode 100644
index 00000000..08666d6f
Binary files /dev/null and b/public/images/items/large/festive-ultimate-power-trinket.png differ
diff --git a/public/images/items/large/festive-winter-hunt-base.png b/public/images/items/large/festive-winter-hunt-base.png
new file mode 100644
index 00000000..cf37f44a
Binary files /dev/null and b/public/images/items/large/festive-winter-hunt-base.png differ
diff --git a/public/images/items/large/festive-winter-sports-shorts-stat-item.png b/public/images/items/large/festive-winter-sports-shorts-stat-item.png
new file mode 100644
index 00000000..66be7a2e
Binary files /dev/null and b/public/images/items/large/festive-winter-sports-shorts-stat-item.png differ
diff --git a/public/images/items/large/festive-wood.png b/public/images/items/large/festive-wood.png
new file mode 100644
index 00000000..e2ea720c
Binary files /dev/null and b/public/images/items/large/festive-wood.png differ
diff --git a/public/images/items/large/ff-prelude-treasure-chest-convertible.png b/public/images/items/large/ff-prelude-treasure-chest-convertible.png
new file mode 100644
index 00000000..0f8550a8
Binary files /dev/null and b/public/images/items/large/ff-prelude-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/fiery-fontina-cheese.png b/public/images/items/large/fiery-fontina-cheese.png
new file mode 100644
index 00000000..52bbe94c
Binary files /dev/null and b/public/images/items/large/fiery-fontina-cheese.png differ
diff --git a/public/images/items/large/fiery-fontina-ingredient-stat-item.png b/public/images/items/large/fiery-fontina-ingredient-stat-item.png
new file mode 100644
index 00000000..b49a80e1
Binary files /dev/null and b/public/images/items/large/fiery-fontina-ingredient-stat-item.png differ
diff --git a/public/images/items/large/fiery-fontina-pack-small-convertible.png b/public/images/items/large/fiery-fontina-pack-small-convertible.png
new file mode 100644
index 00000000..95c09aaf
Binary files /dev/null and b/public/images/items/large/fiery-fontina-pack-small-convertible.png differ
diff --git a/public/images/items/large/fiery-monkey-collectible.png b/public/images/items/large/fiery-monkey-collectible.png
new file mode 100644
index 00000000..e476cb45
Binary files /dev/null and b/public/images/items/large/fiery-monkey-collectible.png differ
diff --git a/public/images/items/large/fiery-rooster-collectible.png b/public/images/items/large/fiery-rooster-collectible.png
new file mode 100644
index 00000000..19beaef5
Binary files /dev/null and b/public/images/items/large/fiery-rooster-collectible.png differ
diff --git a/public/images/items/large/fifth-gifth-convertible.png b/public/images/items/large/fifth-gifth-convertible.png
new file mode 100644
index 00000000..7d76aedb
Binary files /dev/null and b/public/images/items/large/fifth-gifth-convertible.png differ
diff --git a/public/images/items/large/final-draft-derby-cheese.png b/public/images/items/large/final-draft-derby-cheese.png
new file mode 100644
index 00000000..60676eaa
Binary files /dev/null and b/public/images/items/large/final-draft-derby-cheese.png differ
diff --git a/public/images/items/large/final-draft-derby-pack-small-convertible.png b/public/images/items/large/final-draft-derby-pack-small-convertible.png
new file mode 100644
index 00000000..98f6dfe6
Binary files /dev/null and b/public/images/items/large/final-draft-derby-pack-small-convertible.png differ
diff --git a/public/images/items/large/fire-grub-egg-convertible.png b/public/images/items/large/fire-grub-egg-convertible.png
new file mode 100644
index 00000000..570eac53
Binary files /dev/null and b/public/images/items/large/fire-grub-egg-convertible.png differ
diff --git a/public/images/items/large/fire-salt-craft-item.png b/public/images/items/large/fire-salt-craft-item.png
new file mode 100644
index 00000000..fe2b5a60
Binary files /dev/null and b/public/images/items/large/fire-salt-craft-item.png differ
diff --git a/public/images/items/large/firecracker-base.png b/public/images/items/large/firecracker-base.png
new file mode 100644
index 00000000..692ee77b
Binary files /dev/null and b/public/images/items/large/firecracker-base.png differ
diff --git a/public/images/items/large/firecracker-trinket.png b/public/images/items/large/firecracker-trinket.png
new file mode 100644
index 00000000..0506d7b7
Binary files /dev/null and b/public/images/items/large/firecracker-trinket.png differ
diff --git a/public/images/items/large/firework-cookie-stat-item.png b/public/images/items/large/firework-cookie-stat-item.png
new file mode 100644
index 00000000..fb4f9b44
Binary files /dev/null and b/public/images/items/large/firework-cookie-stat-item.png differ
diff --git a/public/images/items/large/fireworks-festive-decoration-stat-item.png b/public/images/items/large/fireworks-festive-decoration-stat-item.png
new file mode 100644
index 00000000..d0350536
Binary files /dev/null and b/public/images/items/large/fireworks-festive-decoration-stat-item.png differ
diff --git a/public/images/items/large/first-draft-derby-cheese.png b/public/images/items/large/first-draft-derby-cheese.png
new file mode 100644
index 00000000..05d6eb7c
Binary files /dev/null and b/public/images/items/large/first-draft-derby-cheese.png differ
diff --git a/public/images/items/large/first-draft-derby-pack-small-convertible.png b/public/images/items/large/first-draft-derby-pack-small-convertible.png
new file mode 100644
index 00000000..8eaae889
Binary files /dev/null and b/public/images/items/large/first-draft-derby-pack-small-convertible.png differ
diff --git a/public/images/items/large/first-ever-trinket.png b/public/images/items/large/first-ever-trinket.png
new file mode 100644
index 00000000..db45f119
Binary files /dev/null and b/public/images/items/large/first-ever-trinket.png differ
diff --git a/public/images/items/large/fishy-fromage-cheese.png b/public/images/items/large/fishy-fromage-cheese.png
new file mode 100644
index 00000000..ab40383b
Binary files /dev/null and b/public/images/items/large/fishy-fromage-cheese.png differ
diff --git a/public/images/items/large/fishy-fromage-three-pack-convertible.png b/public/images/items/large/fishy-fromage-three-pack-convertible.png
new file mode 100644
index 00000000..0b3e903c
Binary files /dev/null and b/public/images/items/large/fishy-fromage-three-pack-convertible.png differ
diff --git a/public/images/items/large/fishy-fromage-two-pack-convertible.png b/public/images/items/large/fishy-fromage-two-pack-convertible.png
new file mode 100644
index 00000000..23f38da5
Binary files /dev/null and b/public/images/items/large/fishy-fromage-two-pack-convertible.png differ
diff --git a/public/images/items/large/fissure-base.png b/public/images/items/large/fissure-base.png
new file mode 100644
index 00000000..397a5674
Binary files /dev/null and b/public/images/items/large/fissure-base.png differ
diff --git a/public/images/items/large/five-ornaments-collectible.png b/public/images/items/large/five-ornaments-collectible.png
new file mode 100644
index 00000000..69382a78
Binary files /dev/null and b/public/images/items/large/five-ornaments-collectible.png differ
diff --git a/public/images/items/large/flame-march-archer-trinket.png b/public/images/items/large/flame-march-archer-trinket.png
new file mode 100644
index 00000000..3c19b5dc
Binary files /dev/null and b/public/images/items/large/flame-march-archer-trinket.png differ
diff --git a/public/images/items/large/flame-march-cavalry-trinket.png b/public/images/items/large/flame-march-cavalry-trinket.png
new file mode 100644
index 00000000..7216e3c6
Binary files /dev/null and b/public/images/items/large/flame-march-cavalry-trinket.png differ
diff --git a/public/images/items/large/flame-march-general-trinket.png b/public/images/items/large/flame-march-general-trinket.png
new file mode 100644
index 00000000..fc197091
Binary files /dev/null and b/public/images/items/large/flame-march-general-trinket.png differ
diff --git a/public/images/items/large/flame-march-mage-trinket.png b/public/images/items/large/flame-march-mage-trinket.png
new file mode 100644
index 00000000..01724b2c
Binary files /dev/null and b/public/images/items/large/flame-march-mage-trinket.png differ
diff --git a/public/images/items/large/flame-march-scout-trinket.png b/public/images/items/large/flame-march-scout-trinket.png
new file mode 100644
index 00000000..360eecd0
Binary files /dev/null and b/public/images/items/large/flame-march-scout-trinket.png differ
diff --git a/public/images/items/large/flame-march-warrior-trinket.png b/public/images/items/large/flame-march-warrior-trinket.png
new file mode 100644
index 00000000..9addfd23
Binary files /dev/null and b/public/images/items/large/flame-march-warrior-trinket.png differ
diff --git a/public/images/items/large/flamebane-trinket.png b/public/images/items/large/flamebane-trinket.png
new file mode 100644
index 00000000..05044da0
Binary files /dev/null and b/public/images/items/large/flamebane-trinket.png differ
diff --git a/public/images/items/large/flameshard-crafting-item.png b/public/images/items/large/flameshard-crafting-item.png
new file mode 100644
index 00000000..951d6678
Binary files /dev/null and b/public/images/items/large/flameshard-crafting-item.png differ
diff --git a/public/images/items/large/flaming-queso-cheese.png b/public/images/items/large/flaming-queso-cheese.png
new file mode 100644
index 00000000..c623e41a
Binary files /dev/null and b/public/images/items/large/flaming-queso-cheese.png differ
diff --git a/public/images/items/large/flaming-spice-crafting-item.png b/public/images/items/large/flaming-spice-crafting-item.png
new file mode 100644
index 00000000..bb69f0b9
Binary files /dev/null and b/public/images/items/large/flaming-spice-crafting-item.png differ
diff --git a/public/images/items/large/flashlight-treasure-kit-convertible.png b/public/images/items/large/flashlight-treasure-kit-convertible.png
new file mode 100644
index 00000000..0871f86e
Binary files /dev/null and b/public/images/items/large/flashlight-treasure-kit-convertible.png differ
diff --git a/public/images/items/large/flawed-orb-crafting-item.png b/public/images/items/large/flawed-orb-crafting-item.png
new file mode 100644
index 00000000..70daed5c
Binary files /dev/null and b/public/images/items/large/flawed-orb-crafting-item.png differ
diff --git a/public/images/items/large/flawless-orb-crafting-item.png b/public/images/items/large/flawless-orb-crafting-item.png
new file mode 100644
index 00000000..7c889d4c
Binary files /dev/null and b/public/images/items/large/flawless-orb-crafting-item.png differ
diff --git a/public/images/items/large/floating-arcane-upgraded-parts-crafting-item.png b/public/images/items/large/floating-arcane-upgraded-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/floating-arcane-upgraded-parts-crafting-item.png differ
diff --git a/public/images/items/large/floating-arcane-upgraded-weapon.png b/public/images/items/large/floating-arcane-upgraded-weapon.png
new file mode 100644
index 00000000..83379a9f
Binary files /dev/null and b/public/images/items/large/floating-arcane-upgraded-weapon.png differ
diff --git a/public/images/items/large/floating-arcane-weapon.png b/public/images/items/large/floating-arcane-weapon.png
new file mode 100644
index 00000000..c3b4bcce
Binary files /dev/null and b/public/images/items/large/floating-arcane-weapon.png differ
diff --git a/public/images/items/large/floating-forgotten-upgraded-weapon.png b/public/images/items/large/floating-forgotten-upgraded-weapon.png
new file mode 100644
index 00000000..1aff6aa7
Binary files /dev/null and b/public/images/items/large/floating-forgotten-upgraded-weapon.png differ
diff --git a/public/images/items/large/floating-forgotten-weapon.png b/public/images/items/large/floating-forgotten-weapon.png
new file mode 100644
index 00000000..be0e915e
Binary files /dev/null and b/public/images/items/large/floating-forgotten-weapon.png differ
diff --git a/public/images/items/large/floating-island-gift-basket-convertible.png b/public/images/items/large/floating-island-gift-basket-convertible.png
new file mode 100644
index 00000000..04838b09
Binary files /dev/null and b/public/images/items/large/floating-island-gift-basket-convertible.png differ
diff --git a/public/images/items/large/floating-island-large-supply-kit-convertible.png b/public/images/items/large/floating-island-large-supply-kit-convertible.png
new file mode 100644
index 00000000..ef40de14
Binary files /dev/null and b/public/images/items/large/floating-island-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/floating-island-raider-convertible.png b/public/images/items/large/floating-island-raider-convertible.png
new file mode 100644
index 00000000..ab00e0c4
Binary files /dev/null and b/public/images/items/large/floating-island-raider-convertible.png differ
diff --git a/public/images/items/large/floating-island-supply-kit-convertible.png b/public/images/items/large/floating-island-supply-kit-convertible.png
new file mode 100644
index 00000000..91509eaa
Binary files /dev/null and b/public/images/items/large/floating-island-supply-kit-convertible.png differ
diff --git a/public/images/items/large/floating-islands-cloud-gem-stat-item.png b/public/images/items/large/floating-islands-cloud-gem-stat-item.png
new file mode 100644
index 00000000..84aa71ff
Binary files /dev/null and b/public/images/items/large/floating-islands-cloud-gem-stat-item.png differ
diff --git a/public/images/items/large/floating-islands-map-piece.png b/public/images/items/large/floating-islands-map-piece.png
new file mode 100644
index 00000000..93cd9101
Binary files /dev/null and b/public/images/items/large/floating-islands-map-piece.png differ
diff --git a/public/images/items/large/floating-islands-sky-ore-stat-item.png b/public/images/items/large/floating-islands-sky-ore-stat-item.png
new file mode 100644
index 00000000..8f6bf684
Binary files /dev/null and b/public/images/items/large/floating-islands-sky-ore-stat-item.png differ
diff --git a/public/images/items/large/floating-law-upgraded-jade-skin.png b/public/images/items/large/floating-law-upgraded-jade-skin.png
new file mode 100644
index 00000000..f2424411
Binary files /dev/null and b/public/images/items/large/floating-law-upgraded-jade-skin.png differ
diff --git a/public/images/items/large/floating-law-upgraded-weapon.png b/public/images/items/large/floating-law-upgraded-weapon.png
new file mode 100644
index 00000000..f987c50d
Binary files /dev/null and b/public/images/items/large/floating-law-upgraded-weapon.png differ
diff --git a/public/images/items/large/floating-law-weapon.png b/public/images/items/large/floating-law-weapon.png
new file mode 100644
index 00000000..d68ee051
Binary files /dev/null and b/public/images/items/large/floating-law-weapon.png differ
diff --git a/public/images/items/large/floating-tactical-upgraded-weapon.png b/public/images/items/large/floating-tactical-upgraded-weapon.png
new file mode 100644
index 00000000..29fe6d3d
Binary files /dev/null and b/public/images/items/large/floating-tactical-upgraded-weapon.png differ
diff --git a/public/images/items/large/floating-tactical-weapon.png b/public/images/items/large/floating-tactical-weapon.png
new file mode 100644
index 00000000..831afe2d
Binary files /dev/null and b/public/images/items/large/floating-tactical-weapon.png differ
diff --git a/public/images/items/large/floating-trap-upgrade-stat-item.png b/public/images/items/large/floating-trap-upgrade-stat-item.png
new file mode 100644
index 00000000..96d34e9c
Binary files /dev/null and b/public/images/items/large/floating-trap-upgrade-stat-item.png differ
diff --git a/public/images/items/large/floating-treasure-chest-convertible.png b/public/images/items/large/floating-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/floating-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/flour-stat-item.png b/public/images/items/large/flour-stat-item.png
new file mode 100644
index 00000000..b4794580
Binary files /dev/null and b/public/images/items/large/flour-stat-item.png differ
diff --git a/public/images/items/large/fluffy-deathbot-skin-crafting-item.png b/public/images/items/large/fluffy-deathbot-skin-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/fluffy-deathbot-skin-crafting-item.png differ
diff --git a/public/images/items/large/fluffy-deathbot-weapon.png b/public/images/items/large/fluffy-deathbot-weapon.png
new file mode 100644
index 00000000..ef224f2d
Binary files /dev/null and b/public/images/items/large/fluffy-deathbot-weapon.png differ
diff --git a/public/images/items/large/focused-crystal-laser-weapon.png b/public/images/items/large/focused-crystal-laser-weapon.png
new file mode 100644
index 00000000..041412ac
Binary files /dev/null and b/public/images/items/large/focused-crystal-laser-weapon.png differ
diff --git a/public/images/items/large/focused-ram-eye-laser-skin.png b/public/images/items/large/focused-ram-eye-laser-skin.png
new file mode 100644
index 00000000..6740e59a
Binary files /dev/null and b/public/images/items/large/focused-ram-eye-laser-skin.png differ
diff --git a/public/images/items/large/fog-egg-convertible.png b/public/images/items/large/fog-egg-convertible.png
new file mode 100644
index 00000000..31808362
Binary files /dev/null and b/public/images/items/large/fog-egg-convertible.png differ
diff --git a/public/images/items/large/fog-warden-stone-stat-item.png b/public/images/items/large/fog-warden-stone-stat-item.png
new file mode 100644
index 00000000..a2ac338f
Binary files /dev/null and b/public/images/items/large/fog-warden-stone-stat-item.png differ
diff --git a/public/images/items/large/folklore-companion-vol-1-3-collectible.png b/public/images/items/large/folklore-companion-vol-1-3-collectible.png
new file mode 100644
index 00000000..813399a3
Binary files /dev/null and b/public/images/items/large/folklore-companion-vol-1-3-collectible.png differ
diff --git a/public/images/items/large/folklore-forest-gift-basket-convertible.png b/public/images/items/large/folklore-forest-gift-basket-convertible.png
new file mode 100644
index 00000000..d45094d1
Binary files /dev/null and b/public/images/items/large/folklore-forest-gift-basket-convertible.png differ
diff --git a/public/images/items/large/folklore-forest-large-supply-kit-convertible.png b/public/images/items/large/folklore-forest-large-supply-kit-convertible.png
new file mode 100644
index 00000000..d8e7145f
Binary files /dev/null and b/public/images/items/large/folklore-forest-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/folklore-forest-map-piece.png b/public/images/items/large/folklore-forest-map-piece.png
new file mode 100644
index 00000000..870b19cb
Binary files /dev/null and b/public/images/items/large/folklore-forest-map-piece.png differ
diff --git a/public/images/items/large/folklore-forest-prelude-scroll-case-convertible.png b/public/images/items/large/folklore-forest-prelude-scroll-case-convertible.png
new file mode 100644
index 00000000..c36c2a1d
Binary files /dev/null and b/public/images/items/large/folklore-forest-prelude-scroll-case-convertible.png differ
diff --git a/public/images/items/large/folklore-forest-supply-kit-convertible.png b/public/images/items/large/folklore-forest-supply-kit-convertible.png
new file mode 100644
index 00000000..54bafaf0
Binary files /dev/null and b/public/images/items/large/folklore-forest-supply-kit-convertible.png differ
diff --git a/public/images/items/large/folklore-forest-treasure-hunting-kit-convertible.png b/public/images/items/large/folklore-forest-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..6302ad98
Binary files /dev/null and b/public/images/items/large/folklore-forest-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/folklore-motif-index-arcane-luck-stat-item.png b/public/images/items/large/folklore-motif-index-arcane-luck-stat-item.png
new file mode 100644
index 00000000..e8dddee7
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-arcane-luck-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-arcane-power-stat-item.png b/public/images/items/large/folklore-motif-index-arcane-power-stat-item.png
new file mode 100644
index 00000000..8f152d5b
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-arcane-power-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-draconic-luck-stat-item.png b/public/images/items/large/folklore-motif-index-draconic-luck-stat-item.png
new file mode 100644
index 00000000..db399ae8
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-draconic-luck-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-draconic-power-stat-item.png b/public/images/items/large/folklore-motif-index-draconic-power-stat-item.png
new file mode 100644
index 00000000..521abbc4
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-draconic-power-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-forgotten-luck-stat-item.png b/public/images/items/large/folklore-motif-index-forgotten-luck-stat-item.png
new file mode 100644
index 00000000..034ea772
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-forgotten-luck-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-forgotten-power-stat-item.png b/public/images/items/large/folklore-motif-index-forgotten-power-stat-item.png
new file mode 100644
index 00000000..f0e33afa
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-forgotten-power-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-physical-luck-stat-item.png b/public/images/items/large/folklore-motif-index-physical-luck-stat-item.png
new file mode 100644
index 00000000..7f853e2e
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-physical-luck-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-physical-power-stat-item.png b/public/images/items/large/folklore-motif-index-physical-power-stat-item.png
new file mode 100644
index 00000000..8a354206
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-physical-power-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-shadow-luck-stat-item.png b/public/images/items/large/folklore-motif-index-shadow-luck-stat-item.png
new file mode 100644
index 00000000..9e577f5d
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-shadow-luck-stat-item.png differ
diff --git a/public/images/items/large/folklore-motif-index-shadow-power-stat-item.png b/public/images/items/large/folklore-motif-index-shadow-power-stat-item.png
new file mode 100644
index 00000000..d79e9641
Binary files /dev/null and b/public/images/items/large/folklore-motif-index-shadow-power-stat-item.png differ
diff --git a/public/images/items/large/folklore-printing-press-base.png b/public/images/items/large/folklore-printing-press-base.png
new file mode 100644
index 00000000..379f8495
Binary files /dev/null and b/public/images/items/large/folklore-printing-press-base.png differ
diff --git a/public/images/items/large/fondue-fuel-stat-item.png b/public/images/items/large/fondue-fuel-stat-item.png
new file mode 100644
index 00000000..d1da65f9
Binary files /dev/null and b/public/images/items/large/fondue-fuel-stat-item.png differ
diff --git a/public/images/items/large/fools-gold-stat-item.png b/public/images/items/large/fools-gold-stat-item.png
new file mode 100644
index 00000000..878a1483
Binary files /dev/null and b/public/images/items/large/fools-gold-stat-item.png differ
diff --git a/public/images/items/large/football-footlocker-convertible.png b/public/images/items/large/football-footlocker-convertible.png
new file mode 100644
index 00000000..656afd95
Binary files /dev/null and b/public/images/items/large/football-footlocker-convertible.png differ
diff --git a/public/images/items/large/football-journal-theme-collectible.png b/public/images/items/large/football-journal-theme-collectible.png
new file mode 100644
index 00000000..877167a2
Binary files /dev/null and b/public/images/items/large/football-journal-theme-collectible.png differ
diff --git a/public/images/items/large/football-theme-scrap-1-crafting-item.png b/public/images/items/large/football-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..b4511ea6
Binary files /dev/null and b/public/images/items/large/football-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/football-theme-scrap-2-crafting-item.png b/public/images/items/large/football-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..d7193c36
Binary files /dev/null and b/public/images/items/large/football-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/football-theme-scrap-3-crafting-item.png b/public/images/items/large/football-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..64691366
Binary files /dev/null and b/public/images/items/large/football-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/force-fighter-blue-action-figure-collectible.png b/public/images/items/large/force-fighter-blue-action-figure-collectible.png
new file mode 100644
index 00000000..211bfad1
Binary files /dev/null and b/public/images/items/large/force-fighter-blue-action-figure-collectible.png differ
diff --git a/public/images/items/large/force-fighter-green-action-figure-collectible.png b/public/images/items/large/force-fighter-green-action-figure-collectible.png
new file mode 100644
index 00000000..8faec2a2
Binary files /dev/null and b/public/images/items/large/force-fighter-green-action-figure-collectible.png differ
diff --git a/public/images/items/large/force-fighter-pink-action-figure-collectible.png b/public/images/items/large/force-fighter-pink-action-figure-collectible.png
new file mode 100644
index 00000000..3d390528
Binary files /dev/null and b/public/images/items/large/force-fighter-pink-action-figure-collectible.png differ
diff --git a/public/images/items/large/force-fighter-red-action-figure-collectible.png b/public/images/items/large/force-fighter-red-action-figure-collectible.png
new file mode 100644
index 00000000..9cdd6f8d
Binary files /dev/null and b/public/images/items/large/force-fighter-red-action-figure-collectible.png differ
diff --git a/public/images/items/large/force-fighter-yellow-action-figure-collectible.png b/public/images/items/large/force-fighter-yellow-action-figure-collectible.png
new file mode 100644
index 00000000..120bf4d4
Binary files /dev/null and b/public/images/items/large/force-fighter-yellow-action-figure-collectible.png differ
diff --git a/public/images/items/large/forecaster-base.png b/public/images/items/large/forecaster-base.png
new file mode 100644
index 00000000..d4e21921
Binary files /dev/null and b/public/images/items/large/forecaster-base.png differ
diff --git a/public/images/items/large/forgotten-art-of-dance-weapon.png b/public/images/items/large/forgotten-art-of-dance-weapon.png
new file mode 100644
index 00000000..9fb99c31
Binary files /dev/null and b/public/images/items/large/forgotten-art-of-dance-weapon.png differ
diff --git a/public/images/items/large/forgotten-trinket.png b/public/images/items/large/forgotten-trinket.png
new file mode 100644
index 00000000..af168a9e
Binary files /dev/null and b/public/images/items/large/forgotten-trinket.png differ
diff --git a/public/images/items/large/fort-builder-lunchbox-convertible.png b/public/images/items/large/fort-builder-lunchbox-convertible.png
new file mode 100644
index 00000000..e3a60451
Binary files /dev/null and b/public/images/items/large/fort-builder-lunchbox-convertible.png differ
diff --git a/public/images/items/large/fort-construction-kit-convertible.png b/public/images/items/large/fort-construction-kit-convertible.png
new file mode 100644
index 00000000..b10bf3a9
Binary files /dev/null and b/public/images/items/large/fort-construction-kit-convertible.png differ
diff --git a/public/images/items/large/fort-rox-gift-basket-convertible.png b/public/images/items/large/fort-rox-gift-basket-convertible.png
new file mode 100644
index 00000000..93b62a9c
Binary files /dev/null and b/public/images/items/large/fort-rox-gift-basket-convertible.png differ
diff --git a/public/images/items/large/fort-rox-lair-cheese.png b/public/images/items/large/fort-rox-lair-cheese.png
new file mode 100644
index 00000000..c3c2df4b
Binary files /dev/null and b/public/images/items/large/fort-rox-lair-cheese.png differ
diff --git a/public/images/items/large/fort-rox-lair-key-stat-item.png b/public/images/items/large/fort-rox-lair-key-stat-item.png
new file mode 100644
index 00000000..661ff221
Binary files /dev/null and b/public/images/items/large/fort-rox-lair-key-stat-item.png differ
diff --git a/public/images/items/large/fort-rox-map-piece.png b/public/images/items/large/fort-rox-map-piece.png
new file mode 100644
index 00000000..31ec4c27
Binary files /dev/null and b/public/images/items/large/fort-rox-map-piece.png differ
diff --git a/public/images/items/large/fort-rox-portal-console-stat-item.png b/public/images/items/large/fort-rox-portal-console-stat-item.png
new file mode 100644
index 00000000..5fd15a4f
Binary files /dev/null and b/public/images/items/large/fort-rox-portal-console-stat-item.png differ
diff --git a/public/images/items/large/fort-rox-portal-core-stat-item.png b/public/images/items/large/fort-rox-portal-core-stat-item.png
new file mode 100644
index 00000000..c8dea026
Binary files /dev/null and b/public/images/items/large/fort-rox-portal-core-stat-item.png differ
diff --git a/public/images/items/large/fort-rox-scroll-case-convertible.png b/public/images/items/large/fort-rox-scroll-case-convertible.png
new file mode 100644
index 00000000..58adeebb
Binary files /dev/null and b/public/images/items/large/fort-rox-scroll-case-convertible.png differ
diff --git a/public/images/items/large/fort-rox-supply-kit-convertible.png b/public/images/items/large/fort-rox-supply-kit-convertible.png
new file mode 100644
index 00000000..c3c1029f
Binary files /dev/null and b/public/images/items/large/fort-rox-supply-kit-convertible.png differ
diff --git a/public/images/items/large/fort-rox-tower-mana-stat-item.png b/public/images/items/large/fort-rox-tower-mana-stat-item.png
new file mode 100644
index 00000000..35455c60
Binary files /dev/null and b/public/images/items/large/fort-rox-tower-mana-stat-item.png differ
diff --git a/public/images/items/large/fort-rox-treasure-chest-convertible.png b/public/images/items/large/fort-rox-treasure-chest-convertible.png
new file mode 100644
index 00000000..090d6c52
Binary files /dev/null and b/public/images/items/large/fort-rox-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/fort-rox-treasure-hunting-convertible.png b/public/images/items/large/fort-rox-treasure-hunting-convertible.png
new file mode 100644
index 00000000..4a0ee0af
Binary files /dev/null and b/public/images/items/large/fort-rox-treasure-hunting-convertible.png differ
diff --git a/public/images/items/large/fount-of-fluff-skin.png b/public/images/items/large/fount-of-fluff-skin.png
new file mode 100644
index 00000000..51cb888a
Binary files /dev/null and b/public/images/items/large/fount-of-fluff-skin.png differ
diff --git a/public/images/items/large/four-festive-stockings-collectible.png b/public/images/items/large/four-festive-stockings-collectible.png
new file mode 100644
index 00000000..466abe89
Binary files /dev/null and b/public/images/items/large/four-festive-stockings-collectible.png differ
diff --git a/public/images/items/large/fracture-base.png b/public/images/items/large/fracture-base.png
new file mode 100644
index 00000000..ae06cd69
Binary files /dev/null and b/public/images/items/large/fracture-base.png differ
diff --git a/public/images/items/large/fresh-living-garden-soil-crafting-item.png b/public/images/items/large/fresh-living-garden-soil-crafting-item.png
new file mode 100644
index 00000000..864033aa
Binary files /dev/null and b/public/images/items/large/fresh-living-garden-soil-crafting-item.png differ
diff --git a/public/images/items/large/freshly-baked-snow-collectible.png b/public/images/items/large/freshly-baked-snow-collectible.png
new file mode 100644
index 00000000..fb37a0e7
Binary files /dev/null and b/public/images/items/large/freshly-baked-snow-collectible.png differ
diff --git a/public/images/items/large/freshly-painted-egg-convertible.png b/public/images/items/large/freshly-painted-egg-convertible.png
new file mode 100644
index 00000000..b8d053b5
Binary files /dev/null and b/public/images/items/large/freshly-painted-egg-convertible.png differ
diff --git a/public/images/items/large/freshness-trinket.png b/public/images/items/large/freshness-trinket.png
new file mode 100644
index 00000000..43ea3f75
Binary files /dev/null and b/public/images/items/large/freshness-trinket.png differ
diff --git a/public/images/items/large/friend.png b/public/images/items/large/friend.png
new file mode 100644
index 00000000..50805628
Binary files /dev/null and b/public/images/items/large/friend.png differ
diff --git a/public/images/items/large/friendly-egg-convertible.png b/public/images/items/large/friendly-egg-convertible.png
new file mode 100644
index 00000000..4af3d922
Binary files /dev/null and b/public/images/items/large/friendly-egg-convertible.png differ
diff --git a/public/images/items/large/front-cover-torn-page.png b/public/images/items/large/front-cover-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/front-cover-torn-page.png differ
diff --git a/public/images/items/large/frost-warden-stone-stat-item.png b/public/images/items/large/frost-warden-stone-stat-item.png
new file mode 100644
index 00000000..4cbc104f
Binary files /dev/null and b/public/images/items/large/frost-warden-stone-stat-item.png differ
diff --git a/public/images/items/large/frosted-dragonvine-ballista-skin.png b/public/images/items/large/frosted-dragonvine-ballista-skin.png
new file mode 100644
index 00000000..f5ce5aa2
Binary files /dev/null and b/public/images/items/large/frosted-dragonvine-ballista-skin.png differ
diff --git a/public/images/items/large/frosty-metal-crafting-item.png b/public/images/items/large/frosty-metal-crafting-item.png
new file mode 100644
index 00000000..0d0cbb40
Binary files /dev/null and b/public/images/items/large/frosty-metal-crafting-item.png differ
diff --git a/public/images/items/large/frozen-fromage-convertible.png b/public/images/items/large/frozen-fromage-convertible.png
new file mode 100644
index 00000000..d5ed9caf
Binary files /dev/null and b/public/images/items/large/frozen-fromage-convertible.png differ
diff --git a/public/images/items/large/frozen-galaxy-event-horizon-crafting-item.png b/public/images/items/large/frozen-galaxy-event-horizon-crafting-item.png
new file mode 100644
index 00000000..5e44901f
Binary files /dev/null and b/public/images/items/large/frozen-galaxy-event-horizon-crafting-item.png differ
diff --git a/public/images/items/large/frozen-heart-collectible.png b/public/images/items/large/frozen-heart-collectible.png
new file mode 100644
index 00000000..b7eb434e
Binary files /dev/null and b/public/images/items/large/frozen-heart-collectible.png differ
diff --git a/public/images/items/large/frozen-scroll-craft-item.png b/public/images/items/large/frozen-scroll-craft-item.png
new file mode 100644
index 00000000..180a22ea
Binary files /dev/null and b/public/images/items/large/frozen-scroll-craft-item.png differ
diff --git a/public/images/items/large/frozen-sealed-bottle-message-item.png b/public/images/items/large/frozen-sealed-bottle-message-item.png
new file mode 100644
index 00000000..8cf59d44
Binary files /dev/null and b/public/images/items/large/frozen-sealed-bottle-message-item.png differ
diff --git a/public/images/items/large/ful-mina-egg-convertible.png b/public/images/items/large/ful-mina-egg-convertible.png
new file mode 100644
index 00000000..ddfed539
Binary files /dev/null and b/public/images/items/large/ful-mina-egg-convertible.png differ
diff --git a/public/images/items/large/fulmina-charged-tooth-stat-item.png b/public/images/items/large/fulmina-charged-tooth-stat-item.png
new file mode 100644
index 00000000..28af17ed
Binary files /dev/null and b/public/images/items/large/fulmina-charged-tooth-stat-item.png differ
diff --git a/public/images/items/large/fulmina-tooth-crafting-item.png b/public/images/items/large/fulmina-tooth-crafting-item.png
new file mode 100644
index 00000000..fae526b9
Binary files /dev/null and b/public/images/items/large/fulmina-tooth-crafting-item.png differ
diff --git a/public/images/items/large/fulminas-gift-convertible.png b/public/images/items/large/fulminas-gift-convertible.png
new file mode 100644
index 00000000..628db94a
Binary files /dev/null and b/public/images/items/large/fulminas-gift-convertible.png differ
diff --git a/public/images/items/large/fungal-cavern-map-piece.png b/public/images/items/large/fungal-cavern-map-piece.png
new file mode 100644
index 00000000..478e40c2
Binary files /dev/null and b/public/images/items/large/fungal-cavern-map-piece.png differ
diff --git a/public/images/items/large/fungal-cavern-scroll-case-convertible.png b/public/images/items/large/fungal-cavern-scroll-case-convertible.png
new file mode 100644
index 00000000..101da341
Binary files /dev/null and b/public/images/items/large/fungal-cavern-scroll-case-convertible.png differ
diff --git a/public/images/items/large/fungal-cavern-treasure-chest-convertible.png b/public/images/items/large/fungal-cavern-treasure-chest-convertible.png
new file mode 100644
index 00000000..cd35768d
Binary files /dev/null and b/public/images/items/large/fungal-cavern-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/fungal-egg-convertible.png b/public/images/items/large/fungal-egg-convertible.png
new file mode 100644
index 00000000..78044ceb
Binary files /dev/null and b/public/images/items/large/fungal-egg-convertible.png differ
diff --git a/public/images/items/large/fungal-gemstone-skin.png b/public/images/items/large/fungal-gemstone-skin.png
new file mode 100644
index 00000000..9df80d05
Binary files /dev/null and b/public/images/items/large/fungal-gemstone-skin.png differ
diff --git a/public/images/items/large/fungal-journal-theme-collectible.png b/public/images/items/large/fungal-journal-theme-collectible.png
new file mode 100644
index 00000000..46e8cf52
Binary files /dev/null and b/public/images/items/large/fungal-journal-theme-collectible.png differ
diff --git a/public/images/items/large/furoma-base.png b/public/images/items/large/furoma-base.png
new file mode 100644
index 00000000..64574a47
Binary files /dev/null and b/public/images/items/large/furoma-base.png differ
diff --git a/public/images/items/large/furoma-champion-kit-convertible.png b/public/images/items/large/furoma-champion-kit-convertible.png
new file mode 100644
index 00000000..0a2c330c
Binary files /dev/null and b/public/images/items/large/furoma-champion-kit-convertible.png differ
diff --git a/public/images/items/large/furoma-claw-shot-crate-convertible.png b/public/images/items/large/furoma-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..b6e6416c
Binary files /dev/null and b/public/images/items/large/furoma-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/large/furoma-egg-convertible.png b/public/images/items/large/furoma-egg-convertible.png
new file mode 100644
index 00000000..b8e99ce4
Binary files /dev/null and b/public/images/items/large/furoma-egg-convertible.png differ
diff --git a/public/images/items/large/furoma-research-assignment-convertible.png b/public/images/items/large/furoma-research-assignment-convertible.png
new file mode 100644
index 00000000..c039d45c
Binary files /dev/null and b/public/images/items/large/furoma-research-assignment-convertible.png differ
diff --git a/public/images/items/large/furoma-research-quest-item.png b/public/images/items/large/furoma-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/furoma-research-quest-item.png differ
diff --git a/public/images/items/large/furoma-rift-crafting-kit-convertible.png b/public/images/items/large/furoma-rift-crafting-kit-convertible.png
new file mode 100644
index 00000000..2f362581
Binary files /dev/null and b/public/images/items/large/furoma-rift-crafting-kit-convertible.png differ
diff --git a/public/images/items/large/furoma-rift-enerchi-pack-convertible.png b/public/images/items/large/furoma-rift-enerchi-pack-convertible.png
new file mode 100644
index 00000000..c6994112
Binary files /dev/null and b/public/images/items/large/furoma-rift-enerchi-pack-convertible.png differ
diff --git a/public/images/items/large/furoma-rift-energy-base.png b/public/images/items/large/furoma-rift-energy-base.png
new file mode 100644
index 00000000..dae8d6f4
Binary files /dev/null and b/public/images/items/large/furoma-rift-energy-base.png differ
diff --git a/public/images/items/large/furoma-rift-energy-upgraded-base.png b/public/images/items/large/furoma-rift-energy-upgraded-base.png
new file mode 100644
index 00000000..8f420ecc
Binary files /dev/null and b/public/images/items/large/furoma-rift-energy-upgraded-base.png differ
diff --git a/public/images/items/large/furoma-rift-gift-basket-convertible.png b/public/images/items/large/furoma-rift-gift-basket-convertible.png
new file mode 100644
index 00000000..70eaa3eb
Binary files /dev/null and b/public/images/items/large/furoma-rift-gift-basket-convertible.png differ
diff --git a/public/images/items/large/furoma-rift-scroll-case-convertible.png b/public/images/items/large/furoma-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..6d728a20
Binary files /dev/null and b/public/images/items/large/furoma-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/furoma-rift-treasure-chest-convertible.png b/public/images/items/large/furoma-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..9a38a373
Binary files /dev/null and b/public/images/items/large/furoma-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/furoma-winter-gift-convertible.png b/public/images/items/large/furoma-winter-gift-convertible.png
new file mode 100644
index 00000000..5c0827e9
Binary files /dev/null and b/public/images/items/large/furoma-winter-gift-convertible.png differ
diff --git a/public/images/items/large/fuse-crafting-item.png b/public/images/items/large/fuse-crafting-item.png
new file mode 100644
index 00000000..c2a3309b
Binary files /dev/null and b/public/images/items/large/fuse-crafting-item.png differ
diff --git a/public/images/items/large/fusion-fondue-cheese.png b/public/images/items/large/fusion-fondue-cheese.png
new file mode 100644
index 00000000..0d2b565f
Binary files /dev/null and b/public/images/items/large/fusion-fondue-cheese.png differ
diff --git a/public/images/items/large/g-birthday-2018-treasure-chest-convertible.png b/public/images/items/large/g-birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..2798128e
Binary files /dev/null and b/public/images/items/large/g-birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/g-birthday-2019-treasure-chest-convertible.png b/public/images/items/large/g-birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..46536d18
Binary files /dev/null and b/public/images/items/large/g-birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/g-birthday-2020-treasure-chest-convertible.png b/public/images/items/large/g-birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..46536d18
Binary files /dev/null and b/public/images/items/large/g-birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/g-birthday-2021-treasure-chest-convertible.png b/public/images/items/large/g-birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..8f21223e
Binary files /dev/null and b/public/images/items/large/g-birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/g-birthday-2025-treasure-chest-convertible.png b/public/images/items/large/g-birthday-2025-treasure-chest-convertible.png
new file mode 100644
index 00000000..6f789e64
Binary files /dev/null and b/public/images/items/large/g-birthday-2025-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/g-time-2018-treasure-chest-convertible.png b/public/images/items/large/g-time-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..904a225b
Binary files /dev/null and b/public/images/items/large/g-time-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/galleon-gouda-cheese.png b/public/images/items/large/galleon-gouda-cheese.png
new file mode 100644
index 00000000..e29af344
Binary files /dev/null and b/public/images/items/large/galleon-gouda-cheese.png differ
diff --git a/public/images/items/large/gargantua-egg-convertible.png b/public/images/items/large/gargantua-egg-convertible.png
new file mode 100644
index 00000000..4b1bfa6a
Binary files /dev/null and b/public/images/items/large/gargantua-egg-convertible.png differ
diff --git a/public/images/items/large/gargantua-trinket.png b/public/images/items/large/gargantua-trinket.png
new file mode 100644
index 00000000..4d9f4822
Binary files /dev/null and b/public/images/items/large/gargantua-trinket.png differ
diff --git a/public/images/items/large/gate-guardian-egg-convertible.png b/public/images/items/large/gate-guardian-egg-convertible.png
new file mode 100644
index 00000000..c5dc347b
Binary files /dev/null and b/public/images/items/large/gate-guardian-egg-convertible.png differ
diff --git a/public/images/items/large/gauntlet-champion-kit-convertible.png b/public/images/items/large/gauntlet-champion-kit-convertible.png
new file mode 100644
index 00000000..3fced61a
Binary files /dev/null and b/public/images/items/large/gauntlet-champion-kit-convertible.png differ
diff --git a/public/images/items/large/gauntlet-cheese-2.png b/public/images/items/large/gauntlet-cheese-2.png
new file mode 100644
index 00000000..01302777
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-2.png differ
diff --git a/public/images/items/large/gauntlet-cheese-3.png b/public/images/items/large/gauntlet-cheese-3.png
new file mode 100644
index 00000000..14a1c8fc
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-3.png differ
diff --git a/public/images/items/large/gauntlet-cheese-4.png b/public/images/items/large/gauntlet-cheese-4.png
new file mode 100644
index 00000000..6f9b80a4
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-4.png differ
diff --git a/public/images/items/large/gauntlet-cheese-5.png b/public/images/items/large/gauntlet-cheese-5.png
new file mode 100644
index 00000000..3442a079
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-5.png differ
diff --git a/public/images/items/large/gauntlet-cheese-6.png b/public/images/items/large/gauntlet-cheese-6.png
new file mode 100644
index 00000000..0e162988
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-6.png differ
diff --git a/public/images/items/large/gauntlet-cheese-7.png b/public/images/items/large/gauntlet-cheese-7.png
new file mode 100644
index 00000000..608748c2
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-7.png differ
diff --git a/public/images/items/large/gauntlet-cheese-8.png b/public/images/items/large/gauntlet-cheese-8.png
new file mode 100644
index 00000000..c9800526
Binary files /dev/null and b/public/images/items/large/gauntlet-cheese-8.png differ
diff --git a/public/images/items/large/gauntlet-elixir-stat-item.png b/public/images/items/large/gauntlet-elixir-stat-item.png
new file mode 100644
index 00000000..fabe61ec
Binary files /dev/null and b/public/images/items/large/gauntlet-elixir-stat-item.png differ
diff --git a/public/images/items/large/gauntlet-map-piece.png b/public/images/items/large/gauntlet-map-piece.png
new file mode 100644
index 00000000..6f597da9
Binary files /dev/null and b/public/images/items/large/gauntlet-map-piece.png differ
diff --git a/public/images/items/large/gauntlet-potion-2.png b/public/images/items/large/gauntlet-potion-2.png
new file mode 100644
index 00000000..26cda773
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-2.png differ
diff --git a/public/images/items/large/gauntlet-potion-3.png b/public/images/items/large/gauntlet-potion-3.png
new file mode 100644
index 00000000..a98128ed
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-3.png differ
diff --git a/public/images/items/large/gauntlet-potion-4.png b/public/images/items/large/gauntlet-potion-4.png
new file mode 100644
index 00000000..f5198786
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-4.png differ
diff --git a/public/images/items/large/gauntlet-potion-5.png b/public/images/items/large/gauntlet-potion-5.png
new file mode 100644
index 00000000..55712ffb
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-5.png differ
diff --git a/public/images/items/large/gauntlet-potion-6.png b/public/images/items/large/gauntlet-potion-6.png
new file mode 100644
index 00000000..41ba4dc8
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-6.png differ
diff --git a/public/images/items/large/gauntlet-potion-7.png b/public/images/items/large/gauntlet-potion-7.png
new file mode 100644
index 00000000..1f3a6f25
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-7.png differ
diff --git a/public/images/items/large/gauntlet-potion-8.png b/public/images/items/large/gauntlet-potion-8.png
new file mode 100644
index 00000000..3d96654e
Binary files /dev/null and b/public/images/items/large/gauntlet-potion-8.png differ
diff --git a/public/images/items/large/gauntlet-string-cheese.png b/public/images/items/large/gauntlet-string-cheese.png
new file mode 100644
index 00000000..451aca09
Binary files /dev/null and b/public/images/items/large/gauntlet-string-cheese.png differ
diff --git a/public/images/items/large/gemology-base.png b/public/images/items/large/gemology-base.png
new file mode 100644
index 00000000..a6afb05b
Binary files /dev/null and b/public/images/items/large/gemology-base.png differ
diff --git a/public/images/items/large/gemstone-boost-trinket.png b/public/images/items/large/gemstone-boost-trinket.png
new file mode 100644
index 00000000..31dea638
Binary files /dev/null and b/public/images/items/large/gemstone-boost-trinket.png differ
diff --git a/public/images/items/large/gemstone-cheese.png b/public/images/items/large/gemstone-cheese.png
new file mode 100644
index 00000000..a2bf0aa4
Binary files /dev/null and b/public/images/items/large/gemstone-cheese.png differ
diff --git a/public/images/items/large/gemstone-crafting-item.png b/public/images/items/large/gemstone-crafting-item.png
new file mode 100644
index 00000000..b30c24e1
Binary files /dev/null and b/public/images/items/large/gemstone-crafting-item.png differ
diff --git a/public/images/items/large/gemstone-school-of-sharks-skin.png b/public/images/items/large/gemstone-school-of-sharks-skin.png
new file mode 100644
index 00000000..87bdb2c8
Binary files /dev/null and b/public/images/items/large/gemstone-school-of-sharks-skin.png differ
diff --git a/public/images/items/large/gemstone-weapon.png b/public/images/items/large/gemstone-weapon.png
new file mode 100644
index 00000000..359c5538
Binary files /dev/null and b/public/images/items/large/gemstone-weapon.png differ
diff --git a/public/images/items/large/get-lucky-love-box-convertible.png b/public/images/items/large/get-lucky-love-box-convertible.png
new file mode 100644
index 00000000..dc361ea7
Binary files /dev/null and b/public/images/items/large/get-lucky-love-box-convertible.png differ
diff --git a/public/images/items/large/get-rift-detector-adv.png b/public/images/items/large/get-rift-detector-adv.png
new file mode 100644
index 00000000..e0c99ad7
Binary files /dev/null and b/public/images/items/large/get-rift-detector-adv.png differ
diff --git a/public/images/items/large/geyser-draconic-weapon.png b/public/images/items/large/geyser-draconic-weapon.png
new file mode 100644
index 00000000..525a03dc
Binary files /dev/null and b/public/images/items/large/geyser-draconic-weapon.png differ
diff --git a/public/images/items/large/geyser-dweller-scroll-case-convertible.png b/public/images/items/large/geyser-dweller-scroll-case-convertible.png
new file mode 100644
index 00000000..3ec7663c
Binary files /dev/null and b/public/images/items/large/geyser-dweller-scroll-case-convertible.png differ
diff --git a/public/images/items/large/geyser-dweller-treasure-chest-convertible.png b/public/images/items/large/geyser-dweller-treasure-chest-convertible.png
new file mode 100644
index 00000000..8218f132
Binary files /dev/null and b/public/images/items/large/geyser-dweller-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/geyser-egg-convertible.png b/public/images/items/large/geyser-egg-convertible.png
new file mode 100644
index 00000000..8578b147
Binary files /dev/null and b/public/images/items/large/geyser-egg-convertible.png differ
diff --git a/public/images/items/large/geyser-hydro-weapon.png b/public/images/items/large/geyser-hydro-weapon.png
new file mode 100644
index 00000000..802468a9
Binary files /dev/null and b/public/images/items/large/geyser-hydro-weapon.png differ
diff --git a/public/images/items/large/geyser-physical-weapon.png b/public/images/items/large/geyser-physical-weapon.png
new file mode 100644
index 00000000..d203e26f
Binary files /dev/null and b/public/images/items/large/geyser-physical-weapon.png differ
diff --git a/public/images/items/large/geyser-tactical-weapon.png b/public/images/items/large/geyser-tactical-weapon.png
new file mode 100644
index 00000000..3db4cc53
Binary files /dev/null and b/public/images/items/large/geyser-tactical-weapon.png differ
diff --git a/public/images/items/large/geyserite-crafting-item.png b/public/images/items/large/geyserite-crafting-item.png
new file mode 100644
index 00000000..151d61e1
Binary files /dev/null and b/public/images/items/large/geyserite-crafting-item.png differ
diff --git a/public/images/items/large/ggg-theme-scrap-1-crafting-item.png b/public/images/items/large/ggg-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..55e46b7a
Binary files /dev/null and b/public/images/items/large/ggg-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/ggg-theme-scrap-2-crafting-item.png b/public/images/items/large/ggg-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..e8f11b1e
Binary files /dev/null and b/public/images/items/large/ggg-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/ggg-theme-scrap-3-crafting-item.png b/public/images/items/large/ggg-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..5a4518db
Binary files /dev/null and b/public/images/items/large/ggg-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/ghastly-galleon-cheese.png b/public/images/items/large/ghastly-galleon-cheese.png
new file mode 100644
index 00000000..557dd248
Binary files /dev/null and b/public/images/items/large/ghastly-galleon-cheese.png differ
diff --git a/public/images/items/large/ghostship-journal-theme-collectible.png b/public/images/items/large/ghostship-journal-theme-collectible.png
new file mode 100644
index 00000000..ece0d1f9
Binary files /dev/null and b/public/images/items/large/ghostship-journal-theme-collectible.png differ
diff --git a/public/images/items/large/giant-golden-key-stat-item.png b/public/images/items/large/giant-golden-key-stat-item.png
new file mode 100644
index 00000000..8a28d973
Binary files /dev/null and b/public/images/items/large/giant-golden-key-stat-item.png differ
diff --git a/public/images/items/large/giant-rainbow-treasure-chest-convertible.png b/public/images/items/large/giant-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..8b8c0279
Binary files /dev/null and b/public/images/items/large/giant-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/giant-speaker-weapon.png b/public/images/items/large/giant-speaker-weapon.png
new file mode 100644
index 00000000..1be7b68f
Binary files /dev/null and b/public/images/items/large/giant-speaker-weapon.png differ
diff --git a/public/images/items/large/giant-waste-barrel-stat-item.png b/public/images/items/large/giant-waste-barrel-stat-item.png
new file mode 100644
index 00000000..5076b83e
Binary files /dev/null and b/public/images/items/large/giant-waste-barrel-stat-item.png differ
diff --git a/public/images/items/large/gift-convertible.png b/public/images/items/large/gift-convertible.png
new file mode 100644
index 00000000..eb38c58b
Binary files /dev/null and b/public/images/items/large/gift-convertible.png differ
diff --git a/public/images/items/large/gift-of-the-day-base.png b/public/images/items/large/gift-of-the-day-base.png
new file mode 100644
index 00000000..2a4f743b
Binary files /dev/null and b/public/images/items/large/gift-of-the-day-base.png differ
diff --git a/public/images/items/large/gift-wrapped-trinket.png b/public/images/items/large/gift-wrapped-trinket.png
new file mode 100644
index 00000000..9f61b5ec
Binary files /dev/null and b/public/images/items/large/gift-wrapped-trinket.png differ
diff --git a/public/images/items/large/gilded-cheese.png b/public/images/items/large/gilded-cheese.png
new file mode 100644
index 00000000..00ba25f4
Binary files /dev/null and b/public/images/items/large/gilded-cheese.png differ
diff --git a/public/images/items/large/gilded-chrome-celestial-harmony-skin.png b/public/images/items/large/gilded-chrome-celestial-harmony-skin.png
new file mode 100644
index 00000000..bd270e26
Binary files /dev/null and b/public/images/items/large/gilded-chrome-celestial-harmony-skin.png differ
diff --git a/public/images/items/large/gilded-chrome-dragon-slayer-cannon-skin.png b/public/images/items/large/gilded-chrome-dragon-slayer-cannon-skin.png
new file mode 100644
index 00000000..e96a10c2
Binary files /dev/null and b/public/images/items/large/gilded-chrome-dragon-slayer-cannon-skin.png differ
diff --git a/public/images/items/large/gilded-chrome-kraken-skin.png b/public/images/items/large/gilded-chrome-kraken-skin.png
new file mode 100644
index 00000000..56992e7c
Binary files /dev/null and b/public/images/items/large/gilded-chrome-kraken-skin.png differ
diff --git a/public/images/items/large/gilded-chrome-memory-obliterator-skin.png b/public/images/items/large/gilded-chrome-memory-obliterator-skin.png
new file mode 100644
index 00000000..e9ed6d6e
Binary files /dev/null and b/public/images/items/large/gilded-chrome-memory-obliterator-skin.png differ
diff --git a/public/images/items/large/gilded-chrome-storm-wrought-trap-skin.png b/public/images/items/large/gilded-chrome-storm-wrought-trap-skin.png
new file mode 100644
index 00000000..ba320328
Binary files /dev/null and b/public/images/items/large/gilded-chrome-storm-wrought-trap-skin.png differ
diff --git a/public/images/items/large/gilded-coin-2024-treasure-chest-convertible.png b/public/images/items/large/gilded-coin-2024-treasure-chest-convertible.png
new file mode 100644
index 00000000..4f333638
Binary files /dev/null and b/public/images/items/large/gilded-coin-2024-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/gilded-coin-stat-item.png b/public/images/items/large/gilded-coin-stat-item.png
new file mode 100644
index 00000000..27d630bb
Binary files /dev/null and b/public/images/items/large/gilded-coin-stat-item.png differ
diff --git a/public/images/items/large/gilded-coin-treasure-chest-convertible.png b/public/images/items/large/gilded-coin-treasure-chest-convertible.png
new file mode 100644
index 00000000..4f333638
Binary files /dev/null and b/public/images/items/large/gilded-coin-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/gilded-egg-server-collectible.png b/public/images/items/large/gilded-egg-server-collectible.png
new file mode 100644
index 00000000..4569faf0
Binary files /dev/null and b/public/images/items/large/gilded-egg-server-collectible.png differ
diff --git a/public/images/items/large/gilded-ember-prison-core-trap-skin.png b/public/images/items/large/gilded-ember-prison-core-trap-skin.png
new file mode 100644
index 00000000..1a4c805d
Binary files /dev/null and b/public/images/items/large/gilded-ember-prison-core-trap-skin.png differ
diff --git a/public/images/items/large/gilded-geyser-draconic-trap-skin.png b/public/images/items/large/gilded-geyser-draconic-trap-skin.png
new file mode 100644
index 00000000..32d9bd14
Binary files /dev/null and b/public/images/items/large/gilded-geyser-draconic-trap-skin.png differ
diff --git a/public/images/items/large/gilded-leaf-egg-convertible.png b/public/images/items/large/gilded-leaf-egg-convertible.png
new file mode 100644
index 00000000..82a6338c
Binary files /dev/null and b/public/images/items/large/gilded-leaf-egg-convertible.png differ
diff --git a/public/images/items/large/gilded-mynorca-skin.png b/public/images/items/large/gilded-mynorca-skin.png
new file mode 100644
index 00000000..83204758
Binary files /dev/null and b/public/images/items/large/gilded-mynorca-skin.png differ
diff --git a/public/images/items/large/gilded-nvmrc-forcefield-skin.png b/public/images/items/large/gilded-nvmrc-forcefield-skin.png
new file mode 100644
index 00000000..b8d4e422
Binary files /dev/null and b/public/images/items/large/gilded-nvmrc-forcefield-skin.png differ
diff --git a/public/images/items/large/gilded-sandtail-sentinel-skin.png b/public/images/items/large/gilded-sandtail-sentinel-skin.png
new file mode 100644
index 00000000..a8e04c80
Binary files /dev/null and b/public/images/items/large/gilded-sandtail-sentinel-skin.png differ
diff --git a/public/images/items/large/gilded-scavenger-hunt-convertible.png b/public/images/items/large/gilded-scavenger-hunt-convertible.png
new file mode 100644
index 00000000..cf13ca5d
Binary files /dev/null and b/public/images/items/large/gilded-scavenger-hunt-convertible.png differ
diff --git a/public/images/items/large/gilded-scroll-case-convertible.png b/public/images/items/large/gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..1df1ec90
Binary files /dev/null and b/public/images/items/large/gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/large/gilded-treasure-chest-convertible.png b/public/images/items/large/gilded-treasure-chest-convertible.png
new file mode 100644
index 00000000..4f333638
Binary files /dev/null and b/public/images/items/large/gilded-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/gilded-trinket.png b/public/images/items/large/gilded-trinket.png
new file mode 100644
index 00000000..3dfb2849
Binary files /dev/null and b/public/images/items/large/gilded-trinket.png differ
diff --git a/public/images/items/large/gilded-wolfsbane-trap-skin.png b/public/images/items/large/gilded-wolfsbane-trap-skin.png
new file mode 100644
index 00000000..45b65877
Binary files /dev/null and b/public/images/items/large/gilded-wolfsbane-trap-skin.png differ
diff --git a/public/images/items/large/gingerbread-base-blueprints-craft-item.png b/public/images/items/large/gingerbread-base-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/gingerbread-base-blueprints-craft-item.png differ
diff --git a/public/images/items/large/gingerbread-base.png b/public/images/items/large/gingerbread-base.png
new file mode 100644
index 00000000..44f9b496
Binary files /dev/null and b/public/images/items/large/gingerbread-base.png differ
diff --git a/public/images/items/large/gingerbread-cheese.png b/public/images/items/large/gingerbread-cheese.png
new file mode 100644
index 00000000..bbbb12ef
Binary files /dev/null and b/public/images/items/large/gingerbread-cheese.png differ
diff --git a/public/images/items/large/gingerbread-house-plans-craft-item.png b/public/images/items/large/gingerbread-house-plans-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/gingerbread-house-plans-craft-item.png differ
diff --git a/public/images/items/large/gingerbread-house-surprise-weapon.png b/public/images/items/large/gingerbread-house-surprise-weapon.png
new file mode 100644
index 00000000..80e9e65f
Binary files /dev/null and b/public/images/items/large/gingerbread-house-surprise-weapon.png differ
diff --git a/public/images/items/large/glacial-geyser-tactical-skin.png b/public/images/items/large/glacial-geyser-tactical-skin.png
new file mode 100644
index 00000000..66a75299
Binary files /dev/null and b/public/images/items/large/glacial-geyser-tactical-skin.png differ
diff --git a/public/images/items/large/glacier-gatler-weapon.png b/public/images/items/large/glacier-gatler-weapon.png
new file mode 100644
index 00000000..5572a9d5
Binary files /dev/null and b/public/images/items/large/glacier-gatler-weapon.png differ
diff --git a/public/images/items/large/glacier-ice-maiden-skin.png b/public/images/items/large/glacier-ice-maiden-skin.png
new file mode 100644
index 00000000..9861436e
Binary files /dev/null and b/public/images/items/large/glacier-ice-maiden-skin.png differ
diff --git a/public/images/items/large/glass-mouse-ornament-collectible.png b/public/images/items/large/glass-mouse-ornament-collectible.png
new file mode 100644
index 00000000..661f872a
Binary files /dev/null and b/public/images/items/large/glass-mouse-ornament-collectible.png differ
diff --git a/public/images/items/large/glass-shard-crafting-item.png b/public/images/items/large/glass-shard-crafting-item.png
new file mode 100644
index 00000000..5ed8a8a2
Binary files /dev/null and b/public/images/items/large/glass-shard-crafting-item.png differ
diff --git a/public/images/items/large/glazed-gift-basket-convertible.png b/public/images/items/large/glazed-gift-basket-convertible.png
new file mode 100644
index 00000000..780203f8
Binary files /dev/null and b/public/images/items/large/glazed-gift-basket-convertible.png differ
diff --git a/public/images/items/large/glazed-pecan-pecorino-cheese.png b/public/images/items/large/glazed-pecan-pecorino-cheese.png
new file mode 100644
index 00000000..f0dff93c
Binary files /dev/null and b/public/images/items/large/glazed-pecan-pecorino-cheese.png differ
diff --git a/public/images/items/large/glazed-snow-golem-supply-box-convertible.png b/public/images/items/large/glazed-snow-golem-supply-box-convertible.png
new file mode 100644
index 00000000..7bfaca4d
Binary files /dev/null and b/public/images/items/large/glazed-snow-golem-supply-box-convertible.png differ
diff --git a/public/images/items/large/glazed-snow-golem-supply-kit-convertible.png b/public/images/items/large/glazed-snow-golem-supply-kit-convertible.png
new file mode 100644
index 00000000..6cd78b0c
Binary files /dev/null and b/public/images/items/large/glazed-snow-golem-supply-kit-convertible.png differ
diff --git a/public/images/items/large/glittering-geyser-tactical-weapon-skin.png b/public/images/items/large/glittering-geyser-tactical-weapon-skin.png
new file mode 100644
index 00000000..de87506a
Binary files /dev/null and b/public/images/items/large/glittering-geyser-tactical-weapon-skin.png differ
diff --git a/public/images/items/large/gloomy-gift-basket-convertible.png b/public/images/items/large/gloomy-gift-basket-convertible.png
new file mode 100644
index 00000000..662ac214
Binary files /dev/null and b/public/images/items/large/gloomy-gift-basket-convertible.png differ
diff --git a/public/images/items/large/gloomy-greenwood-journal-theme-collectible.png b/public/images/items/large/gloomy-greenwood-journal-theme-collectible.png
new file mode 100644
index 00000000..52555fb6
Binary files /dev/null and b/public/images/items/large/gloomy-greenwood-journal-theme-collectible.png differ
diff --git a/public/images/items/large/gloomy-greenwood-trinket.png b/public/images/items/large/gloomy-greenwood-trinket.png
new file mode 100644
index 00000000..91097898
Binary files /dev/null and b/public/images/items/large/gloomy-greenwood-trinket.png differ
diff --git a/public/images/items/large/glowing-gourd-trinket.png b/public/images/items/large/glowing-gourd-trinket.png
new file mode 100644
index 00000000..1a03b562
Binary files /dev/null and b/public/images/items/large/glowing-gourd-trinket.png differ
diff --git a/public/images/items/large/glowing-gruyere-cheese.png b/public/images/items/large/glowing-gruyere-cheese.png
new file mode 100644
index 00000000..45080815
Binary files /dev/null and b/public/images/items/large/glowing-gruyere-cheese.png differ
diff --git a/public/images/items/large/glowing-gruyere-gift-basket-convertible.png b/public/images/items/large/glowing-gruyere-gift-basket-convertible.png
new file mode 100644
index 00000000..d31231c6
Binary files /dev/null and b/public/images/items/large/glowing-gruyere-gift-basket-convertible.png differ
diff --git a/public/images/items/large/glowing-oil-egg-convertible.png b/public/images/items/large/glowing-oil-egg-convertible.png
new file mode 100644
index 00000000..d3d19593
Binary files /dev/null and b/public/images/items/large/glowing-oil-egg-convertible.png differ
diff --git a/public/images/items/large/glutter-cheese.png b/public/images/items/large/glutter-cheese.png
new file mode 100644
index 00000000..52af566b
Binary files /dev/null and b/public/images/items/large/glutter-cheese.png differ
diff --git a/public/images/items/large/gnarled-cheese-potion.png b/public/images/items/large/gnarled-cheese-potion.png
new file mode 100644
index 00000000..fce24e38
Binary files /dev/null and b/public/images/items/large/gnarled-cheese-potion.png differ
diff --git a/public/images/items/large/gnarled-cheese.png b/public/images/items/large/gnarled-cheese.png
new file mode 100644
index 00000000..39be2c83
Binary files /dev/null and b/public/images/items/large/gnarled-cheese.png differ
diff --git a/public/images/items/large/gnarled-tree-map-piece.png b/public/images/items/large/gnarled-tree-map-piece.png
new file mode 100644
index 00000000..69777470
Binary files /dev/null and b/public/images/items/large/gnarled-tree-map-piece.png differ
diff --git a/public/images/items/large/gnarled-trinket.png b/public/images/items/large/gnarled-trinket.png
new file mode 100644
index 00000000..c63d626d
Binary files /dev/null and b/public/images/items/large/gnarled-trinket.png differ
diff --git a/public/images/items/large/gnawbel-prize-stat-item.png b/public/images/items/large/gnawbel-prize-stat-item.png
new file mode 100644
index 00000000..b7f60dbc
Binary files /dev/null and b/public/images/items/large/gnawbel-prize-stat-item.png differ
diff --git a/public/images/items/large/gnawnia-boss-cheese.png b/public/images/items/large/gnawnia-boss-cheese.png
new file mode 100644
index 00000000..46e0a659
Binary files /dev/null and b/public/images/items/large/gnawnia-boss-cheese.png differ
diff --git a/public/images/items/large/gnawnia-egg-convertible.png b/public/images/items/large/gnawnia-egg-convertible.png
new file mode 100644
index 00000000..76a0ac9c
Binary files /dev/null and b/public/images/items/large/gnawnia-egg-convertible.png differ
diff --git a/public/images/items/large/gnawnia-map-piece.png b/public/images/items/large/gnawnia-map-piece.png
new file mode 100644
index 00000000..31eb70a6
Binary files /dev/null and b/public/images/items/large/gnawnia-map-piece.png differ
diff --git a/public/images/items/large/gnawnia-rift-scroll-case-convertible.png b/public/images/items/large/gnawnia-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..7e8245bc
Binary files /dev/null and b/public/images/items/large/gnawnia-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/gnawnia-rift-treasure-chest-convertible.png b/public/images/items/large/gnawnia-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..24527f4d
Binary files /dev/null and b/public/images/items/large/gnawnia-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/gnawnia-scroll-case-convertible.png b/public/images/items/large/gnawnia-scroll-case-convertible.png
new file mode 100644
index 00000000..a574ef71
Binary files /dev/null and b/public/images/items/large/gnawnia-scroll-case-convertible.png differ
diff --git a/public/images/items/large/gnawnia-torn-page.png b/public/images/items/large/gnawnia-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/gnawnia-torn-page.png differ
diff --git a/public/images/items/large/gnawnia-treasure-chest-convertible.png b/public/images/items/large/gnawnia-treasure-chest-convertible.png
new file mode 100644
index 00000000..58f01a93
Binary files /dev/null and b/public/images/items/large/gnawnia-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/gnawnia-winter-gift-convertible.png b/public/images/items/large/gnawnia-winter-gift-convertible.png
new file mode 100644
index 00000000..3fb4902b
Binary files /dev/null and b/public/images/items/large/gnawnia-winter-gift-convertible.png differ
diff --git a/public/images/items/large/gnawnian-express-egg-convertible.png b/public/images/items/large/gnawnian-express-egg-convertible.png
new file mode 100644
index 00000000..082e81ff
Binary files /dev/null and b/public/images/items/large/gnawnian-express-egg-convertible.png differ
diff --git a/public/images/items/large/gnawnian-express-miniature-collectible.png b/public/images/items/large/gnawnian-express-miniature-collectible.png
new file mode 100644
index 00000000..814f4d6c
Binary files /dev/null and b/public/images/items/large/gnawnian-express-miniature-collectible.png differ
diff --git a/public/images/items/large/gnawnian-football-stat-item.png b/public/images/items/large/gnawnian-football-stat-item.png
new file mode 100644
index 00000000..ae043487
Binary files /dev/null and b/public/images/items/large/gnawnian-football-stat-item.png differ
diff --git a/public/images/items/large/gnawnian-games-competitors-kit-convertible.png b/public/images/items/large/gnawnian-games-competitors-kit-convertible.png
new file mode 100644
index 00000000..e17f07c2
Binary files /dev/null and b/public/images/items/large/gnawnian-games-competitors-kit-convertible.png differ
diff --git a/public/images/items/large/gnawnian-games-gift-basket-convertible.png b/public/images/items/large/gnawnian-games-gift-basket-convertible.png
new file mode 100644
index 00000000..62f7b857
Binary files /dev/null and b/public/images/items/large/gnawnian-games-gift-basket-convertible.png differ
diff --git a/public/images/items/large/gnawnian-games-theme-collectible.png b/public/images/items/large/gnawnian-games-theme-collectible.png
new file mode 100644
index 00000000..aaec128b
Binary files /dev/null and b/public/images/items/large/gnawnian-games-theme-collectible.png differ
diff --git a/public/images/items/large/gnawnian-shoreline-miniature-collectible.png b/public/images/items/large/gnawnian-shoreline-miniature-collectible.png
new file mode 100644
index 00000000..5ae0c935
Binary files /dev/null and b/public/images/items/large/gnawnian-shoreline-miniature-collectible.png differ
diff --git a/public/images/items/large/gnawnian-shoreline-souvenir-collectible.png b/public/images/items/large/gnawnian-shoreline-souvenir-collectible.png
new file mode 100644
index 00000000..0b02dad2
Binary files /dev/null and b/public/images/items/large/gnawnian-shoreline-souvenir-collectible.png differ
diff --git a/public/images/items/large/gold-bonus-trinket.png b/public/images/items/large/gold-bonus-trinket.png
new file mode 100644
index 00000000..e423af53
Binary files /dev/null and b/public/images/items/large/gold-bonus-trinket.png differ
diff --git a/public/images/items/large/gold-brick-collectible.png b/public/images/items/large/gold-brick-collectible.png
new file mode 100644
index 00000000..a791a173
Binary files /dev/null and b/public/images/items/large/gold-brick-collectible.png differ
diff --git a/public/images/items/large/gold-foil-mouse-statue-collectible.png b/public/images/items/large/gold-foil-mouse-statue-collectible.png
new file mode 100644
index 00000000..9908dc23
Binary files /dev/null and b/public/images/items/large/gold-foil-mouse-statue-collectible.png differ
diff --git a/public/images/items/large/gold-footlocker-convertible.png b/public/images/items/large/gold-footlocker-convertible.png
new file mode 100644
index 00000000..be994883
Binary files /dev/null and b/public/images/items/large/gold-footlocker-convertible.png differ
diff --git a/public/images/items/large/gold-leaf-crafting-item.png b/public/images/items/large/gold-leaf-crafting-item.png
new file mode 100644
index 00000000..29c2136e
Binary files /dev/null and b/public/images/items/large/gold-leaf-crafting-item.png differ
diff --git a/public/images/items/large/gold-satchel-1000-bonus-loot.png b/public/images/items/large/gold-satchel-1000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-1000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-10000-bonus-loot.png b/public/images/items/large/gold-satchel-10000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-10000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-100000-bonus-loot.png b/public/images/items/large/gold-satchel-100000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-100000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-1500-bonus-loot.png b/public/images/items/large/gold-satchel-1500-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-1500-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-2000-bonus-loot.png b/public/images/items/large/gold-satchel-2000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-2000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-2011-bonus-loot.png b/public/images/items/large/gold-satchel-2011-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-2011-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-2015-bonus-loot.png b/public/images/items/large/gold-satchel-2015-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-2015-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-250-bonus-loot.png b/public/images/items/large/gold-satchel-250-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-250-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-3000-bonus-loot.png b/public/images/items/large/gold-satchel-3000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-3000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-4000-bonus-loot.png b/public/images/items/large/gold-satchel-4000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-4000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-500-bonus-loot.png b/public/images/items/large/gold-satchel-500-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-500-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-5000-bonus-loot.png b/public/images/items/large/gold-satchel-5000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-5000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-50000-bonus-loot.png b/public/images/items/large/gold-satchel-50000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-50000-bonus-loot.png differ
diff --git a/public/images/items/large/gold-satchel-750-bonus-loot.png b/public/images/items/large/gold-satchel-750-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/gold-satchel-750-bonus-loot.png differ
diff --git a/public/images/items/large/gold-stat-item.png b/public/images/items/large/gold-stat-item.png
new file mode 100644
index 00000000..9d294fe5
Binary files /dev/null and b/public/images/items/large/gold-stat-item.png differ
diff --git a/public/images/items/large/gold-tiger-statue-collectible.png b/public/images/items/large/gold-tiger-statue-collectible.png
new file mode 100644
index 00000000..a3734967
Binary files /dev/null and b/public/images/items/large/gold-tiger-statue-collectible.png differ
diff --git a/public/images/items/large/golden-anchor-trinket.png b/public/images/items/large/golden-anchor-trinket.png
new file mode 100644
index 00000000..ba2233c2
Binary files /dev/null and b/public/images/items/large/golden-anchor-trinket.png differ
diff --git a/public/images/items/large/golden-goose-egg-egg-convertible.png b/public/images/items/large/golden-goose-egg-egg-convertible.png
new file mode 100644
index 00000000..321791fe
Binary files /dev/null and b/public/images/items/large/golden-goose-egg-egg-convertible.png differ
diff --git a/public/images/items/large/golden-goose-egg-stat-item.png b/public/images/items/large/golden-goose-egg-stat-item.png
new file mode 100644
index 00000000..d95666d2
Binary files /dev/null and b/public/images/items/large/golden-goose-egg-stat-item.png differ
diff --git a/public/images/items/large/golden-goose-feather-stat-item.png b/public/images/items/large/golden-goose-feather-stat-item.png
new file mode 100644
index 00000000..3ad5eab4
Binary files /dev/null and b/public/images/items/large/golden-goose-feather-stat-item.png differ
diff --git a/public/images/items/large/golden-goose-stat-item.png b/public/images/items/large/golden-goose-stat-item.png
new file mode 100644
index 00000000..2f480751
Binary files /dev/null and b/public/images/items/large/golden-goose-stat-item.png differ
diff --git a/public/images/items/large/golden-harp-string-egg-convertible.png b/public/images/items/large/golden-harp-string-egg-convertible.png
new file mode 100644
index 00000000..66c390df
Binary files /dev/null and b/public/images/items/large/golden-harp-string-egg-convertible.png differ
diff --git a/public/images/items/large/golden-harp-string-stat-item.png b/public/images/items/large/golden-harp-string-stat-item.png
new file mode 100644
index 00000000..008a9ea3
Binary files /dev/null and b/public/images/items/large/golden-harp-string-stat-item.png differ
diff --git a/public/images/items/large/golden-scarf-stat-item.png b/public/images/items/large/golden-scarf-stat-item.png
new file mode 100644
index 00000000..8a09da31
Binary files /dev/null and b/public/images/items/large/golden-scarf-stat-item.png differ
diff --git a/public/images/items/large/golden-winter-hunt-gift-box-convertible.png b/public/images/items/large/golden-winter-hunt-gift-box-convertible.png
new file mode 100644
index 00000000..1689acc0
Binary files /dev/null and b/public/images/items/large/golden-winter-hunt-gift-box-convertible.png differ
diff --git a/public/images/items/large/goldfrost-crossbow-weapon.png b/public/images/items/large/goldfrost-crossbow-weapon.png
new file mode 100644
index 00000000..491cca64
Binary files /dev/null and b/public/images/items/large/goldfrost-crossbow-weapon.png differ
diff --git a/public/images/items/large/goldfrost-crystal-crafting-item.png b/public/images/items/large/goldfrost-crystal-crafting-item.png
new file mode 100644
index 00000000..95329d65
Binary files /dev/null and b/public/images/items/large/goldfrost-crystal-crafting-item.png differ
diff --git a/public/images/items/large/golem-builder-party-pack-convertible.png b/public/images/items/large/golem-builder-party-pack-convertible.png
new file mode 100644
index 00000000..d06464bb
Binary files /dev/null and b/public/images/items/large/golem-builder-party-pack-convertible.png differ
diff --git a/public/images/items/large/golem-dynamite-stat-item.png b/public/images/items/large/golem-dynamite-stat-item.png
new file mode 100644
index 00000000..0010e7a1
Binary files /dev/null and b/public/images/items/large/golem-dynamite-stat-item.png differ
diff --git a/public/images/items/large/golem-instant-return-stat-item.png b/public/images/items/large/golem-instant-return-stat-item.png
new file mode 100644
index 00000000..afbeb521
Binary files /dev/null and b/public/images/items/large/golem-instant-return-stat-item.png differ
diff --git a/public/images/items/large/golem-magical-hat-stat-item.png b/public/images/items/large/golem-magical-hat-stat-item.png
new file mode 100644
index 00000000..8dc1cb4c
Binary files /dev/null and b/public/images/items/large/golem-magical-hat-stat-item.png differ
diff --git a/public/images/items/large/golem-part-convertible.png b/public/images/items/large/golem-part-convertible.png
new file mode 100644
index 00000000..09cccd82
Binary files /dev/null and b/public/images/items/large/golem-part-convertible.png differ
diff --git a/public/images/items/large/golem-part-head-stat-item.png b/public/images/items/large/golem-part-head-stat-item.png
new file mode 100644
index 00000000..0eb60cc0
Binary files /dev/null and b/public/images/items/large/golem-part-head-stat-item.png differ
diff --git a/public/images/items/large/golem-part-limb-stat-item.png b/public/images/items/large/golem-part-limb-stat-item.png
new file mode 100644
index 00000000..45755935
Binary files /dev/null and b/public/images/items/large/golem-part-limb-stat-item.png differ
diff --git a/public/images/items/large/golem-part-torso-stat-item.png b/public/images/items/large/golem-part-torso-stat-item.png
new file mode 100644
index 00000000..dd9c668f
Binary files /dev/null and b/public/images/items/large/golem-part-torso-stat-item.png differ
diff --git a/public/images/items/large/golem-upgrade-stat-item.png b/public/images/items/large/golem-upgrade-stat-item.png
new file mode 100644
index 00000000..cfb7dc7f
Binary files /dev/null and b/public/images/items/large/golem-upgrade-stat-item.png differ
diff --git a/public/images/items/large/goody-admirals-galleon-trap-skin.png b/public/images/items/large/goody-admirals-galleon-trap-skin.png
new file mode 100644
index 00000000..bf9bd068
Binary files /dev/null and b/public/images/items/large/goody-admirals-galleon-trap-skin.png differ
diff --git a/public/images/items/large/gooey-gruyere-curd-crafting-item.png b/public/images/items/large/gooey-gruyere-curd-crafting-item.png
new file mode 100644
index 00000000..cd86e6be
Binary files /dev/null and b/public/images/items/large/gooey-gruyere-curd-crafting-item.png differ
diff --git a/public/images/items/large/gorgon-weapon.png b/public/images/items/large/gorgon-weapon.png
new file mode 100644
index 00000000..c499563b
Binary files /dev/null and b/public/images/items/large/gorgon-weapon.png differ
diff --git a/public/images/items/large/gouda-cheese.png b/public/images/items/large/gouda-cheese.png
new file mode 100644
index 00000000..fb47e973
Binary files /dev/null and b/public/images/items/large/gouda-cheese.png differ
diff --git a/public/images/items/large/gouda-lovers-charm-pack-convertible.png b/public/images/items/large/gouda-lovers-charm-pack-convertible.png
new file mode 100644
index 00000000..0469c5b1
Binary files /dev/null and b/public/images/items/large/gouda-lovers-charm-pack-convertible.png differ
diff --git a/public/images/items/large/gouda-string-cheese.png b/public/images/items/large/gouda-string-cheese.png
new file mode 100644
index 00000000..be6f3f89
Binary files /dev/null and b/public/images/items/large/gouda-string-cheese.png differ
diff --git a/public/images/items/large/grand-adventure-gift-basket-convertible.png b/public/images/items/large/grand-adventure-gift-basket-convertible.png
new file mode 100644
index 00000000..090271a9
Binary files /dev/null and b/public/images/items/large/grand-adventure-gift-basket-convertible.png differ
diff --git a/public/images/items/large/grand-arcanum-blueprints-crafting-item.png b/public/images/items/large/grand-arcanum-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/grand-arcanum-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/grand-arcanum-weapon.png b/public/images/items/large/grand-arcanum-weapon.png
new file mode 100644
index 00000000..9958b860
Binary files /dev/null and b/public/images/items/large/grand-arcanum-weapon.png differ
diff --git a/public/images/items/large/grand-duke-achievement.png b/public/images/items/large/grand-duke-achievement.png
new file mode 100644
index 00000000..44bdf583
Binary files /dev/null and b/public/images/items/large/grand-duke-achievement.png differ
diff --git a/public/images/items/large/grandmaster-achievement.png b/public/images/items/large/grandmaster-achievement.png
new file mode 100644
index 00000000..920be42b
Binary files /dev/null and b/public/images/items/large/grandmaster-achievement.png differ
diff --git a/public/images/items/large/graveblossom-camembert-4-convertible.png b/public/images/items/large/graveblossom-camembert-4-convertible.png
new file mode 100644
index 00000000..d718bf50
Binary files /dev/null and b/public/images/items/large/graveblossom-camembert-4-convertible.png differ
diff --git a/public/images/items/large/graveblossom-camembert-cheese.png b/public/images/items/large/graveblossom-camembert-cheese.png
new file mode 100644
index 00000000..0f3a641c
Binary files /dev/null and b/public/images/items/large/graveblossom-camembert-cheese.png differ
diff --git a/public/images/items/large/graveblossom-petal-crafting-item.png b/public/images/items/large/graveblossom-petal-crafting-item.png
new file mode 100644
index 00000000..6403ab6c
Binary files /dev/null and b/public/images/items/large/graveblossom-petal-crafting-item.png differ
diff --git a/public/images/items/large/great-winter-event-horizon-weapon.png b/public/images/items/large/great-winter-event-horizon-weapon.png
new file mode 100644
index 00000000..818df9b1
Binary files /dev/null and b/public/images/items/large/great-winter-event-horizon-weapon.png differ
diff --git a/public/images/items/large/greater-brie-cheese-potion.png b/public/images/items/large/greater-brie-cheese-potion.png
new file mode 100644
index 00000000..f5a87532
Binary files /dev/null and b/public/images/items/large/greater-brie-cheese-potion.png differ
diff --git a/public/images/items/large/greater-radioactive-blue-cheese-potion.png b/public/images/items/large/greater-radioactive-blue-cheese-potion.png
new file mode 100644
index 00000000..a324355b
Binary files /dev/null and b/public/images/items/large/greater-radioactive-blue-cheese-potion.png differ
diff --git a/public/images/items/large/greater-wicked-gnarly-potion.png b/public/images/items/large/greater-wicked-gnarly-potion.png
new file mode 100644
index 00000000..f88f62aa
Binary files /dev/null and b/public/images/items/large/greater-wicked-gnarly-potion.png differ
diff --git a/public/images/items/large/green-pepper-plant-convertible.png b/public/images/items/large/green-pepper-plant-convertible.png
new file mode 100644
index 00000000..bf865ddf
Binary files /dev/null and b/public/images/items/large/green-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/green-plaid-egg-convertible.png b/public/images/items/large/green-plaid-egg-convertible.png
new file mode 100644
index 00000000..ca2fe065
Binary files /dev/null and b/public/images/items/large/green-plaid-egg-convertible.png differ
diff --git a/public/images/items/large/green-winter-hunt-gift.png b/public/images/items/large/green-winter-hunt-gift.png
new file mode 100644
index 00000000..f9bbcfbe
Binary files /dev/null and b/public/images/items/large/green-winter-hunt-gift.png differ
diff --git a/public/images/items/large/greeting-card-collectible.png b/public/images/items/large/greeting-card-collectible.png
new file mode 100644
index 00000000..1208a47a
Binary files /dev/null and b/public/images/items/large/greeting-card-collectible.png differ
diff --git a/public/images/items/large/grey-egg-convertible.png b/public/images/items/large/grey-egg-convertible.png
new file mode 100644
index 00000000..33eda76a
Binary files /dev/null and b/public/images/items/large/grey-egg-convertible.png differ
diff --git a/public/images/items/large/grilled-cheese-pack-convertible.png b/public/images/items/large/grilled-cheese-pack-convertible.png
new file mode 100644
index 00000000..b8dc5b4d
Binary files /dev/null and b/public/images/items/large/grilled-cheese-pack-convertible.png differ
diff --git a/public/images/items/large/grilled-cheese.png b/public/images/items/large/grilled-cheese.png
new file mode 100644
index 00000000..b8dc5b4d
Binary files /dev/null and b/public/images/items/large/grilled-cheese.png differ
diff --git a/public/images/items/large/grizzled-silth-egg-convertible.png b/public/images/items/large/grizzled-silth-egg-convertible.png
new file mode 100644
index 00000000..907266af
Binary files /dev/null and b/public/images/items/large/grizzled-silth-egg-convertible.png differ
diff --git a/public/images/items/large/growth-trinket.png b/public/images/items/large/growth-trinket.png
new file mode 100644
index 00000000..adfe97c8
Binary files /dev/null and b/public/images/items/large/growth-trinket.png differ
diff --git a/public/images/items/large/grub-salt-trinket.png b/public/images/items/large/grub-salt-trinket.png
new file mode 100644
index 00000000..773eab26
Binary files /dev/null and b/public/images/items/large/grub-salt-trinket.png differ
diff --git a/public/images/items/large/grub-scent-trinket.png b/public/images/items/large/grub-scent-trinket.png
new file mode 100644
index 00000000..f9d6db2d
Binary files /dev/null and b/public/images/items/large/grub-scent-trinket.png differ
diff --git a/public/images/items/large/grubbeen-cheese.png b/public/images/items/large/grubbeen-cheese.png
new file mode 100644
index 00000000..c57fce8b
Binary files /dev/null and b/public/images/items/large/grubbeen-cheese.png differ
diff --git a/public/images/items/large/grubbeen-pack-small-convertible.png b/public/images/items/large/grubbeen-pack-small-convertible.png
new file mode 100644
index 00000000..9ad335a5
Binary files /dev/null and b/public/images/items/large/grubbeen-pack-small-convertible.png differ
diff --git a/public/images/items/large/grubling-bonanza-trinket.png b/public/images/items/large/grubling-bonanza-trinket.png
new file mode 100644
index 00000000..4ebbd4f4
Binary files /dev/null and b/public/images/items/large/grubling-bonanza-trinket.png differ
diff --git a/public/images/items/large/grubling-chow-trinket.png b/public/images/items/large/grubling-chow-trinket.png
new file mode 100644
index 00000000..d6fb6fee
Binary files /dev/null and b/public/images/items/large/grubling-chow-trinket.png differ
diff --git a/public/images/items/large/grungy-deathbot-skin-crafting-item.png b/public/images/items/large/grungy-deathbot-skin-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/grungy-deathbot-skin-crafting-item.png differ
diff --git a/public/images/items/large/grungy-deathbot-weapon.png b/public/images/items/large/grungy-deathbot-weapon.png
new file mode 100644
index 00000000..e18cb210
Binary files /dev/null and b/public/images/items/large/grungy-deathbot-weapon.png differ
diff --git a/public/images/items/large/gumbo-cheese.png b/public/images/items/large/gumbo-cheese.png
new file mode 100644
index 00000000..7ecfe6aa
Binary files /dev/null and b/public/images/items/large/gumbo-cheese.png differ
diff --git a/public/images/items/large/gwh-2018-gift-basket-convertible.png b/public/images/items/large/gwh-2018-gift-basket-convertible.png
new file mode 100644
index 00000000..d8b0618c
Binary files /dev/null and b/public/images/items/large/gwh-2018-gift-basket-convertible.png differ
diff --git a/public/images/items/large/gwh-2018-journal-theme-collectible.png b/public/images/items/large/gwh-2018-journal-theme-collectible.png
new file mode 100644
index 00000000..b374b004
Binary files /dev/null and b/public/images/items/large/gwh-2018-journal-theme-collectible.png differ
diff --git a/public/images/items/large/gwh-2018-large-supply-kit-convertible.png b/public/images/items/large/gwh-2018-large-supply-kit-convertible.png
new file mode 100644
index 00000000..2ce201a3
Binary files /dev/null and b/public/images/items/large/gwh-2018-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/gwh-2018-supply-kit-convertible.png b/public/images/items/large/gwh-2018-supply-kit-convertible.png
new file mode 100644
index 00000000..fdade253
Binary files /dev/null and b/public/images/items/large/gwh-2018-supply-kit-convertible.png differ
diff --git a/public/images/items/large/gwh-2018-treasure-hunting-kit-convertible.png b/public/images/items/large/gwh-2018-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..15f3074d
Binary files /dev/null and b/public/images/items/large/gwh-2018-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/gwh-2022-gift-basket-convertible.png b/public/images/items/large/gwh-2022-gift-basket-convertible.png
new file mode 100644
index 00000000..cb51685e
Binary files /dev/null and b/public/images/items/large/gwh-2022-gift-basket-convertible.png differ
diff --git a/public/images/items/large/gwh-2022-large-supply-kit-convertible.png b/public/images/items/large/gwh-2022-large-supply-kit-convertible.png
new file mode 100644
index 00000000..2ad77c7e
Binary files /dev/null and b/public/images/items/large/gwh-2022-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/gwh-2022-small-supply-kit-convertible.png b/public/images/items/large/gwh-2022-small-supply-kit-convertible.png
new file mode 100644
index 00000000..fc2c15ac
Binary files /dev/null and b/public/images/items/large/gwh-2022-small-supply-kit-convertible.png differ
diff --git a/public/images/items/large/gwh-2024-queso-fount-trap-skin.png b/public/images/items/large/gwh-2024-queso-fount-trap-skin.png
new file mode 100644
index 00000000..46864d02
Binary files /dev/null and b/public/images/items/large/gwh-2024-queso-fount-trap-skin.png differ
diff --git a/public/images/items/large/gwh-gift-basket-convertible.png b/public/images/items/large/gwh-gift-basket-convertible.png
new file mode 100644
index 00000000..7aab427b
Binary files /dev/null and b/public/images/items/large/gwh-gift-basket-convertible.png differ
diff --git a/public/images/items/large/gwh-supply-kit-convertible.png b/public/images/items/large/gwh-supply-kit-convertible.png
new file mode 100644
index 00000000..6aad1a70
Binary files /dev/null and b/public/images/items/large/gwh-supply-kit-convertible.png differ
diff --git a/public/images/items/large/hailstone-stat-item.png b/public/images/items/large/hailstone-stat-item.png
new file mode 100644
index 00000000..4ab7a318
Binary files /dev/null and b/public/images/items/large/hailstone-stat-item.png differ
diff --git a/public/images/items/large/hallowed-ground-base.png b/public/images/items/large/hallowed-ground-base.png
new file mode 100644
index 00000000..1e1790e5
Binary files /dev/null and b/public/images/items/large/hallowed-ground-base.png differ
diff --git a/public/images/items/large/halloween-2014-theme-scrap-1-crafting-item.png b/public/images/items/large/halloween-2014-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..930a6508
Binary files /dev/null and b/public/images/items/large/halloween-2014-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/halloween-2014-theme-scrap-2-crafting-item.png b/public/images/items/large/halloween-2014-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..b05a6883
Binary files /dev/null and b/public/images/items/large/halloween-2014-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/halloween-2014-theme-scrap-3-crafting-item.png b/public/images/items/large/halloween-2014-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..750e1442
Binary files /dev/null and b/public/images/items/large/halloween-2014-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/halloween-2019-journal-theme-collectible.png b/public/images/items/large/halloween-2019-journal-theme-collectible.png
new file mode 100644
index 00000000..61c0057c
Binary files /dev/null and b/public/images/items/large/halloween-2019-journal-theme-collectible.png differ
diff --git a/public/images/items/large/halloween-2021-treat-scroll-case-convertible.png b/public/images/items/large/halloween-2021-treat-scroll-case-convertible.png
new file mode 100644
index 00000000..8983965b
Binary files /dev/null and b/public/images/items/large/halloween-2021-treat-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-2021-trick-scroll-case-convertible.png b/public/images/items/large/halloween-2021-trick-scroll-case-convertible.png
new file mode 100644
index 00000000..bc1ec932
Binary files /dev/null and b/public/images/items/large/halloween-2021-trick-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-2024-journal-theme-collectible.png b/public/images/items/large/halloween-2024-journal-theme-collectible.png
new file mode 100644
index 00000000..a9753947
Binary files /dev/null and b/public/images/items/large/halloween-2024-journal-theme-collectible.png differ
diff --git a/public/images/items/large/halloween-charm-bag-convertible.png b/public/images/items/large/halloween-charm-bag-convertible.png
new file mode 100644
index 00000000..245c73e9
Binary files /dev/null and b/public/images/items/large/halloween-charm-bag-convertible.png differ
diff --git a/public/images/items/large/halloween-chrome-thought-obliterator-skin.png b/public/images/items/large/halloween-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..0649327a
Binary files /dev/null and b/public/images/items/large/halloween-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/large/halloween-cobweb-stat-item.png b/public/images/items/large/halloween-cobweb-stat-item.png
new file mode 100644
index 00000000..01f112a9
Binary files /dev/null and b/public/images/items/large/halloween-cobweb-stat-item.png differ
diff --git a/public/images/items/large/halloween-extract-stat-item.png b/public/images/items/large/halloween-extract-stat-item.png
new file mode 100644
index 00000000..e7edd08d
Binary files /dev/null and b/public/images/items/large/halloween-extract-stat-item.png differ
diff --git a/public/images/items/large/halloween-f-rift-scroll-case-convertible.png b/public/images/items/large/halloween-f-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..892b7a75
Binary files /dev/null and b/public/images/items/large/halloween-f-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-f-scroll-case-convertible.png b/public/images/items/large/halloween-f-scroll-case-convertible.png
new file mode 100644
index 00000000..dd77bfd4
Binary files /dev/null and b/public/images/items/large/halloween-f-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-f-treasure-chest-convertible.png b/public/images/items/large/halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/halloween-ghost-ship-scroll-case-convertible.png b/public/images/items/large/halloween-ghost-ship-scroll-case-convertible.png
new file mode 100644
index 00000000..dd77bfd4
Binary files /dev/null and b/public/images/items/large/halloween-ghost-ship-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-gift-basket-convertible.png b/public/images/items/large/halloween-gift-basket-convertible.png
new file mode 100644
index 00000000..8d95bb60
Binary files /dev/null and b/public/images/items/large/halloween-gift-basket-convertible.png differ
diff --git a/public/images/items/large/halloween-goodie-bag-convertible.png b/public/images/items/large/halloween-goodie-bag-convertible.png
new file mode 100644
index 00000000..7beeb9ce
Binary files /dev/null and b/public/images/items/large/halloween-goodie-bag-convertible.png differ
diff --git a/public/images/items/large/halloween-haunted-shipwreck-weapon.png b/public/images/items/large/halloween-haunted-shipwreck-weapon.png
new file mode 100644
index 00000000..410abb03
Binary files /dev/null and b/public/images/items/large/halloween-haunted-shipwreck-weapon.png differ
diff --git a/public/images/items/large/halloween-king-bot-skin.png b/public/images/items/large/halloween-king-bot-skin.png
new file mode 100644
index 00000000..07cc9fd2
Binary files /dev/null and b/public/images/items/large/halloween-king-bot-skin.png differ
diff --git a/public/images/items/large/halloween-pillowcase-convertible.png b/public/images/items/large/halloween-pillowcase-convertible.png
new file mode 100644
index 00000000..49d5d623
Binary files /dev/null and b/public/images/items/large/halloween-pillowcase-convertible.png differ
diff --git a/public/images/items/large/halloween-scroll-case-convertible.png b/public/images/items/large/halloween-scroll-case-convertible.png
new file mode 100644
index 00000000..dd77bfd4
Binary files /dev/null and b/public/images/items/large/halloween-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-spooky-scroll-case-convertible.png b/public/images/items/large/halloween-spooky-scroll-case-convertible.png
new file mode 100644
index 00000000..dd77bfd4
Binary files /dev/null and b/public/images/items/large/halloween-spooky-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-spooky-treasure-chest-convertible.png b/public/images/items/large/halloween-spooky-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/halloween-spooky-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/halloween-spooky-treasure-hunting-kit-convertible.png b/public/images/items/large/halloween-spooky-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..8bd7c3f4
Binary files /dev/null and b/public/images/items/large/halloween-spooky-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/halloween-theme-scrap-1-crafting-item.png b/public/images/items/large/halloween-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..16def2d8
Binary files /dev/null and b/public/images/items/large/halloween-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/halloween-theme-scrap-2-crafting-item.png b/public/images/items/large/halloween-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..c07410ec
Binary files /dev/null and b/public/images/items/large/halloween-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/halloween-theme-scrap-3-crafting-item.png b/public/images/items/large/halloween-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..1204ad2b
Binary files /dev/null and b/public/images/items/large/halloween-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/halloween-treasure-chest-convertible.png b/public/images/items/large/halloween-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/halloween-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/halloween-treasure-map-message-item.png b/public/images/items/large/halloween-treasure-map-message-item.png
new file mode 100644
index 00000000..629e2009
Binary files /dev/null and b/public/images/items/large/halloween-treasure-map-message-item.png differ
diff --git a/public/images/items/large/halloween-ult-spooky-supply-bundle-convertible.png b/public/images/items/large/halloween-ult-spooky-supply-bundle-convertible.png
new file mode 100644
index 00000000..f0078fa5
Binary files /dev/null and b/public/images/items/large/halloween-ult-spooky-supply-bundle-convertible.png differ
diff --git a/public/images/items/large/halloween-undead-scroll-case-convertible.png b/public/images/items/large/halloween-undead-scroll-case-convertible.png
new file mode 100644
index 00000000..803924b6
Binary files /dev/null and b/public/images/items/large/halloween-undead-scroll-case-convertible.png differ
diff --git a/public/images/items/large/halloween-undead-theme-scrap-1-crafting-item.png b/public/images/items/large/halloween-undead-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..43023ddb
Binary files /dev/null and b/public/images/items/large/halloween-undead-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/halloween-undead-theme-scrap-2-crafting-item.png b/public/images/items/large/halloween-undead-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..61cb02c8
Binary files /dev/null and b/public/images/items/large/halloween-undead-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/halloween-undead-theme-scrap-3-crafting-item.png b/public/images/items/large/halloween-undead-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..545fdbde
Binary files /dev/null and b/public/images/items/large/halloween-undead-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/halloween-undead-treasure-chest-convertible.png b/public/images/items/large/halloween-undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/halloween-undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/harbour-miniature-collectible.png b/public/images/items/large/harbour-miniature-collectible.png
new file mode 100644
index 00000000..361c1506
Binary files /dev/null and b/public/images/items/large/harbour-miniature-collectible.png differ
diff --git a/public/images/items/large/harbour-souvenir-collectible.png b/public/images/items/large/harbour-souvenir-collectible.png
new file mode 100644
index 00000000..3cfd8c30
Binary files /dev/null and b/public/images/items/large/harbour-souvenir-collectible.png differ
diff --git a/public/images/items/large/hard-hween2017-treasure-chest-convertible.png b/public/images/items/large/hard-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/hard-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/hard-hween2018-treasure-chest-convertible.png b/public/images/items/large/hard-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/hard-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/hard-rh-treasure-chest-convertible.png b/public/images/items/large/hard-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-convertible.png b/public/images/items/large/hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-halloween-convertible.png b/public/images/items/large/hard-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s10-convertible.png b/public/images/items/large/hard-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s2-convertible.png b/public/images/items/large/hard-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s3-convertible.png b/public/images/items/large/hard-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s4-convertible.png b/public/images/items/large/hard-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s5-convertible.png b/public/images/items/large/hard-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s6-convertible.png b/public/images/items/large/hard-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s7-convertible.png b/public/images/items/large/hard-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s8-convertible.png b/public/images/items/large/hard-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/hard-treasure-chest-s9-convertible.png b/public/images/items/large/hard-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/hard-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/harpoon-gun-weapon.png b/public/images/items/large/harpoon-gun-weapon.png
new file mode 100644
index 00000000..ee9f1cca
Binary files /dev/null and b/public/images/items/large/harpoon-gun-weapon.png differ
diff --git a/public/images/items/large/harrowing-holiday-harp-weapon.png b/public/images/items/large/harrowing-holiday-harp-weapon.png
new file mode 100644
index 00000000..b89dda07
Binary files /dev/null and b/public/images/items/large/harrowing-holiday-harp-weapon.png differ
diff --git a/public/images/items/large/haunted-arcanum-skin.png b/public/images/items/large/haunted-arcanum-skin.png
new file mode 100644
index 00000000..4eec42ea
Binary files /dev/null and b/public/images/items/large/haunted-arcanum-skin.png differ
diff --git a/public/images/items/large/haunted-egg-convertible.png b/public/images/items/large/haunted-egg-convertible.png
new file mode 100644
index 00000000..94cfca62
Binary files /dev/null and b/public/images/items/large/haunted-egg-convertible.png differ
diff --git a/public/images/items/large/haunted-spires-multi-crystal-laser-skin.png b/public/images/items/large/haunted-spires-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..7b48c051
Binary files /dev/null and b/public/images/items/large/haunted-spires-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/large/haunting-house-weapon.png b/public/images/items/large/haunting-house-weapon.png
new file mode 100644
index 00000000..acb2cbaa
Binary files /dev/null and b/public/images/items/large/haunting-house-weapon.png differ
diff --git a/public/images/items/large/hazmat-cleanup-kit-convertible.png b/public/images/items/large/hazmat-cleanup-kit-convertible.png
new file mode 100644
index 00000000..c1e14218
Binary files /dev/null and b/public/images/items/large/hazmat-cleanup-kit-convertible.png differ
diff --git a/public/images/items/large/heart-key-collectible.png b/public/images/items/large/heart-key-collectible.png
new file mode 100644
index 00000000..501c85ba
Binary files /dev/null and b/public/images/items/large/heart-key-collectible.png differ
diff --git a/public/images/items/large/heart-of-rabbit-gift-basket-convertible.png b/public/images/items/large/heart-of-rabbit-gift-basket-convertible.png
new file mode 100644
index 00000000..48a28ea0
Binary files /dev/null and b/public/images/items/large/heart-of-rabbit-gift-basket-convertible.png differ
diff --git a/public/images/items/large/heart-stopper-bandit-deflector-skin.png b/public/images/items/large/heart-stopper-bandit-deflector-skin.png
new file mode 100644
index 00000000..98d775a3
Binary files /dev/null and b/public/images/items/large/heart-stopper-bandit-deflector-skin.png differ
diff --git a/public/images/items/large/hearth-floating-law-upgraded-skin.png b/public/images/items/large/hearth-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..9f4951f9
Binary files /dev/null and b/public/images/items/large/hearth-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/large/hearthstone-base-blueprints-crafting-item.png b/public/images/items/large/hearthstone-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/hearthstone-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/hearthstone-base.png b/public/images/items/large/hearthstone-base.png
new file mode 100644
index 00000000..35866f9b
Binary files /dev/null and b/public/images/items/large/hearthstone-base.png differ
diff --git a/public/images/items/large/heat-bath-blueprints-crafting-item.png b/public/images/items/large/heat-bath-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/heat-bath-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/heat-bath-weapon.png b/public/images/items/large/heat-bath-weapon.png
new file mode 100644
index 00000000..eea3b81b
Binary files /dev/null and b/public/images/items/large/heat-bath-weapon.png differ
diff --git a/public/images/items/large/heating-oil-crafting-item.png b/public/images/items/large/heating-oil-crafting-item.png
new file mode 100644
index 00000000..4f465b1f
Binary files /dev/null and b/public/images/items/large/heating-oil-crafting-item.png differ
diff --git a/public/images/items/large/heatproof-mage-cloth-crafting-item.png b/public/images/items/large/heatproof-mage-cloth-crafting-item.png
new file mode 100644
index 00000000..07eb38ec
Binary files /dev/null and b/public/images/items/large/heatproof-mage-cloth-crafting-item.png differ
diff --git a/public/images/items/large/heavy-floating-loot-cache-convertible.png b/public/images/items/large/heavy-floating-loot-cache-convertible.png
new file mode 100644
index 00000000..7a238391
Binary files /dev/null and b/public/images/items/large/heavy-floating-loot-cache-convertible.png differ
diff --git a/public/images/items/large/heavy-gold-crafting-item.png b/public/images/items/large/heavy-gold-crafting-item.png
new file mode 100644
index 00000000..8ab55811
Binary files /dev/null and b/public/images/items/large/heavy-gold-crafting-item.png differ
diff --git a/public/images/items/large/hero-achievement.png b/public/images/items/large/hero-achievement.png
new file mode 100644
index 00000000..af3ebf27
Binary files /dev/null and b/public/images/items/large/hero-achievement.png differ
diff --git a/public/images/items/large/hg-letter-research-convertible.png b/public/images/items/large/hg-letter-research-convertible.png
new file mode 100644
index 00000000..78f1504e
Binary files /dev/null and b/public/images/items/large/hg-letter-research-convertible.png differ
diff --git a/public/images/items/large/hg-letter-research-quest-item.png b/public/images/items/large/hg-letter-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/hg-letter-research-quest-item.png differ
diff --git a/public/images/items/large/hgcash.png b/public/images/items/large/hgcash.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/hgcash.png differ
diff --git a/public/images/items/large/hibernating-boulder-skin.png b/public/images/items/large/hibernating-boulder-skin.png
new file mode 100644
index 00000000..5dbed813
Binary files /dev/null and b/public/images/items/large/hibernating-boulder-skin.png differ
diff --git a/public/images/items/large/hibernating-mecha-beetle-skin.png b/public/images/items/large/hibernating-mecha-beetle-skin.png
new file mode 100644
index 00000000..6a559264
Binary files /dev/null and b/public/images/items/large/hibernating-mecha-beetle-skin.png differ
diff --git a/public/images/items/large/high-altitude-license-stat-item.png b/public/images/items/large/high-altitude-license-stat-item.png
new file mode 100644
index 00000000..8149e3d0
Binary files /dev/null and b/public/images/items/large/high-altitude-license-stat-item.png differ
diff --git a/public/images/items/large/high-charge-egg-convertible-2014.png b/public/images/items/large/high-charge-egg-convertible-2014.png
new file mode 100644
index 00000000..91953043
Binary files /dev/null and b/public/images/items/large/high-charge-egg-convertible-2014.png differ
diff --git a/public/images/items/large/high-charge-egg-convertible.png b/public/images/items/large/high-charge-egg-convertible.png
new file mode 100644
index 00000000..3ff43333
Binary files /dev/null and b/public/images/items/large/high-charge-egg-convertible.png differ
diff --git a/public/images/items/large/high-hween2020-treasure-chest-convertible.png b/public/images/items/large/high-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/high-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/high-tension-spring-parts-craft-item.png b/public/images/items/large/high-tension-spring-parts-craft-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/high-tension-spring-parts-craft-item.png differ
diff --git a/public/images/items/large/high-tension-spring-weapon.png b/public/images/items/large/high-tension-spring-weapon.png
new file mode 100644
index 00000000..df368257
Binary files /dev/null and b/public/images/items/large/high-tension-spring-weapon.png differ
diff --git a/public/images/items/large/hinge-of-eternity-craft-item.png b/public/images/items/large/hinge-of-eternity-craft-item.png
new file mode 100644
index 00000000..a0270199
Binary files /dev/null and b/public/images/items/large/hinge-of-eternity-craft-item.png differ
diff --git a/public/images/items/large/hitgrab-horsey-weapon.png b/public/images/items/large/hitgrab-horsey-weapon.png
new file mode 100644
index 00000000..8b680af4
Binary files /dev/null and b/public/images/items/large/hitgrab-horsey-weapon.png differ
diff --git a/public/images/items/large/hitgrab-rainbow-rockin-horse-weapon.png b/public/images/items/large/hitgrab-rainbow-rockin-horse-weapon.png
new file mode 100644
index 00000000..978ad736
Binary files /dev/null and b/public/images/items/large/hitgrab-rainbow-rockin-horse-weapon.png differ
diff --git a/public/images/items/large/hitgrab-rockin-horse-weapon.png b/public/images/items/large/hitgrab-rockin-horse-weapon.png
new file mode 100644
index 00000000..0db68ec4
Binary files /dev/null and b/public/images/items/large/hitgrab-rockin-horse-weapon.png differ
diff --git a/public/images/items/large/hobby-horse-parts-craft-item.png b/public/images/items/large/hobby-horse-parts-craft-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/hobby-horse-parts-craft-item.png differ
diff --git a/public/images/items/large/holiday-explosives-collectible.png b/public/images/items/large/holiday-explosives-collectible.png
new file mode 100644
index 00000000..8ce9ed20
Binary files /dev/null and b/public/images/items/large/holiday-explosives-collectible.png differ
diff --git a/public/images/items/large/holiday-express-weapon.png b/public/images/items/large/holiday-express-weapon.png
new file mode 100644
index 00000000..d2a2c091
Binary files /dev/null and b/public/images/items/large/holiday-express-weapon.png differ
diff --git a/public/images/items/large/holiday-wrapping-paper-collectible.png b/public/images/items/large/holiday-wrapping-paper-collectible.png
new file mode 100644
index 00000000..519294b0
Binary files /dev/null and b/public/images/items/large/holiday-wrapping-paper-collectible.png differ
diff --git a/public/images/items/large/hollow-heights-miniature-collectible.png b/public/images/items/large/hollow-heights-miniature-collectible.png
new file mode 100644
index 00000000..9e837531
Binary files /dev/null and b/public/images/items/large/hollow-heights-miniature-collectible.png differ
diff --git a/public/images/items/large/horrific-pumpkin-mouse-trap-skin.png b/public/images/items/large/horrific-pumpkin-mouse-trap-skin.png
new file mode 100644
index 00000000..aab3ccc9
Binary files /dev/null and b/public/images/items/large/horrific-pumpkin-mouse-trap-skin.png differ
diff --git a/public/images/items/large/horrific-venus-mouse-trap-weapon.png b/public/images/items/large/horrific-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..687f1126
Binary files /dev/null and b/public/images/items/large/horrific-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/large/horrifying-charming-princebot-skin.png b/public/images/items/large/horrifying-charming-princebot-skin.png
new file mode 100644
index 00000000..2310e1f5
Binary files /dev/null and b/public/images/items/large/horrifying-charming-princebot-skin.png differ
diff --git a/public/images/items/large/horse-festival-celebration-kit-convertible.png b/public/images/items/large/horse-festival-celebration-kit-convertible.png
new file mode 100644
index 00000000..f99e63f6
Binary files /dev/null and b/public/images/items/large/horse-festival-celebration-kit-convertible.png differ
diff --git a/public/images/items/large/horse-jade-base.png b/public/images/items/large/horse-jade-base.png
new file mode 100644
index 00000000..43563b65
Binary files /dev/null and b/public/images/items/large/horse-jade-base.png differ
diff --git a/public/images/items/large/horse-mask-collectible.png b/public/images/items/large/horse-mask-collectible.png
new file mode 100644
index 00000000..0ad07768
Binary files /dev/null and b/public/images/items/large/horse-mask-collectible.png differ
diff --git a/public/images/items/large/horse-power-potion.png b/public/images/items/large/horse-power-potion.png
new file mode 100644
index 00000000..adf98603
Binary files /dev/null and b/public/images/items/large/horse-power-potion.png differ
diff --git a/public/images/items/large/horse-power-trinket.png b/public/images/items/large/horse-power-trinket.png
new file mode 100644
index 00000000..a83433fd
Binary files /dev/null and b/public/images/items/large/horse-power-trinket.png differ
diff --git a/public/images/items/large/horsehead-acronym-skin.png b/public/images/items/large/horsehead-acronym-skin.png
new file mode 100644
index 00000000..407433fe
Binary files /dev/null and b/public/images/items/large/horsehead-acronym-skin.png differ
diff --git a/public/images/items/large/hot-queso-cheese.png b/public/images/items/large/hot-queso-cheese.png
new file mode 100644
index 00000000..b7246372
Binary files /dev/null and b/public/images/items/large/hot-queso-cheese.png differ
diff --git a/public/images/items/large/hot-spice-crafting-item.png b/public/images/items/large/hot-spice-crafting-item.png
new file mode 100644
index 00000000..ed9f7855
Binary files /dev/null and b/public/images/items/large/hot-spice-crafting-item.png differ
diff --git a/public/images/items/large/hot-tub-weapon.png b/public/images/items/large/hot-tub-weapon.png
new file mode 100644
index 00000000..699de3cb
Binary files /dev/null and b/public/images/items/large/hot-tub-weapon.png differ
diff --git a/public/images/items/large/hothouse-base.png b/public/images/items/large/hothouse-base.png
new file mode 100644
index 00000000..2b39bf83
Binary files /dev/null and b/public/images/items/large/hothouse-base.png differ
diff --git a/public/images/items/large/howlite-stat-item.png b/public/images/items/large/howlite-stat-item.png
new file mode 100644
index 00000000..ff0162a3
Binary files /dev/null and b/public/images/items/large/howlite-stat-item.png differ
diff --git a/public/images/items/large/huawei-welcome-pack-convertible.png b/public/images/items/large/huawei-welcome-pack-convertible.png
new file mode 100644
index 00000000..e0b65ee3
Binary files /dev/null and b/public/images/items/large/huawei-welcome-pack-convertible.png differ
diff --git a/public/images/items/large/hunting-research-10000-bonus-loot.png b/public/images/items/large/hunting-research-10000-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/hunting-research-10000-bonus-loot.png differ
diff --git a/public/images/items/large/hunting-research-5000-bonus-loot.png b/public/images/items/large/hunting-research-5000-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/hunting-research-5000-bonus-loot.png differ
diff --git a/public/images/items/large/huntington-egg-convertible.png b/public/images/items/large/huntington-egg-convertible.png
new file mode 100644
index 00000000..7ebb555d
Binary files /dev/null and b/public/images/items/large/huntington-egg-convertible.png differ
diff --git a/public/images/items/large/huntington-map-piece.png b/public/images/items/large/huntington-map-piece.png
new file mode 100644
index 00000000..c1435ac7
Binary files /dev/null and b/public/images/items/large/huntington-map-piece.png differ
diff --git a/public/images/items/large/hween-2011-trap-crafting-item.png b/public/images/items/large/hween-2011-trap-crafting-item.png
new file mode 100644
index 00000000..c62413a8
Binary files /dev/null and b/public/images/items/large/hween-2011-trap-crafting-item.png differ
diff --git a/public/images/items/large/hween-2011-upgraded-weapon.png b/public/images/items/large/hween-2011-upgraded-weapon.png
new file mode 100644
index 00000000..df869ba1
Binary files /dev/null and b/public/images/items/large/hween-2011-upgraded-weapon.png differ
diff --git a/public/images/items/large/hween-2011-weapon.png b/public/images/items/large/hween-2011-weapon.png
new file mode 100644
index 00000000..5e0e8c70
Binary files /dev/null and b/public/images/items/large/hween-2011-weapon.png differ
diff --git a/public/images/items/large/hween-candy-stat-item.png b/public/images/items/large/hween-candy-stat-item.png
new file mode 100644
index 00000000..328ce93d
Binary files /dev/null and b/public/images/items/large/hween-candy-stat-item.png differ
diff --git a/public/images/items/large/hween-gift-basket-2017-convertible.png b/public/images/items/large/hween-gift-basket-2017-convertible.png
new file mode 100644
index 00000000..03d0539d
Binary files /dev/null and b/public/images/items/large/hween-gift-basket-2017-convertible.png differ
diff --git a/public/images/items/large/hween-supply-kit-2017-convertible.png b/public/images/items/large/hween-supply-kit-2017-convertible.png
new file mode 100644
index 00000000..4e9549a2
Binary files /dev/null and b/public/images/items/large/hween-supply-kit-2017-convertible.png differ
diff --git a/public/images/items/large/hydra-egg-convertible.png b/public/images/items/large/hydra-egg-convertible.png
new file mode 100644
index 00000000..81cc0856
Binary files /dev/null and b/public/images/items/large/hydra-egg-convertible.png differ
diff --git a/public/images/items/large/hydro-geyser-trap-stat-item.png b/public/images/items/large/hydro-geyser-trap-stat-item.png
new file mode 100644
index 00000000..7e757b87
Binary files /dev/null and b/public/images/items/large/hydro-geyser-trap-stat-item.png differ
diff --git a/public/images/items/large/hydro-trinket.png b/public/images/items/large/hydro-trinket.png
new file mode 100644
index 00000000..19b483a8
Binary files /dev/null and b/public/images/items/large/hydro-trinket.png differ
diff --git a/public/images/items/large/ice-blaster-parts-crafting-item.png b/public/images/items/large/ice-blaster-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/ice-blaster-parts-crafting-item.png differ
diff --git a/public/images/items/large/ice-blaster-parts-stat-item.png b/public/images/items/large/ice-blaster-parts-stat-item.png
new file mode 100644
index 00000000..d2b390d7
Binary files /dev/null and b/public/images/items/large/ice-blaster-parts-stat-item.png differ
diff --git a/public/images/items/large/ice-blaster-weapon.png b/public/images/items/large/ice-blaster-weapon.png
new file mode 100644
index 00000000..ed5d03a8
Binary files /dev/null and b/public/images/items/large/ice-blaster-weapon.png differ
diff --git a/public/images/items/large/ice-brick-stat-item.png b/public/images/items/large/ice-brick-stat-item.png
new file mode 100644
index 00000000..8d521d2a
Binary files /dev/null and b/public/images/items/large/ice-brick-stat-item.png differ
diff --git a/public/images/items/large/ice-cream-cake-base.png b/public/images/items/large/ice-cream-cake-base.png
new file mode 100644
index 00000000..242888aa
Binary files /dev/null and b/public/images/items/large/ice-cream-cake-base.png differ
diff --git a/public/images/items/large/ice-curd-crafting-item.png b/public/images/items/large/ice-curd-crafting-item.png
new file mode 100644
index 00000000..211427a7
Binary files /dev/null and b/public/images/items/large/ice-curd-crafting-item.png differ
diff --git a/public/images/items/large/ice-fire-chrome-temporal-turbine-skin.png b/public/images/items/large/ice-fire-chrome-temporal-turbine-skin.png
new file mode 100644
index 00000000..5747e7ab
Binary files /dev/null and b/public/images/items/large/ice-fire-chrome-temporal-turbine-skin.png differ
diff --git a/public/images/items/large/ice-fortress-completed-stat-item.png b/public/images/items/large/ice-fortress-completed-stat-item.png
new file mode 100644
index 00000000..ef1f6247
Binary files /dev/null and b/public/images/items/large/ice-fortress-completed-stat-item.png differ
diff --git a/public/images/items/large/ice-fortress-hobbyist-case-convertible.png b/public/images/items/large/ice-fortress-hobbyist-case-convertible.png
new file mode 100644
index 00000000..50d5ab86
Binary files /dev/null and b/public/images/items/large/ice-fortress-hobbyist-case-convertible.png differ
diff --git a/public/images/items/large/ice-fortress-journeyman-crate-convertible.png b/public/images/items/large/ice-fortress-journeyman-crate-convertible.png
new file mode 100644
index 00000000..7bda2bab
Binary files /dev/null and b/public/images/items/large/ice-fortress-journeyman-crate-convertible.png differ
diff --git a/public/images/items/large/ice-fortress-pro-pack-convertible.png b/public/images/items/large/ice-fortress-pro-pack-convertible.png
new file mode 100644
index 00000000..0cb91f9f
Binary files /dev/null and b/public/images/items/large/ice-fortress-pro-pack-convertible.png differ
diff --git a/public/images/items/large/ice-fortress-starter-kit-convertible.png b/public/images/items/large/ice-fortress-starter-kit-convertible.png
new file mode 100644
index 00000000..20f9745d
Binary files /dev/null and b/public/images/items/large/ice-fortress-starter-kit-convertible.png differ
diff --git a/public/images/items/large/ice-grub-egg-convertible.png b/public/images/items/large/ice-grub-egg-convertible.png
new file mode 100644
index 00000000..2e55196f
Binary files /dev/null and b/public/images/items/large/ice-grub-egg-convertible.png differ
diff --git a/public/images/items/large/ice-maiden-weapon.png b/public/images/items/large/ice-maiden-weapon.png
new file mode 100644
index 00000000..74413395
Binary files /dev/null and b/public/images/items/large/ice-maiden-weapon.png differ
diff --git a/public/images/items/large/iceball-brawl-theme-scrap-1-crafting-item.png b/public/images/items/large/iceball-brawl-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..948e295e
Binary files /dev/null and b/public/images/items/large/iceball-brawl-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/iceball-brawl-theme-scrap-2-crafting-item.png b/public/images/items/large/iceball-brawl-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..03e9c3f6
Binary files /dev/null and b/public/images/items/large/iceball-brawl-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/iceball-brawl-theme-scrap-3-crafting-item.png b/public/images/items/large/iceball-brawl-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..45e85d16
Binary files /dev/null and b/public/images/items/large/iceball-brawl-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/iceberg-boiler-base.png b/public/images/items/large/iceberg-boiler-base.png
new file mode 100644
index 00000000..1d773f70
Binary files /dev/null and b/public/images/items/large/iceberg-boiler-base.png differ
diff --git a/public/images/items/large/iceberg-claw-shot-crate-convertible.png b/public/images/items/large/iceberg-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..3dd063f3
Binary files /dev/null and b/public/images/items/large/iceberg-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/large/iceberg-drill-level-four-stat-item.png b/public/images/items/large/iceberg-drill-level-four-stat-item.png
new file mode 100644
index 00000000..b92570e0
Binary files /dev/null and b/public/images/items/large/iceberg-drill-level-four-stat-item.png differ
diff --git a/public/images/items/large/iceberg-drill-level-one-stat-item.png b/public/images/items/large/iceberg-drill-level-one-stat-item.png
new file mode 100644
index 00000000..9b388f37
Binary files /dev/null and b/public/images/items/large/iceberg-drill-level-one-stat-item.png differ
diff --git a/public/images/items/large/iceberg-drill-level-three-stat-item.png b/public/images/items/large/iceberg-drill-level-three-stat-item.png
new file mode 100644
index 00000000..65b7f453
Binary files /dev/null and b/public/images/items/large/iceberg-drill-level-three-stat-item.png differ
diff --git a/public/images/items/large/iceberg-drill-level-two-stat-item.png b/public/images/items/large/iceberg-drill-level-two-stat-item.png
new file mode 100644
index 00000000..7e5245ca
Binary files /dev/null and b/public/images/items/large/iceberg-drill-level-two-stat-item.png differ
diff --git a/public/images/items/large/iceberg-egg-convertible.png b/public/images/items/large/iceberg-egg-convertible.png
new file mode 100644
index 00000000..8bb0ab2e
Binary files /dev/null and b/public/images/items/large/iceberg-egg-convertible.png differ
diff --git a/public/images/items/large/iceberg-invasion-kit-convertible.png b/public/images/items/large/iceberg-invasion-kit-convertible.png
new file mode 100644
index 00000000..c7a7ca78
Binary files /dev/null and b/public/images/items/large/iceberg-invasion-kit-convertible.png differ
diff --git a/public/images/items/large/iceberg-miniature-collectible.png b/public/images/items/large/iceberg-miniature-collectible.png
new file mode 100644
index 00000000..9a645e7d
Binary files /dev/null and b/public/images/items/large/iceberg-miniature-collectible.png differ
diff --git a/public/images/items/large/iceberg-scroll-case-convertible.png b/public/images/items/large/iceberg-scroll-case-convertible.png
new file mode 100644
index 00000000..9e990477
Binary files /dev/null and b/public/images/items/large/iceberg-scroll-case-convertible.png differ
diff --git a/public/images/items/large/iceberg-souvenir-collectible.png b/public/images/items/large/iceberg-souvenir-collectible.png
new file mode 100644
index 00000000..27417f2d
Binary files /dev/null and b/public/images/items/large/iceberg-souvenir-collectible.png differ
diff --git a/public/images/items/large/iceberg-strongbox-convertible.png b/public/images/items/large/iceberg-strongbox-convertible.png
new file mode 100644
index 00000000..519f324d
Binary files /dev/null and b/public/images/items/large/iceberg-strongbox-convertible.png differ
diff --git a/public/images/items/large/iceberg-supply-chest-convertible.png b/public/images/items/large/iceberg-supply-chest-convertible.png
new file mode 100644
index 00000000..5b1bcc63
Binary files /dev/null and b/public/images/items/large/iceberg-supply-chest-convertible.png differ
diff --git a/public/images/items/large/iceberg-treasure-chest-convertible.png b/public/images/items/large/iceberg-treasure-chest-convertible.png
new file mode 100644
index 00000000..06e3dfc4
Binary files /dev/null and b/public/images/items/large/iceberg-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/icebreaker-license-map-piece.png b/public/images/items/large/icebreaker-license-map-piece.png
new file mode 100644
index 00000000..32df8b52
Binary files /dev/null and b/public/images/items/large/icebreaker-license-map-piece.png differ
diff --git a/public/images/items/large/icebreaker-treasure-chest-convertible.png b/public/images/items/large/icebreaker-treasure-chest-convertible.png
new file mode 100644
index 00000000..6c644007
Binary files /dev/null and b/public/images/items/large/icebreaker-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/icewing-egg-convertible.png b/public/images/items/large/icewing-egg-convertible.png
new file mode 100644
index 00000000..5eba1e8e
Binary files /dev/null and b/public/images/items/large/icewing-egg-convertible.png differ
diff --git a/public/images/items/large/icewing-generals-egg-convertible.png b/public/images/items/large/icewing-generals-egg-convertible.png
new file mode 100644
index 00000000..15c6ad28
Binary files /dev/null and b/public/images/items/large/icewing-generals-egg-convertible.png differ
diff --git a/public/images/items/large/icewing-plushie-message-item.png b/public/images/items/large/icewing-plushie-message-item.png
new file mode 100644
index 00000000..c2d4715a
Binary files /dev/null and b/public/images/items/large/icewing-plushie-message-item.png differ
diff --git a/public/images/items/large/icicles-collectible.png b/public/images/items/large/icicles-collectible.png
new file mode 100644
index 00000000..05549c0b
Binary files /dev/null and b/public/images/items/large/icicles-collectible.png differ
diff --git a/public/images/items/large/icing-sugar-craft-item.png b/public/images/items/large/icing-sugar-craft-item.png
new file mode 100644
index 00000000..c457c874
Binary files /dev/null and b/public/images/items/large/icing-sugar-craft-item.png differ
diff --git a/public/images/items/large/icy-chamber-curse-stat-item.png b/public/images/items/large/icy-chamber-curse-stat-item.png
new file mode 100644
index 00000000..8e5bb840
Binary files /dev/null and b/public/images/items/large/icy-chamber-curse-stat-item.png differ
diff --git a/public/images/items/large/icy-isabirra-cheese.png b/public/images/items/large/icy-isabirra-cheese.png
new file mode 100644
index 00000000..196a7760
Binary files /dev/null and b/public/images/items/large/icy-isabirra-cheese.png differ
diff --git a/public/images/items/large/icy-isabirra-ingredient-stat-item.png b/public/images/items/large/icy-isabirra-ingredient-stat-item.png
new file mode 100644
index 00000000..314f4d3e
Binary files /dev/null and b/public/images/items/large/icy-isabirra-ingredient-stat-item.png differ
diff --git a/public/images/items/large/icy-isabirra-pack-small-convertible.png b/public/images/items/large/icy-isabirra-pack-small-convertible.png
new file mode 100644
index 00000000..f37c3386
Binary files /dev/null and b/public/images/items/large/icy-isabirra-pack-small-convertible.png differ
diff --git a/public/images/items/large/icy-melty-base.png b/public/images/items/large/icy-melty-base.png
new file mode 100644
index 00000000..aa40b874
Binary files /dev/null and b/public/images/items/large/icy-melty-base.png differ
diff --git a/public/images/items/large/icy-rhinobo-skin-crafting-item.png b/public/images/items/large/icy-rhinobo-skin-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/icy-rhinobo-skin-crafting-item.png differ
diff --git a/public/images/items/large/icy-rhinobot-weapon.png b/public/images/items/large/icy-rhinobot-weapon.png
new file mode 100644
index 00000000..35da1b75
Binary files /dev/null and b/public/images/items/large/icy-rhinobot-weapon.png differ
diff --git a/public/images/items/large/idol-hydro-skin.png b/public/images/items/large/idol-hydro-skin.png
new file mode 100644
index 00000000..01ce624b
Binary files /dev/null and b/public/images/items/large/idol-hydro-skin.png differ
diff --git a/public/images/items/large/idol-tactical-skin.png b/public/images/items/large/idol-tactical-skin.png
new file mode 100644
index 00000000..b7bac6ca
Binary files /dev/null and b/public/images/items/large/idol-tactical-skin.png differ
diff --git a/public/images/items/large/incinerated-garbage-bath-pattern-crafting-item.png b/public/images/items/large/incinerated-garbage-bath-pattern-crafting-item.png
new file mode 100644
index 00000000..8c1f40d0
Binary files /dev/null and b/public/images/items/large/incinerated-garbage-bath-pattern-crafting-item.png differ
diff --git a/public/images/items/large/incinerated-garbage-bath-skin.png b/public/images/items/large/incinerated-garbage-bath-skin.png
new file mode 100644
index 00000000..54dedece
Binary files /dev/null and b/public/images/items/large/incinerated-garbage-bath-skin.png differ
diff --git a/public/images/items/large/inert-dowsing-rod-stat-item.png b/public/images/items/large/inert-dowsing-rod-stat-item.png
new file mode 100644
index 00000000..488bc5e0
Binary files /dev/null and b/public/images/items/large/inert-dowsing-rod-stat-item.png differ
diff --git a/public/images/items/large/inferno-havarti-cheese.png b/public/images/items/large/inferno-havarti-cheese.png
new file mode 100644
index 00000000..ace01574
Binary files /dev/null and b/public/images/items/large/inferno-havarti-cheese.png differ
diff --git a/public/images/items/large/inferno-pepper-craft-item.png b/public/images/items/large/inferno-pepper-craft-item.png
new file mode 100644
index 00000000..6d1eed5a
Binary files /dev/null and b/public/images/items/large/inferno-pepper-craft-item.png differ
diff --git a/public/images/items/large/infinite-dark-extraplanar-portals-skin.png b/public/images/items/large/infinite-dark-extraplanar-portals-skin.png
new file mode 100644
index 00000000..0b47e7f6
Binary files /dev/null and b/public/images/items/large/infinite-dark-extraplanar-portals-skin.png differ
diff --git a/public/images/items/large/infinite-dark-magic-chocolate-skin.png b/public/images/items/large/infinite-dark-magic-chocolate-skin.png
new file mode 100644
index 00000000..cf6c1d44
Binary files /dev/null and b/public/images/items/large/infinite-dark-magic-chocolate-skin.png differ
diff --git a/public/images/items/large/infinite-dark-magic-mirror-weapon.png b/public/images/items/large/infinite-dark-magic-mirror-weapon.png
new file mode 100644
index 00000000..f7af6554
Binary files /dev/null and b/public/images/items/large/infinite-dark-magic-mirror-weapon.png differ
diff --git a/public/images/items/large/infinite-dark-magic-prisms-skin.png b/public/images/items/large/infinite-dark-magic-prisms-skin.png
new file mode 100644
index 00000000..4fca07f6
Binary files /dev/null and b/public/images/items/large/infinite-dark-magic-prisms-skin.png differ
diff --git a/public/images/items/large/infinite-holiday-magic-windows-skin.png b/public/images/items/large/infinite-holiday-magic-windows-skin.png
new file mode 100644
index 00000000..c170fd33
Binary files /dev/null and b/public/images/items/large/infinite-holiday-magic-windows-skin.png differ
diff --git a/public/images/items/large/infinite-labyrinth-weapon.png b/public/images/items/large/infinite-labyrinth-weapon.png
new file mode 100644
index 00000000..54573562
Binary files /dev/null and b/public/images/items/large/infinite-labyrinth-weapon.png differ
diff --git a/public/images/items/large/infinite-nutcrackers-trap-skin.png b/public/images/items/large/infinite-nutcrackers-trap-skin.png
new file mode 100644
index 00000000..a6e72e3e
Binary files /dev/null and b/public/images/items/large/infinite-nutcrackers-trap-skin.png differ
diff --git a/public/images/items/large/infinite-party-possibilities-skin.png b/public/images/items/large/infinite-party-possibilities-skin.png
new file mode 100644
index 00000000..6d4f5915
Binary files /dev/null and b/public/images/items/large/infinite-party-possibilities-skin.png differ
diff --git a/public/images/items/large/infused-plate-crafting-item.png b/public/images/items/large/infused-plate-crafting-item.png
new file mode 100644
index 00000000..2faabd39
Binary files /dev/null and b/public/images/items/large/infused-plate-crafting-item.png differ
diff --git a/public/images/items/large/ingenuity-grub-stat-item.png b/public/images/items/large/ingenuity-grub-stat-item.png
new file mode 100644
index 00000000..4807a32c
Binary files /dev/null and b/public/images/items/large/ingenuity-grub-stat-item.png differ
diff --git a/public/images/items/large/initiate-achievement.png b/public/images/items/large/initiate-achievement.png
new file mode 100644
index 00000000..a19278bd
Binary files /dev/null and b/public/images/items/large/initiate-achievement.png differ
diff --git a/public/images/items/large/insidious-gift-basket-convertible.png b/public/images/items/large/insidious-gift-basket-convertible.png
new file mode 100644
index 00000000..1da441d8
Binary files /dev/null and b/public/images/items/large/insidious-gift-basket-convertible.png differ
diff --git a/public/images/items/large/insidious-incense-stat-item.png b/public/images/items/large/insidious-incense-stat-item.png
new file mode 100644
index 00000000..cef37d23
Binary files /dev/null and b/public/images/items/large/insidious-incense-stat-item.png differ
diff --git a/public/images/items/large/inspiration-ink-stat-item.png b/public/images/items/large/inspiration-ink-stat-item.png
new file mode 100644
index 00000000..044a128f
Binary files /dev/null and b/public/images/items/large/inspiration-ink-stat-item.png differ
diff --git a/public/images/items/large/instruction-art-of-dance-skin.png b/public/images/items/large/instruction-art-of-dance-skin.png
new file mode 100644
index 00000000..e67faa58
Binary files /dev/null and b/public/images/items/large/instruction-art-of-dance-skin.png differ
diff --git a/public/images/items/large/interlocking-hull-fragment-stat-item.png b/public/images/items/large/interlocking-hull-fragment-stat-item.png
new file mode 100644
index 00000000..d42f72f0
Binary files /dev/null and b/public/images/items/large/interlocking-hull-fragment-stat-item.png differ
diff --git a/public/images/items/large/intimidating-pincher-craft-item.png b/public/images/items/large/intimidating-pincher-craft-item.png
new file mode 100644
index 00000000..bf984ade
Binary files /dev/null and b/public/images/items/large/intimidating-pincher-craft-item.png differ
diff --git a/public/images/items/large/invisiglu-craft-item.png b/public/images/items/large/invisiglu-craft-item.png
new file mode 100644
index 00000000..ef88196f
Binary files /dev/null and b/public/images/items/large/invisiglu-craft-item.png differ
diff --git a/public/images/items/large/ionized-salt-craft-item.png b/public/images/items/large/ionized-salt-craft-item.png
new file mode 100644
index 00000000..66f0e134
Binary files /dev/null and b/public/images/items/large/ionized-salt-craft-item.png differ
diff --git a/public/images/items/large/iron-pellet-crafting-item.png b/public/images/items/large/iron-pellet-crafting-item.png
new file mode 100644
index 00000000..78c4628f
Binary files /dev/null and b/public/images/items/large/iron-pellet-crafting-item.png differ
diff --git a/public/images/items/large/isle-idol-box-set-convertible.png b/public/images/items/large/isle-idol-box-set-convertible.png
new file mode 100644
index 00000000..22e227e9
Binary files /dev/null and b/public/images/items/large/isle-idol-box-set-convertible.png differ
diff --git a/public/images/items/large/isle-idol-weapon.png b/public/images/items/large/isle-idol-weapon.png
new file mode 100644
index 00000000..0ee2ae90
Binary files /dev/null and b/public/images/items/large/isle-idol-weapon.png differ
diff --git a/public/images/items/large/isles-treasure-chest-convertible.png b/public/images/items/large/isles-treasure-chest-convertible.png
new file mode 100644
index 00000000..ac552bc8
Binary files /dev/null and b/public/images/items/large/isles-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/itchy-sweater-collectible.png b/public/images/items/large/itchy-sweater-collectible.png
new file mode 100644
index 00000000..c0baa87f
Binary files /dev/null and b/public/images/items/large/itchy-sweater-collectible.png differ
diff --git a/public/images/items/large/jacked-rabbot-weapon.png b/public/images/items/large/jacked-rabbot-weapon.png
new file mode 100644
index 00000000..0732a486
Binary files /dev/null and b/public/images/items/large/jacked-rabbot-weapon.png differ
diff --git a/public/images/items/large/jade-base.png b/public/images/items/large/jade-base.png
new file mode 100644
index 00000000..791b6c33
Binary files /dev/null and b/public/images/items/large/jade-base.png differ
diff --git a/public/images/items/large/jade-tiger-chrome-sphynx-skin.png b/public/images/items/large/jade-tiger-chrome-sphynx-skin.png
new file mode 100644
index 00000000..270fd66f
Binary files /dev/null and b/public/images/items/large/jade-tiger-chrome-sphynx-skin.png differ
diff --git a/public/images/items/large/jet-black-acronym-skin.png b/public/images/items/large/jet-black-acronym-skin.png
new file mode 100644
index 00000000..eb107a25
Binary files /dev/null and b/public/images/items/large/jet-black-acronym-skin.png differ
diff --git a/public/images/items/large/jet-stream-crate-convertible.png b/public/images/items/large/jet-stream-crate-convertible.png
new file mode 100644
index 00000000..a4ec3a52
Binary files /dev/null and b/public/images/items/large/jet-stream-crate-convertible.png differ
diff --git a/public/images/items/large/jingle-bell-stat-item.png b/public/images/items/large/jingle-bell-stat-item.png
new file mode 100644
index 00000000..ca539633
Binary files /dev/null and b/public/images/items/large/jingle-bell-stat-item.png differ
diff --git a/public/images/items/large/jingling-glazed-gift-basket-convertible.png b/public/images/items/large/jingling-glazed-gift-basket-convertible.png
new file mode 100644
index 00000000..8f8d9423
Binary files /dev/null and b/public/images/items/large/jingling-glazed-gift-basket-convertible.png differ
diff --git a/public/images/items/large/jingling-glazed-supply-box-convertible.png b/public/images/items/large/jingling-glazed-supply-box-convertible.png
new file mode 100644
index 00000000..1d22d7cf
Binary files /dev/null and b/public/images/items/large/jingling-glazed-supply-box-convertible.png differ
diff --git a/public/images/items/large/jingling-glazed-supply-kit-convertible.png b/public/images/items/large/jingling-glazed-supply-kit-convertible.png
new file mode 100644
index 00000000..fa82f37f
Binary files /dev/null and b/public/images/items/large/jingling-glazed-supply-kit-convertible.png differ
diff --git a/public/images/items/large/jod-champion-kit-convertible.png b/public/images/items/large/jod-champion-kit-convertible.png
new file mode 100644
index 00000000..5f66becc
Binary files /dev/null and b/public/images/items/large/jod-champion-kit-convertible.png differ
diff --git a/public/images/items/large/jod-egg-convertible.png b/public/images/items/large/jod-egg-convertible.png
new file mode 100644
index 00000000..8ed4b5bd
Binary files /dev/null and b/public/images/items/large/jod-egg-convertible.png differ
diff --git a/public/images/items/large/journeyman-achievement.png b/public/images/items/large/journeyman-achievement.png
new file mode 100644
index 00000000..b1462a7e
Binary files /dev/null and b/public/images/items/large/journeyman-achievement.png differ
diff --git a/public/images/items/large/judge-christmas-skin.png b/public/images/items/large/judge-christmas-skin.png
new file mode 100644
index 00000000..7cf4294b
Binary files /dev/null and b/public/images/items/large/judge-christmas-skin.png differ
diff --git a/public/images/items/large/judge-droid-weapon.png b/public/images/items/large/judge-droid-weapon.png
new file mode 100644
index 00000000..ba15dcca
Binary files /dev/null and b/public/images/items/large/judge-droid-weapon.png differ
diff --git a/public/images/items/large/jumbo-festive-gift-basket-convertible.png b/public/images/items/large/jumbo-festive-gift-basket-convertible.png
new file mode 100644
index 00000000..3661ea7b
Binary files /dev/null and b/public/images/items/large/jumbo-festive-gift-basket-convertible.png differ
diff --git a/public/images/items/large/jumbo-furoma-rift-crafting-kit-convertible.png b/public/images/items/large/jumbo-furoma-rift-crafting-kit-convertible.png
new file mode 100644
index 00000000..4e24c751
Binary files /dev/null and b/public/images/items/large/jumbo-furoma-rift-crafting-kit-convertible.png differ
diff --git a/public/images/items/large/jumbo-regal-gift-basket-convertible.png b/public/images/items/large/jumbo-regal-gift-basket-convertible.png
new file mode 100644
index 00000000..ab23ed73
Binary files /dev/null and b/public/images/items/large/jumbo-regal-gift-basket-convertible.png differ
diff --git a/public/images/items/large/jumbo-treasure-hunting-kit-convertible.png b/public/images/items/large/jumbo-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..32acf903
Binary files /dev/null and b/public/images/items/large/jumbo-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/kalor-ignis-egg-convertible.png b/public/images/items/large/kalor-ignis-egg-convertible.png
new file mode 100644
index 00000000..401c9715
Binary files /dev/null and b/public/images/items/large/kalor-ignis-egg-convertible.png differ
diff --git a/public/images/items/large/keepers-candle-map-piece.png b/public/images/items/large/keepers-candle-map-piece.png
new file mode 100644
index 00000000..8bb77299
Binary files /dev/null and b/public/images/items/large/keepers-candle-map-piece.png differ
diff --git a/public/images/items/large/kilohertz-processor-convertible.png b/public/images/items/large/kilohertz-processor-convertible.png
new file mode 100644
index 00000000..b6d2da5b
Binary files /dev/null and b/public/images/items/large/kilohertz-processor-convertible.png differ
diff --git a/public/images/items/large/king-chromo-monstrobot-skin.png b/public/images/items/large/king-chromo-monstrobot-skin.png
new file mode 100644
index 00000000..8cb96412
Binary files /dev/null and b/public/images/items/large/king-chromo-monstrobot-skin.png differ
diff --git a/public/images/items/large/king-desert-letter-map-piece.png b/public/images/items/large/king-desert-letter-map-piece.png
new file mode 100644
index 00000000..3019c8d2
Binary files /dev/null and b/public/images/items/large/king-desert-letter-map-piece.png differ
diff --git a/public/images/items/large/king-midasbot-skin.png b/public/images/items/large/king-midasbot-skin.png
new file mode 100644
index 00000000..cd9c5d79
Binary files /dev/null and b/public/images/items/large/king-midasbot-skin.png differ
diff --git a/public/images/items/large/king-scarab-torn-page.png b/public/images/items/large/king-scarab-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/king-scarab-torn-page.png differ
diff --git a/public/images/items/large/kings-calibrator-message-item.png b/public/images/items/large/kings-calibrator-message-item.png
new file mode 100644
index 00000000..51f10d81
Binary files /dev/null and b/public/images/items/large/kings-calibrator-message-item.png differ
diff --git a/public/images/items/large/kings-credit-loot-crate-convertible.png b/public/images/items/large/kings-credit-loot-crate-convertible.png
new file mode 100644
index 00000000..7c406c76
Binary files /dev/null and b/public/images/items/large/kings-credit-loot-crate-convertible.png differ
diff --git a/public/images/items/large/kings-medallion-collectible.png b/public/images/items/large/kings-medallion-collectible.png
new file mode 100644
index 00000000..e44803b3
Binary files /dev/null and b/public/images/items/large/kings-medallion-collectible.png differ
diff --git a/public/images/items/large/kings-prize-key-stat-item.png b/public/images/items/large/kings-prize-key-stat-item.png
new file mode 100644
index 00000000..1d373d70
Binary files /dev/null and b/public/images/items/large/kings-prize-key-stat-item.png differ
diff --git a/public/images/items/large/kings-reserve-bubbleh-craft-item.png b/public/images/items/large/kings-reserve-bubbleh-craft-item.png
new file mode 100644
index 00000000..6e9c6c17
Binary files /dev/null and b/public/images/items/large/kings-reserve-bubbleh-craft-item.png differ
diff --git a/public/images/items/large/knight-achievement.png b/public/images/items/large/knight-achievement.png
new file mode 100644
index 00000000..bb81cf89
Binary files /dev/null and b/public/images/items/large/knight-achievement.png differ
diff --git a/public/images/items/large/kraken-chaos-weapon.png b/public/images/items/large/kraken-chaos-weapon.png
new file mode 100644
index 00000000..ce189da1
Binary files /dev/null and b/public/images/items/large/kraken-chaos-weapon.png differ
diff --git a/public/images/items/large/lab-monster-1-quest-item.png b/public/images/items/large/lab-monster-1-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/lab-monster-1-quest-item.png differ
diff --git a/public/images/items/large/lab-research-1000-bonus-loot.png b/public/images/items/large/lab-research-1000-bonus-loot.png
new file mode 100644
index 00000000..51603588
Binary files /dev/null and b/public/images/items/large/lab-research-1000-bonus-loot.png differ
diff --git a/public/images/items/large/lab-research-500-bonus-loot.png b/public/images/items/large/lab-research-500-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/lab-research-500-bonus-loot.png differ
diff --git a/public/images/items/large/lab-research-750-bonus-loot.png b/public/images/items/large/lab-research-750-bonus-loot.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/lab-research-750-bonus-loot.png differ
diff --git a/public/images/items/large/lab-trinket.png b/public/images/items/large/lab-trinket.png
new file mode 100644
index 00000000..7329e21d
Binary files /dev/null and b/public/images/items/large/lab-trinket.png differ
diff --git a/public/images/items/large/laboratory-map-piece.png b/public/images/items/large/laboratory-map-piece.png
new file mode 100644
index 00000000..4af40933
Binary files /dev/null and b/public/images/items/large/laboratory-map-piece.png differ
diff --git a/public/images/items/large/labyrinth-base.png b/public/images/items/large/labyrinth-base.png
new file mode 100644
index 00000000..a44e15e0
Binary files /dev/null and b/public/images/items/large/labyrinth-base.png differ
diff --git a/public/images/items/large/labyrinth-exploration-kit-convertible.png b/public/images/items/large/labyrinth-exploration-kit-convertible.png
new file mode 100644
index 00000000..82e7cf1a
Binary files /dev/null and b/public/images/items/large/labyrinth-exploration-kit-convertible.png differ
diff --git a/public/images/items/large/labyrinth-hidden-chamber-key-stat-item.png b/public/images/items/large/labyrinth-hidden-chamber-key-stat-item.png
new file mode 100644
index 00000000..1475690a
Binary files /dev/null and b/public/images/items/large/labyrinth-hidden-chamber-key-stat-item.png differ
diff --git a/public/images/items/large/labyrinth-journal-theme-collectible.png b/public/images/items/large/labyrinth-journal-theme-collectible.png
new file mode 100644
index 00000000..72012336
Binary files /dev/null and b/public/images/items/large/labyrinth-journal-theme-collectible.png differ
diff --git a/public/images/items/large/labyrinth-lantern-fuel.png b/public/images/items/large/labyrinth-lantern-fuel.png
new file mode 100644
index 00000000..5e09c21e
Binary files /dev/null and b/public/images/items/large/labyrinth-lantern-fuel.png differ
diff --git a/public/images/items/large/labyrinth-lantern.png b/public/images/items/large/labyrinth-lantern.png
new file mode 100644
index 00000000..75336363
Binary files /dev/null and b/public/images/items/large/labyrinth-lantern.png differ
diff --git a/public/images/items/large/labyrinth-map-piece.png b/public/images/items/large/labyrinth-map-piece.png
new file mode 100644
index 00000000..9d159b15
Binary files /dev/null and b/public/images/items/large/labyrinth-map-piece.png differ
diff --git a/public/images/items/large/labyrinth-scramble-clues-stat-item.png b/public/images/items/large/labyrinth-scramble-clues-stat-item.png
new file mode 100644
index 00000000..e785cc9b
Binary files /dev/null and b/public/images/items/large/labyrinth-scramble-clues-stat-item.png differ
diff --git a/public/images/items/large/labyrinth-scramble-doors-stat-item.png b/public/images/items/large/labyrinth-scramble-doors-stat-item.png
new file mode 100644
index 00000000..3f67685d
Binary files /dev/null and b/public/images/items/large/labyrinth-scramble-doors-stat-item.png differ
diff --git a/public/images/items/large/labyrinth-scroll-case-convertible.png b/public/images/items/large/labyrinth-scroll-case-convertible.png
new file mode 100644
index 00000000..02ebe51f
Binary files /dev/null and b/public/images/items/large/labyrinth-scroll-case-convertible.png differ
diff --git a/public/images/items/large/labyrinth-theme-scrap-1-crafting-item.png b/public/images/items/large/labyrinth-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..905eca7a
Binary files /dev/null and b/public/images/items/large/labyrinth-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/labyrinth-theme-scrap-2-crafting-item.png b/public/images/items/large/labyrinth-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..6245a717
Binary files /dev/null and b/public/images/items/large/labyrinth-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/labyrinth-theme-scrap-3-crafting-item.png b/public/images/items/large/labyrinth-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..b6882312
Binary files /dev/null and b/public/images/items/large/labyrinth-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/labyrinth-theme-scrap-4-crafting-item.png b/public/images/items/large/labyrinth-theme-scrap-4-crafting-item.png
new file mode 100644
index 00000000..646647d5
Binary files /dev/null and b/public/images/items/large/labyrinth-theme-scrap-4-crafting-item.png differ
diff --git a/public/images/items/large/labyrinth-theme-scrap-5-crafting-item.png b/public/images/items/large/labyrinth-theme-scrap-5-crafting-item.png
new file mode 100644
index 00000000..f6e21e48
Binary files /dev/null and b/public/images/items/large/labyrinth-theme-scrap-5-crafting-item.png differ
diff --git a/public/images/items/large/labyrinth-theme-scrap-6-crafting-item.png b/public/images/items/large/labyrinth-theme-scrap-6-crafting-item.png
new file mode 100644
index 00000000..17ad8777
Binary files /dev/null and b/public/images/items/large/labyrinth-theme-scrap-6-crafting-item.png differ
diff --git a/public/images/items/large/labyrinth-treasure-chest-convertible.png b/public/images/items/large/labyrinth-treasure-chest-convertible.png
new file mode 100644
index 00000000..479909e0
Binary files /dev/null and b/public/images/items/large/labyrinth-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/labyrinth-treasure-hunting-kit-convertible.png b/public/images/items/large/labyrinth-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..5806ac97
Binary files /dev/null and b/public/images/items/large/labyrinth-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/lactrodectus-lancashire-cheese.png b/public/images/items/large/lactrodectus-lancashire-cheese.png
new file mode 100644
index 00000000..a41889cf
Binary files /dev/null and b/public/images/items/large/lactrodectus-lancashire-cheese.png differ
diff --git a/public/images/items/large/lagoon-map-piece.png b/public/images/items/large/lagoon-map-piece.png
new file mode 100644
index 00000000..9d1faf25
Binary files /dev/null and b/public/images/items/large/lagoon-map-piece.png differ
diff --git a/public/images/items/large/lantern-lighter-treasure-chest-convertible.png b/public/images/items/large/lantern-lighter-treasure-chest-convertible.png
new file mode 100644
index 00000000..03ddd22c
Binary files /dev/null and b/public/images/items/large/lantern-lighter-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/lantern-oil-trinket.png b/public/images/items/large/lantern-oil-trinket.png
new file mode 100644
index 00000000..21141244
Binary files /dev/null and b/public/images/items/large/lantern-oil-trinket.png differ
diff --git a/public/images/items/large/large-dragons-supply-hoard-convertible.png b/public/images/items/large/large-dragons-supply-hoard-convertible.png
new file mode 100644
index 00000000..637e27f2
Binary files /dev/null and b/public/images/items/large/large-dragons-supply-hoard-convertible.png differ
diff --git a/public/images/items/large/large-gwh-supply-kit-convertible.png b/public/images/items/large/large-gwh-supply-kit-convertible.png
new file mode 100644
index 00000000..9642def8
Binary files /dev/null and b/public/images/items/large/large-gwh-supply-kit-convertible.png differ
diff --git a/public/images/items/large/large-rainbow-treasure-chest-convertible.png b/public/images/items/large/large-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..174f8271
Binary files /dev/null and b/public/images/items/large/large-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/large-speedy-plumbing-kit-convertible.png b/public/images/items/large/large-speedy-plumbing-kit-convertible.png
new file mode 100644
index 00000000..bd9438b7
Binary files /dev/null and b/public/images/items/large/large-speedy-plumbing-kit-convertible.png differ
diff --git a/public/images/items/large/large-speedy-repair-kit-convertible.png b/public/images/items/large/large-speedy-repair-kit-convertible.png
new file mode 100644
index 00000000..e2ee8cb1
Binary files /dev/null and b/public/images/items/large/large-speedy-repair-kit-convertible.png differ
diff --git a/public/images/items/large/large-spooky-convertible.png b/public/images/items/large/large-spooky-convertible.png
new file mode 100644
index 00000000..77ac85fa
Binary files /dev/null and b/public/images/items/large/large-spooky-convertible.png differ
diff --git a/public/images/items/large/large-steel-barrel-convertible.png b/public/images/items/large/large-steel-barrel-convertible.png
new file mode 100644
index 00000000..107b2e60
Binary files /dev/null and b/public/images/items/large/large-steel-barrel-convertible.png differ
diff --git a/public/images/items/large/large-unstable-geode-convertible.png b/public/images/items/large/large-unstable-geode-convertible.png
new file mode 100644
index 00000000..062192d6
Binary files /dev/null and b/public/images/items/large/large-unstable-geode-convertible.png differ
diff --git a/public/images/items/large/large-waste-barrel-stat-item.png b/public/images/items/large/large-waste-barrel-stat-item.png
new file mode 100644
index 00000000..5076b83e
Binary files /dev/null and b/public/images/items/large/large-waste-barrel-stat-item.png differ
diff --git a/public/images/items/large/large-winter-supply-kit-convertible.png b/public/images/items/large/large-winter-supply-kit-convertible.png
new file mode 100644
index 00000000..d21823b2
Binary files /dev/null and b/public/images/items/large/large-winter-supply-kit-convertible.png differ
diff --git a/public/images/items/large/larry-mask-collectible.png b/public/images/items/large/larry-mask-collectible.png
new file mode 100644
index 00000000..56b27042
Binary files /dev/null and b/public/images/items/large/larry-mask-collectible.png differ
diff --git a/public/images/items/large/larrys-first-move-skin.png b/public/images/items/large/larrys-first-move-skin.png
new file mode 100644
index 00000000..0a139b76
Binary files /dev/null and b/public/images/items/large/larrys-first-move-skin.png differ
diff --git a/public/images/items/large/larrys-mustache-cookie-collectible.png b/public/images/items/large/larrys-mustache-cookie-collectible.png
new file mode 100644
index 00000000..98f010b8
Binary files /dev/null and b/public/images/items/large/larrys-mustache-cookie-collectible.png differ
diff --git a/public/images/items/large/larrys-sandwich-collectible.png b/public/images/items/large/larrys-sandwich-collectible.png
new file mode 100644
index 00000000..5fae8e65
Binary files /dev/null and b/public/images/items/large/larrys-sandwich-collectible.png differ
diff --git a/public/images/items/large/laser-infinite-labyrinth-skin.png b/public/images/items/large/laser-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..aa07d82a
Binary files /dev/null and b/public/images/items/large/laser-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/large/launcher-parts-craft-item.png b/public/images/items/large/launcher-parts-craft-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/launcher-parts-craft-item.png differ
diff --git a/public/images/items/large/lava-bucket-crafting-item.png b/public/images/items/large/lava-bucket-crafting-item.png
new file mode 100644
index 00000000..92eb68f3
Binary files /dev/null and b/public/images/items/large/lava-bucket-crafting-item.png differ
diff --git a/public/images/items/large/lavish-beanster-cheese.png b/public/images/items/large/lavish-beanster-cheese.png
new file mode 100644
index 00000000..48597b8b
Binary files /dev/null and b/public/images/items/large/lavish-beanster-cheese.png differ
diff --git a/public/images/items/large/lavish-beanster-pack-small-convertible.png b/public/images/items/large/lavish-beanster-pack-small-convertible.png
new file mode 100644
index 00000000..6e8eae51
Binary files /dev/null and b/public/images/items/large/lavish-beanster-pack-small-convertible.png differ
diff --git a/public/images/items/large/lavish-infinite-labyrinth-skin.png b/public/images/items/large/lavish-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..c0f0099a
Binary files /dev/null and b/public/images/items/large/lavish-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/large/lavish-lapis-bean-egg-convertible.png b/public/images/items/large/lavish-lapis-bean-egg-convertible.png
new file mode 100644
index 00000000..74284c11
Binary files /dev/null and b/public/images/items/large/lavish-lapis-bean-egg-convertible.png differ
diff --git a/public/images/items/large/lavish-lapis-bean-stat-item.png b/public/images/items/large/lavish-lapis-bean-stat-item.png
new file mode 100644
index 00000000..038b1dcd
Binary files /dev/null and b/public/images/items/large/lavish-lapis-bean-stat-item.png differ
diff --git a/public/images/items/large/law-draw-weapon.png b/public/images/items/large/law-draw-weapon.png
new file mode 100644
index 00000000..0378ded8
Binary files /dev/null and b/public/images/items/large/law-draw-weapon.png differ
diff --git a/public/images/items/large/law-laser-weapon.png b/public/images/items/large/law-laser-weapon.png
new file mode 100644
index 00000000..2a5c4740
Binary files /dev/null and b/public/images/items/large/law-laser-weapon.png differ
diff --git a/public/images/items/large/lawful-lifeguard-weapon.png b/public/images/items/large/lawful-lifeguard-weapon.png
new file mode 100644
index 00000000..244e356d
Binary files /dev/null and b/public/images/items/large/lawful-lifeguard-weapon.png differ
diff --git a/public/images/items/large/leaping-lavish-beanster-cheese.png b/public/images/items/large/leaping-lavish-beanster-cheese.png
new file mode 100644
index 00000000..401563c7
Binary files /dev/null and b/public/images/items/large/leaping-lavish-beanster-cheese.png differ
diff --git a/public/images/items/large/leaping-lavish-beanster-pack-small-convertible.png b/public/images/items/large/leaping-lavish-beanster-pack-small-convertible.png
new file mode 100644
index 00000000..1e3f24b0
Binary files /dev/null and b/public/images/items/large/leaping-lavish-beanster-pack-small-convertible.png differ
diff --git a/public/images/items/large/legendary-achievement.png b/public/images/items/large/legendary-achievement.png
new file mode 100644
index 00000000..0b4d8a59
Binary files /dev/null and b/public/images/items/large/legendary-achievement.png differ
diff --git a/public/images/items/large/legendary-kingbot-weapon.png b/public/images/items/large/legendary-kingbot-weapon.png
new file mode 100644
index 00000000..0a708e5b
Binary files /dev/null and b/public/images/items/large/legendary-kingbot-weapon.png differ
diff --git a/public/images/items/large/legendary-snowbot-trap-skin.png b/public/images/items/large/legendary-snowbot-trap-skin.png
new file mode 100644
index 00000000..bef9abe7
Binary files /dev/null and b/public/images/items/large/legendary-snowbot-trap-skin.png differ
diff --git a/public/images/items/large/let-it-snow-trinket.png b/public/images/items/large/let-it-snow-trinket.png
new file mode 100644
index 00000000..d7fd2abe
Binary files /dev/null and b/public/images/items/large/let-it-snow-trinket.png differ
diff --git a/public/images/items/large/leviathan-trap-skin.png b/public/images/items/large/leviathan-trap-skin.png
new file mode 100644
index 00000000..6452f7b3
Binary files /dev/null and b/public/images/items/large/leviathan-trap-skin.png differ
diff --git a/public/images/items/large/library-adv-hween2013-assignment-convertible.png b/public/images/items/large/library-adv-hween2013-assignment-convertible.png
new file mode 100644
index 00000000..4412996f
Binary files /dev/null and b/public/images/items/large/library-adv-hween2013-assignment-convertible.png differ
diff --git a/public/images/items/large/library-adv-hween2013-research-quest-item.png b/public/images/items/large/library-adv-hween2013-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/library-adv-hween2013-research-quest-item.png differ
diff --git a/public/images/items/large/library-boss-trinket.png b/public/images/items/large/library-boss-trinket.png
new file mode 100644
index 00000000..3f656e3e
Binary files /dev/null and b/public/images/items/large/library-boss-trinket.png differ
diff --git a/public/images/items/large/library-boss-uncharged-trinket.png b/public/images/items/large/library-boss-uncharged-trinket.png
new file mode 100644
index 00000000..e94d4fe7
Binary files /dev/null and b/public/images/items/large/library-boss-uncharged-trinket.png differ
diff --git a/public/images/items/large/library-catalog-quest-item.png b/public/images/items/large/library-catalog-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/library-catalog-quest-item.png differ
diff --git a/public/images/items/large/library-gift-basket-convertible.png b/public/images/items/large/library-gift-basket-convertible.png
new file mode 100644
index 00000000..834e5784
Binary files /dev/null and b/public/images/items/large/library-gift-basket-convertible.png differ
diff --git a/public/images/items/large/library-hween2013-assignment-convertible.png b/public/images/items/large/library-hween2013-assignment-convertible.png
new file mode 100644
index 00000000..7da7006d
Binary files /dev/null and b/public/images/items/large/library-hween2013-assignment-convertible.png differ
diff --git a/public/images/items/large/library-hween2013-research-quest-item.png b/public/images/items/large/library-hween2013-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/library-hween2013-research-quest-item.png differ
diff --git a/public/images/items/large/library-intro-research-assignment-convertible.png b/public/images/items/large/library-intro-research-assignment-convertible.png
new file mode 100644
index 00000000..c039d45c
Binary files /dev/null and b/public/images/items/large/library-intro-research-assignment-convertible.png differ
diff --git a/public/images/items/large/library-m400-assignment-convertible.png b/public/images/items/large/library-m400-assignment-convertible.png
new file mode 100644
index 00000000..744319b7
Binary files /dev/null and b/public/images/items/large/library-m400-assignment-convertible.png differ
diff --git a/public/images/items/large/library-m400-bait-assignment-convertible.png b/public/images/items/large/library-m400-bait-assignment-convertible.png
new file mode 100644
index 00000000..413fcc99
Binary files /dev/null and b/public/images/items/large/library-m400-bait-assignment-convertible.png differ
diff --git a/public/images/items/large/library-m400-bait-research-quest-item.png b/public/images/items/large/library-m400-bait-research-quest-item.png
new file mode 100644
index 00000000..f1ce72c7
Binary files /dev/null and b/public/images/items/large/library-m400-bait-research-quest-item.png differ
diff --git a/public/images/items/large/library-m400-research-quest-item.png b/public/images/items/large/library-m400-research-quest-item.png
new file mode 100644
index 00000000..f1ce72c7
Binary files /dev/null and b/public/images/items/large/library-m400-research-quest-item.png differ
diff --git a/public/images/items/large/library-mice-research-quest-item.png b/public/images/items/large/library-mice-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/library-mice-research-quest-item.png differ
diff --git a/public/images/items/large/library-point-collectible.png b/public/images/items/large/library-point-collectible.png
new file mode 100644
index 00000000..0545abe7
Binary files /dev/null and b/public/images/items/large/library-point-collectible.png differ
diff --git a/public/images/items/large/library-power-type-research-quest-item.png b/public/images/items/large/library-power-type-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/library-power-type-research-quest-item.png differ
diff --git a/public/images/items/large/library-research-assignment-convertible.png b/public/images/items/large/library-research-assignment-convertible.png
new file mode 100644
index 00000000..c039d45c
Binary files /dev/null and b/public/images/items/large/library-research-assignment-convertible.png differ
diff --git a/public/images/items/large/library-supply-kit-convertible.png b/public/images/items/large/library-supply-kit-convertible.png
new file mode 100644
index 00000000..719377b2
Binary files /dev/null and b/public/images/items/large/library-supply-kit-convertible.png differ
diff --git a/public/images/items/large/license-to-party-collectible.png b/public/images/items/large/license-to-party-collectible.png
new file mode 100644
index 00000000..6fc967ca
Binary files /dev/null and b/public/images/items/large/license-to-party-collectible.png differ
diff --git a/public/images/items/large/lich-egg-convertible.png b/public/images/items/large/lich-egg-convertible.png
new file mode 100644
index 00000000..dd7fda55
Binary files /dev/null and b/public/images/items/large/lich-egg-convertible.png differ
diff --git a/public/images/items/large/light-floating-loot-cache-convertible.png b/public/images/items/large/light-floating-loot-cache-convertible.png
new file mode 100644
index 00000000..2230aaec
Binary files /dev/null and b/public/images/items/large/light-floating-loot-cache-convertible.png differ
diff --git a/public/images/items/large/lightning-slayer-chest-convertible.png b/public/images/items/large/lightning-slayer-chest-convertible.png
new file mode 100644
index 00000000..16a896ed
Binary files /dev/null and b/public/images/items/large/lightning-slayer-chest-convertible.png differ
diff --git a/public/images/items/large/lightning-slayer-journal-theme-collectible.png b/public/images/items/large/lightning-slayer-journal-theme-collectible.png
new file mode 100644
index 00000000..1f53de26
Binary files /dev/null and b/public/images/items/large/lightning-slayer-journal-theme-collectible.png differ
diff --git a/public/images/items/large/lightning-slayer-scroll-case-convertible.png b/public/images/items/large/lightning-slayer-scroll-case-convertible.png
new file mode 100644
index 00000000..576b5a53
Binary files /dev/null and b/public/images/items/large/lightning-slayer-scroll-case-convertible.png differ
diff --git a/public/images/items/large/lightning-slayer-theme-scrap-1-crafting-item.png b/public/images/items/large/lightning-slayer-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..3276544b
Binary files /dev/null and b/public/images/items/large/lightning-slayer-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/lightning-slayer-theme-scrap-2-crafting-item.png b/public/images/items/large/lightning-slayer-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..1aa1e860
Binary files /dev/null and b/public/images/items/large/lightning-slayer-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/lightning-slayer-theme-scrap-3-crafting-item.png b/public/images/items/large/lightning-slayer-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..f22531f6
Binary files /dev/null and b/public/images/items/large/lightning-slayer-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/limelight-cheese.png b/public/images/items/large/limelight-cheese.png
new file mode 100644
index 00000000..8bc5708c
Binary files /dev/null and b/public/images/items/large/limelight-cheese.png differ
diff --git a/public/images/items/large/limestone-crafting-item.png b/public/images/items/large/limestone-crafting-item.png
new file mode 100644
index 00000000..aa07b072
Binary files /dev/null and b/public/images/items/large/limestone-crafting-item.png differ
diff --git a/public/images/items/large/lion-sphynx-skin.png b/public/images/items/large/lion-sphynx-skin.png
new file mode 100644
index 00000000..de7299b8
Binary files /dev/null and b/public/images/items/large/lion-sphynx-skin.png differ
diff --git a/public/images/items/large/liquid-lens-stat-item.png b/public/images/items/large/liquid-lens-stat-item.png
new file mode 100644
index 00000000..5d6bd4be
Binary files /dev/null and b/public/images/items/large/liquid-lens-stat-item.png differ
diff --git a/public/images/items/large/liquid-oxygen-potion.png b/public/images/items/large/liquid-oxygen-potion.png
new file mode 100644
index 00000000..86745220
Binary files /dev/null and b/public/images/items/large/liquid-oxygen-potion.png differ
diff --git a/public/images/items/large/living-base.png b/public/images/items/large/living-base.png
new file mode 100644
index 00000000..ed942ef9
Binary files /dev/null and b/public/images/items/large/living-base.png differ
diff --git a/public/images/items/large/living-chest-convertible.png b/public/images/items/large/living-chest-convertible.png
new file mode 100644
index 00000000..d72b2932
Binary files /dev/null and b/public/images/items/large/living-chest-convertible.png differ
diff --git a/public/images/items/large/living-garden-charm-pack-convertible.png b/public/images/items/large/living-garden-charm-pack-convertible.png
new file mode 100644
index 00000000..8166a1be
Binary files /dev/null and b/public/images/items/large/living-garden-charm-pack-convertible.png differ
diff --git a/public/images/items/large/living-garden-egg-convertible.png b/public/images/items/large/living-garden-egg-convertible.png
new file mode 100644
index 00000000..71981674
Binary files /dev/null and b/public/images/items/large/living-garden-egg-convertible.png differ
diff --git a/public/images/items/large/living-garden-scroll-case-convertible.png b/public/images/items/large/living-garden-scroll-case-convertible.png
new file mode 100644
index 00000000..33e79fed
Binary files /dev/null and b/public/images/items/large/living-garden-scroll-case-convertible.png differ
diff --git a/public/images/items/large/living-garden-theme-collectible.png b/public/images/items/large/living-garden-theme-collectible.png
new file mode 100644
index 00000000..05d24e6d
Binary files /dev/null and b/public/images/items/large/living-garden-theme-collectible.png differ
diff --git a/public/images/items/large/living-garden-theme-scrap-1-crafting-item.png b/public/images/items/large/living-garden-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..9270f263
Binary files /dev/null and b/public/images/items/large/living-garden-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/living-garden-theme-scrap-2-crafting-item.png b/public/images/items/large/living-garden-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..a3f8749e
Binary files /dev/null and b/public/images/items/large/living-garden-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/living-garden-theme-scrap-3-crafting-item.png b/public/images/items/large/living-garden-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..f4ed3fa7
Binary files /dev/null and b/public/images/items/large/living-garden-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/living-garden-treasure-chest-convertible.png b/public/images/items/large/living-garden-treasure-chest-convertible.png
new file mode 100644
index 00000000..a994cbb3
Binary files /dev/null and b/public/images/items/large/living-garden-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/living-garden-treasure-chest-f-convertible.png b/public/images/items/large/living-garden-treasure-chest-f-convertible.png
new file mode 100644
index 00000000..cdc7ef7d
Binary files /dev/null and b/public/images/items/large/living-garden-treasure-chest-f-convertible.png differ
diff --git a/public/images/items/large/living-garden-treasure-chest-s2-convertible.png b/public/images/items/large/living-garden-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..a994cbb3
Binary files /dev/null and b/public/images/items/large/living-garden-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/living-grove-base.png b/public/images/items/large/living-grove-base.png
new file mode 100644
index 00000000..400370b0
Binary files /dev/null and b/public/images/items/large/living-grove-base.png differ
diff --git a/public/images/items/large/living-grove-mould-crafting-item.png b/public/images/items/large/living-grove-mould-crafting-item.png
new file mode 100644
index 00000000..5c0abcdd
Binary files /dev/null and b/public/images/items/large/living-grove-mould-crafting-item.png differ
diff --git a/public/images/items/large/living-salt-egg-convertible.png b/public/images/items/large/living-salt-egg-convertible.png
new file mode 100644
index 00000000..f7e299d5
Binary files /dev/null and b/public/images/items/large/living-salt-egg-convertible.png differ
diff --git a/public/images/items/large/living-shard-crafting-item.png b/public/images/items/large/living-shard-crafting-item.png
new file mode 100644
index 00000000..19772725
Binary files /dev/null and b/public/images/items/large/living-shard-crafting-item.png differ
diff --git a/public/images/items/large/lny-2017-lantern-stat-item.png b/public/images/items/large/lny-2017-lantern-stat-item.png
new file mode 100644
index 00000000..49502be2
Binary files /dev/null and b/public/images/items/large/lny-2017-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2018-lantern-stat-item.png b/public/images/items/large/lny-2018-lantern-stat-item.png
new file mode 100644
index 00000000..eada0016
Binary files /dev/null and b/public/images/items/large/lny-2018-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2019-lantern-stat-item.png b/public/images/items/large/lny-2019-lantern-stat-item.png
new file mode 100644
index 00000000..bffbfe29
Binary files /dev/null and b/public/images/items/large/lny-2019-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2020-lantern-stat-item.png b/public/images/items/large/lny-2020-lantern-stat-item.png
new file mode 100644
index 00000000..8abc627b
Binary files /dev/null and b/public/images/items/large/lny-2020-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2021-lantern-stat-item.png b/public/images/items/large/lny-2021-lantern-stat-item.png
new file mode 100644
index 00000000..fe6cae66
Binary files /dev/null and b/public/images/items/large/lny-2021-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2022-lantern-stat-item.png b/public/images/items/large/lny-2022-lantern-stat-item.png
new file mode 100644
index 00000000..443ed0d4
Binary files /dev/null and b/public/images/items/large/lny-2022-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2023-lantern-stat-item.png b/public/images/items/large/lny-2023-lantern-stat-item.png
new file mode 100644
index 00000000..e144fcbc
Binary files /dev/null and b/public/images/items/large/lny-2023-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2024-lantern-stat-item.png b/public/images/items/large/lny-2024-lantern-stat-item.png
new file mode 100644
index 00000000..36a00e68
Binary files /dev/null and b/public/images/items/large/lny-2024-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-2025-lantern-stat-item.png b/public/images/items/large/lny-2025-lantern-stat-item.png
new file mode 100644
index 00000000..9e9e3fac
Binary files /dev/null and b/public/images/items/large/lny-2025-lantern-stat-item.png differ
diff --git a/public/images/items/large/lny-dragon-slayer-cannon-skin.png b/public/images/items/large/lny-dragon-slayer-cannon-skin.png
new file mode 100644
index 00000000..138a58a8
Binary files /dev/null and b/public/images/items/large/lny-dragon-slayer-cannon-skin.png differ
diff --git a/public/images/items/large/lny-pig-chrome-temporal-turbine-skin.png b/public/images/items/large/lny-pig-chrome-temporal-turbine-skin.png
new file mode 100644
index 00000000..8128e0e8
Binary files /dev/null and b/public/images/items/large/lny-pig-chrome-temporal-turbine-skin.png differ
diff --git a/public/images/items/large/lny-pig-timesplit-dissonance-skin.png b/public/images/items/large/lny-pig-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..16f4fbe4
Binary files /dev/null and b/public/images/items/large/lny-pig-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/large/lny-rabbit-chrome-thought-obliterator-skin.png b/public/images/items/large/lny-rabbit-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..2c458dd1
Binary files /dev/null and b/public/images/items/large/lny-rabbit-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/large/lny-rat-geyser-physical-skin.png b/public/images/items/large/lny-rat-geyser-physical-skin.png
new file mode 100644
index 00000000..2e1c83fe
Binary files /dev/null and b/public/images/items/large/lny-rat-geyser-physical-skin.png differ
diff --git a/public/images/items/large/lny-rat-geyser-tactical-skin.png b/public/images/items/large/lny-rat-geyser-tactical-skin.png
new file mode 100644
index 00000000..84d6b8d7
Binary files /dev/null and b/public/images/items/large/lny-rat-geyser-tactical-skin.png differ
diff --git a/public/images/items/large/lny-treasure-chest-2024-convertible.png b/public/images/items/large/lny-treasure-chest-2024-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/lny-treasure-chest-2024-convertible.png differ
diff --git a/public/images/items/large/lny-unlit-lantern-2018-stat-item.png b/public/images/items/large/lny-unlit-lantern-2018-stat-item.png
new file mode 100644
index 00000000..a06e0393
Binary files /dev/null and b/public/images/items/large/lny-unlit-lantern-2018-stat-item.png differ
diff --git a/public/images/items/large/lny-unlit-lantern-stat-item.png b/public/images/items/large/lny-unlit-lantern-stat-item.png
new file mode 100644
index 00000000..79480b9f
Binary files /dev/null and b/public/images/items/large/lny-unlit-lantern-stat-item.png differ
diff --git a/public/images/items/large/lockbox-limburger-cheese.png b/public/images/items/large/lockbox-limburger-cheese.png
new file mode 100644
index 00000000..84922889
Binary files /dev/null and b/public/images/items/large/lockbox-limburger-cheese.png differ
diff --git a/public/images/items/large/lollipop-haunted-shipwreck-skin.png b/public/images/items/large/lollipop-haunted-shipwreck-skin.png
new file mode 100644
index 00000000..9d590a2e
Binary files /dev/null and b/public/images/items/large/lollipop-haunted-shipwreck-skin.png differ
diff --git a/public/images/items/large/long-range-cannonball-stat-item.png b/public/images/items/large/long-range-cannonball-stat-item.png
new file mode 100644
index 00000000..46e77223
Binary files /dev/null and b/public/images/items/large/long-range-cannonball-stat-item.png differ
diff --git a/public/images/items/large/loot-cache-egg-convertible.png b/public/images/items/large/loot-cache-egg-convertible.png
new file mode 100644
index 00000000..9f5ac120
Binary files /dev/null and b/public/images/items/large/loot-cache-egg-convertible.png differ
diff --git a/public/images/items/large/lordlady-achievement.png b/public/images/items/large/lordlady-achievement.png
new file mode 100644
index 00000000..defb0169
Binary files /dev/null and b/public/images/items/large/lordlady-achievement.png differ
diff --git a/public/images/items/large/lost-chest-piece-fifth-stat-item.png b/public/images/items/large/lost-chest-piece-fifth-stat-item.png
new file mode 100644
index 00000000..af2b2f24
Binary files /dev/null and b/public/images/items/large/lost-chest-piece-fifth-stat-item.png differ
diff --git a/public/images/items/large/lost-chest-piece-first-stat-item.png b/public/images/items/large/lost-chest-piece-first-stat-item.png
new file mode 100644
index 00000000..af2b2f24
Binary files /dev/null and b/public/images/items/large/lost-chest-piece-first-stat-item.png differ
diff --git a/public/images/items/large/lost-chest-piece-fourth-stat-item.png b/public/images/items/large/lost-chest-piece-fourth-stat-item.png
new file mode 100644
index 00000000..af2b2f24
Binary files /dev/null and b/public/images/items/large/lost-chest-piece-fourth-stat-item.png differ
diff --git a/public/images/items/large/lost-chest-piece-second-stat-item.png b/public/images/items/large/lost-chest-piece-second-stat-item.png
new file mode 100644
index 00000000..af2b2f24
Binary files /dev/null and b/public/images/items/large/lost-chest-piece-second-stat-item.png differ
diff --git a/public/images/items/large/lost-chest-piece-sixth-stat-item.png b/public/images/items/large/lost-chest-piece-sixth-stat-item.png
new file mode 100644
index 00000000..af2b2f24
Binary files /dev/null and b/public/images/items/large/lost-chest-piece-sixth-stat-item.png differ
diff --git a/public/images/items/large/lost-chest-piece-third-stat-item.png b/public/images/items/large/lost-chest-piece-third-stat-item.png
new file mode 100644
index 00000000..af2b2f24
Binary files /dev/null and b/public/images/items/large/lost-chest-piece-third-stat-item.png differ
diff --git a/public/images/items/large/lost-chest-recovery-kit-convertible.png b/public/images/items/large/lost-chest-recovery-kit-convertible.png
new file mode 100644
index 00000000..7cc1e598
Binary files /dev/null and b/public/images/items/large/lost-chest-recovery-kit-convertible.png differ
diff --git a/public/images/items/large/lost-city-charm-pack-convertible.png b/public/images/items/large/lost-city-charm-pack-convertible.png
new file mode 100644
index 00000000..53fc1f64
Binary files /dev/null and b/public/images/items/large/lost-city-charm-pack-convertible.png differ
diff --git a/public/images/items/large/love-egg-convertible.png b/public/images/items/large/love-egg-convertible.png
new file mode 100644
index 00000000..1812f372
Binary files /dev/null and b/public/images/items/large/love-egg-convertible.png differ
diff --git a/public/images/items/large/lovecraft-shelf-skin.png b/public/images/items/large/lovecraft-shelf-skin.png
new file mode 100644
index 00000000..05624826
Binary files /dev/null and b/public/images/items/large/lovecraft-shelf-skin.png differ
diff --git a/public/images/items/large/low-charge-egg-convertible-2014.png b/public/images/items/large/low-charge-egg-convertible-2014.png
new file mode 100644
index 00000000..bd74eb46
Binary files /dev/null and b/public/images/items/large/low-charge-egg-convertible-2014.png differ
diff --git a/public/images/items/large/low-charge-egg-convertible.png b/public/images/items/large/low-charge-egg-convertible.png
new file mode 100644
index 00000000..bd74eb46
Binary files /dev/null and b/public/images/items/large/low-charge-egg-convertible.png differ
diff --git a/public/images/items/large/low-hween2020-treasure-chest-convertible.png b/public/images/items/large/low-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/low-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/luck-power-trinket.png b/public/images/items/large/luck-power-trinket.png
new file mode 100644
index 00000000..eeaa1c43
Binary files /dev/null and b/public/images/items/large/luck-power-trinket.png differ
diff --git a/public/images/items/large/luck-trinket.png b/public/images/items/large/luck-trinket.png
new file mode 100644
index 00000000..0c992a34
Binary files /dev/null and b/public/images/items/large/luck-trinket.png differ
diff --git a/public/images/items/large/lucky-cap-collectible.png b/public/images/items/large/lucky-cap-collectible.png
new file mode 100644
index 00000000..af057d39
Binary files /dev/null and b/public/images/items/large/lucky-cap-collectible.png differ
diff --git a/public/images/items/large/lucky-clover-kit-convertible.png b/public/images/items/large/lucky-clover-kit-convertible.png
new file mode 100644
index 00000000..1dbfe858
Binary files /dev/null and b/public/images/items/large/lucky-clover-kit-convertible.png differ
diff --git a/public/images/items/large/lucky-coin-convertible.png b/public/images/items/large/lucky-coin-convertible.png
new file mode 100644
index 00000000..cc06f1c3
Binary files /dev/null and b/public/images/items/large/lucky-coin-convertible.png differ
diff --git a/public/images/items/large/lucky-egg-convertible.png b/public/images/items/large/lucky-egg-convertible.png
new file mode 100644
index 00000000..7aa0dfa5
Binary files /dev/null and b/public/images/items/large/lucky-egg-convertible.png differ
diff --git a/public/images/items/large/lucky-horseshoe-convertible.png b/public/images/items/large/lucky-horseshoe-convertible.png
new file mode 100644
index 00000000..a9c3b190
Binary files /dev/null and b/public/images/items/large/lucky-horseshoe-convertible.png differ
diff --git a/public/images/items/large/lucky-hunting-kit-convertible.png b/public/images/items/large/lucky-hunting-kit-convertible.png
new file mode 100644
index 00000000..d18957f7
Binary files /dev/null and b/public/images/items/large/lucky-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/lucky-liker-charm-pack-convertible.png b/public/images/items/large/lucky-liker-charm-pack-convertible.png
new file mode 100644
index 00000000..be96b4a4
Binary files /dev/null and b/public/images/items/large/lucky-liker-charm-pack-convertible.png differ
diff --git a/public/images/items/large/lucky-rabbit-trinket.png b/public/images/items/large/lucky-rabbit-trinket.png
new file mode 100644
index 00000000..384e0467
Binary files /dev/null and b/public/images/items/large/lucky-rabbit-trinket.png differ
diff --git a/public/images/items/large/lucky-rainbow-kit-convertible.png b/public/images/items/large/lucky-rainbow-kit-convertible.png
new file mode 100644
index 00000000..d062d494
Binary files /dev/null and b/public/images/items/large/lucky-rainbow-kit-convertible.png differ
diff --git a/public/images/items/large/lucky-underwear-convertible.png b/public/images/items/large/lucky-underwear-convertible.png
new file mode 100644
index 00000000..fd8421d4
Binary files /dev/null and b/public/images/items/large/lucky-underwear-convertible.png differ
diff --git a/public/images/items/large/lucky-valentine-trinket.png b/public/images/items/large/lucky-valentine-trinket.png
new file mode 100644
index 00000000..ac0fa460
Binary files /dev/null and b/public/images/items/large/lucky-valentine-trinket.png differ
diff --git a/public/images/items/large/lunar-athletic-pack-convertible.png b/public/images/items/large/lunar-athletic-pack-convertible.png
new file mode 100644
index 00000000..8da4c504
Binary files /dev/null and b/public/images/items/large/lunar-athletic-pack-convertible.png differ
diff --git a/public/images/items/large/lunar-new-year-2017-cheese.png b/public/images/items/large/lunar-new-year-2017-cheese.png
new file mode 100644
index 00000000..bc12baa9
Binary files /dev/null and b/public/images/items/large/lunar-new-year-2017-cheese.png differ
diff --git a/public/images/items/large/lunar-new-year-2018-cheese.png b/public/images/items/large/lunar-new-year-2018-cheese.png
new file mode 100644
index 00000000..78529b86
Binary files /dev/null and b/public/images/items/large/lunar-new-year-2018-cheese.png differ
diff --git a/public/images/items/large/lunar-new-year-scroll-case-convertible.png b/public/images/items/large/lunar-new-year-scroll-case-convertible.png
new file mode 100644
index 00000000..39fe3040
Binary files /dev/null and b/public/images/items/large/lunar-new-year-scroll-case-convertible.png differ
diff --git a/public/images/items/large/lunar-new-year-treasure-chest-convertible.png b/public/images/items/large/lunar-new-year-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/lunar-new-year-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/lunaria-camembert-4-convertible.png b/public/images/items/large/lunaria-camembert-4-convertible.png
new file mode 100644
index 00000000..9ed0b89a
Binary files /dev/null and b/public/images/items/large/lunaria-camembert-4-convertible.png differ
diff --git a/public/images/items/large/lunaria-camembert-cheese.png b/public/images/items/large/lunaria-camembert-cheese.png
new file mode 100644
index 00000000..48ea32a0
Binary files /dev/null and b/public/images/items/large/lunaria-camembert-cheese.png differ
diff --git a/public/images/items/large/lunaria-petal-crafting-item.png b/public/images/items/large/lunaria-petal-crafting-item.png
new file mode 100644
index 00000000..4fe5cfb5
Binary files /dev/null and b/public/images/items/large/lunaria-petal-crafting-item.png differ
diff --git a/public/images/items/large/m1000-egg-convertible.png b/public/images/items/large/m1000-egg-convertible.png
new file mode 100644
index 00000000..e18ea5c4
Binary files /dev/null and b/public/images/items/large/m1000-egg-convertible.png differ
diff --git a/public/images/items/large/m1k-solo-scroll-case-convertible.png b/public/images/items/large/m1k-solo-scroll-case-convertible.png
new file mode 100644
index 00000000..68165143
Binary files /dev/null and b/public/images/items/large/m1k-solo-scroll-case-convertible.png differ
diff --git a/public/images/items/large/m1k-solo-treasure-chest-convertible.png b/public/images/items/large/m1k-solo-treasure-chest-convertible.png
new file mode 100644
index 00000000..f5ad1b78
Binary files /dev/null and b/public/images/items/large/m1k-solo-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/m1k-team-scroll-case-convertible.png b/public/images/items/large/m1k-team-scroll-case-convertible.png
new file mode 100644
index 00000000..29ddf157
Binary files /dev/null and b/public/images/items/large/m1k-team-scroll-case-convertible.png differ
diff --git a/public/images/items/large/m1k-team-treasure-chest-convertible.png b/public/images/items/large/m1k-team-treasure-chest-convertible.png
new file mode 100644
index 00000000..07bd9149
Binary files /dev/null and b/public/images/items/large/m1k-team-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/m400-egg-convertible.png b/public/images/items/large/m400-egg-convertible.png
new file mode 100644
index 00000000..4b2df02d
Binary files /dev/null and b/public/images/items/large/m400-egg-convertible.png differ
diff --git a/public/images/items/large/m400-intel-stat-item.png b/public/images/items/large/m400-intel-stat-item.png
new file mode 100644
index 00000000..f1ce72c7
Binary files /dev/null and b/public/images/items/large/m400-intel-stat-item.png differ
diff --git a/public/images/items/large/m400-monstrobot-skin.png b/public/images/items/large/m400-monstrobot-skin.png
new file mode 100644
index 00000000..076d460c
Binary files /dev/null and b/public/images/items/large/m400-monstrobot-skin.png differ
diff --git a/public/images/items/large/m400-upgraded-monstrobot-skin.png b/public/images/items/large/m400-upgraded-monstrobot-skin.png
new file mode 100644
index 00000000..5604ea49
Binary files /dev/null and b/public/images/items/large/m400-upgraded-monstrobot-skin.png differ
diff --git a/public/images/items/large/mad-princess-party-bot-skin.png b/public/images/items/large/mad-princess-party-bot-skin.png
new file mode 100644
index 00000000..3dd84f90
Binary files /dev/null and b/public/images/items/large/mad-princess-party-bot-skin.png differ
diff --git a/public/images/items/large/mage-weaver-egg-convertible.png b/public/images/items/large/mage-weaver-egg-convertible.png
new file mode 100644
index 00000000..7c75bef3
Binary files /dev/null and b/public/images/items/large/mage-weaver-egg-convertible.png differ
diff --git a/public/images/items/large/magic-bean-egg-convertible.png b/public/images/items/large/magic-bean-egg-convertible.png
new file mode 100644
index 00000000..cec26780
Binary files /dev/null and b/public/images/items/large/magic-bean-egg-convertible.png differ
diff --git a/public/images/items/large/magic-bean-stat-item.png b/public/images/items/large/magic-bean-stat-item.png
new file mode 100644
index 00000000..9ee6bf8c
Binary files /dev/null and b/public/images/items/large/magic-bean-stat-item.png differ
diff --git a/public/images/items/large/magic-cork-dust-stat-item.png b/public/images/items/large/magic-cork-dust-stat-item.png
new file mode 100644
index 00000000..4f568633
Binary files /dev/null and b/public/images/items/large/magic-cork-dust-stat-item.png differ
diff --git a/public/images/items/large/magic-egg-convertible.png b/public/images/items/large/magic-egg-convertible.png
new file mode 100644
index 00000000..f9a27227
Binary files /dev/null and b/public/images/items/large/magic-egg-convertible.png differ
diff --git a/public/images/items/large/magic-essence-craft-item.png b/public/images/items/large/magic-essence-craft-item.png
new file mode 100644
index 00000000..8f8f5db5
Binary files /dev/null and b/public/images/items/large/magic-essence-craft-item.png differ
diff --git a/public/images/items/large/magic-floor-egg-convertible.png b/public/images/items/large/magic-floor-egg-convertible.png
new file mode 100644
index 00000000..84a4c199
Binary files /dev/null and b/public/images/items/large/magic-floor-egg-convertible.png differ
diff --git a/public/images/items/large/magic-seed-crafting-item.png b/public/images/items/large/magic-seed-crafting-item.png
new file mode 100644
index 00000000..d59fdb36
Binary files /dev/null and b/public/images/items/large/magic-seed-crafting-item.png differ
diff --git a/public/images/items/large/magical-birthday-cake-message-item.png b/public/images/items/large/magical-birthday-cake-message-item.png
new file mode 100644
index 00000000..dbfe67bf
Binary files /dev/null and b/public/images/items/large/magical-birthday-cake-message-item.png differ
diff --git a/public/images/items/large/magical-blue-pepper-craft-item.png b/public/images/items/large/magical-blue-pepper-craft-item.png
new file mode 100644
index 00000000..5862cffc
Binary files /dev/null and b/public/images/items/large/magical-blue-pepper-craft-item.png differ
diff --git a/public/images/items/large/magical-cleanup-kit-convertible.png b/public/images/items/large/magical-cleanup-kit-convertible.png
new file mode 100644
index 00000000..ff78f3df
Binary files /dev/null and b/public/images/items/large/magical-cleanup-kit-convertible.png differ
diff --git a/public/images/items/large/magical-eggsweeper-convertible.png b/public/images/items/large/magical-eggsweeper-convertible.png
new file mode 100644
index 00000000..a5c63856
Binary files /dev/null and b/public/images/items/large/magical-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/magical-feather-crafting-item.png b/public/images/items/large/magical-feather-crafting-item.png
new file mode 100644
index 00000000..9cd55ecf
Binary files /dev/null and b/public/images/items/large/magical-feather-crafting-item.png differ
diff --git a/public/images/items/large/magical-havarti-cheese.png b/public/images/items/large/magical-havarti-cheese.png
new file mode 100644
index 00000000..a773d86f
Binary files /dev/null and b/public/images/items/large/magical-havarti-cheese.png differ
diff --git a/public/images/items/large/magical-magician-king-bot-skin.png b/public/images/items/large/magical-magician-king-bot-skin.png
new file mode 100644
index 00000000..c10c32fd
Binary files /dev/null and b/public/images/items/large/magical-magician-king-bot-skin.png differ
diff --git a/public/images/items/large/magical-mist-basket-convertible.png b/public/images/items/large/magical-mist-basket-convertible.png
new file mode 100644
index 00000000..da90292e
Binary files /dev/null and b/public/images/items/large/magical-mist-basket-convertible.png differ
diff --git a/public/images/items/large/magical-radioactive-blue-cheese.png b/public/images/items/large/magical-radioactive-blue-cheese.png
new file mode 100644
index 00000000..a3d8051e
Binary files /dev/null and b/public/images/items/large/magical-radioactive-blue-cheese.png differ
diff --git a/public/images/items/large/magical-rift-gift-convertible.png b/public/images/items/large/magical-rift-gift-convertible.png
new file mode 100644
index 00000000..0694f66b
Binary files /dev/null and b/public/images/items/large/magical-rift-gift-convertible.png differ
diff --git a/public/images/items/large/magical-string-cheese.png b/public/images/items/large/magical-string-cheese.png
new file mode 100644
index 00000000..3dd5a8e0
Binary files /dev/null and b/public/images/items/large/magical-string-cheese.png differ
diff --git a/public/images/items/large/magically-wrapped-gift.png b/public/images/items/large/magically-wrapped-gift.png
new file mode 100644
index 00000000..263cb683
Binary files /dev/null and b/public/images/items/large/magically-wrapped-gift.png differ
diff --git a/public/images/items/large/magma-base.png b/public/images/items/large/magma-base.png
new file mode 100644
index 00000000..1baaf81f
Binary files /dev/null and b/public/images/items/large/magma-base.png differ
diff --git a/public/images/items/large/magmatic-golem-egg-convertible.png b/public/images/items/large/magmatic-golem-egg-convertible.png
new file mode 100644
index 00000000..38e8e4cb
Binary files /dev/null and b/public/images/items/large/magmatic-golem-egg-convertible.png differ
diff --git a/public/images/items/large/magmatic-minotaur-sentinel-skin.png b/public/images/items/large/magmatic-minotaur-sentinel-skin.png
new file mode 100644
index 00000000..f437d1e0
Binary files /dev/null and b/public/images/items/large/magmatic-minotaur-sentinel-skin.png differ
diff --git a/public/images/items/large/magnet-base-blueprints-crafting-item.png b/public/images/items/large/magnet-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/magnet-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/magnet-base.png b/public/images/items/large/magnet-base.png
new file mode 100644
index 00000000..8ecf709e
Binary files /dev/null and b/public/images/items/large/magnet-base.png differ
diff --git a/public/images/items/large/magnetic-charm-chunk-crafting-item.png b/public/images/items/large/magnetic-charm-chunk-crafting-item.png
new file mode 100644
index 00000000..f0fe6b2d
Binary files /dev/null and b/public/images/items/large/magnetic-charm-chunk-crafting-item.png differ
diff --git a/public/images/items/large/maki-cheese.png b/public/images/items/large/maki-cheese.png
new file mode 100644
index 00000000..2ac5ff45
Binary files /dev/null and b/public/images/items/large/maki-cheese.png differ
diff --git a/public/images/items/large/maki-string-cheese.png b/public/images/items/large/maki-string-cheese.png
new file mode 100644
index 00000000..1b244ee0
Binary files /dev/null and b/public/images/items/large/maki-string-cheese.png differ
diff --git a/public/images/items/large/malevolent-maestro-egg-convertible.png b/public/images/items/large/malevolent-maestro-egg-convertible.png
new file mode 100644
index 00000000..397b7e11
Binary files /dev/null and b/public/images/items/large/malevolent-maestro-egg-convertible.png differ
diff --git a/public/images/items/large/mandarin-infinite-labyrinth-skin.png b/public/images/items/large/mandarin-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..7afbd701
Binary files /dev/null and b/public/images/items/large/mandarin-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/large/manticore-chrome-sphynx-skin.png b/public/images/items/large/manticore-chrome-sphynx-skin.png
new file mode 100644
index 00000000..7e3b8c3e
Binary files /dev/null and b/public/images/items/large/manticore-chrome-sphynx-skin.png differ
diff --git a/public/images/items/large/map-clue-stat-item.png b/public/images/items/large/map-clue-stat-item.png
new file mode 100644
index 00000000..7ffc86c7
Binary files /dev/null and b/public/images/items/large/map-clue-stat-item.png differ
diff --git a/public/images/items/large/marble-cake-base.png b/public/images/items/large/marble-cake-base.png
new file mode 100644
index 00000000..0e690a40
Binary files /dev/null and b/public/images/items/large/marble-cake-base.png differ
diff --git a/public/images/items/large/marble-cheese.png b/public/images/items/large/marble-cheese.png
new file mode 100644
index 00000000..62562cca
Binary files /dev/null and b/public/images/items/large/marble-cheese.png differ
diff --git a/public/images/items/large/marble-string-cheese.png b/public/images/items/large/marble-string-cheese.png
new file mode 100644
index 00000000..7cb00de3
Binary files /dev/null and b/public/images/items/large/marble-string-cheese.png differ
diff --git a/public/images/items/large/market-mogul-egg-convertible.png b/public/images/items/large/market-mogul-egg-convertible.png
new file mode 100644
index 00000000..d963f1d2
Binary files /dev/null and b/public/images/items/large/market-mogul-egg-convertible.png differ
diff --git a/public/images/items/large/marketplace-buy-regal-stool-collectible.png b/public/images/items/large/marketplace-buy-regal-stool-collectible.png
new file mode 100644
index 00000000..f604c674
Binary files /dev/null and b/public/images/items/large/marketplace-buy-regal-stool-collectible.png differ
diff --git a/public/images/items/large/marketplace-sell-regal-display-case-collectible.png b/public/images/items/large/marketplace-sell-regal-display-case-collectible.png
new file mode 100644
index 00000000..8154cddc
Binary files /dev/null and b/public/images/items/large/marketplace-sell-regal-display-case-collectible.png differ
diff --git a/public/images/items/large/marshmallow-monterey-cheese.png b/public/images/items/large/marshmallow-monterey-cheese.png
new file mode 100644
index 00000000..b4497858
Binary files /dev/null and b/public/images/items/large/marshmallow-monterey-cheese.png differ
diff --git a/public/images/items/large/massive-festive-basket-convertible.png b/public/images/items/large/massive-festive-basket-convertible.png
new file mode 100644
index 00000000..8e708814
Binary files /dev/null and b/public/images/items/large/massive-festive-basket-convertible.png differ
diff --git a/public/images/items/large/master-achievement.png b/public/images/items/large/master-achievement.png
new file mode 100644
index 00000000..dfc81c51
Binary files /dev/null and b/public/images/items/large/master-achievement.png differ
diff --git a/public/images/items/large/master-belt-shard-craft-item.png b/public/images/items/large/master-belt-shard-craft-item.png
new file mode 100644
index 00000000..9aad6fb8
Binary files /dev/null and b/public/images/items/large/master-belt-shard-craft-item.png differ
diff --git a/public/images/items/large/master-binding-crafting-item.png b/public/images/items/large/master-binding-crafting-item.png
new file mode 100644
index 00000000..54327577
Binary files /dev/null and b/public/images/items/large/master-binding-crafting-item.png differ
diff --git a/public/images/items/large/master-claw-shard-craft-item.png b/public/images/items/large/master-claw-shard-craft-item.png
new file mode 100644
index 00000000..091c2a14
Binary files /dev/null and b/public/images/items/large/master-claw-shard-craft-item.png differ
diff --git a/public/images/items/large/master-fang-shard-craft-item.png b/public/images/items/large/master-fang-shard-craft-item.png
new file mode 100644
index 00000000..6df8da08
Binary files /dev/null and b/public/images/items/large/master-fang-shard-craft-item.png differ
diff --git a/public/images/items/large/master-lord-eggsweeper-convertible.png b/public/images/items/large/master-lord-eggsweeper-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/master-lord-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/master-magus-wand-stat-item.png b/public/images/items/large/master-magus-wand-stat-item.png
new file mode 100644
index 00000000..3ed5a24e
Binary files /dev/null and b/public/images/items/large/master-magus-wand-stat-item.png differ
diff --git a/public/images/items/large/master-mimetite-stat-item.png b/public/images/items/large/master-mimetite-stat-item.png
new file mode 100644
index 00000000..daec2e1b
Binary files /dev/null and b/public/images/items/large/master-mimetite-stat-item.png differ
diff --git a/public/images/items/large/master-mimolette-cheese.png b/public/images/items/large/master-mimolette-cheese.png
new file mode 100644
index 00000000..2b5edeaf
Binary files /dev/null and b/public/images/items/large/master-mimolette-cheese.png differ
diff --git a/public/images/items/large/master-mimolette-pack-large-convertible.png b/public/images/items/large/master-mimolette-pack-large-convertible.png
new file mode 100644
index 00000000..26faffda
Binary files /dev/null and b/public/images/items/large/master-mimolette-pack-large-convertible.png differ
diff --git a/public/images/items/large/master-mimolette-pack-small-convertible.png b/public/images/items/large/master-mimolette-pack-small-convertible.png
new file mode 100644
index 00000000..04a5586d
Binary files /dev/null and b/public/images/items/large/master-mimolette-pack-small-convertible.png differ
diff --git a/public/images/items/large/master-of-the-dojo-egg-convertible.png b/public/images/items/large/master-of-the-dojo-egg-convertible.png
new file mode 100644
index 00000000..658db5de
Binary files /dev/null and b/public/images/items/large/master-of-the-dojo-egg-convertible.png differ
diff --git a/public/images/items/large/masters-seal-craft-item.png b/public/images/items/large/masters-seal-craft-item.png
new file mode 100644
index 00000000..f72c42ca
Binary files /dev/null and b/public/images/items/large/masters-seal-craft-item.png differ
diff --git a/public/images/items/large/max-loot-multiplier-egg-convertible.png b/public/images/items/large/max-loot-multiplier-egg-convertible.png
new file mode 100644
index 00000000..68368788
Binary files /dev/null and b/public/images/items/large/max-loot-multiplier-egg-convertible.png differ
diff --git a/public/images/items/large/medium-charge-egg-convertible-2014.png b/public/images/items/large/medium-charge-egg-convertible-2014.png
new file mode 100644
index 00000000..d9ef0828
Binary files /dev/null and b/public/images/items/large/medium-charge-egg-convertible-2014.png differ
diff --git a/public/images/items/large/medium-charge-egg-convertible.png b/public/images/items/large/medium-charge-egg-convertible.png
new file mode 100644
index 00000000..d9ef0828
Binary files /dev/null and b/public/images/items/large/medium-charge-egg-convertible.png differ
diff --git a/public/images/items/large/medium-hween2017-treasure-chest-convertible.png b/public/images/items/large/medium-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/medium-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/medium-hween2018-treasure-chest-convertible.png b/public/images/items/large/medium-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/medium-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/medium-queso-cheese.png b/public/images/items/large/medium-queso-cheese.png
new file mode 100644
index 00000000..12f5aba2
Binary files /dev/null and b/public/images/items/large/medium-queso-cheese.png differ
diff --git a/public/images/items/large/medium-rh-treasure-chest-convertible.png b/public/images/items/large/medium-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/medium-spice-crafting-item.png b/public/images/items/large/medium-spice-crafting-item.png
new file mode 100644
index 00000000..41731bc3
Binary files /dev/null and b/public/images/items/large/medium-spice-crafting-item.png differ
diff --git a/public/images/items/large/medium-steel-barrel-convertible.png b/public/images/items/large/medium-steel-barrel-convertible.png
new file mode 100644
index 00000000..0a61bb3e
Binary files /dev/null and b/public/images/items/large/medium-steel-barrel-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-convertible.png b/public/images/items/large/medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-halloween-convertible.png b/public/images/items/large/medium-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..0c66005b
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s10-convertible.png b/public/images/items/large/medium-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s2-convertible.png b/public/images/items/large/medium-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s3-convertible.png b/public/images/items/large/medium-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s4-convertible.png b/public/images/items/large/medium-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s5-convertible.png b/public/images/items/large/medium-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s6-convertible.png b/public/images/items/large/medium-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s7-convertible.png b/public/images/items/large/medium-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s8-convertible.png b/public/images/items/large/medium-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/medium-treasure-chest-s9-convertible.png b/public/images/items/large/medium-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..c962ad94
Binary files /dev/null and b/public/images/items/large/medium-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/medium-waste-barrel-stat-item.png b/public/images/items/large/medium-waste-barrel-stat-item.png
new file mode 100644
index 00000000..ff5decc0
Binary files /dev/null and b/public/images/items/large/medium-waste-barrel-stat-item.png differ
diff --git a/public/images/items/large/mega-tournament-journal-theme-collectible.png b/public/images/items/large/mega-tournament-journal-theme-collectible.png
new file mode 100644
index 00000000..d018ff97
Binary files /dev/null and b/public/images/items/large/mega-tournament-journal-theme-collectible.png differ
diff --git a/public/images/items/large/mega-tournament-supply-kit-convertible.png b/public/images/items/large/mega-tournament-supply-kit-convertible.png
new file mode 100644
index 00000000..3ae152d8
Binary files /dev/null and b/public/images/items/large/mega-tournament-supply-kit-convertible.png differ
diff --git a/public/images/items/large/mega-tribal-kit-convertible.png b/public/images/items/large/mega-tribal-kit-convertible.png
new file mode 100644
index 00000000..d23de3de
Binary files /dev/null and b/public/images/items/large/mega-tribal-kit-convertible.png differ
diff --git a/public/images/items/large/melee-floor-egg-convertible.png b/public/images/items/large/melee-floor-egg-convertible.png
new file mode 100644
index 00000000..a7f6a6b4
Binary files /dev/null and b/public/images/items/large/melee-floor-egg-convertible.png differ
diff --git a/public/images/items/large/meteor-prison-core-weapon.png b/public/images/items/large/meteor-prison-core-weapon.png
new file mode 100644
index 00000000..9ab2e186
Binary files /dev/null and b/public/images/items/large/meteor-prison-core-weapon.png differ
diff --git a/public/images/items/large/meteoric-core-fragments-stat-item.png b/public/images/items/large/meteoric-core-fragments-stat-item.png
new file mode 100644
index 00000000..7ffe9411
Binary files /dev/null and b/public/images/items/large/meteoric-core-fragments-stat-item.png differ
diff --git a/public/images/items/large/meteorite-piece-craft-item.png b/public/images/items/large/meteorite-piece-craft-item.png
new file mode 100644
index 00000000..85cd8f7a
Binary files /dev/null and b/public/images/items/large/meteorite-piece-craft-item.png differ
diff --git a/public/images/items/large/mh-birthday-gift-basket-convertible.png b/public/images/items/large/mh-birthday-gift-basket-convertible.png
new file mode 100644
index 00000000..64997bff
Binary files /dev/null and b/public/images/items/large/mh-birthday-gift-basket-convertible.png differ
diff --git a/public/images/items/large/microchip-curd-crafting-item.png b/public/images/items/large/microchip-curd-crafting-item.png
new file mode 100644
index 00000000..184c0306
Binary files /dev/null and b/public/images/items/large/microchip-curd-crafting-item.png differ
diff --git a/public/images/items/large/mighty-mole-egg-convertible.png b/public/images/items/large/mighty-mole-egg-convertible.png
new file mode 100644
index 00000000..73b6a98b
Binary files /dev/null and b/public/images/items/large/mighty-mole-egg-convertible.png differ
diff --git a/public/images/items/large/mild-queso-cheese.png b/public/images/items/large/mild-queso-cheese.png
new file mode 100644
index 00000000..800afc2d
Binary files /dev/null and b/public/images/items/large/mild-queso-cheese.png differ
diff --git a/public/images/items/large/mild-spice-crafting-item.png b/public/images/items/large/mild-spice-crafting-item.png
new file mode 100644
index 00000000..50b5d206
Binary files /dev/null and b/public/images/items/large/mild-spice-crafting-item.png differ
diff --git a/public/images/items/large/mine-crafting-item.png b/public/images/items/large/mine-crafting-item.png
new file mode 100644
index 00000000..bb30618d
Binary files /dev/null and b/public/images/items/large/mine-crafting-item.png differ
diff --git a/public/images/items/large/mineral-cheese.png b/public/images/items/large/mineral-cheese.png
new file mode 100644
index 00000000..1c028ff1
Binary files /dev/null and b/public/images/items/large/mineral-cheese.png differ
diff --git a/public/images/items/large/mineral-crafting-item.png b/public/images/items/large/mineral-crafting-item.png
new file mode 100644
index 00000000..ac645b39
Binary files /dev/null and b/public/images/items/large/mineral-crafting-item.png differ
diff --git a/public/images/items/large/mini-cauldron-collectible.png b/public/images/items/large/mini-cauldron-collectible.png
new file mode 100644
index 00000000..3a9f8180
Binary files /dev/null and b/public/images/items/large/mini-cauldron-collectible.png differ
diff --git a/public/images/items/large/mini-fighter-jet-collectible.png b/public/images/items/large/mini-fighter-jet-collectible.png
new file mode 100644
index 00000000..43348a26
Binary files /dev/null and b/public/images/items/large/mini-fighter-jet-collectible.png differ
diff --git a/public/images/items/large/mini-maelstrom-crafting-item.png b/public/images/items/large/mini-maelstrom-crafting-item.png
new file mode 100644
index 00000000..6e9eed2a
Binary files /dev/null and b/public/images/items/large/mini-maelstrom-crafting-item.png differ
diff --git a/public/images/items/large/miniature-torch-collectible.png b/public/images/items/large/miniature-torch-collectible.png
new file mode 100644
index 00000000..3e408c17
Binary files /dev/null and b/public/images/items/large/miniature-torch-collectible.png differ
diff --git a/public/images/items/large/mining-trinket.png b/public/images/items/large/mining-trinket.png
new file mode 100644
index 00000000..ef8c4d06
Binary files /dev/null and b/public/images/items/large/mining-trinket.png differ
diff --git a/public/images/items/large/minotaur-base-blueprints-crafting-item.png b/public/images/items/large/minotaur-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/minotaur-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/minotaur-base-crafting-item.png b/public/images/items/large/minotaur-base-crafting-item.png
new file mode 100644
index 00000000..1a1f621a
Binary files /dev/null and b/public/images/items/large/minotaur-base-crafting-item.png differ
diff --git a/public/images/items/large/minotaur-base.png b/public/images/items/large/minotaur-base.png
new file mode 100644
index 00000000..2d894c21
Binary files /dev/null and b/public/images/items/large/minotaur-base.png differ
diff --git a/public/images/items/large/minuscule-photo-album-message-item.png b/public/images/items/large/minuscule-photo-album-message-item.png
new file mode 100644
index 00000000..319b14d3
Binary files /dev/null and b/public/images/items/large/minuscule-photo-album-message-item.png differ
diff --git a/public/images/items/large/misplaced-missile-crafting-item.png b/public/images/items/large/misplaced-missile-crafting-item.png
new file mode 100644
index 00000000..477c3b5e
Binary files /dev/null and b/public/images/items/large/misplaced-missile-crafting-item.png differ
diff --git a/public/images/items/large/mist-canister-stat-item.png b/public/images/items/large/mist-canister-stat-item.png
new file mode 100644
index 00000000..c2747c91
Binary files /dev/null and b/public/images/items/large/mist-canister-stat-item.png differ
diff --git a/public/images/items/large/mist-meter-regulator-base.png b/public/images/items/large/mist-meter-regulator-base.png
new file mode 100644
index 00000000..c74e848a
Binary files /dev/null and b/public/images/items/large/mist-meter-regulator-base.png differ
diff --git a/public/images/items/large/mistletoe-collectible.png b/public/images/items/large/mistletoe-collectible.png
new file mode 100644
index 00000000..d3d5770c
Binary files /dev/null and b/public/images/items/large/mistletoe-collectible.png differ
diff --git a/public/images/items/large/mobile-trinket.png b/public/images/items/large/mobile-trinket.png
new file mode 100644
index 00000000..18998f4d
Binary files /dev/null and b/public/images/items/large/mobile-trinket.png differ
diff --git a/public/images/items/large/molten-glass-crafting-item.png b/public/images/items/large/molten-glass-crafting-item.png
new file mode 100644
index 00000000..22efcd89
Binary files /dev/null and b/public/images/items/large/molten-glass-crafting-item.png differ
diff --git a/public/images/items/large/molten-oasis-skin.png b/public/images/items/large/molten-oasis-skin.png
new file mode 100644
index 00000000..56e2eeaa
Binary files /dev/null and b/public/images/items/large/molten-oasis-skin.png differ
diff --git a/public/images/items/large/molten-shrapnel-base.png b/public/images/items/large/molten-shrapnel-base.png
new file mode 100644
index 00000000..55f73e3f
Binary files /dev/null and b/public/images/items/large/molten-shrapnel-base.png differ
diff --git a/public/images/items/large/monger-trinket.png b/public/images/items/large/monger-trinket.png
new file mode 100644
index 00000000..48daa316
Binary files /dev/null and b/public/images/items/large/monger-trinket.png differ
diff --git a/public/images/items/large/monkey-endless-labyrinth-skin.png b/public/images/items/large/monkey-endless-labyrinth-skin.png
new file mode 100644
index 00000000..d0046d5b
Binary files /dev/null and b/public/images/items/large/monkey-endless-labyrinth-skin.png differ
diff --git a/public/images/items/large/monkey-festival-jumbo-kit-convertible.png b/public/images/items/large/monkey-festival-jumbo-kit-convertible.png
new file mode 100644
index 00000000..a4bb15a5
Binary files /dev/null and b/public/images/items/large/monkey-festival-jumbo-kit-convertible.png differ
diff --git a/public/images/items/large/monkey-fling-potion.png b/public/images/items/large/monkey-fling-potion.png
new file mode 100644
index 00000000..cab26bd6
Binary files /dev/null and b/public/images/items/large/monkey-fling-potion.png differ
diff --git a/public/images/items/large/monkey-fling-trinket.png b/public/images/items/large/monkey-fling-trinket.png
new file mode 100644
index 00000000..3e9173ae
Binary files /dev/null and b/public/images/items/large/monkey-fling-trinket.png differ
diff --git a/public/images/items/large/monkey-focused-crystal-laser-skin.png b/public/images/items/large/monkey-focused-crystal-laser-skin.png
new file mode 100644
index 00000000..27ccb67e
Binary files /dev/null and b/public/images/items/large/monkey-focused-crystal-laser-skin.png differ
diff --git a/public/images/items/large/monkey-jade-base.png b/public/images/items/large/monkey-jade-base.png
new file mode 100644
index 00000000..6ba4a9d5
Binary files /dev/null and b/public/images/items/large/monkey-jade-base.png differ
diff --git a/public/images/items/large/monkey-mask-collectible.png b/public/images/items/large/monkey-mask-collectible.png
new file mode 100644
index 00000000..fc51f728
Binary files /dev/null and b/public/images/items/large/monkey-mask-collectible.png differ
diff --git a/public/images/items/large/monkey-multi-crystal-laser-skin.png b/public/images/items/large/monkey-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..8a8d71d9
Binary files /dev/null and b/public/images/items/large/monkey-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/large/monolith-base.png b/public/images/items/large/monolith-base.png
new file mode 100644
index 00000000..5e99e3cc
Binary files /dev/null and b/public/images/items/large/monolith-base.png differ
diff --git a/public/images/items/large/monolithic-slab-crafting-item.png b/public/images/items/large/monolithic-slab-crafting-item.png
new file mode 100644
index 00000000..1be12436
Binary files /dev/null and b/public/images/items/large/monolithic-slab-crafting-item.png differ
diff --git a/public/images/items/large/monster-egg-convertible.png b/public/images/items/large/monster-egg-convertible.png
new file mode 100644
index 00000000..f6297329
Binary files /dev/null and b/public/images/items/large/monster-egg-convertible.png differ
diff --git a/public/images/items/large/monster-of-the-meteor-egg-convertible.png b/public/images/items/large/monster-of-the-meteor-egg-convertible.png
new file mode 100644
index 00000000..efd52e9a
Binary files /dev/null and b/public/images/items/large/monster-of-the-meteor-egg-convertible.png differ
diff --git a/public/images/items/large/monstrous-midge-egg-convertible.png b/public/images/items/large/monstrous-midge-egg-convertible.png
new file mode 100644
index 00000000..a1d667b9
Binary files /dev/null and b/public/images/items/large/monstrous-midge-egg-convertible.png differ
diff --git a/public/images/items/large/moon-celestial-dissonance-weapon-skin.png b/public/images/items/large/moon-celestial-dissonance-weapon-skin.png
new file mode 100644
index 00000000..de37c4e0
Binary files /dev/null and b/public/images/items/large/moon-celestial-dissonance-weapon-skin.png differ
diff --git a/public/images/items/large/moon-cheese.png b/public/images/items/large/moon-cheese.png
new file mode 100644
index 00000000..971414b8
Binary files /dev/null and b/public/images/items/large/moon-cheese.png differ
diff --git a/public/images/items/large/mountain-ninja-cheese.png b/public/images/items/large/mountain-ninja-cheese.png
new file mode 100644
index 00000000..1fd99016
Binary files /dev/null and b/public/images/items/large/mountain-ninja-cheese.png differ
diff --git a/public/images/items/large/mousataur-skull-stat-item.png b/public/images/items/large/mousataur-skull-stat-item.png
new file mode 100644
index 00000000..80eac6c9
Binary files /dev/null and b/public/images/items/large/mousataur-skull-stat-item.png differ
diff --git a/public/images/items/large/mouse-deathbot-weapon.png b/public/images/items/large/mouse-deathbot-weapon.png
new file mode 100644
index 00000000..4c8cb577
Binary files /dev/null and b/public/images/items/large/mouse-deathbot-weapon.png differ
diff --git a/public/images/items/large/mouse-macaroon-collectible.png b/public/images/items/large/mouse-macaroon-collectible.png
new file mode 100644
index 00000000..a5d5faed
Binary files /dev/null and b/public/images/items/large/mouse-macaroon-collectible.png differ
diff --git a/public/images/items/large/mouse-mary-onette-weapon.png b/public/images/items/large/mouse-mary-onette-weapon.png
new file mode 100644
index 00000000..8e0ecbb3
Binary files /dev/null and b/public/images/items/large/mouse-mary-onette-weapon.png differ
diff --git a/public/images/items/large/mouse-pincushion-collectible.png b/public/images/items/large/mouse-pincushion-collectible.png
new file mode 100644
index 00000000..9ecc208a
Binary files /dev/null and b/public/images/items/large/mouse-pincushion-collectible.png differ
diff --git a/public/images/items/large/mouse-rocketine-weapon.png b/public/images/items/large/mouse-rocketine-weapon.png
new file mode 100644
index 00000000..fee95ab0
Binary files /dev/null and b/public/images/items/large/mouse-rocketine-weapon.png differ
diff --git a/public/images/items/large/mouse-scale-crafting-item.png b/public/images/items/large/mouse-scale-crafting-item.png
new file mode 100644
index 00000000..26e55268
Binary files /dev/null and b/public/images/items/large/mouse-scale-crafting-item.png differ
diff --git a/public/images/items/large/mouse-scale-egg-convertible.png b/public/images/items/large/mouse-scale-egg-convertible.png
new file mode 100644
index 00000000..d5ac3b68
Binary files /dev/null and b/public/images/items/large/mouse-scale-egg-convertible.png differ
diff --git a/public/images/items/large/mouse-statuette-collectible.png b/public/images/items/large/mouse-statuette-collectible.png
new file mode 100644
index 00000000..a7c5c594
Binary files /dev/null and b/public/images/items/large/mouse-statuette-collectible.png differ
diff --git a/public/images/items/large/mouse-trebuchet-weapon.png b/public/images/items/large/mouse-trebuchet-weapon.png
new file mode 100644
index 00000000..8e35ab84
Binary files /dev/null and b/public/images/items/large/mouse-trebuchet-weapon.png differ
diff --git a/public/images/items/large/mousoleum-champion-kit-convertible.png b/public/images/items/large/mousoleum-champion-kit-convertible.png
new file mode 100644
index 00000000..c87ae497
Binary files /dev/null and b/public/images/items/large/mousoleum-champion-kit-convertible.png differ
diff --git a/public/images/items/large/mousoleum-wall-health-stat-item.png b/public/images/items/large/mousoleum-wall-health-stat-item.png
new file mode 100644
index 00000000..f277d40c
Binary files /dev/null and b/public/images/items/large/mousoleum-wall-health-stat-item.png differ
diff --git a/public/images/items/large/mousoleum-wall-stat-item.png b/public/images/items/large/mousoleum-wall-stat-item.png
new file mode 100644
index 00000000..c6f96c2d
Binary files /dev/null and b/public/images/items/large/mousoleum-wall-stat-item.png differ
diff --git a/public/images/items/large/moussu-picchu-fealty-stat-item.png b/public/images/items/large/moussu-picchu-fealty-stat-item.png
new file mode 100644
index 00000000..bfec50e6
Binary files /dev/null and b/public/images/items/large/moussu-picchu-fealty-stat-item.png differ
diff --git a/public/images/items/large/moussu-picchu-gift-basket-convertible.png b/public/images/items/large/moussu-picchu-gift-basket-convertible.png
new file mode 100644
index 00000000..ff474f1e
Binary files /dev/null and b/public/images/items/large/moussu-picchu-gift-basket-convertible.png differ
diff --git a/public/images/items/large/moussu-picchu-journal-theme-collectible.png b/public/images/items/large/moussu-picchu-journal-theme-collectible.png
new file mode 100644
index 00000000..60e00cc9
Binary files /dev/null and b/public/images/items/large/moussu-picchu-journal-theme-collectible.png differ
diff --git a/public/images/items/large/moussu-picchu-map-piece.png b/public/images/items/large/moussu-picchu-map-piece.png
new file mode 100644
index 00000000..4906a6f1
Binary files /dev/null and b/public/images/items/large/moussu-picchu-map-piece.png differ
diff --git a/public/images/items/large/moussu-picchu-scholar-stat-item.png b/public/images/items/large/moussu-picchu-scholar-stat-item.png
new file mode 100644
index 00000000..bae0245b
Binary files /dev/null and b/public/images/items/large/moussu-picchu-scholar-stat-item.png differ
diff --git a/public/images/items/large/moussu-picchu-scroll-case-convertible.png b/public/images/items/large/moussu-picchu-scroll-case-convertible.png
new file mode 100644
index 00000000..ed59f98f
Binary files /dev/null and b/public/images/items/large/moussu-picchu-scroll-case-convertible.png differ
diff --git a/public/images/items/large/moussu-picchu-supply-kit-convertible.png b/public/images/items/large/moussu-picchu-supply-kit-convertible.png
new file mode 100644
index 00000000..a26bca54
Binary files /dev/null and b/public/images/items/large/moussu-picchu-supply-kit-convertible.png differ
diff --git a/public/images/items/large/moussu-picchu-tech-stat-item.png b/public/images/items/large/moussu-picchu-tech-stat-item.png
new file mode 100644
index 00000000..d6ac37a7
Binary files /dev/null and b/public/images/items/large/moussu-picchu-tech-stat-item.png differ
diff --git a/public/images/items/large/moussu-picchu-theme-scrap-1-crafting-item.png b/public/images/items/large/moussu-picchu-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..e8a5a2a5
Binary files /dev/null and b/public/images/items/large/moussu-picchu-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/moussu-picchu-theme-scrap-2-crafting-item.png b/public/images/items/large/moussu-picchu-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..b861041d
Binary files /dev/null and b/public/images/items/large/moussu-picchu-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/moussu-picchu-theme-scrap-3-crafting-item.png b/public/images/items/large/moussu-picchu-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..2f7c9240
Binary files /dev/null and b/public/images/items/large/moussu-picchu-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/moussu-picchu-treasure-chest-convertible.png b/public/images/items/large/moussu-picchu-treasure-chest-convertible.png
new file mode 100644
index 00000000..470f9842
Binary files /dev/null and b/public/images/items/large/moussu-picchu-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/moussu-picchu-treasure-hunting-kit-convertible.png b/public/images/items/large/moussu-picchu-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..8cbca7c1
Binary files /dev/null and b/public/images/items/large/moussu-picchu-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/mozzarella-cheese.png b/public/images/items/large/mozzarella-cheese.png
new file mode 100644
index 00000000..09470d35
Binary files /dev/null and b/public/images/items/large/mozzarella-cheese.png differ
diff --git a/public/images/items/large/multi-crystal-laser-weapon.png b/public/images/items/large/multi-crystal-laser-weapon.png
new file mode 100644
index 00000000..6bd51ae9
Binary files /dev/null and b/public/images/items/large/multi-crystal-laser-weapon.png differ
diff --git a/public/images/items/large/muridae-egg-convertible.png b/public/images/items/large/muridae-egg-convertible.png
new file mode 100644
index 00000000..819ef5e4
Binary files /dev/null and b/public/images/items/large/muridae-egg-convertible.png differ
diff --git a/public/images/items/large/muridae-gift-basket-convertible.png b/public/images/items/large/muridae-gift-basket-convertible.png
new file mode 100644
index 00000000..0da74e83
Binary files /dev/null and b/public/images/items/large/muridae-gift-basket-convertible.png differ
diff --git a/public/images/items/large/muridae-mega-supply-kit-convertible.png b/public/images/items/large/muridae-mega-supply-kit-convertible.png
new file mode 100644
index 00000000..a743a915
Binary files /dev/null and b/public/images/items/large/muridae-mega-supply-kit-convertible.png differ
diff --git a/public/images/items/large/muridae-scroll-case-convertible.png b/public/images/items/large/muridae-scroll-case-convertible.png
new file mode 100644
index 00000000..e8f53a32
Binary files /dev/null and b/public/images/items/large/muridae-scroll-case-convertible.png differ
diff --git a/public/images/items/large/muridae-supply-kit-convertible.png b/public/images/items/large/muridae-supply-kit-convertible.png
new file mode 100644
index 00000000..f5ef67a3
Binary files /dev/null and b/public/images/items/large/muridae-supply-kit-convertible.png differ
diff --git a/public/images/items/large/muridae-treasure-chest-convertible.png b/public/images/items/large/muridae-treasure-chest-convertible.png
new file mode 100644
index 00000000..a516784f
Binary files /dev/null and b/public/images/items/large/muridae-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/mutant-mongrel-egg-convertible.png b/public/images/items/large/mutant-mongrel-egg-convertible.png
new file mode 100644
index 00000000..b7c9c0dd
Binary files /dev/null and b/public/images/items/large/mutant-mongrel-egg-convertible.png differ
diff --git a/public/images/items/large/mutated-behemoth-egg-convertible.png b/public/images/items/large/mutated-behemoth-egg-convertible.png
new file mode 100644
index 00000000..3b5944ff
Binary files /dev/null and b/public/images/items/large/mutated-behemoth-egg-convertible.png differ
diff --git a/public/images/items/large/mutated-venus-mouse-trap-weapon.png b/public/images/items/large/mutated-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..7d687671
Binary files /dev/null and b/public/images/items/large/mutated-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/large/mysterious-blueprints-craft-item.png b/public/images/items/large/mysterious-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/mysterious-blueprints-craft-item.png differ
diff --git a/public/images/items/large/mysterious-box-convertible.png b/public/images/items/large/mysterious-box-convertible.png
new file mode 100644
index 00000000..30dbe0f4
Binary files /dev/null and b/public/images/items/large/mysterious-box-convertible.png differ
diff --git a/public/images/items/large/mysterious-box-s-convertible.png b/public/images/items/large/mysterious-box-s-convertible.png
new file mode 100644
index 00000000..30dbe0f4
Binary files /dev/null and b/public/images/items/large/mysterious-box-s-convertible.png differ
diff --git a/public/images/items/large/mysterious-mythical-scroll-case-2-convertible.png b/public/images/items/large/mysterious-mythical-scroll-case-2-convertible.png
new file mode 100644
index 00000000..3622378a
Binary files /dev/null and b/public/images/items/large/mysterious-mythical-scroll-case-2-convertible.png differ
diff --git a/public/images/items/large/mysterious-mythical-scroll-case-3-convertible.png b/public/images/items/large/mysterious-mythical-scroll-case-3-convertible.png
new file mode 100644
index 00000000..3622378a
Binary files /dev/null and b/public/images/items/large/mysterious-mythical-scroll-case-3-convertible.png differ
diff --git a/public/images/items/large/mysterious-mythical-scroll-case-convertible.png b/public/images/items/large/mysterious-mythical-scroll-case-convertible.png
new file mode 100644
index 00000000..3622378a
Binary files /dev/null and b/public/images/items/large/mysterious-mythical-scroll-case-convertible.png differ
diff --git a/public/images/items/large/mysterious-mythical-treasure-chest-2-convertible.png b/public/images/items/large/mysterious-mythical-treasure-chest-2-convertible.png
new file mode 100644
index 00000000..17731275
Binary files /dev/null and b/public/images/items/large/mysterious-mythical-treasure-chest-2-convertible.png differ
diff --git a/public/images/items/large/mysterious-mythical-treasure-chest-3-convertible.png b/public/images/items/large/mysterious-mythical-treasure-chest-3-convertible.png
new file mode 100644
index 00000000..17731275
Binary files /dev/null and b/public/images/items/large/mysterious-mythical-treasure-chest-3-convertible.png differ
diff --git a/public/images/items/large/mysterious-mythical-treasure-chest-convertible.png b/public/images/items/large/mysterious-mythical-treasure-chest-convertible.png
new file mode 100644
index 00000000..17731275
Binary files /dev/null and b/public/images/items/large/mysterious-mythical-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/mystery-gift-box-convertible.png b/public/images/items/large/mystery-gift-box-convertible.png
new file mode 100644
index 00000000..eb38c58b
Binary files /dev/null and b/public/images/items/large/mystery-gift-box-convertible.png differ
diff --git a/public/images/items/large/mystery-satchel-of-gold-convertible.png b/public/images/items/large/mystery-satchel-of-gold-convertible.png
new file mode 100644
index 00000000..8ee978a4
Binary files /dev/null and b/public/images/items/large/mystery-satchel-of-gold-convertible.png differ
diff --git a/public/images/items/large/mystic-advanced-research-quest-item.png b/public/images/items/large/mystic-advanced-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/mystic-advanced-research-quest-item.png differ
diff --git a/public/images/items/large/mystic-crystal-crafting-item.png b/public/images/items/large/mystic-crystal-crafting-item.png
new file mode 100644
index 00000000..ecce5205
Binary files /dev/null and b/public/images/items/large/mystic-crystal-crafting-item.png differ
diff --git a/public/images/items/large/mystic-curd-crafting-item.png b/public/images/items/large/mystic-curd-crafting-item.png
new file mode 100644
index 00000000..1b12cd0d
Binary files /dev/null and b/public/images/items/large/mystic-curd-crafting-item.png differ
diff --git a/public/images/items/large/mystic-king-egg-convertible.png b/public/images/items/large/mystic-king-egg-convertible.png
new file mode 100644
index 00000000..2cc844d7
Binary files /dev/null and b/public/images/items/large/mystic-king-egg-convertible.png differ
diff --git a/public/images/items/large/mystic-low-weapon.png b/public/images/items/large/mystic-low-weapon.png
new file mode 100644
index 00000000..9e9f396e
Binary files /dev/null and b/public/images/items/large/mystic-low-weapon.png differ
diff --git a/public/images/items/large/mystic-page-crafting-item.png b/public/images/items/large/mystic-page-crafting-item.png
new file mode 100644
index 00000000..fd277c1c
Binary files /dev/null and b/public/images/items/large/mystic-page-crafting-item.png differ
diff --git a/public/images/items/large/mystickingresearch-quest-item.png b/public/images/items/large/mystickingresearch-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/mystickingresearch-quest-item.png differ
diff --git a/public/images/items/large/mythical-dragon-egg-convertible.png b/public/images/items/large/mythical-dragon-egg-convertible.png
new file mode 100644
index 00000000..055d6728
Binary files /dev/null and b/public/images/items/large/mythical-dragon-egg-convertible.png differ
diff --git a/public/images/items/large/mythical-dragon-heart-stat-item.png b/public/images/items/large/mythical-dragon-heart-stat-item.png
new file mode 100644
index 00000000..832159c6
Binary files /dev/null and b/public/images/items/large/mythical-dragon-heart-stat-item.png differ
diff --git a/public/images/items/large/mythical-giant-king-egg-convertible.png b/public/images/items/large/mythical-giant-king-egg-convertible.png
new file mode 100644
index 00000000..0aa54de2
Binary files /dev/null and b/public/images/items/large/mythical-giant-king-egg-convertible.png differ
diff --git a/public/images/items/large/mythical-master-egg-convertible.png b/public/images/items/large/mythical-master-egg-convertible.png
new file mode 100644
index 00000000..88aa16a3
Binary files /dev/null and b/public/images/items/large/mythical-master-egg-convertible.png differ
diff --git a/public/images/items/large/mythical-mulch-stat-item.png b/public/images/items/large/mythical-mulch-stat-item.png
new file mode 100644
index 00000000..2c3f5e95
Binary files /dev/null and b/public/images/items/large/mythical-mulch-stat-item.png differ
diff --git a/public/images/items/large/mythweaver-egg-convertible.png b/public/images/items/large/mythweaver-egg-convertible.png
new file mode 100644
index 00000000..7dfff4a9
Binary files /dev/null and b/public/images/items/large/mythweaver-egg-convertible.png differ
diff --git a/public/images/items/large/nachore-stat-item.png b/public/images/items/large/nachore-stat-item.png
new file mode 100644
index 00000000..9c5f072d
Binary files /dev/null and b/public/images/items/large/nachore-stat-item.png differ
diff --git a/public/images/items/large/nanny-bolts-craft-item.png b/public/images/items/large/nanny-bolts-craft-item.png
new file mode 100644
index 00000000..fb862a4b
Binary files /dev/null and b/public/images/items/large/nanny-bolts-craft-item.png differ
diff --git a/public/images/items/large/nanny-glasses-crafting-item.png b/public/images/items/large/nanny-glasses-crafting-item.png
new file mode 100644
index 00000000..5e35b84b
Binary files /dev/null and b/public/images/items/large/nanny-glasses-crafting-item.png differ
diff --git a/public/images/items/large/nanny-trinket.png b/public/images/items/large/nanny-trinket.png
new file mode 100644
index 00000000..562fbfb9
Binary files /dev/null and b/public/images/items/large/nanny-trinket.png differ
diff --git a/public/images/items/large/nannybot-parts-crafting-item.png b/public/images/items/large/nannybot-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/nannybot-parts-crafting-item.png differ
diff --git a/public/images/items/large/nannybot-weapon.png b/public/images/items/large/nannybot-weapon.png
new file mode 100644
index 00000000..022fa7a9
Binary files /dev/null and b/public/images/items/large/nannybot-weapon.png differ
diff --git a/public/images/items/large/naturalist-egg-convertible.png b/public/images/items/large/naturalist-egg-convertible.png
new file mode 100644
index 00000000..bd1db0ba
Binary files /dev/null and b/public/images/items/large/naturalist-egg-convertible.png differ
diff --git a/public/images/items/large/naughty-2014-list-chest-convertible.png b/public/images/items/large/naughty-2014-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2014-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2014-list-convertible.png b/public/images/items/large/naughty-2014-list-convertible.png
new file mode 100644
index 00000000..f7eabc67
Binary files /dev/null and b/public/images/items/large/naughty-2014-list-convertible.png differ
diff --git a/public/images/items/large/naughty-2015-list-chest-convertible.png b/public/images/items/large/naughty-2015-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2015-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2016-list-chest-convertible.png b/public/images/items/large/naughty-2016-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2016-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2017-list-chest-convertible.png b/public/images/items/large/naughty-2017-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2017-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2018-list-chest-convertible.png b/public/images/items/large/naughty-2018-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2018-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2019-list-chest-convertible.png b/public/images/items/large/naughty-2019-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2019-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2020-list-chest-convertible.png b/public/images/items/large/naughty-2020-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2020-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2021-list-chest-convertible.png b/public/images/items/large/naughty-2021-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-2021-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-2022-list-chest-convertible.png b/public/images/items/large/naughty-2022-list-chest-convertible.png
new file mode 100644
index 00000000..0e818649
Binary files /dev/null and b/public/images/items/large/naughty-2022-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-list-chest-convertible.png b/public/images/items/large/naughty-list-chest-convertible.png
new file mode 100644
index 00000000..ef4f2b80
Binary files /dev/null and b/public/images/items/large/naughty-list-chest-convertible.png differ
diff --git a/public/images/items/large/naughty-list-convertible.png b/public/images/items/large/naughty-list-convertible.png
new file mode 100644
index 00000000..f7eabc67
Binary files /dev/null and b/public/images/items/large/naughty-list-convertible.png differ
diff --git a/public/images/items/large/naughty-list-printing-press-base.png b/public/images/items/large/naughty-list-printing-press-base.png
new file mode 100644
index 00000000..3cf7cbd6
Binary files /dev/null and b/public/images/items/large/naughty-list-printing-press-base.png differ
diff --git a/public/images/items/large/nautilus-weapon.png b/public/images/items/large/nautilus-weapon.png
new file mode 100644
index 00000000..fd51d8e6
Binary files /dev/null and b/public/images/items/large/nautilus-weapon.png differ
diff --git a/public/images/items/large/nerg-egg-convertible.png b/public/images/items/large/nerg-egg-convertible.png
new file mode 100644
index 00000000..bc003390
Binary files /dev/null and b/public/images/items/large/nerg-egg-convertible.png differ
diff --git a/public/images/items/large/nerg-power-trinket.png b/public/images/items/large/nerg-power-trinket.png
new file mode 100644
index 00000000..3b7fcc8d
Binary files /dev/null and b/public/images/items/large/nerg-power-trinket.png differ
diff --git a/public/images/items/large/nerg-survival-kit-convertible.png b/public/images/items/large/nerg-survival-kit-convertible.png
new file mode 100644
index 00000000..9c28ff2a
Binary files /dev/null and b/public/images/items/large/nerg-survival-kit-convertible.png differ
diff --git a/public/images/items/large/net-cannon-weapon.png b/public/images/items/large/net-cannon-weapon.png
new file mode 100644
index 00000000..e012e3ab
Binary files /dev/null and b/public/images/items/large/net-cannon-weapon.png differ
diff --git a/public/images/items/large/new-base-blueprints-crafting-item.png b/public/images/items/large/new-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/new-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/new-year-princebot-skin.png b/public/images/items/large/new-year-princebot-skin.png
new file mode 100644
index 00000000..fe5b1001
Binary files /dev/null and b/public/images/items/large/new-year-princebot-skin.png differ
diff --git a/public/images/items/large/new-year-scroll-case-convertible.png b/public/images/items/large/new-year-scroll-case-convertible.png
new file mode 100644
index 00000000..ebe11cec
Binary files /dev/null and b/public/images/items/large/new-year-scroll-case-convertible.png differ
diff --git a/public/images/items/large/new-year-yule-log-stat-item.png b/public/images/items/large/new-year-yule-log-stat-item.png
new file mode 100644
index 00000000..9d17db52
Binary files /dev/null and b/public/images/items/large/new-year-yule-log-stat-item.png differ
diff --git a/public/images/items/large/new-years-2015-victory-stat-item.png b/public/images/items/large/new-years-2015-victory-stat-item.png
new file mode 100644
index 00000000..5e1527b0
Binary files /dev/null and b/public/images/items/large/new-years-2015-victory-stat-item.png differ
diff --git a/public/images/items/large/new-years-2017-base.png b/public/images/items/large/new-years-2017-base.png
new file mode 100644
index 00000000..d9370112
Binary files /dev/null and b/public/images/items/large/new-years-2017-base.png differ
diff --git a/public/images/items/large/new-years-2017-weapon.png b/public/images/items/large/new-years-2017-weapon.png
new file mode 100644
index 00000000..f7fae335
Binary files /dev/null and b/public/images/items/large/new-years-2017-weapon.png differ
diff --git a/public/images/items/large/new-years-2018-base.png b/public/images/items/large/new-years-2018-base.png
new file mode 100644
index 00000000..1e5e5c69
Binary files /dev/null and b/public/images/items/large/new-years-2018-base.png differ
diff --git a/public/images/items/large/new-years-2019-base.png b/public/images/items/large/new-years-2019-base.png
new file mode 100644
index 00000000..33c561f2
Binary files /dev/null and b/public/images/items/large/new-years-2019-base.png differ
diff --git a/public/images/items/large/new-years-2020-base.png b/public/images/items/large/new-years-2020-base.png
new file mode 100644
index 00000000..09eb3e92
Binary files /dev/null and b/public/images/items/large/new-years-2020-base.png differ
diff --git a/public/images/items/large/new-years-2021-base.png b/public/images/items/large/new-years-2021-base.png
new file mode 100644
index 00000000..b0e5cac1
Binary files /dev/null and b/public/images/items/large/new-years-2021-base.png differ
diff --git a/public/images/items/large/new-years-2022-base.png b/public/images/items/large/new-years-2022-base.png
new file mode 100644
index 00000000..0cf74d43
Binary files /dev/null and b/public/images/items/large/new-years-2022-base.png differ
diff --git a/public/images/items/large/new-years-2023-base.png b/public/images/items/large/new-years-2023-base.png
new file mode 100644
index 00000000..1c3c86e5
Binary files /dev/null and b/public/images/items/large/new-years-2023-base.png differ
diff --git a/public/images/items/large/new-years-2024-base.png b/public/images/items/large/new-years-2024-base.png
new file mode 100644
index 00000000..103e82c2
Binary files /dev/null and b/public/images/items/large/new-years-2024-base.png differ
diff --git a/public/images/items/large/new-years-2025-base.png b/public/images/items/large/new-years-2025-base.png
new file mode 100644
index 00000000..aa44cf2d
Binary files /dev/null and b/public/images/items/large/new-years-2025-base.png differ
diff --git a/public/images/items/large/new-years-celebratory-party-cannon-skin.png b/public/images/items/large/new-years-celebratory-party-cannon-skin.png
new file mode 100644
index 00000000..64299da0
Binary files /dev/null and b/public/images/items/large/new-years-celebratory-party-cannon-skin.png differ
diff --git a/public/images/items/large/new-years-chest-convertible.png b/public/images/items/large/new-years-chest-convertible.png
new file mode 100644
index 00000000..bd9e2e46
Binary files /dev/null and b/public/images/items/large/new-years-chest-convertible.png differ
diff --git a/public/images/items/large/new-years-chrome-sphynx-skin.png b/public/images/items/large/new-years-chrome-sphynx-skin.png
new file mode 100644
index 00000000..defef922
Binary files /dev/null and b/public/images/items/large/new-years-chrome-sphynx-skin.png differ
diff --git a/public/images/items/large/new-years-clockwork-portal-skin.png b/public/images/items/large/new-years-clockwork-portal-skin.png
new file mode 100644
index 00000000..f79f4966
Binary files /dev/null and b/public/images/items/large/new-years-clockwork-portal-skin.png differ
diff --git a/public/images/items/large/new-years-dimensional-chest-skin.png b/public/images/items/large/new-years-dimensional-chest-skin.png
new file mode 100644
index 00000000..577b7a81
Binary files /dev/null and b/public/images/items/large/new-years-dimensional-chest-skin.png differ
diff --git a/public/images/items/large/new-years-endless-labyrinth-skin.png b/public/images/items/large/new-years-endless-labyrinth-skin.png
new file mode 100644
index 00000000..c1d2f9c7
Binary files /dev/null and b/public/images/items/large/new-years-endless-labyrinth-skin.png differ
diff --git a/public/images/items/large/new-years-event-horizon-crafting-item.png b/public/images/items/large/new-years-event-horizon-crafting-item.png
new file mode 100644
index 00000000..56cbee87
Binary files /dev/null and b/public/images/items/large/new-years-event-horizon-crafting-item.png differ
diff --git a/public/images/items/large/new-years-event-horizon-weapon.png b/public/images/items/large/new-years-event-horizon-weapon.png
new file mode 100644
index 00000000..f1ae359d
Binary files /dev/null and b/public/images/items/large/new-years-event-horizon-weapon.png differ
diff --git a/public/images/items/large/new-years-floating-arcane-weapon-skin.png b/public/images/items/large/new-years-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..e19d9032
Binary files /dev/null and b/public/images/items/large/new-years-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/large/new-years-nougat-stat-item.png b/public/images/items/large/new-years-nougat-stat-item.png
new file mode 100644
index 00000000..9efff4fb
Binary files /dev/null and b/public/images/items/large/new-years-nougat-stat-item.png differ
diff --git a/public/images/items/large/new-years-party-ball-convertible.png b/public/images/items/large/new-years-party-ball-convertible.png
new file mode 100644
index 00000000..02e70856
Binary files /dev/null and b/public/images/items/large/new-years-party-ball-convertible.png differ
diff --git a/public/images/items/large/new-years-scarlet-ember-root-trap-skin.png b/public/images/items/large/new-years-scarlet-ember-root-trap-skin.png
new file mode 100644
index 00000000..b0191ae6
Binary files /dev/null and b/public/images/items/large/new-years-scarlet-ember-root-trap-skin.png differ
diff --git a/public/images/items/large/new-years-slac-ii-skin.png b/public/images/items/large/new-years-slac-ii-skin.png
new file mode 100644
index 00000000..62b217b2
Binary files /dev/null and b/public/images/items/large/new-years-slac-ii-skin.png differ
diff --git a/public/images/items/large/new-years-voucher-stat-item.png b/public/images/items/large/new-years-voucher-stat-item.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/new-years-voucher-stat-item.png differ
diff --git a/public/images/items/large/nibbler-egg-convertible.png b/public/images/items/large/nibbler-egg-convertible.png
new file mode 100644
index 00000000..f0aeac29
Binary files /dev/null and b/public/images/items/large/nibbler-egg-convertible.png differ
diff --git a/public/images/items/large/nice-2014-list-chest-convertible.png b/public/images/items/large/nice-2014-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2014-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-2014-list-convertible.png b/public/images/items/large/nice-2014-list-convertible.png
new file mode 100644
index 00000000..e53504d1
Binary files /dev/null and b/public/images/items/large/nice-2014-list-convertible.png differ
diff --git a/public/images/items/large/nice-2015-list-chest-convertible.png b/public/images/items/large/nice-2015-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2015-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-2016-list-chest-convertible.png b/public/images/items/large/nice-2016-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2016-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-2017-list-chest-convertible.png b/public/images/items/large/nice-2017-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2017-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-2018-list-chest-convertible.png b/public/images/items/large/nice-2018-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2018-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-2021-list-chest-convertible.png b/public/images/items/large/nice-2021-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2021-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-2022-list-chest-convertible.png b/public/images/items/large/nice-2022-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-2022-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-list-chest-convertible.png b/public/images/items/large/nice-list-chest-convertible.png
new file mode 100644
index 00000000..f281aefe
Binary files /dev/null and b/public/images/items/large/nice-list-chest-convertible.png differ
diff --git a/public/images/items/large/nice-list-convertible.png b/public/images/items/large/nice-list-convertible.png
new file mode 100644
index 00000000..e53504d1
Binary files /dev/null and b/public/images/items/large/nice-list-convertible.png differ
diff --git a/public/images/items/large/night-egg-convertible.png b/public/images/items/large/night-egg-convertible.png
new file mode 100644
index 00000000..334a9240
Binary files /dev/null and b/public/images/items/large/night-egg-convertible.png differ
diff --git a/public/images/items/large/nightlight-trinket.png b/public/images/items/large/nightlight-trinket.png
new file mode 100644
index 00000000..ce04f2cb
Binary files /dev/null and b/public/images/items/large/nightlight-trinket.png differ
diff --git a/public/images/items/large/nightshade-basket-convertible.png b/public/images/items/large/nightshade-basket-convertible.png
new file mode 100644
index 00000000..c46b286f
Binary files /dev/null and b/public/images/items/large/nightshade-basket-convertible.png differ
diff --git a/public/images/items/large/nightshade-boost-trinket.png b/public/images/items/large/nightshade-boost-trinket.png
new file mode 100644
index 00000000..476d34bf
Binary files /dev/null and b/public/images/items/large/nightshade-boost-trinket.png differ
diff --git a/public/images/items/large/nightshade-egg-convertible.png b/public/images/items/large/nightshade-egg-convertible.png
new file mode 100644
index 00000000..cbd7291f
Binary files /dev/null and b/public/images/items/large/nightshade-egg-convertible.png differ
diff --git a/public/images/items/large/nightshade-farming-kit-convertible.png b/public/images/items/large/nightshade-farming-kit-convertible.png
new file mode 100644
index 00000000..503f5110
Binary files /dev/null and b/public/images/items/large/nightshade-farming-kit-convertible.png differ
diff --git a/public/images/items/large/nightshade-kit-convertible.png b/public/images/items/large/nightshade-kit-convertible.png
new file mode 100644
index 00000000..0ce5cc20
Binary files /dev/null and b/public/images/items/large/nightshade-kit-convertible.png differ
diff --git a/public/images/items/large/nine-reindeer-antlers-collectible.png b/public/images/items/large/nine-reindeer-antlers-collectible.png
new file mode 100644
index 00000000..d8e2e06b
Binary files /dev/null and b/public/images/items/large/nine-reindeer-antlers-collectible.png differ
diff --git a/public/images/items/large/ninja-ambush-skin-crafting-item.png b/public/images/items/large/ninja-ambush-skin-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/ninja-ambush-skin-crafting-item.png differ
diff --git a/public/images/items/large/ninja-ambush-weapon.png b/public/images/items/large/ninja-ambush-weapon.png
new file mode 100644
index 00000000..b7aa5598
Binary files /dev/null and b/public/images/items/large/ninja-ambush-weapon.png differ
diff --git a/public/images/items/large/noble-floor-egg-convertible.png b/public/images/items/large/noble-floor-egg-convertible.png
new file mode 100644
index 00000000..82dfbe91
Binary files /dev/null and b/public/images/items/large/noble-floor-egg-convertible.png differ
diff --git a/public/images/items/large/noisemaker-collectible.png b/public/images/items/large/noisemaker-collectible.png
new file mode 100644
index 00000000..a58a5898
Binary files /dev/null and b/public/images/items/large/noisemaker-collectible.png differ
diff --git a/public/images/items/large/nori-craft-item.png b/public/images/items/large/nori-craft-item.png
new file mode 100644
index 00000000..73ff6e8e
Binary files /dev/null and b/public/images/items/large/nori-craft-item.png differ
diff --git a/public/images/items/large/not-so-secret-bunny-message-item.png b/public/images/items/large/not-so-secret-bunny-message-item.png
new file mode 100644
index 00000000..275c1405
Binary files /dev/null and b/public/images/items/large/not-so-secret-bunny-message-item.png differ
diff --git a/public/images/items/large/nothing-stat-item.png b/public/images/items/large/nothing-stat-item.png
new file mode 100644
index 00000000..fa8f8dc8
Binary files /dev/null and b/public/images/items/large/nothing-stat-item.png differ
diff --git a/public/images/items/large/novice-journeyman-eggsweeper-convertible.png b/public/images/items/large/novice-journeyman-eggsweeper-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/novice-journeyman-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/novice-starter-kit-convertible.png b/public/images/items/large/novice-starter-kit-convertible.png
new file mode 100644
index 00000000..f9737976
Binary files /dev/null and b/public/images/items/large/novice-starter-kit-convertible.png differ
diff --git a/public/images/items/large/noxious-school-of-sharks-pattern-crafting-item.png b/public/images/items/large/noxious-school-of-sharks-pattern-crafting-item.png
new file mode 100644
index 00000000..8c1f40d0
Binary files /dev/null and b/public/images/items/large/noxious-school-of-sharks-pattern-crafting-item.png differ
diff --git a/public/images/items/large/noxious-school-of-sharks-skin.png b/public/images/items/large/noxious-school-of-sharks-skin.png
new file mode 100644
index 00000000..ef93aef0
Binary files /dev/null and b/public/images/items/large/noxious-school-of-sharks-skin.png differ
diff --git a/public/images/items/large/nuclear-garlic-crafting-item.png b/public/images/items/large/nuclear-garlic-crafting-item.png
new file mode 100644
index 00000000..3d465fe3
Binary files /dev/null and b/public/images/items/large/nuclear-garlic-crafting-item.png differ
diff --git a/public/images/items/large/nugget-of-nougat-stat-item.png b/public/images/items/large/nugget-of-nougat-stat-item.png
new file mode 100644
index 00000000..e82b43ad
Binary files /dev/null and b/public/images/items/large/nugget-of-nougat-stat-item.png differ
diff --git a/public/images/items/large/null-gauntlet-stat-item.png b/public/images/items/large/null-gauntlet-stat-item.png
new file mode 100644
index 00000000..73e0b925
Binary files /dev/null and b/public/images/items/large/null-gauntlet-stat-item.png differ
diff --git a/public/images/items/large/null-rift-egg-convertible.png b/public/images/items/large/null-rift-egg-convertible.png
new file mode 100644
index 00000000..ecddda5e
Binary files /dev/null and b/public/images/items/large/null-rift-egg-convertible.png differ
diff --git a/public/images/items/large/nutcracker-collectible.png b/public/images/items/large/nutcracker-collectible.png
new file mode 100644
index 00000000..33c6aebe
Binary files /dev/null and b/public/images/items/large/nutcracker-collectible.png differ
diff --git a/public/images/items/large/nutcracker-winter-weapon.png b/public/images/items/large/nutcracker-winter-weapon.png
new file mode 100644
index 00000000..d920f058
Binary files /dev/null and b/public/images/items/large/nutcracker-winter-weapon.png differ
diff --git a/public/images/items/large/nutmug-cheese.png b/public/images/items/large/nutmug-cheese.png
new file mode 100644
index 00000000..f74e3acd
Binary files /dev/null and b/public/images/items/large/nutmug-cheese.png differ
diff --git a/public/images/items/large/nvmrc-forcefield-trap-weapon.png b/public/images/items/large/nvmrc-forcefield-trap-weapon.png
new file mode 100644
index 00000000..61749a9c
Binary files /dev/null and b/public/images/items/large/nvmrc-forcefield-trap-weapon.png differ
diff --git a/public/images/items/large/oasis-bead-crafting-item.png b/public/images/items/large/oasis-bead-crafting-item.png
new file mode 100644
index 00000000..19f2b031
Binary files /dev/null and b/public/images/items/large/oasis-bead-crafting-item.png differ
diff --git a/public/images/items/large/oasis-water-node-blueprint-crafting-item.png b/public/images/items/large/oasis-water-node-blueprint-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/oasis-water-node-blueprint-crafting-item.png differ
diff --git a/public/images/items/large/oasis-water-node-parts-crafting-item.png b/public/images/items/large/oasis-water-node-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/oasis-water-node-parts-crafting-item.png differ
diff --git a/public/images/items/large/oasis-water-node-weapon.png b/public/images/items/large/oasis-water-node-weapon.png
new file mode 100644
index 00000000..5324b3e7
Binary files /dev/null and b/public/images/items/large/oasis-water-node-weapon.png differ
diff --git a/public/images/items/large/obelisk-of-incineration-blueprints-craft-item.png b/public/images/items/large/obelisk-of-incineration-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/obelisk-of-incineration-blueprints-craft-item.png differ
diff --git a/public/images/items/large/obelisk-of-incineration-weapon.png b/public/images/items/large/obelisk-of-incineration-weapon.png
new file mode 100644
index 00000000..a1b8b6e1
Binary files /dev/null and b/public/images/items/large/obelisk-of-incineration-weapon.png differ
diff --git a/public/images/items/large/obelisk-of-slumber-weapon.png b/public/images/items/large/obelisk-of-slumber-weapon.png
new file mode 100644
index 00000000..1e566896
Binary files /dev/null and b/public/images/items/large/obelisk-of-slumber-weapon.png differ
diff --git a/public/images/items/large/obelisk-parts-craft-item.png b/public/images/items/large/obelisk-parts-craft-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/obelisk-parts-craft-item.png differ
diff --git a/public/images/items/large/obvious-ambush-blueprints-crafting-item.png b/public/images/items/large/obvious-ambush-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/obvious-ambush-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/obvious-ambush-weapon.png b/public/images/items/large/obvious-ambush-weapon.png
new file mode 100644
index 00000000..7415c4e0
Binary files /dev/null and b/public/images/items/large/obvious-ambush-weapon.png differ
diff --git a/public/images/items/large/ocean-crafting-kit-convertible.png b/public/images/items/large/ocean-crafting-kit-convertible.png
new file mode 100644
index 00000000..d5cfb1e6
Binary files /dev/null and b/public/images/items/large/ocean-crafting-kit-convertible.png differ
diff --git a/public/images/items/large/ocean-navigation-map-piece.png b/public/images/items/large/ocean-navigation-map-piece.png
new file mode 100644
index 00000000..6b89af34
Binary files /dev/null and b/public/images/items/large/ocean-navigation-map-piece.png differ
diff --git a/public/images/items/large/oculus-stat-item.png b/public/images/items/large/oculus-stat-item.png
new file mode 100644
index 00000000..5308c0e4
Binary files /dev/null and b/public/images/items/large/oculus-stat-item.png differ
diff --git a/public/images/items/large/oil-showers-kit-convertible.png b/public/images/items/large/oil-showers-kit-convertible.png
new file mode 100644
index 00000000..95c731cb
Binary files /dev/null and b/public/images/items/large/oil-showers-kit-convertible.png differ
diff --git a/public/images/items/large/old-lantern.png b/public/images/items/large/old-lantern.png
new file mode 100644
index 00000000..eb01f12a
Binary files /dev/null and b/public/images/items/large/old-lantern.png differ
diff --git a/public/images/items/large/one-droid-action-figure-collectible.png b/public/images/items/large/one-droid-action-figure-collectible.png
new file mode 100644
index 00000000..8088c208
Binary files /dev/null and b/public/images/items/large/one-droid-action-figure-collectible.png differ
diff --git a/public/images/items/large/onyx-gorgonzola-cheese.png b/public/images/items/large/onyx-gorgonzola-cheese.png
new file mode 100644
index 00000000..6f9e3905
Binary files /dev/null and b/public/images/items/large/onyx-gorgonzola-cheese.png differ
diff --git a/public/images/items/large/onyx-mallet-blueprints-crafting-item.png b/public/images/items/large/onyx-mallet-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/onyx-mallet-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/onyx-mallet-weapon.png b/public/images/items/large/onyx-mallet-weapon.png
new file mode 100644
index 00000000..31590a3a
Binary files /dev/null and b/public/images/items/large/onyx-mallet-weapon.png differ
diff --git a/public/images/items/large/onyx-stone-craft-item.png b/public/images/items/large/onyx-stone-craft-item.png
new file mode 100644
index 00000000..6e5b3a9a
Binary files /dev/null and b/public/images/items/large/onyx-stone-craft-item.png differ
diff --git a/public/images/items/large/optic-receiver-collectible.png b/public/images/items/large/optic-receiver-collectible.png
new file mode 100644
index 00000000..87e7993a
Binary files /dev/null and b/public/images/items/large/optic-receiver-collectible.png differ
diff --git a/public/images/items/large/orange-pepper-plant-convertible.png b/public/images/items/large/orange-pepper-plant-convertible.png
new file mode 100644
index 00000000..7860281f
Binary files /dev/null and b/public/images/items/large/orange-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/orange-winter-hunt-gift-box-convertible.png b/public/images/items/large/orange-winter-hunt-gift-box-convertible.png
new file mode 100644
index 00000000..c68ef678
Binary files /dev/null and b/public/images/items/large/orange-winter-hunt-gift-box-convertible.png differ
diff --git a/public/images/items/large/origin-of-dragons-scroll-case-convertible.png b/public/images/items/large/origin-of-dragons-scroll-case-convertible.png
new file mode 100644
index 00000000..f454670a
Binary files /dev/null and b/public/images/items/large/origin-of-dragons-scroll-case-convertible.png differ
diff --git a/public/images/items/large/origin-of-dragons-treasure-chest-convertible.png b/public/images/items/large/origin-of-dragons-treasure-chest-convertible.png
new file mode 100644
index 00000000..8435e970
Binary files /dev/null and b/public/images/items/large/origin-of-dragons-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/ornament-cookie-stat-item.png b/public/images/items/large/ornament-cookie-stat-item.png
new file mode 100644
index 00000000..2c02164e
Binary files /dev/null and b/public/images/items/large/ornament-cookie-stat-item.png differ
diff --git a/public/images/items/large/ornament-yule-log-stat-item.png b/public/images/items/large/ornament-yule-log-stat-item.png
new file mode 100644
index 00000000..3a5feb6c
Binary files /dev/null and b/public/images/items/large/ornament-yule-log-stat-item.png differ
diff --git a/public/images/items/large/ornaments-festive-decoration-stat-item.png b/public/images/items/large/ornaments-festive-decoration-stat-item.png
new file mode 100644
index 00000000..6e233f3a
Binary files /dev/null and b/public/images/items/large/ornaments-festive-decoration-stat-item.png differ
diff --git a/public/images/items/large/over-9000-egg-convertible.png b/public/images/items/large/over-9000-egg-convertible.png
new file mode 100644
index 00000000..dc7dd39f
Binary files /dev/null and b/public/images/items/large/over-9000-egg-convertible.png differ
diff --git a/public/images/items/large/overflowing-pump-egg-convertible.png b/public/images/items/large/overflowing-pump-egg-convertible.png
new file mode 100644
index 00000000..1d2f8879
Binary files /dev/null and b/public/images/items/large/overflowing-pump-egg-convertible.png differ
diff --git a/public/images/items/large/overgrown-slac-ii-skin.png b/public/images/items/large/overgrown-slac-ii-skin.png
new file mode 100644
index 00000000..2414afaa
Binary files /dev/null and b/public/images/items/large/overgrown-slac-ii-skin.png differ
diff --git a/public/images/items/large/ox-chrome-monstrobot-skin.png b/public/images/items/large/ox-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..d285101b
Binary files /dev/null and b/public/images/items/large/ox-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/large/ox-jade-base.png b/public/images/items/large/ox-jade-base.png
new file mode 100644
index 00000000..1f814374
Binary files /dev/null and b/public/images/items/large/ox-jade-base.png differ
diff --git a/public/images/items/large/ox-lny-journal-theme-collectible.png b/public/images/items/large/ox-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..7bccae10
Binary files /dev/null and b/public/images/items/large/ox-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/ox-mask-collectible.png b/public/images/items/large/ox-mask-collectible.png
new file mode 100644
index 00000000..9bbe1eb0
Binary files /dev/null and b/public/images/items/large/ox-mask-collectible.png differ
diff --git a/public/images/items/large/ox-plushie-collectible.png b/public/images/items/large/ox-plushie-collectible.png
new file mode 100644
index 00000000..32f2d382
Binary files /dev/null and b/public/images/items/large/ox-plushie-collectible.png differ
diff --git a/public/images/items/large/oxygen-baron-egg-convertible.png b/public/images/items/large/oxygen-baron-egg-convertible.png
new file mode 100644
index 00000000..53ec5e8d
Binary files /dev/null and b/public/images/items/large/oxygen-baron-egg-convertible.png differ
diff --git a/public/images/items/large/oxygen-burst-trinket.png b/public/images/items/large/oxygen-burst-trinket.png
new file mode 100644
index 00000000..3c1b006b
Binary files /dev/null and b/public/images/items/large/oxygen-burst-trinket.png differ
diff --git a/public/images/items/large/oxygen-stat-item.png b/public/images/items/large/oxygen-stat-item.png
new file mode 100644
index 00000000..8049a1f2
Binary files /dev/null and b/public/images/items/large/oxygen-stat-item.png differ
diff --git a/public/images/items/large/packed-snow-collectible.png b/public/images/items/large/packed-snow-collectible.png
new file mode 100644
index 00000000..3b235403
Binary files /dev/null and b/public/images/items/large/packed-snow-collectible.png differ
diff --git a/public/images/items/large/pagoda-advanced-research-quest-item.png b/public/images/items/large/pagoda-advanced-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/pagoda-advanced-research-quest-item.png differ
diff --git a/public/images/items/large/pagoda-research-quest-item.png b/public/images/items/large/pagoda-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/pagoda-research-quest-item.png differ
diff --git a/public/images/items/large/paint-can-on-rope-collectible.png b/public/images/items/large/paint-can-on-rope-collectible.png
new file mode 100644
index 00000000..89151e60
Binary files /dev/null and b/public/images/items/large/paint-can-on-rope-collectible.png differ
diff --git a/public/images/items/large/paintbrand-paint-craft-item.png b/public/images/items/large/paintbrand-paint-craft-item.png
new file mode 100644
index 00000000..198119c4
Binary files /dev/null and b/public/images/items/large/paintbrand-paint-craft-item.png differ
diff --git a/public/images/items/large/paper-dragon-mask-collectible.png b/public/images/items/large/paper-dragon-mask-collectible.png
new file mode 100644
index 00000000..5965cbe6
Binary files /dev/null and b/public/images/items/large/paper-dragon-mask-collectible.png differ
diff --git a/public/images/items/large/papyrus-base.png b/public/images/items/large/papyrus-base.png
new file mode 100644
index 00000000..a450ed32
Binary files /dev/null and b/public/images/items/large/papyrus-base.png differ
diff --git a/public/images/items/large/papyrus-crafting-item.png b/public/images/items/large/papyrus-crafting-item.png
new file mode 100644
index 00000000..c05641cc
Binary files /dev/null and b/public/images/items/large/papyrus-crafting-item.png differ
diff --git a/public/images/items/large/papyrus-seed-stat-item.png b/public/images/items/large/papyrus-seed-stat-item.png
new file mode 100644
index 00000000..94c36627
Binary files /dev/null and b/public/images/items/large/papyrus-seed-stat-item.png differ
diff --git a/public/images/items/large/parable-papyrus-stat-item.png b/public/images/items/large/parable-papyrus-stat-item.png
new file mode 100644
index 00000000..7a96452e
Binary files /dev/null and b/public/images/items/large/parable-papyrus-stat-item.png differ
diff --git a/public/images/items/large/paradise-falls-weapon.png b/public/images/items/large/paradise-falls-weapon.png
new file mode 100644
index 00000000..aea171d4
Binary files /dev/null and b/public/images/items/large/paradise-falls-weapon.png differ
diff --git a/public/images/items/large/party-charm-journal-theme-collectible.png b/public/images/items/large/party-charm-journal-theme-collectible.png
new file mode 100644
index 00000000..1757ada6
Binary files /dev/null and b/public/images/items/large/party-charm-journal-theme-collectible.png differ
diff --git a/public/images/items/large/party-confetti-collectible.png b/public/images/items/large/party-confetti-collectible.png
new file mode 100644
index 00000000..6c1c0752
Binary files /dev/null and b/public/images/items/large/party-confetti-collectible.png differ
diff --git a/public/images/items/large/party-cracker-convertible.png b/public/images/items/large/party-cracker-convertible.png
new file mode 100644
index 00000000..05eaefcc
Binary files /dev/null and b/public/images/items/large/party-cracker-convertible.png differ
diff --git a/public/images/items/large/party-hat-craft-item.png b/public/images/items/large/party-hat-craft-item.png
new file mode 100644
index 00000000..5d769f3a
Binary files /dev/null and b/public/images/items/large/party-hat-craft-item.png differ
diff --git a/public/images/items/large/party-size-chrome-scroll-case-convertible.png b/public/images/items/large/party-size-chrome-scroll-case-convertible.png
new file mode 100644
index 00000000..d96e56f0
Binary files /dev/null and b/public/images/items/large/party-size-chrome-scroll-case-convertible.png differ
diff --git a/public/images/items/large/party-size-rainbow-scroll-case-convertible.png b/public/images/items/large/party-size-rainbow-scroll-case-convertible.png
new file mode 100644
index 00000000..1ea9ffe7
Binary files /dev/null and b/public/images/items/large/party-size-rainbow-scroll-case-convertible.png differ
diff --git a/public/images/items/large/party-supplies-stat-item.png b/public/images/items/large/party-supplies-stat-item.png
new file mode 100644
index 00000000..0f2ee1d3
Binary files /dev/null and b/public/images/items/large/party-supplies-stat-item.png differ
diff --git a/public/images/items/large/party-trinket.png b/public/images/items/large/party-trinket.png
new file mode 100644
index 00000000..cd5a8c39
Binary files /dev/null and b/public/images/items/large/party-trinket.png differ
diff --git a/public/images/items/large/partybot-weapon.png b/public/images/items/large/partybot-weapon.png
new file mode 100644
index 00000000..b8dc5fcd
Binary files /dev/null and b/public/images/items/large/partybot-weapon.png differ
diff --git a/public/images/items/large/passing-parcel-convertible.png b/public/images/items/large/passing-parcel-convertible.png
new file mode 100644
index 00000000..4f730bcb
Binary files /dev/null and b/public/images/items/large/passing-parcel-convertible.png differ
diff --git a/public/images/items/large/passing-parcel-message-item.png b/public/images/items/large/passing-parcel-message-item.png
new file mode 100644
index 00000000..70076f31
Binary files /dev/null and b/public/images/items/large/passing-parcel-message-item.png differ
diff --git a/public/images/items/large/pearly-cemetery-gate-grappler-skin.png b/public/images/items/large/pearly-cemetery-gate-grappler-skin.png
new file mode 100644
index 00000000..1d4b2ffd
Binary files /dev/null and b/public/images/items/large/pearly-cemetery-gate-grappler-skin.png differ
diff --git a/public/images/items/large/pecan-pecorino-cheese.png b/public/images/items/large/pecan-pecorino-cheese.png
new file mode 100644
index 00000000..8a25843f
Binary files /dev/null and b/public/images/items/large/pecan-pecorino-cheese.png differ
diff --git a/public/images/items/large/peggy-egg-convertible.png b/public/images/items/large/peggy-egg-convertible.png
new file mode 100644
index 00000000..0864a193
Binary files /dev/null and b/public/images/items/large/peggy-egg-convertible.png differ
diff --git a/public/images/items/large/peony-ember-prison-core-trap-skin.png b/public/images/items/large/peony-ember-prison-core-trap-skin.png
new file mode 100644
index 00000000..f5c423ef
Binary files /dev/null and b/public/images/items/large/peony-ember-prison-core-trap-skin.png differ
diff --git a/public/images/items/large/peppermint-latte-message-item.png b/public/images/items/large/peppermint-latte-message-item.png
new file mode 100644
index 00000000..3d868de8
Binary files /dev/null and b/public/images/items/large/peppermint-latte-message-item.png differ
diff --git a/public/images/items/large/perfect-orb.png b/public/images/items/large/perfect-orb.png
new file mode 100644
index 00000000..201803d4
Binary files /dev/null and b/public/images/items/large/perfect-orb.png differ
diff --git a/public/images/items/large/petrified-fruitcake-collectible.png b/public/images/items/large/petrified-fruitcake-collectible.png
new file mode 100644
index 00000000..a456444c
Binary files /dev/null and b/public/images/items/large/petrified-fruitcake-collectible.png differ
diff --git a/public/images/items/large/phantasmic-essence-crafting-item.png b/public/images/items/large/phantasmic-essence-crafting-item.png
new file mode 100644
index 00000000..f2465634
Binary files /dev/null and b/public/images/items/large/phantasmic-essence-crafting-item.png differ
diff --git a/public/images/items/large/phantasmic-oasis-blueprints-crafting-item.png b/public/images/items/large/phantasmic-oasis-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/phantasmic-oasis-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/phantasmic-oasis-parts-crafting-item.png b/public/images/items/large/phantasmic-oasis-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/phantasmic-oasis-parts-crafting-item.png differ
diff --git a/public/images/items/large/phantasmic-oasis-weapon.png b/public/images/items/large/phantasmic-oasis-weapon.png
new file mode 100644
index 00000000..97914fae
Binary files /dev/null and b/public/images/items/large/phantasmic-oasis-weapon.png differ
diff --git a/public/images/items/large/phantom-spring-phantasmic-oasis-skin.png b/public/images/items/large/phantom-spring-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..949d1117
Binary files /dev/null and b/public/images/items/large/phantom-spring-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/large/physical-enhancement-base.png b/public/images/items/large/physical-enhancement-base.png
new file mode 100644
index 00000000..d443659c
Binary files /dev/null and b/public/images/items/large/physical-enhancement-base.png differ
diff --git a/public/images/items/large/physical-geyser-trap-stat-item.png b/public/images/items/large/physical-geyser-trap-stat-item.png
new file mode 100644
index 00000000..e2f92f94
Binary files /dev/null and b/public/images/items/large/physical-geyser-trap-stat-item.png differ
diff --git a/public/images/items/large/picchu-freeze-base.png b/public/images/items/large/picchu-freeze-base.png
new file mode 100644
index 00000000..eb0e4728
Binary files /dev/null and b/public/images/items/large/picchu-freeze-base.png differ
diff --git a/public/images/items/large/pig-jade-base.png b/public/images/items/large/pig-jade-base.png
new file mode 100644
index 00000000..612c4fe5
Binary files /dev/null and b/public/images/items/large/pig-jade-base.png differ
diff --git a/public/images/items/large/pig-lny-journal-theme-collectible.png b/public/images/items/large/pig-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..d7a2bb6d
Binary files /dev/null and b/public/images/items/large/pig-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/pig-mask-collectible.png b/public/images/items/large/pig-mask-collectible.png
new file mode 100644
index 00000000..821ecdb9
Binary files /dev/null and b/public/images/items/large/pig-mask-collectible.png differ
diff --git a/public/images/items/large/pile-of-chrome-bits-convertible.png b/public/images/items/large/pile-of-chrome-bits-convertible.png
new file mode 100644
index 00000000..fbc96f3c
Binary files /dev/null and b/public/images/items/large/pile-of-chrome-bits-convertible.png differ
diff --git a/public/images/items/large/pillowcase-2016-stat-item.png b/public/images/items/large/pillowcase-2016-stat-item.png
new file mode 100644
index 00000000..5759d413
Binary files /dev/null and b/public/images/items/large/pillowcase-2016-stat-item.png differ
diff --git a/public/images/items/large/pillowcase-journal-theme-collectible.png b/public/images/items/large/pillowcase-journal-theme-collectible.png
new file mode 100644
index 00000000..cb3ec978
Binary files /dev/null and b/public/images/items/large/pillowcase-journal-theme-collectible.png differ
diff --git a/public/images/items/large/pillowcase-theme-scrap-1-crafting-item.png b/public/images/items/large/pillowcase-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..38e9a88c
Binary files /dev/null and b/public/images/items/large/pillowcase-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/pillowcase-theme-scrap-2-crafting-item.png b/public/images/items/large/pillowcase-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..f5f33682
Binary files /dev/null and b/public/images/items/large/pillowcase-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/pillowcase-theme-scrap-3-crafting-item.png b/public/images/items/large/pillowcase-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..114bada7
Binary files /dev/null and b/public/images/items/large/pillowcase-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/pillowslac-slac-ii-skin.png b/public/images/items/large/pillowslac-slac-ii-skin.png
new file mode 100644
index 00000000..4ea44a2f
Binary files /dev/null and b/public/images/items/large/pillowslac-slac-ii-skin.png differ
diff --git a/public/images/items/large/pinch-of-annoyance-crafting-item.png b/public/images/items/large/pinch-of-annoyance-crafting-item.png
new file mode 100644
index 00000000..49d61a88
Binary files /dev/null and b/public/images/items/large/pinch-of-annoyance-crafting-item.png differ
diff --git a/public/images/items/large/pirate-cheese-pack-small-convertible.png b/public/images/items/large/pirate-cheese-pack-small-convertible.png
new file mode 100644
index 00000000..59b05713
Binary files /dev/null and b/public/images/items/large/pirate-cheese-pack-small-convertible.png differ
diff --git a/public/images/items/large/pirate-crew-egg-convertible.png b/public/images/items/large/pirate-crew-egg-convertible.png
new file mode 100644
index 00000000..3453aa7a
Binary files /dev/null and b/public/images/items/large/pirate-crew-egg-convertible.png differ
diff --git a/public/images/items/large/pirate-egg-convertible.png b/public/images/items/large/pirate-egg-convertible.png
new file mode 100644
index 00000000..20d73d99
Binary files /dev/null and b/public/images/items/large/pirate-egg-convertible.png differ
diff --git a/public/images/items/large/pirate-sleigh-weapon.png b/public/images/items/large/pirate-sleigh-weapon.png
new file mode 100644
index 00000000..cad8ddd6
Binary files /dev/null and b/public/images/items/large/pirate-sleigh-weapon.png differ
diff --git a/public/images/items/large/plain-shorts-stat-item.png b/public/images/items/large/plain-shorts-stat-item.png
new file mode 100644
index 00000000..60ff4606
Binary files /dev/null and b/public/images/items/large/plain-shorts-stat-item.png differ
diff --git a/public/images/items/large/plank-of-gingerbread-craft-item.png b/public/images/items/large/plank-of-gingerbread-craft-item.png
new file mode 100644
index 00000000..0b538cba
Binary files /dev/null and b/public/images/items/large/plank-of-gingerbread-craft-item.png differ
diff --git a/public/images/items/large/plant-pot-craft-item.png b/public/images/items/large/plant-pot-craft-item.png
new file mode 100644
index 00000000..442a6e0d
Binary files /dev/null and b/public/images/items/large/plant-pot-craft-item.png differ
diff --git a/public/images/items/large/plate-of-fealty-crafting-item.png b/public/images/items/large/plate-of-fealty-crafting-item.png
new file mode 100644
index 00000000..7819f2d0
Binary files /dev/null and b/public/images/items/large/plate-of-fealty-crafting-item.png differ
diff --git a/public/images/items/large/platinum-bar-crafting-item.png b/public/images/items/large/platinum-bar-crafting-item.png
new file mode 100644
index 00000000..9584fe3c
Binary files /dev/null and b/public/images/items/large/platinum-bar-crafting-item.png differ
diff --git a/public/images/items/large/plumepearl-herbs-crafting-item.png b/public/images/items/large/plumepearl-herbs-crafting-item.png
new file mode 100644
index 00000000..2f83327d
Binary files /dev/null and b/public/images/items/large/plumepearl-herbs-crafting-item.png differ
diff --git a/public/images/items/large/plush-terrible-twos-message-item.png b/public/images/items/large/plush-terrible-twos-message-item.png
new file mode 100644
index 00000000..2b351eaf
Binary files /dev/null and b/public/images/items/large/plush-terrible-twos-message-item.png differ
diff --git a/public/images/items/large/plush-tiger-message-item.png b/public/images/items/large/plush-tiger-message-item.png
new file mode 100644
index 00000000..c36c5e83
Binary files /dev/null and b/public/images/items/large/plush-tiger-message-item.png differ
diff --git a/public/images/items/large/pneumatic-tube-weapon.png b/public/images/items/large/pneumatic-tube-weapon.png
new file mode 100644
index 00000000..d40f6418
Binary files /dev/null and b/public/images/items/large/pneumatic-tube-weapon.png differ
diff --git a/public/images/items/large/point-stat-item.png b/public/images/items/large/point-stat-item.png
new file mode 100644
index 00000000..af0a2634
Binary files /dev/null and b/public/images/items/large/point-stat-item.png differ
diff --git a/public/images/items/large/pointsettia-storm-wrought-ballista-trap-skin.png b/public/images/items/large/pointsettia-storm-wrought-ballista-trap-skin.png
new file mode 100644
index 00000000..e0348c45
Binary files /dev/null and b/public/images/items/large/pointsettia-storm-wrought-ballista-trap-skin.png differ
diff --git a/public/images/items/large/pointy-trinket.png b/public/images/items/large/pointy-trinket.png
new file mode 100644
index 00000000..9bebfa4c
Binary files /dev/null and b/public/images/items/large/pointy-trinket.png differ
diff --git a/public/images/items/large/poison-flowers-kit-convertible.png b/public/images/items/large/poison-flowers-kit-convertible.png
new file mode 100644
index 00000000..8c34b559
Binary files /dev/null and b/public/images/items/large/poison-flowers-kit-convertible.png differ
diff --git a/public/images/items/large/poison-grub-egg-convertible.png b/public/images/items/large/poison-grub-egg-convertible.png
new file mode 100644
index 00000000..9af04ac6
Binary files /dev/null and b/public/images/items/large/poison-grub-egg-convertible.png differ
diff --git a/public/images/items/large/poisonous-pressure-plate-weapon.png b/public/images/items/large/poisonous-pressure-plate-weapon.png
new file mode 100644
index 00000000..d7491551
Binary files /dev/null and b/public/images/items/large/poisonous-pressure-plate-weapon.png differ
diff --git a/public/images/items/large/poisonous-provolone-cheese.png b/public/images/items/large/poisonous-provolone-cheese.png
new file mode 100644
index 00000000..163022c2
Binary files /dev/null and b/public/images/items/large/poisonous-provolone-cheese.png differ
diff --git a/public/images/items/large/poisonous-provolone-ingredient-stat-item.png b/public/images/items/large/poisonous-provolone-ingredient-stat-item.png
new file mode 100644
index 00000000..7f78333f
Binary files /dev/null and b/public/images/items/large/poisonous-provolone-ingredient-stat-item.png differ
diff --git a/public/images/items/large/poisonous-provolone-pack-small-convertible.png b/public/images/items/large/poisonous-provolone-pack-small-convertible.png
new file mode 100644
index 00000000..6ca50258
Binary files /dev/null and b/public/images/items/large/poisonous-provolone-pack-small-convertible.png differ
diff --git a/public/images/items/large/polar-base.png b/public/images/items/large/polar-base.png
new file mode 100644
index 00000000..749b083f
Binary files /dev/null and b/public/images/items/large/polar-base.png differ
diff --git a/public/images/items/large/polluted-base-blueprints-crafting-item.png b/public/images/items/large/polluted-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/polluted-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/polluted-base-parts-crafting-item.png b/public/images/items/large/polluted-base-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/polluted-base-parts-crafting-item.png differ
diff --git a/public/images/items/large/polluted-base.png b/public/images/items/large/polluted-base.png
new file mode 100644
index 00000000..d9b5c0ad
Binary files /dev/null and b/public/images/items/large/polluted-base.png differ
diff --git a/public/images/items/large/polluted-chrome-monstrobot-pattern-crafting-item.png b/public/images/items/large/polluted-chrome-monstrobot-pattern-crafting-item.png
new file mode 100644
index 00000000..8c1f40d0
Binary files /dev/null and b/public/images/items/large/polluted-chrome-monstrobot-pattern-crafting-item.png differ
diff --git a/public/images/items/large/polluted-chrome-monstrobot-skin.png b/public/images/items/large/polluted-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..86428a07
Binary files /dev/null and b/public/images/items/large/polluted-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/large/polluted-parmesan-cheese.png b/public/images/items/large/polluted-parmesan-cheese.png
new file mode 100644
index 00000000..acb292f4
Binary files /dev/null and b/public/images/items/large/polluted-parmesan-cheese.png differ
diff --git a/public/images/items/large/polluted-parmesan-potion.png b/public/images/items/large/polluted-parmesan-potion.png
new file mode 100644
index 00000000..3be49f9f
Binary files /dev/null and b/public/images/items/large/polluted-parmesan-potion.png differ
diff --git a/public/images/items/large/polluted-theme-scrap-1-crafting-item.png b/public/images/items/large/polluted-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..72010e4d
Binary files /dev/null and b/public/images/items/large/polluted-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/polluted-theme-scrap-2-crafting-item.png b/public/images/items/large/polluted-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..a6fa2430
Binary files /dev/null and b/public/images/items/large/polluted-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/polluted-theme-scrap-3-crafting-item.png b/public/images/items/large/polluted-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..785cba45
Binary files /dev/null and b/public/images/items/large/polluted-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/polluted-trinket.png b/public/images/items/large/polluted-trinket.png
new file mode 100644
index 00000000..a74e35f6
Binary files /dev/null and b/public/images/items/large/polluted-trinket.png differ
diff --git a/public/images/items/large/pollutinum-wealth-chest-convertible.png b/public/images/items/large/pollutinum-wealth-chest-convertible.png
new file mode 100644
index 00000000..5c77f187
Binary files /dev/null and b/public/images/items/large/pollutinum-wealth-chest-convertible.png differ
diff --git a/public/images/items/large/pollution-control-supply-kit-convertible.png b/public/images/items/large/pollution-control-supply-kit-convertible.png
new file mode 100644
index 00000000..0cb687f5
Binary files /dev/null and b/public/images/items/large/pollution-control-supply-kit-convertible.png differ
diff --git a/public/images/items/large/pond-penny-stat-item.png b/public/images/items/large/pond-penny-stat-item.png
new file mode 100644
index 00000000..85e04ec6
Binary files /dev/null and b/public/images/items/large/pond-penny-stat-item.png differ
diff --git a/public/images/items/large/posing-mouse-action-figure-collectible.png b/public/images/items/large/posing-mouse-action-figure-collectible.png
new file mode 100644
index 00000000..7a2a5770
Binary files /dev/null and b/public/images/items/large/posing-mouse-action-figure-collectible.png differ
diff --git a/public/images/items/large/pot-of-gold-convertible.png b/public/images/items/large/pot-of-gold-convertible.png
new file mode 100644
index 00000000..0af91dd8
Binary files /dev/null and b/public/images/items/large/pot-of-gold-convertible.png differ
diff --git a/public/images/items/large/powdered-bleach-crafting-item.png b/public/images/items/large/powdered-bleach-crafting-item.png
new file mode 100644
index 00000000..3e536fc6
Binary files /dev/null and b/public/images/items/large/powdered-bleach-crafting-item.png differ
diff --git a/public/images/items/large/power-trinket.png b/public/images/items/large/power-trinket.png
new file mode 100644
index 00000000..b399358a
Binary files /dev/null and b/public/images/items/large/power-trinket.png differ
diff --git a/public/images/items/large/powercore-hammer-crafting-item.png b/public/images/items/large/powercore-hammer-crafting-item.png
new file mode 100644
index 00000000..d2560a83
Binary files /dev/null and b/public/images/items/large/powercore-hammer-crafting-item.png differ
diff --git a/public/images/items/large/predatory-processor-crafting-item.png b/public/images/items/large/predatory-processor-crafting-item.png
new file mode 100644
index 00000000..6e508e7d
Binary files /dev/null and b/public/images/items/large/predatory-processor-crafting-item.png differ
diff --git a/public/images/items/large/pressure-egg-convertible.png b/public/images/items/large/pressure-egg-convertible.png
new file mode 100644
index 00000000..e7f31a1b
Binary files /dev/null and b/public/images/items/large/pressure-egg-convertible.png differ
diff --git a/public/images/items/large/princessbot-princebot-skin.png b/public/images/items/large/princessbot-princebot-skin.png
new file mode 100644
index 00000000..d48c470f
Binary files /dev/null and b/public/images/items/large/princessbot-princebot-skin.png differ
diff --git a/public/images/items/large/printing-press-charge-stat-item.png b/public/images/items/large/printing-press-charge-stat-item.png
new file mode 100644
index 00000000..9c0d4a90
Binary files /dev/null and b/public/images/items/large/printing-press-charge-stat-item.png differ
diff --git a/public/images/items/large/prize-credit-stat-item.png b/public/images/items/large/prize-credit-stat-item.png
new file mode 100644
index 00000000..19009d3a
Binary files /dev/null and b/public/images/items/large/prize-credit-stat-item.png differ
diff --git a/public/images/items/large/prize-power-stat-item.png b/public/images/items/large/prize-power-stat-item.png
new file mode 100644
index 00000000..1ea6fe2a
Binary files /dev/null and b/public/images/items/large/prize-power-stat-item.png differ
diff --git a/public/images/items/large/promotion-potion.png b/public/images/items/large/promotion-potion.png
new file mode 100644
index 00000000..76838810
Binary files /dev/null and b/public/images/items/large/promotion-potion.png differ
diff --git a/public/images/items/large/pumpkin-basket-convertible.png b/public/images/items/large/pumpkin-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/pumpkin-basket-convertible.png differ
diff --git a/public/images/items/large/pumpkin-candle-collectible.png b/public/images/items/large/pumpkin-candle-collectible.png
new file mode 100644
index 00000000..fc90e2b1
Binary files /dev/null and b/public/images/items/large/pumpkin-candle-collectible.png differ
diff --git a/public/images/items/large/pumpkin-patch-journal-theme-collectible.png b/public/images/items/large/pumpkin-patch-journal-theme-collectible.png
new file mode 100644
index 00000000..a0578ed2
Binary files /dev/null and b/public/images/items/large/pumpkin-patch-journal-theme-collectible.png differ
diff --git a/public/images/items/large/pumpkin-patch-thrasher-smoldering-sentinel-skin.png b/public/images/items/large/pumpkin-patch-thrasher-smoldering-sentinel-skin.png
new file mode 100644
index 00000000..b0dc7315
Binary files /dev/null and b/public/images/items/large/pumpkin-patch-thrasher-smoldering-sentinel-skin.png differ
diff --git a/public/images/items/large/pumpkin-pummeler-blueprints-crafting-item.png b/public/images/items/large/pumpkin-pummeler-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/pumpkin-pummeler-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/pumpkin-pummeler-weapon.png b/public/images/items/large/pumpkin-pummeler-weapon.png
new file mode 100644
index 00000000..c7e3fb94
Binary files /dev/null and b/public/images/items/large/pumpkin-pummeler-weapon.png differ
diff --git a/public/images/items/large/pumpkin-spice-latte-message-item.png b/public/images/items/large/pumpkin-spice-latte-message-item.png
new file mode 100644
index 00000000..44c03de1
Binary files /dev/null and b/public/images/items/large/pumpkin-spice-latte-message-item.png differ
diff --git a/public/images/items/large/pumpkin-treat-basket-convertible.png b/public/images/items/large/pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..cc7f1421
Binary files /dev/null and b/public/images/items/large/pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/large/pungent-havarti-cheese.png b/public/images/items/large/pungent-havarti-cheese.png
new file mode 100644
index 00000000..42934fe7
Binary files /dev/null and b/public/images/items/large/pungent-havarti-cheese.png differ
diff --git a/public/images/items/large/pungent-purple-pepper-craft-item.png b/public/images/items/large/pungent-purple-pepper-craft-item.png
new file mode 100644
index 00000000..53902e61
Binary files /dev/null and b/public/images/items/large/pungent-purple-pepper-craft-item.png differ
diff --git a/public/images/items/large/puppet-floor-egg-convertible.png b/public/images/items/large/puppet-floor-egg-convertible.png
new file mode 100644
index 00000000..c5591152
Binary files /dev/null and b/public/images/items/large/puppet-floor-egg-convertible.png differ
diff --git a/public/images/items/large/purple-pepper-plant-convertible.png b/public/images/items/large/purple-pepper-plant-convertible.png
new file mode 100644
index 00000000..2b439d41
Binary files /dev/null and b/public/images/items/large/purple-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/purple-winter-hunt-gift-box-convertible.png b/public/images/items/large/purple-winter-hunt-gift-box-convertible.png
new file mode 100644
index 00000000..87f46ece
Binary files /dev/null and b/public/images/items/large/purple-winter-hunt-gift-box-convertible.png differ
diff --git a/public/images/items/large/puzzlebox-infinite-labyrinth-skin.png b/public/images/items/large/puzzlebox-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..d13a4079
Binary files /dev/null and b/public/images/items/large/puzzlebox-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/large/puzzletrap-block-convertible.png b/public/images/items/large/puzzletrap-block-convertible.png
new file mode 100644
index 00000000..b9753bb3
Binary files /dev/null and b/public/images/items/large/puzzletrap-block-convertible.png differ
diff --git a/public/images/items/large/pygmy-swarm-egg-convertible.png b/public/images/items/large/pygmy-swarm-egg-convertible.png
new file mode 100644
index 00000000..94f71e20
Binary files /dev/null and b/public/images/items/large/pygmy-swarm-egg-convertible.png differ
diff --git a/public/images/items/large/queso-cannonstorm-base.png b/public/images/items/large/queso-cannonstorm-base.png
new file mode 100644
index 00000000..9a033c94
Binary files /dev/null and b/public/images/items/large/queso-cannonstorm-base.png differ
diff --git a/public/images/items/large/queso-canyon-base.png b/public/images/items/large/queso-canyon-base.png
new file mode 100644
index 00000000..3502287c
Binary files /dev/null and b/public/images/items/large/queso-canyon-base.png differ
diff --git a/public/images/items/large/queso-canyon-draconic-weapon.png b/public/images/items/large/queso-canyon-draconic-weapon.png
new file mode 100644
index 00000000..19e5e061
Binary files /dev/null and b/public/images/items/large/queso-canyon-draconic-weapon.png differ
diff --git a/public/images/items/large/queso-canyon-forgotten-weapon.png b/public/images/items/large/queso-canyon-forgotten-weapon.png
new file mode 100644
index 00000000..ffb2a1d2
Binary files /dev/null and b/public/images/items/large/queso-canyon-forgotten-weapon.png differ
diff --git a/public/images/items/large/queso-canyon-map-piece.png b/public/images/items/large/queso-canyon-map-piece.png
new file mode 100644
index 00000000..5982d044
Binary files /dev/null and b/public/images/items/large/queso-canyon-map-piece.png differ
diff --git a/public/images/items/large/queso-canyon-theme-collectible.png b/public/images/items/large/queso-canyon-theme-collectible.png
new file mode 100644
index 00000000..dcc423ac
Binary files /dev/null and b/public/images/items/large/queso-canyon-theme-collectible.png differ
diff --git a/public/images/items/large/queso-canyon-tour-scroll-case.png b/public/images/items/large/queso-canyon-tour-scroll-case.png
new file mode 100644
index 00000000..2903daf1
Binary files /dev/null and b/public/images/items/large/queso-canyon-tour-scroll-case.png differ
diff --git a/public/images/items/large/queso-canyon-tour-treasure-chest-convertible.png b/public/images/items/large/queso-canyon-tour-treasure-chest-convertible.png
new file mode 100644
index 00000000..8bdbaf01
Binary files /dev/null and b/public/images/items/large/queso-canyon-tour-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/queso-canyon-treasure-hunting-kit-convertible.png b/public/images/items/large/queso-canyon-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..26483c03
Binary files /dev/null and b/public/images/items/large/queso-canyon-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/queso-canyoneer-scroll-case-convertible.png b/public/images/items/large/queso-canyoneer-scroll-case-convertible.png
new file mode 100644
index 00000000..b338e21e
Binary files /dev/null and b/public/images/items/large/queso-canyoneer-scroll-case-convertible.png differ
diff --git a/public/images/items/large/queso-canyoneer-treasure-chest-convertible.png b/public/images/items/large/queso-canyoneer-treasure-chest-convertible.png
new file mode 100644
index 00000000..29366435
Binary files /dev/null and b/public/images/items/large/queso-canyoneer-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/queso-factory-weapon.png b/public/images/items/large/queso-factory-weapon.png
new file mode 100644
index 00000000..bf7d56ba
Binary files /dev/null and b/public/images/items/large/queso-factory-weapon.png differ
diff --git a/public/images/items/large/queso-geyser-gift-basket-convertible.png b/public/images/items/large/queso-geyser-gift-basket-convertible.png
new file mode 100644
index 00000000..e7200985
Binary files /dev/null and b/public/images/items/large/queso-geyser-gift-basket-convertible.png differ
diff --git a/public/images/items/large/queso-geyser-map-piece.png b/public/images/items/large/queso-geyser-map-piece.png
new file mode 100644
index 00000000..39b8b1d6
Binary files /dev/null and b/public/images/items/large/queso-geyser-map-piece.png differ
diff --git a/public/images/items/large/queso-geyser-starter-pack-convertible.png b/public/images/items/large/queso-geyser-starter-pack-convertible.png
new file mode 100644
index 00000000..e25ddc0e
Binary files /dev/null and b/public/images/items/large/queso-geyser-starter-pack-convertible.png differ
diff --git a/public/images/items/large/queso-geyser-supply-kit-convertible.png b/public/images/items/large/queso-geyser-supply-kit-convertible.png
new file mode 100644
index 00000000..6994bee3
Binary files /dev/null and b/public/images/items/large/queso-geyser-supply-kit-convertible.png differ
diff --git a/public/images/items/large/queso-keg-large-convertible.png b/public/images/items/large/queso-keg-large-convertible.png
new file mode 100644
index 00000000..8322ab4c
Binary files /dev/null and b/public/images/items/large/queso-keg-large-convertible.png differ
diff --git a/public/images/items/large/queso-keg-medium-convertible.png b/public/images/items/large/queso-keg-medium-convertible.png
new file mode 100644
index 00000000..dc5f0c9d
Binary files /dev/null and b/public/images/items/large/queso-keg-medium-convertible.png differ
diff --git a/public/images/items/large/queso-keg-small-convertible.png b/public/images/items/large/queso-keg-small-convertible.png
new file mode 100644
index 00000000..28b6a08e
Binary files /dev/null and b/public/images/items/large/queso-keg-small-convertible.png differ
diff --git a/public/images/items/large/queso-nachore-egg-convertible.png b/public/images/items/large/queso-nachore-egg-convertible.png
new file mode 100644
index 00000000..921ba4e9
Binary files /dev/null and b/public/images/items/large/queso-nachore-egg-convertible.png differ
diff --git a/public/images/items/large/queso-pump-egg-convertible.png b/public/images/items/large/queso-pump-egg-convertible.png
new file mode 100644
index 00000000..7ef9ad0e
Binary files /dev/null and b/public/images/items/large/queso-pump-egg-convertible.png differ
diff --git a/public/images/items/large/queso-river-boss-cheese.png b/public/images/items/large/queso-river-boss-cheese.png
new file mode 100644
index 00000000..83efd180
Binary files /dev/null and b/public/images/items/large/queso-river-boss-cheese.png differ
diff --git a/public/images/items/large/queso-spice-egg-convertible.png b/public/images/items/large/queso-spice-egg-convertible.png
new file mode 100644
index 00000000..cbe46035
Binary files /dev/null and b/public/images/items/large/queso-spice-egg-convertible.png differ
diff --git a/public/images/items/large/queso-theme-scrap-i-crafting-item.png b/public/images/items/large/queso-theme-scrap-i-crafting-item.png
new file mode 100644
index 00000000..3e4eb79f
Binary files /dev/null and b/public/images/items/large/queso-theme-scrap-i-crafting-item.png differ
diff --git a/public/images/items/large/queso-theme-scrap-ii-crafting-item.png b/public/images/items/large/queso-theme-scrap-ii-crafting-item.png
new file mode 100644
index 00000000..f0a4f594
Binary files /dev/null and b/public/images/items/large/queso-theme-scrap-ii-crafting-item.png differ
diff --git a/public/images/items/large/queso-theme-scrap-iii-crafting-item.png b/public/images/items/large/queso-theme-scrap-iii-crafting-item.png
new file mode 100644
index 00000000..586f5c31
Binary files /dev/null and b/public/images/items/large/queso-theme-scrap-iii-crafting-item.png differ
diff --git a/public/images/items/large/queso-wild-tonic-egg-convertible.png b/public/images/items/large/queso-wild-tonic-egg-convertible.png
new file mode 100644
index 00000000..2e277517
Binary files /dev/null and b/public/images/items/large/queso-wild-tonic-egg-convertible.png differ
diff --git a/public/images/items/large/quesodillo-egg-convertible.png b/public/images/items/large/quesodillo-egg-convertible.png
new file mode 100644
index 00000000..fdb527dd
Binary files /dev/null and b/public/images/items/large/quesodillo-egg-convertible.png differ
diff --git a/public/images/items/large/rabbit-jade-base.png b/public/images/items/large/rabbit-jade-base.png
new file mode 100644
index 00000000..8332d5e3
Binary files /dev/null and b/public/images/items/large/rabbit-jade-base.png differ
diff --git a/public/images/items/large/rabbit-lny-journal-theme-collectible.png b/public/images/items/large/rabbit-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..fdb82c5e
Binary files /dev/null and b/public/images/items/large/rabbit-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/rabbit-mask-collectible.png b/public/images/items/large/rabbit-mask-collectible.png
new file mode 100644
index 00000000..b62968de
Binary files /dev/null and b/public/images/items/large/rabbit-mask-collectible.png differ
diff --git a/public/images/items/large/radioactive-blue-cheese-potion.png b/public/images/items/large/radioactive-blue-cheese-potion.png
new file mode 100644
index 00000000..4c18265a
Binary files /dev/null and b/public/images/items/large/radioactive-blue-cheese-potion.png differ
diff --git a/public/images/items/large/radioactive-blue-cheese.png b/public/images/items/large/radioactive-blue-cheese.png
new file mode 100644
index 00000000..790b0f83
Binary files /dev/null and b/public/images/items/large/radioactive-blue-cheese.png differ
diff --git a/public/images/items/large/radioactive-curd-crafting-item.png b/public/images/items/large/radioactive-curd-crafting-item.png
new file mode 100644
index 00000000..8ba9d87e
Binary files /dev/null and b/public/images/items/large/radioactive-curd-crafting-item.png differ
diff --git a/public/images/items/large/radioactive-sludge-craft-item.png b/public/images/items/large/radioactive-sludge-craft-item.png
new file mode 100644
index 00000000..702aa5c0
Binary files /dev/null and b/public/images/items/large/radioactive-sludge-craft-item.png differ
diff --git a/public/images/items/large/raging-ox-slumbering-boulder-skin.png b/public/images/items/large/raging-ox-slumbering-boulder-skin.png
new file mode 100644
index 00000000..1b04c7fd
Binary files /dev/null and b/public/images/items/large/raging-ox-slumbering-boulder-skin.png differ
diff --git a/public/images/items/large/rain-cheese-potion.png b/public/images/items/large/rain-cheese-potion.png
new file mode 100644
index 00000000..c2067160
Binary files /dev/null and b/public/images/items/large/rain-cheese-potion.png differ
diff --git a/public/images/items/large/rain-cheese.png b/public/images/items/large/rain-cheese.png
new file mode 100644
index 00000000..e99976f4
Binary files /dev/null and b/public/images/items/large/rain-cheese.png differ
diff --git a/public/images/items/large/rain-egg-convertible.png b/public/images/items/large/rain-egg-convertible.png
new file mode 100644
index 00000000..0fa5d371
Binary files /dev/null and b/public/images/items/large/rain-egg-convertible.png differ
diff --git a/public/images/items/large/rain-warden-stone-stat-item.png b/public/images/items/large/rain-warden-stone-stat-item.png
new file mode 100644
index 00000000..cf55628d
Binary files /dev/null and b/public/images/items/large/rain-warden-stone-stat-item.png differ
diff --git a/public/images/items/large/rainbow-luck-trinket.png b/public/images/items/large/rainbow-luck-trinket.png
new file mode 100644
index 00000000..455c0f7e
Binary files /dev/null and b/public/images/items/large/rainbow-luck-trinket.png differ
diff --git a/public/images/items/large/rainbow-mohawk-wig-of-awesomeness-craft-item.png b/public/images/items/large/rainbow-mohawk-wig-of-awesomeness-craft-item.png
new file mode 100644
index 00000000..19bcd520
Binary files /dev/null and b/public/images/items/large/rainbow-mohawk-wig-of-awesomeness-craft-item.png differ
diff --git a/public/images/items/large/rainbow-scroll-case-convertible.png b/public/images/items/large/rainbow-scroll-case-convertible.png
new file mode 100644
index 00000000..2827f37b
Binary files /dev/null and b/public/images/items/large/rainbow-scroll-case-convertible.png differ
diff --git a/public/images/items/large/rainbow-spore-trinket.png b/public/images/items/large/rainbow-spore-trinket.png
new file mode 100644
index 00000000..65947cc7
Binary files /dev/null and b/public/images/items/large/rainbow-spore-trinket.png differ
diff --git a/public/images/items/large/raisins-of-wrath.png b/public/images/items/large/raisins-of-wrath.png
new file mode 100644
index 00000000..108e4fb1
Binary files /dev/null and b/public/images/items/large/raisins-of-wrath.png differ
diff --git a/public/images/items/large/ram-shrine-crystal-laser-skin.png b/public/images/items/large/ram-shrine-crystal-laser-skin.png
new file mode 100644
index 00000000..3ccd71c6
Binary files /dev/null and b/public/images/items/large/ram-shrine-crystal-laser-skin.png differ
diff --git a/public/images/items/large/ramming-speed-potion.png b/public/images/items/large/ramming-speed-potion.png
new file mode 100644
index 00000000..021a7577
Binary files /dev/null and b/public/images/items/large/ramming-speed-potion.png differ
diff --git a/public/images/items/large/ramming-speed-trinket.png b/public/images/items/large/ramming-speed-trinket.png
new file mode 100644
index 00000000..0a6f97fd
Binary files /dev/null and b/public/images/items/large/ramming-speed-trinket.png differ
diff --git a/public/images/items/large/rare-arduous-rh-treasure-chest-convertible.png b/public/images/items/large/rare-arduous-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s10-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s2-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s3-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s4-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s5-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s6-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s7-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s8-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/rare-arduous-treasure-chest-s9-convertible.png b/public/images/items/large/rare-arduous-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-arduous-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/rare-athletic-lunar-treasure-chest-convertible.png b/public/images/items/large/rare-athletic-lunar-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-athletic-lunar-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-beanstalk-treasure-chest-convertible.png b/public/images/items/large/rare-beanstalk-treasure-chest-convertible.png
new file mode 100644
index 00000000..9b11ea32
Binary files /dev/null and b/public/images/items/large/rare-beanstalk-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2014-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2014-treasure-chest-convertible.png
new file mode 100644
index 00000000..82cb949d
Binary files /dev/null and b/public/images/items/large/rare-birthday-2014-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2015-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2015-treasure-chest-convertible.png
new file mode 100644
index 00000000..9cbd8f0b
Binary files /dev/null and b/public/images/items/large/rare-birthday-2015-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2016-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2016-treasure-chest-convertible.png
new file mode 100644
index 00000000..82cb949d
Binary files /dev/null and b/public/images/items/large/rare-birthday-2016-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2017-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..82cb949d
Binary files /dev/null and b/public/images/items/large/rare-birthday-2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2018-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..82cb949d
Binary files /dev/null and b/public/images/items/large/rare-birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2019-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..82cb949d
Binary files /dev/null and b/public/images/items/large/rare-birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2020-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..fd4d8dd3
Binary files /dev/null and b/public/images/items/large/rare-birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-birthday-2021-treasure-chest-convertible.png b/public/images/items/large/rare-birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..336e0821
Binary files /dev/null and b/public/images/items/large/rare-birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-arduous-treasure-chest-convertible.png b/public/images/items/large/rare-boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-easy-treasure-chest-convertible.png b/public/images/items/large/rare-boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-elaborate-treasure-chest-convertible.png b/public/images/items/large/rare-boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-elite-2021-treasure-chest-convertible.png b/public/images/items/large/rare-boss-elite-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-elite-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-elite-treasure-chest-convertible.png b/public/images/items/large/rare-boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-hard-treasure-chest-convertible.png b/public/images/items/large/rare-boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-boss-medium-treasure-chest-convertible.png b/public/images/items/large/rare-boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..440c6098
Binary files /dev/null and b/public/images/items/large/rare-boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-bounty-reward-convertible.png b/public/images/items/large/rare-bounty-reward-convertible.png
new file mode 100644
index 00000000..1cb3a1f8
Binary files /dev/null and b/public/images/items/large/rare-bounty-reward-convertible.png differ
diff --git a/public/images/items/large/rare-bounty-reward-f-convertible.png b/public/images/items/large/rare-bounty-reward-f-convertible.png
new file mode 100644
index 00000000..1cb3a1f8
Binary files /dev/null and b/public/images/items/large/rare-bounty-reward-f-convertible.png differ
diff --git a/public/images/items/large/rare-bristle-woods-rift-treasure-chest-convertible.png b/public/images/items/large/rare-bristle-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..fbcd4498
Binary files /dev/null and b/public/images/items/large/rare-bristle-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-burroughs-rift-treasure-chest-convertible.png b/public/images/items/large/rare-burroughs-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..7b115163
Binary files /dev/null and b/public/images/items/large/rare-burroughs-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-c-boss-arduous-treasure-chest-convertible.png b/public/images/items/large/rare-c-boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..4552c12a
Binary files /dev/null and b/public/images/items/large/rare-c-boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-c-boss-easy-treasure-chest-convertible.png b/public/images/items/large/rare-c-boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..1f4da8dd
Binary files /dev/null and b/public/images/items/large/rare-c-boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-c-boss-elaborate-treasure-chest-convertible.png b/public/images/items/large/rare-c-boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..1f4da8dd
Binary files /dev/null and b/public/images/items/large/rare-c-boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-c-boss-elite-treasure-chest-convertible.png b/public/images/items/large/rare-c-boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..1f4da8dd
Binary files /dev/null and b/public/images/items/large/rare-c-boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-c-boss-hard-treasure-chest-convertible.png b/public/images/items/large/rare-c-boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..1f4da8dd
Binary files /dev/null and b/public/images/items/large/rare-c-boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-c-boss-medium-treasure-chest-convertible.png b/public/images/items/large/rare-c-boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..1f4da8dd
Binary files /dev/null and b/public/images/items/large/rare-c-boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-catacombs-treasure-chest-convertible.png b/public/images/items/large/rare-catacombs-treasure-chest-convertible.png
new file mode 100644
index 00000000..bdb6ee32
Binary files /dev/null and b/public/images/items/large/rare-catacombs-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-chrome-arduous-treasure-chest-convertible.png b/public/images/items/large/rare-chrome-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..48609e45
Binary files /dev/null and b/public/images/items/large/rare-chrome-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-chrome-easy-treasure-chest-convertible.png b/public/images/items/large/rare-chrome-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..48609e45
Binary files /dev/null and b/public/images/items/large/rare-chrome-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-chrome-elaborate-treasure-chest-convertible.png b/public/images/items/large/rare-chrome-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..48609e45
Binary files /dev/null and b/public/images/items/large/rare-chrome-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-chrome-elite-treasure-chest-convertible.png b/public/images/items/large/rare-chrome-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..48609e45
Binary files /dev/null and b/public/images/items/large/rare-chrome-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-chrome-hard-treasure-chest-convertible.png b/public/images/items/large/rare-chrome-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..48609e45
Binary files /dev/null and b/public/images/items/large/rare-chrome-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-chrome-medium-treasure-chest-convertible.png b/public/images/items/large/rare-chrome-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..48609e45
Binary files /dev/null and b/public/images/items/large/rare-chrome-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-digby-treasure-chest-convertible.png b/public/images/items/large/rare-digby-treasure-chest-convertible.png
new file mode 100644
index 00000000..b0473b1c
Binary files /dev/null and b/public/images/items/large/rare-digby-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-draconic-depths-treasure-chest-convertible.png b/public/images/items/large/rare-draconic-depths-treasure-chest-convertible.png
new file mode 100644
index 00000000..9807535f
Binary files /dev/null and b/public/images/items/large/rare-draconic-depths-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-easy-hween2017-treasure-chest-convertible.png b/public/images/items/large/rare-easy-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-easy-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-easy-hween2018-treasure-chest-convertible.png b/public/images/items/large/rare-easy-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-easy-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-easy-rh-treasure-chest-convertible.png b/public/images/items/large/rare-easy-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-convertible.png b/public/images/items/large/rare-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-halloween-convertible.png b/public/images/items/large/rare-easy-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s10-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s2-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s3-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s4-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s5-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s6-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s7-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s8-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/rare-easy-treasure-chest-s9-convertible.png b/public/images/items/large/rare-easy-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-easy-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/rare-egg-easy-treasure-chest-convertible.png b/public/images/items/large/rare-egg-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..da3d5237
Binary files /dev/null and b/public/images/items/large/rare-egg-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-egg-eggstreme-treasure-chest-convertible.png b/public/images/items/large/rare-egg-eggstreme-treasure-chest-convertible.png
new file mode 100644
index 00000000..04945210
Binary files /dev/null and b/public/images/items/large/rare-egg-eggstreme-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-egg-hard-treasure-chest-convertible.png b/public/images/items/large/rare-egg-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..1752497c
Binary files /dev/null and b/public/images/items/large/rare-egg-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-egg-medium-treasure-chest-convertible.png b/public/images/items/large/rare-egg-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..25a78a56
Binary files /dev/null and b/public/images/items/large/rare-egg-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-elab-hween2017-treasure-chest-convertible.png b/public/images/items/large/rare-elab-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-elab-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-elab-hween2018-treasure-chest-convertible.png b/public/images/items/large/rare-elab-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-elab-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-elab-treasure-chest-halloween-convertible.png b/public/images/items/large/rare-elab-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-elab-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-rh-treasure-chest-convertible.png b/public/images/items/large/rare-elaborate-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s10-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s2-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s3-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s4-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s5-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s6-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s7-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s8-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/rare-elaborate-treasure-chest-s9-convertible.png b/public/images/items/large/rare-elaborate-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elaborate-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/rare-elite-rh-treasure-chest-convertible.png b/public/images/items/large/rare-elite-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s10-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s3-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s4-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s5-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s6-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s7-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s8-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/rare-elite-treasure-chest-s9-convertible.png b/public/images/items/large/rare-elite-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-elite-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/rare-farming-fishing-treasure-chest-convertible.png b/public/images/items/large/rare-farming-fishing-treasure-chest-convertible.png
new file mode 100644
index 00000000..01936d14
Binary files /dev/null and b/public/images/items/large/rare-farming-fishing-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-ff-prelude-treasure-chest-convertible.png b/public/images/items/large/rare-ff-prelude-treasure-chest-convertible.png
new file mode 100644
index 00000000..6dbb1db4
Binary files /dev/null and b/public/images/items/large/rare-ff-prelude-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-floating-treasure-chest-convertible.png b/public/images/items/large/rare-floating-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-floating-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-fort-rox-treasure-chest-convertible.png b/public/images/items/large/rare-fort-rox-treasure-chest-convertible.png
new file mode 100644
index 00000000..e84b227b
Binary files /dev/null and b/public/images/items/large/rare-fort-rox-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-fungal-cavern-treasure-chest-convertible.png b/public/images/items/large/rare-fungal-cavern-treasure-chest-convertible.png
new file mode 100644
index 00000000..1fcdb305
Binary files /dev/null and b/public/images/items/large/rare-fungal-cavern-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-furoma-rift-treasure-chest-convertible.png b/public/images/items/large/rare-furoma-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..7c88a78f
Binary files /dev/null and b/public/images/items/large/rare-furoma-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-g-birthday-2018-treasure-chest-convertible.png b/public/images/items/large/rare-g-birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..7c6fb400
Binary files /dev/null and b/public/images/items/large/rare-g-birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-g-birthday-2019-treasure-chest-convertible.png b/public/images/items/large/rare-g-birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..034e16ba
Binary files /dev/null and b/public/images/items/large/rare-g-birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-g-birthday-2020-treasure-chest-convertible.png b/public/images/items/large/rare-g-birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..034e16ba
Binary files /dev/null and b/public/images/items/large/rare-g-birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-g-birthday-2021-treasure-chest-convertible.png b/public/images/items/large/rare-g-birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..909b7ba6
Binary files /dev/null and b/public/images/items/large/rare-g-birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-g-birthday-2025-treasure-chest-convertible.png b/public/images/items/large/rare-g-birthday-2025-treasure-chest-convertible.png
new file mode 100644
index 00000000..0b729db6
Binary files /dev/null and b/public/images/items/large/rare-g-birthday-2025-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-g-time-2018-treasure-chest-convertible.png b/public/images/items/large/rare-g-time-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..75ca8fd8
Binary files /dev/null and b/public/images/items/large/rare-g-time-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-geyser-dweller-treasure-chest-convertible.png b/public/images/items/large/rare-geyser-dweller-treasure-chest-convertible.png
new file mode 100644
index 00000000..792a863f
Binary files /dev/null and b/public/images/items/large/rare-geyser-dweller-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-giant-rainbow-treasure-chest-convertible.png b/public/images/items/large/rare-giant-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..d6b06f37
Binary files /dev/null and b/public/images/items/large/rare-giant-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-gilded-coin-2024-treasure-chest-convertible.png b/public/images/items/large/rare-gilded-coin-2024-treasure-chest-convertible.png
new file mode 100644
index 00000000..d106cb44
Binary files /dev/null and b/public/images/items/large/rare-gilded-coin-2024-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-gilded-coin-treasure-chest-convertible.png b/public/images/items/large/rare-gilded-coin-treasure-chest-convertible.png
new file mode 100644
index 00000000..b268bc19
Binary files /dev/null and b/public/images/items/large/rare-gilded-coin-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-gilded-treasure-chest-convertible.png b/public/images/items/large/rare-gilded-treasure-chest-convertible.png
new file mode 100644
index 00000000..016e0c29
Binary files /dev/null and b/public/images/items/large/rare-gilded-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-gnawnia-rift-treasure-chest-convertible.png b/public/images/items/large/rare-gnawnia-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..1c66a8ca
Binary files /dev/null and b/public/images/items/large/rare-gnawnia-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-gnawnia-treasure-chest-convertible.png b/public/images/items/large/rare-gnawnia-treasure-chest-convertible.png
new file mode 100644
index 00000000..115e4554
Binary files /dev/null and b/public/images/items/large/rare-gnawnia-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-halloween-f-treasure-chest-convertible.png b/public/images/items/large/rare-halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-halloween-spooky-treasure-chest-convertible.png b/public/images/items/large/rare-halloween-spooky-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-halloween-spooky-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-halloween-treasure-chest-convertible.png b/public/images/items/large/rare-halloween-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-halloween-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-halloween-undead-treasure-chest-convertible.png b/public/images/items/large/rare-halloween-undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-halloween-undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-hard-hween2017-treasure-chest-convertible.png b/public/images/items/large/rare-hard-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-hard-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-hard-hween2018-treasure-chest-convertible.png b/public/images/items/large/rare-hard-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-hard-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-hard-rh-treasure-chest-convertible.png b/public/images/items/large/rare-hard-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-convertible.png b/public/images/items/large/rare-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-halloween-convertible.png b/public/images/items/large/rare-hard-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s10-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s2-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s3-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s4-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s5-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s6-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s7-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s8-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/rare-hard-treasure-chest-s9-convertible.png b/public/images/items/large/rare-hard-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-hard-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/rare-high-hween2020-treasure-chest-convertible.png b/public/images/items/large/rare-high-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-high-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-icebreaker-treasure-chest-convertible.png b/public/images/items/large/rare-icebreaker-treasure-chest-convertible.png
new file mode 100644
index 00000000..795b0a9f
Binary files /dev/null and b/public/images/items/large/rare-icebreaker-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-isles-treasure-chest-convertible.png b/public/images/items/large/rare-isles-treasure-chest-convertible.png
new file mode 100644
index 00000000..fa70a192
Binary files /dev/null and b/public/images/items/large/rare-isles-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-labyrinth-treasure-chest-convertible.png b/public/images/items/large/rare-labyrinth-treasure-chest-convertible.png
new file mode 100644
index 00000000..f8494e51
Binary files /dev/null and b/public/images/items/large/rare-labyrinth-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-lantern-lighter-treasure-chest-convertible.png b/public/images/items/large/rare-lantern-lighter-treasure-chest-convertible.png
new file mode 100644
index 00000000..dcccc675
Binary files /dev/null and b/public/images/items/large/rare-lantern-lighter-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-large-rainbow-treasure-chest-convertible.png b/public/images/items/large/rare-large-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..8e6cd285
Binary files /dev/null and b/public/images/items/large/rare-large-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-lightning-slayer-chest-convertible.png b/public/images/items/large/rare-lightning-slayer-chest-convertible.png
new file mode 100644
index 00000000..49488231
Binary files /dev/null and b/public/images/items/large/rare-lightning-slayer-chest-convertible.png differ
diff --git a/public/images/items/large/rare-living-garden-treasure-chest-convertible.png b/public/images/items/large/rare-living-garden-treasure-chest-convertible.png
new file mode 100644
index 00000000..5262a07d
Binary files /dev/null and b/public/images/items/large/rare-living-garden-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-living-garden-treasure-chest-f-convertible.png b/public/images/items/large/rare-living-garden-treasure-chest-f-convertible.png
new file mode 100644
index 00000000..f55cb8ef
Binary files /dev/null and b/public/images/items/large/rare-living-garden-treasure-chest-f-convertible.png differ
diff --git a/public/images/items/large/rare-living-garden-treasure-chest-s2-convertible.png b/public/images/items/large/rare-living-garden-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..5262a07d
Binary files /dev/null and b/public/images/items/large/rare-living-garden-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/rare-lny-treasure-chest-2024-convertible.png b/public/images/items/large/rare-lny-treasure-chest-2024-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-lny-treasure-chest-2024-convertible.png differ
diff --git a/public/images/items/large/rare-low-hween2020-treasure-chest-convertible.png b/public/images/items/large/rare-low-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-low-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-lunar-new-year-treasure-chest-convertible.png b/public/images/items/large/rare-lunar-new-year-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-lunar-new-year-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-m1k-solo-treasure-chest-convertible.png b/public/images/items/large/rare-m1k-solo-treasure-chest-convertible.png
new file mode 100644
index 00000000..a5a63f15
Binary files /dev/null and b/public/images/items/large/rare-m1k-solo-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-m1k-team-treasure-chest-convertible.png b/public/images/items/large/rare-m1k-team-treasure-chest-convertible.png
new file mode 100644
index 00000000..9ab65451
Binary files /dev/null and b/public/images/items/large/rare-m1k-team-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-map-dust-crafter-kit-convertible.png b/public/images/items/large/rare-map-dust-crafter-kit-convertible.png
new file mode 100644
index 00000000..5fb27fb5
Binary files /dev/null and b/public/images/items/large/rare-map-dust-crafter-kit-convertible.png differ
diff --git a/public/images/items/large/rare-map-dust-stat-item.png b/public/images/items/large/rare-map-dust-stat-item.png
new file mode 100644
index 00000000..ad410718
Binary files /dev/null and b/public/images/items/large/rare-map-dust-stat-item.png differ
diff --git a/public/images/items/large/rare-medium-hween2017-treasure-chest-convertible.png b/public/images/items/large/rare-medium-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-medium-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-medium-hween2018-treasure-chest-convertible.png b/public/images/items/large/rare-medium-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-medium-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-medium-rh-treasure-chest-convertible.png b/public/images/items/large/rare-medium-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-convertible.png b/public/images/items/large/rare-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-halloween-convertible.png b/public/images/items/large/rare-medium-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..3ea0df87
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s10-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s2-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s3-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s4-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s5-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s6-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s7-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s8-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/large/rare-medium-treasure-chest-s9-convertible.png b/public/images/items/large/rare-medium-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..62d00c29
Binary files /dev/null and b/public/images/items/large/rare-medium-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/large/rare-moussu-picchu-treasure-chest-convertible.png b/public/images/items/large/rare-moussu-picchu-treasure-chest-convertible.png
new file mode 100644
index 00000000..278d9198
Binary files /dev/null and b/public/images/items/large/rare-moussu-picchu-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-muridae-treasure-chest-convertible.png b/public/images/items/large/rare-muridae-treasure-chest-convertible.png
new file mode 100644
index 00000000..b6a9422c
Binary files /dev/null and b/public/images/items/large/rare-muridae-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2014-list-chest-convertible.png b/public/images/items/large/rare-naughty-2014-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2014-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2015-list-chest-convertible.png b/public/images/items/large/rare-naughty-2015-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2015-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2016-list-chest-convertible.png b/public/images/items/large/rare-naughty-2016-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2016-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2017-list-chest-convertible.png b/public/images/items/large/rare-naughty-2017-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2017-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2018-list-chest-convertible.png b/public/images/items/large/rare-naughty-2018-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2018-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2019-list-chest-convertible.png b/public/images/items/large/rare-naughty-2019-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2019-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2020-list-chest-convertible.png b/public/images/items/large/rare-naughty-2020-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2020-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2021-list-chest-convertible.png b/public/images/items/large/rare-naughty-2021-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-2021-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-2022-list-chest-convertible.png b/public/images/items/large/rare-naughty-2022-list-chest-convertible.png
new file mode 100644
index 00000000..4afe2ffb
Binary files /dev/null and b/public/images/items/large/rare-naughty-2022-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-naughty-list-chest-convertible.png b/public/images/items/large/rare-naughty-list-chest-convertible.png
new file mode 100644
index 00000000..19dc4e97
Binary files /dev/null and b/public/images/items/large/rare-naughty-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-new-years-chest-convertible.png b/public/images/items/large/rare-new-years-chest-convertible.png
new file mode 100644
index 00000000..906bcdd2
Binary files /dev/null and b/public/images/items/large/rare-new-years-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2014-list-chest-convertible.png b/public/images/items/large/rare-nice-2014-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-2014-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2015-list-chest-convertible.png b/public/images/items/large/rare-nice-2015-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-2015-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2016-list-chest-convertible.png b/public/images/items/large/rare-nice-2016-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-2016-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2017-list-chest-convertible.png b/public/images/items/large/rare-nice-2017-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-2017-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2018-list-chest-convertible.png b/public/images/items/large/rare-nice-2018-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-2018-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2021-list-chest-convertible.png b/public/images/items/large/rare-nice-2021-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-2021-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-2022-list-chest-convertible.png b/public/images/items/large/rare-nice-2022-list-chest-convertible.png
new file mode 100644
index 00000000..a5994691
Binary files /dev/null and b/public/images/items/large/rare-nice-2022-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-nice-list-chest-convertible.png b/public/images/items/large/rare-nice-list-chest-convertible.png
new file mode 100644
index 00000000..0d32a646
Binary files /dev/null and b/public/images/items/large/rare-nice-list-chest-convertible.png differ
diff --git a/public/images/items/large/rare-origin-of-dragons-treasure-chest-convertible.png b/public/images/items/large/rare-origin-of-dragons-treasure-chest-convertible.png
new file mode 100644
index 00000000..9ffcbcdc
Binary files /dev/null and b/public/images/items/large/rare-origin-of-dragons-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-queso-canyon-tour-treasure-chest-convertible.png b/public/images/items/large/rare-queso-canyon-tour-treasure-chest-convertible.png
new file mode 100644
index 00000000..ea66e580
Binary files /dev/null and b/public/images/items/large/rare-queso-canyon-tour-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-queso-canyoneer-treasure-chest-convertible.png b/public/images/items/large/rare-queso-canyoneer-treasure-chest-convertible.png
new file mode 100644
index 00000000..19f6418a
Binary files /dev/null and b/public/images/items/large/rare-queso-canyoneer-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-relic-treasure-chest-convertible.png b/public/images/items/large/rare-relic-treasure-chest-convertible.png
new file mode 100644
index 00000000..a396b94b
Binary files /dev/null and b/public/images/items/large/rare-relic-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-rift-halloween-f-treasure-chest-convertible.png b/public/images/items/large/rare-rift-halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..5f9f2e8c
Binary files /dev/null and b/public/images/items/large/rare-rift-halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-riftstalker-treasure-chest-convertible.png b/public/images/items/large/rare-riftstalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..ecf0ebd8
Binary files /dev/null and b/public/images/items/large/rare-riftstalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-riftwalker-treasure-chest-convertible.png b/public/images/items/large/rare-riftwalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..a46ad153
Binary files /dev/null and b/public/images/items/large/rare-riftwalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-school-of-sorcery-treasure-chest-convertible.png b/public/images/items/large/rare-school-of-sorcery-treasure-chest-convertible.png
new file mode 100644
index 00000000..d9264962
Binary files /dev/null and b/public/images/items/large/rare-school-of-sorcery-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-shelder-treasure-chest-convertible.png b/public/images/items/large/rare-shelder-treasure-chest-convertible.png
new file mode 100644
index 00000000..39f39c42
Binary files /dev/null and b/public/images/items/large/rare-shelder-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-sky-palace-treasure-chest-convertible.png b/public/images/items/large/rare-sky-palace-treasure-chest-convertible.png
new file mode 100644
index 00000000..4bb6ad8a
Binary files /dev/null and b/public/images/items/large/rare-sky-palace-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-sky-pirate-treasure-chest-convertible.png b/public/images/items/large/rare-sky-pirate-treasure-chest-convertible.png
new file mode 100644
index 00000000..5c12f693
Binary files /dev/null and b/public/images/items/large/rare-sky-pirate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-small-rainbow-treasure-chest-convertible.png b/public/images/items/large/rare-small-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..8a3a342f
Binary files /dev/null and b/public/images/items/large/rare-small-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-sunken-city-treasure-chest-convertible.png b/public/images/items/large/rare-sunken-city-treasure-chest-convertible.png
new file mode 100644
index 00000000..02b535db
Binary files /dev/null and b/public/images/items/large/rare-sunken-city-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-timetravel-2018-treasure-chest-convertible.png b/public/images/items/large/rare-timetravel-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..1e2fcc57
Binary files /dev/null and b/public/images/items/large/rare-timetravel-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-toxic-arduous-treasure-chest-convertible.png b/public/images/items/large/rare-toxic-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..93142e57
Binary files /dev/null and b/public/images/items/large/rare-toxic-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-toxic-easy-treasure-chest-convertible.png b/public/images/items/large/rare-toxic-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..4fafc807
Binary files /dev/null and b/public/images/items/large/rare-toxic-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-toxic-elaborate-treasure-chest-convertible.png b/public/images/items/large/rare-toxic-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..93142e57
Binary files /dev/null and b/public/images/items/large/rare-toxic-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-toxic-elite-treasure-chest-convertible.png b/public/images/items/large/rare-toxic-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..93142e57
Binary files /dev/null and b/public/images/items/large/rare-toxic-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-toxic-hard-treasure-chest-convertible.png b/public/images/items/large/rare-toxic-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..537eff0a
Binary files /dev/null and b/public/images/items/large/rare-toxic-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-toxic-medium-treasure-chest-convertible.png b/public/images/items/large/rare-toxic-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..4fafc807
Binary files /dev/null and b/public/images/items/large/rare-toxic-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-treat-hween2021-treasure-chest-convertible.png b/public/images/items/large/rare-treat-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..bee936ad
Binary files /dev/null and b/public/images/items/large/rare-treat-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-trick-hween2021-treasure-chest-convertible.png b/public/images/items/large/rare-trick-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..50bfda24
Binary files /dev/null and b/public/images/items/large/rare-trick-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-undead-treasure-chest-convertible.png b/public/images/items/large/rare-undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..deb548c5
Binary files /dev/null and b/public/images/items/large/rare-undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-valentines-2015-chest-convertible.png b/public/images/items/large/rare-valentines-2015-chest-convertible.png
new file mode 100644
index 00000000..2b2e9624
Binary files /dev/null and b/public/images/items/large/rare-valentines-2015-chest-convertible.png differ
diff --git a/public/images/items/large/rare-valentines-matchmaker-chest-convertible.png b/public/images/items/large/rare-valentines-matchmaker-chest-convertible.png
new file mode 100644
index 00000000..002e2844
Binary files /dev/null and b/public/images/items/large/rare-valentines-matchmaker-chest-convertible.png differ
diff --git a/public/images/items/large/rare-valour-rift-treasure-chest-convertible.png b/public/images/items/large/rare-valour-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..ba4609fa
Binary files /dev/null and b/public/images/items/large/rare-valour-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-valour-treasure-chest-convertible.png b/public/images/items/large/rare-valour-treasure-chest-convertible.png
new file mode 100644
index 00000000..779c7945
Binary files /dev/null and b/public/images/items/large/rare-valour-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-warpath-treasure-chest-convertible.png b/public/images/items/large/rare-warpath-treasure-chest-convertible.png
new file mode 100644
index 00000000..749ff3de
Binary files /dev/null and b/public/images/items/large/rare-warpath-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-whisker-woods-rift-treasure-chest-convertible.png b/public/images/items/large/rare-whisker-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..2553cc0b
Binary files /dev/null and b/public/images/items/large/rare-whisker-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-whisker-woods-treasure-chest-convertible.png b/public/images/items/large/rare-whisker-woods-treasure-chest-convertible.png
new file mode 100644
index 00000000..77a55343
Binary files /dev/null and b/public/images/items/large/rare-whisker-woods-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rare-zugzwang-treasure-chest-convertible.png b/public/images/items/large/rare-zugzwang-treasure-chest-convertible.png
new file mode 100644
index 00000000..424ecd2e
Binary files /dev/null and b/public/images/items/large/rare-zugzwang-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rat-jade-base.png b/public/images/items/large/rat-jade-base.png
new file mode 100644
index 00000000..0fe2b75c
Binary files /dev/null and b/public/images/items/large/rat-jade-base.png differ
diff --git a/public/images/items/large/rat-lny-journal-theme-collectible.png b/public/images/items/large/rat-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..1583651b
Binary files /dev/null and b/public/images/items/large/rat-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/rat-mask-collectible.png b/public/images/items/large/rat-mask-collectible.png
new file mode 100644
index 00000000..287b4c36
Binary files /dev/null and b/public/images/items/large/rat-mask-collectible.png differ
diff --git a/public/images/items/large/raw-ancient-jade-stat-item.png b/public/images/items/large/raw-ancient-jade-stat-item.png
new file mode 100644
index 00000000..eda1b4b3
Binary files /dev/null and b/public/images/items/large/raw-ancient-jade-stat-item.png differ
diff --git a/public/images/items/large/raw-diamond-collectible.png b/public/images/items/large/raw-diamond-collectible.png
new file mode 100644
index 00000000..bdf30c36
Binary files /dev/null and b/public/images/items/large/raw-diamond-collectible.png differ
diff --git a/public/images/items/large/raw-rift-crystal-stat-item.png b/public/images/items/large/raw-rift-crystal-stat-item.png
new file mode 100644
index 00000000..b68bae3d
Binary files /dev/null and b/public/images/items/large/raw-rift-crystal-stat-item.png differ
diff --git a/public/images/items/large/real-lich-egg-convertible.png b/public/images/items/large/real-lich-egg-convertible.png
new file mode 100644
index 00000000..f94ede69
Binary files /dev/null and b/public/images/items/large/real-lich-egg-convertible.png differ
diff --git a/public/images/items/large/realm-ripper-egg-convertible.png b/public/images/items/large/realm-ripper-egg-convertible.png
new file mode 100644
index 00000000..c5a9a690
Binary files /dev/null and b/public/images/items/large/realm-ripper-egg-convertible.png differ
diff --git a/public/images/items/large/reaper-droid-archmagus-skin.png b/public/images/items/large/reaper-droid-archmagus-skin.png
new file mode 100644
index 00000000..4685270e
Binary files /dev/null and b/public/images/items/large/reaper-droid-archmagus-skin.png differ
diff --git a/public/images/items/large/reaper-perch-weapon.png b/public/images/items/large/reaper-perch-weapon.png
new file mode 100644
index 00000000..2536f132
Binary files /dev/null and b/public/images/items/large/reaper-perch-weapon.png differ
diff --git a/public/images/items/large/recipe-unlock-stat-item.png b/public/images/items/large/recipe-unlock-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/recipe-unlock-stat-item.png differ
diff --git a/public/images/items/large/recruit-achievement.png b/public/images/items/large/recruit-achievement.png
new file mode 100644
index 00000000..7823ee60
Binary files /dev/null and b/public/images/items/large/recruit-achievement.png differ
diff --git a/public/images/items/large/recycled-essence-crafting-item.png b/public/images/items/large/recycled-essence-crafting-item.png
new file mode 100644
index 00000000..703aa887
Binary files /dev/null and b/public/images/items/large/recycled-essence-crafting-item.png differ
diff --git a/public/images/items/large/red-button-collectible.png b/public/images/items/large/red-button-collectible.png
new file mode 100644
index 00000000..efc3d16c
Binary files /dev/null and b/public/images/items/large/red-button-collectible.png differ
diff --git a/public/images/items/large/red-double-dewdrop-powder-crafting-item.png b/public/images/items/large/red-double-dewdrop-powder-crafting-item.png
new file mode 100644
index 00000000..623109b1
Binary files /dev/null and b/public/images/items/large/red-double-dewdrop-powder-crafting-item.png differ
diff --git a/public/images/items/large/red-double-sponge-trinket.png b/public/images/items/large/red-double-sponge-trinket.png
new file mode 100644
index 00000000..3951be19
Binary files /dev/null and b/public/images/items/large/red-double-sponge-trinket.png differ
diff --git a/public/images/items/large/red-drop-stat-item.png b/public/images/items/large/red-drop-stat-item.png
new file mode 100644
index 00000000..45b855ca
Binary files /dev/null and b/public/images/items/large/red-drop-stat-item.png differ
diff --git a/public/images/items/large/red-pepper-plant-convertible.png b/public/images/items/large/red-pepper-plant-convertible.png
new file mode 100644
index 00000000..b48c957c
Binary files /dev/null and b/public/images/items/large/red-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/red-pepper-seed-craft-item.png b/public/images/items/large/red-pepper-seed-craft-item.png
new file mode 100644
index 00000000..2ddb434b
Binary files /dev/null and b/public/images/items/large/red-pepper-seed-craft-item.png differ
diff --git a/public/images/items/large/red-pocket-envelope-convertible.png b/public/images/items/large/red-pocket-envelope-convertible.png
new file mode 100644
index 00000000..4b2a58f5
Binary files /dev/null and b/public/images/items/large/red-pocket-envelope-convertible.png differ
diff --git a/public/images/items/large/red-sponge-trinket.png b/public/images/items/large/red-sponge-trinket.png
new file mode 100644
index 00000000..259c5550
Binary files /dev/null and b/public/images/items/large/red-sponge-trinket.png differ
diff --git a/public/images/items/large/red-velvet-cake-base.png b/public/images/items/large/red-velvet-cake-base.png
new file mode 100644
index 00000000..99ccef2c
Binary files /dev/null and b/public/images/items/large/red-velvet-cake-base.png differ
diff --git a/public/images/items/large/red-wax-crafting-item.png b/public/images/items/large/red-wax-crafting-item.png
new file mode 100644
index 00000000..cfe3eb4a
Binary files /dev/null and b/public/images/items/large/red-wax-crafting-item.png differ
diff --git a/public/images/items/large/red-winter-hunt-gift.png b/public/images/items/large/red-winter-hunt-gift.png
new file mode 100644
index 00000000..ae130466
Binary files /dev/null and b/public/images/items/large/red-winter-hunt-gift.png differ
diff --git a/public/images/items/large/refined-pollutinum-base-blueprints-crafting-item.png b/public/images/items/large/refined-pollutinum-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/refined-pollutinum-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/refined-pollutinum-base.png b/public/images/items/large/refined-pollutinum-base.png
new file mode 100644
index 00000000..f4a35d86
Binary files /dev/null and b/public/images/items/large/refined-pollutinum-base.png differ
diff --git a/public/images/items/large/regal-celestial-dissonance-trap-skin.png b/public/images/items/large/regal-celestial-dissonance-trap-skin.png
new file mode 100644
index 00000000..1753531c
Binary files /dev/null and b/public/images/items/large/regal-celestial-dissonance-trap-skin.png differ
diff --git a/public/images/items/large/regal-charm-codex-stat-item.png b/public/images/items/large/regal-charm-codex-stat-item.png
new file mode 100644
index 00000000..564d0e22
Binary files /dev/null and b/public/images/items/large/regal-charm-codex-stat-item.png differ
diff --git a/public/images/items/large/regal-chrome-floating-arcane-upgraded-skin.png b/public/images/items/large/regal-chrome-floating-arcane-upgraded-skin.png
new file mode 100644
index 00000000..64b25068
Binary files /dev/null and b/public/images/items/large/regal-chrome-floating-arcane-upgraded-skin.png differ
diff --git a/public/images/items/large/regal-codex-page-stat-item.png b/public/images/items/large/regal-codex-page-stat-item.png
new file mode 100644
index 00000000..09ad4616
Binary files /dev/null and b/public/images/items/large/regal-codex-page-stat-item.png differ
diff --git a/public/images/items/large/regal-gift-basket-convertible.png b/public/images/items/large/regal-gift-basket-convertible.png
new file mode 100644
index 00000000..397c470e
Binary files /dev/null and b/public/images/items/large/regal-gift-basket-convertible.png differ
diff --git a/public/images/items/large/regal-infinite-dark-magic-mirror-skin.png b/public/images/items/large/regal-infinite-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..189fbfb9
Binary files /dev/null and b/public/images/items/large/regal-infinite-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/large/regal-legendary-kingbot-skin.png b/public/images/items/large/regal-legendary-kingbot-skin.png
new file mode 100644
index 00000000..c8212a5a
Binary files /dev/null and b/public/images/items/large/regal-legendary-kingbot-skin.png differ
diff --git a/public/images/items/large/regal-princebot-trap-skin.png b/public/images/items/large/regal-princebot-trap-skin.png
new file mode 100644
index 00000000..f01c15fa
Binary files /dev/null and b/public/images/items/large/regal-princebot-trap-skin.png differ
diff --git a/public/images/items/large/regal-slumbering-boulder-trap-skin.png b/public/images/items/large/regal-slumbering-boulder-trap-skin.png
new file mode 100644
index 00000000..5012a97b
Binary files /dev/null and b/public/images/items/large/regal-slumbering-boulder-trap-skin.png differ
diff --git a/public/images/items/large/regal-temporal-turbine-skin.png b/public/images/items/large/regal-temporal-turbine-skin.png
new file mode 100644
index 00000000..a8cd7586
Binary files /dev/null and b/public/images/items/large/regal-temporal-turbine-skin.png differ
diff --git a/public/images/items/large/regal-theme-half-one-crafting-item.png b/public/images/items/large/regal-theme-half-one-crafting-item.png
new file mode 100644
index 00000000..f0de58ca
Binary files /dev/null and b/public/images/items/large/regal-theme-half-one-crafting-item.png differ
diff --git a/public/images/items/large/regal-theme-half-two-crafting-item.png b/public/images/items/large/regal-theme-half-two-crafting-item.png
new file mode 100644
index 00000000..d25e2b2e
Binary files /dev/null and b/public/images/items/large/regal-theme-half-two-crafting-item.png differ
diff --git a/public/images/items/large/regal-trinket.png b/public/images/items/large/regal-trinket.png
new file mode 100644
index 00000000..234e02fb
Binary files /dev/null and b/public/images/items/large/regal-trinket.png differ
diff --git a/public/images/items/large/regal-vault-procession-trap-skin.png b/public/images/items/large/regal-vault-procession-trap-skin.png
new file mode 100644
index 00000000..c68e2a1d
Binary files /dev/null and b/public/images/items/large/regal-vault-procession-trap-skin.png differ
diff --git a/public/images/items/large/reindeer-slippers-collectible.png b/public/images/items/large/reindeer-slippers-collectible.png
new file mode 100644
index 00000000..013ca7ba
Binary files /dev/null and b/public/images/items/large/reindeer-slippers-collectible.png differ
diff --git a/public/images/items/large/relic-hunter-egg-convertible.png b/public/images/items/large/relic-hunter-egg-convertible.png
new file mode 100644
index 00000000..e76a24ee
Binary files /dev/null and b/public/images/items/large/relic-hunter-egg-convertible.png differ
diff --git a/public/images/items/large/relic-hunter-journal-theme-collectible.png b/public/images/items/large/relic-hunter-journal-theme-collectible.png
new file mode 100644
index 00000000..762998fd
Binary files /dev/null and b/public/images/items/large/relic-hunter-journal-theme-collectible.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-1-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..3ea34490
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-2-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..4c8a667f
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-3-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..545ebb74
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-4-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-4-crafting-item.png
new file mode 100644
index 00000000..ab97a272
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-4-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-5-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-5-crafting-item.png
new file mode 100644
index 00000000..ae74d7e2
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-5-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-6-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-6-crafting-item.png
new file mode 100644
index 00000000..9b3db3f0
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-6-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-7-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-7-crafting-item.png
new file mode 100644
index 00000000..aacad3a7
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-7-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-8-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-8-crafting-item.png
new file mode 100644
index 00000000..f04987d5
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-8-crafting-item.png differ
diff --git a/public/images/items/large/relic-hunter-theme-scrap-9-crafting-item.png b/public/images/items/large/relic-hunter-theme-scrap-9-crafting-item.png
new file mode 100644
index 00000000..ef839f0b
Binary files /dev/null and b/public/images/items/large/relic-hunter-theme-scrap-9-crafting-item.png differ
diff --git a/public/images/items/large/relic-scroll-case-convertible.png b/public/images/items/large/relic-scroll-case-convertible.png
new file mode 100644
index 00000000..fe4a0489
Binary files /dev/null and b/public/images/items/large/relic-scroll-case-convertible.png differ
diff --git a/public/images/items/large/relic-treasure-chest-convertible.png b/public/images/items/large/relic-treasure-chest-convertible.png
new file mode 100644
index 00000000..ed2399a3
Binary files /dev/null and b/public/images/items/large/relic-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/remote-detonator-base-blueprints-crafting-item.png b/public/images/items/large/remote-detonator-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/remote-detonator-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/remote-detonator-base.png b/public/images/items/large/remote-detonator-base.png
new file mode 100644
index 00000000..8b33f7ce
Binary files /dev/null and b/public/images/items/large/remote-detonator-base.png differ
diff --git a/public/images/items/large/remote-pumping-trinket.png b/public/images/items/large/remote-pumping-trinket.png
new file mode 100644
index 00000000..e5b65cc7
Binary files /dev/null and b/public/images/items/large/remote-pumping-trinket.png differ
diff --git a/public/images/items/large/repear-perch-blueprint-crafting-item.png b/public/images/items/large/repear-perch-blueprint-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/repear-perch-blueprint-crafting-item.png differ
diff --git a/public/images/items/large/restitched-trinket.png b/public/images/items/large/restitched-trinket.png
new file mode 100644
index 00000000..d6fc5bdc
Binary files /dev/null and b/public/images/items/large/restitched-trinket.png differ
diff --git a/public/images/items/large/restoration-mousoleum-map-piece.png b/public/images/items/large/restoration-mousoleum-map-piece.png
new file mode 100644
index 00000000..733ab546
Binary files /dev/null and b/public/images/items/large/restoration-mousoleum-map-piece.png differ
diff --git a/public/images/items/large/rewers-repost-weapon.png b/public/images/items/large/rewers-repost-weapon.png
new file mode 100644
index 00000000..1333d8ac
Binary files /dev/null and b/public/images/items/large/rewers-repost-weapon.png differ
diff --git a/public/images/items/large/rewind-raclette-cheese.png b/public/images/items/large/rewind-raclette-cheese.png
new file mode 100644
index 00000000..0cad53c5
Binary files /dev/null and b/public/images/items/large/rewind-raclette-cheese.png differ
diff --git a/public/images/items/large/rewind-trinket.png b/public/images/items/large/rewind-trinket.png
new file mode 100644
index 00000000..b180a711
Binary files /dev/null and b/public/images/items/large/rewind-trinket.png differ
diff --git a/public/images/items/large/rhino-horn-craft-item.png b/public/images/items/large/rhino-horn-craft-item.png
new file mode 100644
index 00000000..40983514
Binary files /dev/null and b/public/images/items/large/rhino-horn-craft-item.png differ
diff --git a/public/images/items/large/rhinobot-blueprints-craft-item.png b/public/images/items/large/rhinobot-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/rhinobot-blueprints-craft-item.png differ
diff --git a/public/images/items/large/rhinobot-parts-crafting-item.png b/public/images/items/large/rhinobot-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/rhinobot-parts-crafting-item.png differ
diff --git a/public/images/items/large/rhinobot-weapon.png b/public/images/items/large/rhinobot-weapon.png
new file mode 100644
index 00000000..816c7a83
Binary files /dev/null and b/public/images/items/large/rhinobot-weapon.png differ
diff --git a/public/images/items/large/rice-paper-craft-item.png b/public/images/items/large/rice-paper-craft-item.png
new file mode 100644
index 00000000..32d9b59b
Binary files /dev/null and b/public/images/items/large/rice-paper-craft-item.png differ
diff --git a/public/images/items/large/richest-egg-convertible.png b/public/images/items/large/richest-egg-convertible.png
new file mode 100644
index 00000000..1dd00d34
Binary files /dev/null and b/public/images/items/large/richest-egg-convertible.png differ
diff --git a/public/images/items/large/rift-2020-trinket.png b/public/images/items/large/rift-2020-trinket.png
new file mode 100644
index 00000000..8e0c36ce
Binary files /dev/null and b/public/images/items/large/rift-2020-trinket.png differ
diff --git a/public/images/items/large/rift-2021-trinket.png b/public/images/items/large/rift-2021-trinket.png
new file mode 100644
index 00000000..d0f245fb
Binary files /dev/null and b/public/images/items/large/rift-2021-trinket.png differ
diff --git a/public/images/items/large/rift-2022-trinket.png b/public/images/items/large/rift-2022-trinket.png
new file mode 100644
index 00000000..eb3c5eb0
Binary files /dev/null and b/public/images/items/large/rift-2022-trinket.png differ
diff --git a/public/images/items/large/rift-2023-trinket.png b/public/images/items/large/rift-2023-trinket.png
new file mode 100644
index 00000000..c3b3e5b5
Binary files /dev/null and b/public/images/items/large/rift-2023-trinket.png differ
diff --git a/public/images/items/large/rift-2024-trinket.png b/public/images/items/large/rift-2024-trinket.png
new file mode 100644
index 00000000..ac59a225
Binary files /dev/null and b/public/images/items/large/rift-2024-trinket.png differ
diff --git a/public/images/items/large/rift-2025-trinket.png b/public/images/items/large/rift-2025-trinket.png
new file mode 100644
index 00000000..62145b76
Binary files /dev/null and b/public/images/items/large/rift-2025-trinket.png differ
diff --git a/public/images/items/large/rift-acolyte-bronze-chest-convertible.png b/public/images/items/large/rift-acolyte-bronze-chest-convertible.png
new file mode 100644
index 00000000..aa2b92ea
Binary files /dev/null and b/public/images/items/large/rift-acolyte-bronze-chest-convertible.png differ
diff --git a/public/images/items/large/rift-acolyte-chest-convertible.png b/public/images/items/large/rift-acolyte-chest-convertible.png
new file mode 100644
index 00000000..2a125fb7
Binary files /dev/null and b/public/images/items/large/rift-acolyte-chest-convertible.png differ
diff --git a/public/images/items/large/rift-acolyte-gold-chest-convertible.png b/public/images/items/large/rift-acolyte-gold-chest-convertible.png
new file mode 100644
index 00000000..ddc18889
Binary files /dev/null and b/public/images/items/large/rift-acolyte-gold-chest-convertible.png differ
diff --git a/public/images/items/large/rift-acolyte-silver-chest-convertible.png b/public/images/items/large/rift-acolyte-silver-chest-convertible.png
new file mode 100644
index 00000000..8b5596a5
Binary files /dev/null and b/public/images/items/large/rift-acolyte-silver-chest-convertible.png differ
diff --git a/public/images/items/large/rift-airship-trinket.png b/public/images/items/large/rift-airship-trinket.png
new file mode 100644
index 00000000..5fe99dc4
Binary files /dev/null and b/public/images/items/large/rift-airship-trinket.png differ
diff --git a/public/images/items/large/rift-anti-skele-trinket.png b/public/images/items/large/rift-anti-skele-trinket.png
new file mode 100644
index 00000000..2bf38259
Binary files /dev/null and b/public/images/items/large/rift-anti-skele-trinket.png differ
diff --git a/public/images/items/large/rift-base-blueprints-crafting-item.png b/public/images/items/large/rift-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/rift-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/rift-base.png b/public/images/items/large/rift-base.png
new file mode 100644
index 00000000..9a1ea3b5
Binary files /dev/null and b/public/images/items/large/rift-base.png differ
diff --git a/public/images/items/large/rift-battery-piece-crafting-item.png b/public/images/items/large/rift-battery-piece-crafting-item.png
new file mode 100644
index 00000000..2388b918
Binary files /dev/null and b/public/images/items/large/rift-battery-piece-crafting-item.png differ
diff --git a/public/images/items/large/rift-belt-shard-craft-item.png b/public/images/items/large/rift-belt-shard-craft-item.png
new file mode 100644
index 00000000..1c08f8a7
Binary files /dev/null and b/public/images/items/large/rift-belt-shard-craft-item.png differ
diff --git a/public/images/items/large/rift-blossom-branch-crafting-item.png b/public/images/items/large/rift-blossom-branch-crafting-item.png
new file mode 100644
index 00000000..1bab5bbd
Binary files /dev/null and b/public/images/items/large/rift-blossom-branch-crafting-item.png differ
diff --git a/public/images/items/large/rift-candy-stat-item.png b/public/images/items/large/rift-candy-stat-item.png
new file mode 100644
index 00000000..10f1a312
Binary files /dev/null and b/public/images/items/large/rift-candy-stat-item.png differ
diff --git a/public/images/items/large/rift-cheese-belt-token-crafting-item.png b/public/images/items/large/rift-cheese-belt-token-crafting-item.png
new file mode 100644
index 00000000..6c4b0d73
Binary files /dev/null and b/public/images/items/large/rift-cheese-belt-token-crafting-item.png differ
diff --git a/public/images/items/large/rift-cheese-claw-token-crafting-item.png b/public/images/items/large/rift-cheese-claw-token-crafting-item.png
new file mode 100644
index 00000000..f7b21092
Binary files /dev/null and b/public/images/items/large/rift-cheese-claw-token-crafting-item.png differ
diff --git a/public/images/items/large/rift-cheese-curd-crafting-item.png b/public/images/items/large/rift-cheese-curd-crafting-item.png
new file mode 100644
index 00000000..af74cab8
Binary files /dev/null and b/public/images/items/large/rift-cheese-curd-crafting-item.png differ
diff --git a/public/images/items/large/rift-cheese-fang-token-crafting-item.png b/public/images/items/large/rift-cheese-fang-token-crafting-item.png
new file mode 100644
index 00000000..ca999a5c
Binary files /dev/null and b/public/images/items/large/rift-cheese-fang-token-crafting-item.png differ
diff --git a/public/images/items/large/rift-cherries-crafting-item.png b/public/images/items/large/rift-cherries-crafting-item.png
new file mode 100644
index 00000000..67a32096
Binary files /dev/null and b/public/images/items/large/rift-cherries-crafting-item.png differ
diff --git a/public/images/items/large/rift-chrome-trinket.png b/public/images/items/large/rift-chrome-trinket.png
new file mode 100644
index 00000000..777e3c3d
Binary files /dev/null and b/public/images/items/large/rift-chrome-trinket.png differ
diff --git a/public/images/items/large/rift-chronometer-stat-item.png b/public/images/items/large/rift-chronometer-stat-item.png
new file mode 100644
index 00000000..503dd7f7
Binary files /dev/null and b/public/images/items/large/rift-chronometer-stat-item.png differ
diff --git a/public/images/items/large/rift-circuitry-chips.png b/public/images/items/large/rift-circuitry-chips.png
new file mode 100644
index 00000000..ddf7f97b
Binary files /dev/null and b/public/images/items/large/rift-circuitry-chips.png differ
diff --git a/public/images/items/large/rift-circuitry-stat-item.png b/public/images/items/large/rift-circuitry-stat-item.png
new file mode 100644
index 00000000..35c31d51
Binary files /dev/null and b/public/images/items/large/rift-circuitry-stat-item.png differ
diff --git a/public/images/items/large/rift-claw-shard-craft-item.png b/public/images/items/large/rift-claw-shard-craft-item.png
new file mode 100644
index 00000000..19a82c21
Binary files /dev/null and b/public/images/items/large/rift-claw-shard-craft-item.png differ
diff --git a/public/images/items/large/rift-clockwork-cog-stat-item.png b/public/images/items/large/rift-clockwork-cog-stat-item.png
new file mode 100644
index 00000000..848a175e
Binary files /dev/null and b/public/images/items/large/rift-clockwork-cog-stat-item.png differ
diff --git a/public/images/items/large/rift-combat-cheese.png b/public/images/items/large/rift-combat-cheese.png
new file mode 100644
index 00000000..ac7d16c5
Binary files /dev/null and b/public/images/items/large/rift-combat-cheese.png differ
diff --git a/public/images/items/large/rift-crystal-crafting-item.png b/public/images/items/large/rift-crystal-crafting-item.png
new file mode 100644
index 00000000..85293a04
Binary files /dev/null and b/public/images/items/large/rift-crystal-crafting-item.png differ
diff --git a/public/images/items/large/rift-detector-map-piece.png b/public/images/items/large/rift-detector-map-piece.png
new file mode 100644
index 00000000..25f3f283
Binary files /dev/null and b/public/images/items/large/rift-detector-map-piece.png differ
diff --git a/public/images/items/large/rift-dirigible-kit-convertible.png b/public/images/items/large/rift-dirigible-kit-convertible.png
new file mode 100644
index 00000000..708ad887
Binary files /dev/null and b/public/images/items/large/rift-dirigible-kit-convertible.png differ
diff --git a/public/images/items/large/rift-dojo-master-egg-convertible.png b/public/images/items/large/rift-dojo-master-egg-convertible.png
new file mode 100644
index 00000000..f51490ba
Binary files /dev/null and b/public/images/items/large/rift-dojo-master-egg-convertible.png differ
diff --git a/public/images/items/large/rift-dust-crafting-item.png b/public/images/items/large/rift-dust-crafting-item.png
new file mode 100644
index 00000000..ed470fd2
Binary files /dev/null and b/public/images/items/large/rift-dust-crafting-item.png differ
diff --git a/public/images/items/large/rift-egg-convertible.png b/public/images/items/large/rift-egg-convertible.png
new file mode 100644
index 00000000..8c4b8e34
Binary files /dev/null and b/public/images/items/large/rift-egg-convertible.png differ
diff --git a/public/images/items/large/rift-extreme-chrome-trinket.png b/public/images/items/large/rift-extreme-chrome-trinket.png
new file mode 100644
index 00000000..a9dd78da
Binary files /dev/null and b/public/images/items/large/rift-extreme-chrome-trinket.png differ
diff --git a/public/images/items/large/rift-extreme-luck-trinket.png b/public/images/items/large/rift-extreme-luck-trinket.png
new file mode 100644
index 00000000..1a93603c
Binary files /dev/null and b/public/images/items/large/rift-extreme-luck-trinket.png differ
diff --git a/public/images/items/large/rift-extreme-power-trinket.png b/public/images/items/large/rift-extreme-power-trinket.png
new file mode 100644
index 00000000..06e16afd
Binary files /dev/null and b/public/images/items/large/rift-extreme-power-trinket.png differ
diff --git a/public/images/items/large/rift-extreme-snowball-trinket.png b/public/images/items/large/rift-extreme-snowball-trinket.png
new file mode 100644
index 00000000..78890a45
Binary files /dev/null and b/public/images/items/large/rift-extreme-snowball-trinket.png differ
diff --git a/public/images/items/large/rift-fang-egg-convertible.png b/public/images/items/large/rift-fang-egg-convertible.png
new file mode 100644
index 00000000..f3171324
Binary files /dev/null and b/public/images/items/large/rift-fang-egg-convertible.png differ
diff --git a/public/images/items/large/rift-fang-shard-craft-item.png b/public/images/items/large/rift-fang-shard-craft-item.png
new file mode 100644
index 00000000..9ab7673a
Binary files /dev/null and b/public/images/items/large/rift-fang-shard-craft-item.png differ
diff --git a/public/images/items/large/rift-furoma-energy-trinket.png b/public/images/items/large/rift-furoma-energy-trinket.png
new file mode 100644
index 00000000..da5c531f
Binary files /dev/null and b/public/images/items/large/rift-furoma-energy-trinket.png differ
diff --git a/public/images/items/large/rift-gaunt-upgrade-a-stat-item.png b/public/images/items/large/rift-gaunt-upgrade-a-stat-item.png
new file mode 100644
index 00000000..af196872
Binary files /dev/null and b/public/images/items/large/rift-gaunt-upgrade-a-stat-item.png differ
diff --git a/public/images/items/large/rift-gaunt-upgrade-b-stat-item.png b/public/images/items/large/rift-gaunt-upgrade-b-stat-item.png
new file mode 100644
index 00000000..a41a8260
Binary files /dev/null and b/public/images/items/large/rift-gaunt-upgrade-b-stat-item.png differ
diff --git a/public/images/items/large/rift-gauntlet-fuel-stat-item.png b/public/images/items/large/rift-gauntlet-fuel-stat-item.png
new file mode 100644
index 00000000..5359ee59
Binary files /dev/null and b/public/images/items/large/rift-gauntlet-fuel-stat-item.png differ
diff --git a/public/images/items/large/rift-glacier-gatler-weapon.png b/public/images/items/large/rift-glacier-gatler-weapon.png
new file mode 100644
index 00000000..fd59b62d
Binary files /dev/null and b/public/images/items/large/rift-glacier-gatler-weapon.png differ
diff --git a/public/images/items/large/rift-glutter-cheese.png b/public/images/items/large/rift-glutter-cheese.png
new file mode 100644
index 00000000..4757a73b
Binary files /dev/null and b/public/images/items/large/rift-glutter-cheese.png differ
diff --git a/public/images/items/large/rift-gold-bonus-trinket.png b/public/images/items/large/rift-gold-bonus-trinket.png
new file mode 100644
index 00000000..37c0b2f3
Binary files /dev/null and b/public/images/items/large/rift-gold-bonus-trinket.png differ
diff --git a/public/images/items/large/rift-halloween-f-treasure-chest-convertible.png b/public/images/items/large/rift-halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..a9bd2848
Binary files /dev/null and b/public/images/items/large/rift-halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/rift-halloween-journal-theme-collectible.png b/public/images/items/large/rift-halloween-journal-theme-collectible.png
new file mode 100644
index 00000000..3d3fa7a6
Binary files /dev/null and b/public/images/items/large/rift-halloween-journal-theme-collectible.png differ
diff --git a/public/images/items/large/rift-halloween-theme-scrap-1-crafting-item.png b/public/images/items/large/rift-halloween-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..92cce5cb
Binary files /dev/null and b/public/images/items/large/rift-halloween-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/rift-halloween-theme-scrap-2-crafting-item.png b/public/images/items/large/rift-halloween-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..271beaec
Binary files /dev/null and b/public/images/items/large/rift-halloween-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/rift-halloween-theme-scrap-3-crafting-item.png b/public/images/items/large/rift-halloween-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..2e801467
Binary files /dev/null and b/public/images/items/large/rift-halloween-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/rift-hapless-cheese.png b/public/images/items/large/rift-hapless-cheese.png
new file mode 100644
index 00000000..62e5f5e3
Binary files /dev/null and b/public/images/items/large/rift-hapless-cheese.png differ
diff --git a/public/images/items/large/rift-hourglass-sand-stat-item.png b/public/images/items/large/rift-hourglass-sand-stat-item.png
new file mode 100644
index 00000000..e5e153e5
Binary files /dev/null and b/public/images/items/large/rift-hourglass-sand-stat-item.png differ
diff --git a/public/images/items/large/rift-hourglass-stat-item.png b/public/images/items/large/rift-hourglass-stat-item.png
new file mode 100644
index 00000000..0699e52b
Binary files /dev/null and b/public/images/items/large/rift-hourglass-stat-item.png differ
diff --git a/public/images/items/large/rift-luck-codex-stat-item.png b/public/images/items/large/rift-luck-codex-stat-item.png
new file mode 100644
index 00000000..50c33601
Binary files /dev/null and b/public/images/items/large/rift-luck-codex-stat-item.png differ
diff --git a/public/images/items/large/rift-luck-trinket.png b/public/images/items/large/rift-luck-trinket.png
new file mode 100644
index 00000000..8c92eafb
Binary files /dev/null and b/public/images/items/large/rift-luck-trinket.png differ
diff --git a/public/images/items/large/rift-master-cheese.png b/public/images/items/large/rift-master-cheese.png
new file mode 100644
index 00000000..aea1d01e
Binary files /dev/null and b/public/images/items/large/rift-master-cheese.png differ
diff --git a/public/images/items/large/rift-mist-crafting-item.png b/public/images/items/large/rift-mist-crafting-item.png
new file mode 100644
index 00000000..0efdb3ba
Binary files /dev/null and b/public/images/items/large/rift-mist-crafting-item.png differ
diff --git a/public/images/items/large/rift-mist-diffuser-base.png b/public/images/items/large/rift-mist-diffuser-base.png
new file mode 100644
index 00000000..eaae67c2
Binary files /dev/null and b/public/images/items/large/rift-mist-diffuser-base.png differ
diff --git a/public/images/items/large/rift-mist-egg-convertible.png b/public/images/items/large/rift-mist-egg-convertible.png
new file mode 100644
index 00000000..613f7749
Binary files /dev/null and b/public/images/items/large/rift-mist-egg-convertible.png differ
diff --git a/public/images/items/large/rift-mynorca-weapon.png b/public/images/items/large/rift-mynorca-weapon.png
new file mode 100644
index 00000000..0510514f
Binary files /dev/null and b/public/images/items/large/rift-mynorca-weapon.png differ
diff --git a/public/images/items/large/rift-notes-1-torn-page.png b/public/images/items/large/rift-notes-1-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/rift-notes-1-torn-page.png differ
diff --git a/public/images/items/large/rift-notes-2-torn-page.png b/public/images/items/large/rift-notes-2-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/rift-notes-2-torn-page.png differ
diff --git a/public/images/items/large/rift-notes-3-torn-page.png b/public/images/items/large/rift-notes-3-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/rift-notes-3-torn-page.png differ
diff --git a/public/images/items/large/rift-onyx-cheese.png b/public/images/items/large/rift-onyx-cheese.png
new file mode 100644
index 00000000..37cad9c4
Binary files /dev/null and b/public/images/items/large/rift-onyx-cheese.png differ
diff --git a/public/images/items/large/rift-onyx-stone-craft-item.png b/public/images/items/large/rift-onyx-stone-craft-item.png
new file mode 100644
index 00000000..56c1deaf
Binary files /dev/null and b/public/images/items/large/rift-onyx-stone-craft-item.png differ
diff --git a/public/images/items/large/rift-portal-warmer-stat-item.png b/public/images/items/large/rift-portal-warmer-stat-item.png
new file mode 100644
index 00000000..47aabb10
Binary files /dev/null and b/public/images/items/large/rift-portal-warmer-stat-item.png differ
diff --git a/public/images/items/large/rift-power-trinket.png b/public/images/items/large/rift-power-trinket.png
new file mode 100644
index 00000000..2655ca59
Binary files /dev/null and b/public/images/items/large/rift-power-trinket.png differ
diff --git a/public/images/items/large/rift-quantum-quartz-stat-item.png b/public/images/items/large/rift-quantum-quartz-stat-item.png
new file mode 100644
index 00000000..545cd92d
Binary files /dev/null and b/public/images/items/large/rift-quantum-quartz-stat-item.png differ
diff --git a/public/images/items/large/rift-rainbow-spore-trinket.png b/public/images/items/large/rift-rainbow-spore-trinket.png
new file mode 100644
index 00000000..969de659
Binary files /dev/null and b/public/images/items/large/rift-rainbow-spore-trinket.png differ
diff --git a/public/images/items/large/rift-rumble-cheese.png b/public/images/items/large/rift-rumble-cheese.png
new file mode 100644
index 00000000..029d96b6
Binary files /dev/null and b/public/images/items/large/rift-rumble-cheese.png differ
diff --git a/public/images/items/large/rift-scramble-portals-stat-item.png b/public/images/items/large/rift-scramble-portals-stat-item.png
new file mode 100644
index 00000000..54e32b26
Binary files /dev/null and b/public/images/items/large/rift-scramble-portals-stat-item.png differ
diff --git a/public/images/items/large/rift-snowball-trinket.png b/public/images/items/large/rift-snowball-trinket.png
new file mode 100644
index 00000000..443006ba
Binary files /dev/null and b/public/images/items/large/rift-snowball-trinket.png differ
diff --git a/public/images/items/large/rift-spooky-trinket.png b/public/images/items/large/rift-spooky-trinket.png
new file mode 100644
index 00000000..d573d44f
Binary files /dev/null and b/public/images/items/large/rift-spooky-trinket.png differ
diff --git a/public/images/items/large/rift-sprocket-stat-item.png b/public/images/items/large/rift-sprocket-stat-item.png
new file mode 100644
index 00000000..8ef1b7ce
Binary files /dev/null and b/public/images/items/large/rift-sprocket-stat-item.png differ
diff --git a/public/images/items/large/rift-stalker-scroll-case-convertible.png b/public/images/items/large/rift-stalker-scroll-case-convertible.png
new file mode 100644
index 00000000..45ef347f
Binary files /dev/null and b/public/images/items/large/rift-stalker-scroll-case-convertible.png differ
diff --git a/public/images/items/large/rift-stars-crafting-item.png b/public/images/items/large/rift-stars-crafting-item.png
new file mode 100644
index 00000000..c77c01cd
Binary files /dev/null and b/public/images/items/large/rift-stars-crafting-item.png differ
diff --git a/public/images/items/large/rift-super-chrome-trinket.png b/public/images/items/large/rift-super-chrome-trinket.png
new file mode 100644
index 00000000..359b68d8
Binary files /dev/null and b/public/images/items/large/rift-super-chrome-trinket.png differ
diff --git a/public/images/items/large/rift-super-furoma-energy-trinket.png b/public/images/items/large/rift-super-furoma-energy-trinket.png
new file mode 100644
index 00000000..e9e38491
Binary files /dev/null and b/public/images/items/large/rift-super-furoma-energy-trinket.png differ
diff --git a/public/images/items/large/rift-super-luck-trinket.png b/public/images/items/large/rift-super-luck-trinket.png
new file mode 100644
index 00000000..af61e767
Binary files /dev/null and b/public/images/items/large/rift-super-luck-trinket.png differ
diff --git a/public/images/items/large/rift-super-power-trinket.png b/public/images/items/large/rift-super-power-trinket.png
new file mode 100644
index 00000000..e5e477c1
Binary files /dev/null and b/public/images/items/large/rift-super-power-trinket.png differ
diff --git a/public/images/items/large/rift-super-snowball-trinket.png b/public/images/items/large/rift-super-snowball-trinket.png
new file mode 100644
index 00000000..62978de1
Binary files /dev/null and b/public/images/items/large/rift-super-snowball-trinket.png differ
diff --git a/public/images/items/large/rift-survival-kit-convertible.png b/public/images/items/large/rift-survival-kit-convertible.png
new file mode 100644
index 00000000..7e812f40
Binary files /dev/null and b/public/images/items/large/rift-survival-kit-convertible.png differ
diff --git a/public/images/items/large/rift-susheese.png b/public/images/items/large/rift-susheese.png
new file mode 100644
index 00000000..e99b79ea
Binary files /dev/null and b/public/images/items/large/rift-susheese.png differ
diff --git a/public/images/items/large/rift-tarnished-trinket.png b/public/images/items/large/rift-tarnished-trinket.png
new file mode 100644
index 00000000..fbf44902
Binary files /dev/null and b/public/images/items/large/rift-tarnished-trinket.png differ
diff --git a/public/images/items/large/rift-temporal-distortion-stat-item.png b/public/images/items/large/rift-temporal-distortion-stat-item.png
new file mode 100644
index 00000000..82c882fb
Binary files /dev/null and b/public/images/items/large/rift-temporal-distortion-stat-item.png differ
diff --git a/public/images/items/large/rift-torn-roots-crafting-item.png b/public/images/items/large/rift-torn-roots-crafting-item.png
new file mode 100644
index 00000000..d2c94ebb
Binary files /dev/null and b/public/images/items/large/rift-torn-roots-crafting-item.png differ
diff --git a/public/images/items/large/rift-treasure-hunting-basket-convertible.png b/public/images/items/large/rift-treasure-hunting-basket-convertible.png
new file mode 100644
index 00000000..6535291a
Binary files /dev/null and b/public/images/items/large/rift-treasure-hunting-basket-convertible.png differ
diff --git a/public/images/items/large/rift-trinket.png b/public/images/items/large/rift-trinket.png
new file mode 100644
index 00000000..9d740a33
Binary files /dev/null and b/public/images/items/large/rift-trinket.png differ
diff --git a/public/images/items/large/rift-ultimate-chrome-trinket.png b/public/images/items/large/rift-ultimate-chrome-trinket.png
new file mode 100644
index 00000000..29f7c34e
Binary files /dev/null and b/public/images/items/large/rift-ultimate-chrome-trinket.png differ
diff --git a/public/images/items/large/rift-ultimate-luck-power-trinket.png b/public/images/items/large/rift-ultimate-luck-power-trinket.png
new file mode 100644
index 00000000..2a3eb96d
Binary files /dev/null and b/public/images/items/large/rift-ultimate-luck-power-trinket.png differ
diff --git a/public/images/items/large/rift-ultimate-luck-trinket.png b/public/images/items/large/rift-ultimate-luck-trinket.png
new file mode 100644
index 00000000..edf49300
Binary files /dev/null and b/public/images/items/large/rift-ultimate-luck-trinket.png differ
diff --git a/public/images/items/large/rift-ultimate-power-trinket.png b/public/images/items/large/rift-ultimate-power-trinket.png
new file mode 100644
index 00000000..a9091e8d
Binary files /dev/null and b/public/images/items/large/rift-ultimate-power-trinket.png differ
diff --git a/public/images/items/large/rift-ultimate-snowball-trinket.png b/public/images/items/large/rift-ultimate-snowball-trinket.png
new file mode 100644
index 00000000..28925861
Binary files /dev/null and b/public/images/items/large/rift-ultimate-snowball-trinket.png differ
diff --git a/public/images/items/large/rift-vacuum-trinket.png b/public/images/items/large/rift-vacuum-trinket.png
new file mode 100644
index 00000000..e21212e2
Binary files /dev/null and b/public/images/items/large/rift-vacuum-trinket.png differ
diff --git a/public/images/items/large/rift-valour-gift-basket-convertible.png b/public/images/items/large/rift-valour-gift-basket-convertible.png
new file mode 100644
index 00000000..4c713ef3
Binary files /dev/null and b/public/images/items/large/rift-valour-gift-basket-convertible.png differ
diff --git a/public/images/items/large/rift-valour-large-supply-kit-convertible.png b/public/images/items/large/rift-valour-large-supply-kit-convertible.png
new file mode 100644
index 00000000..8deb51a4
Binary files /dev/null and b/public/images/items/large/rift-valour-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/rift-valour-map-piece.png b/public/images/items/large/rift-valour-map-piece.png
new file mode 100644
index 00000000..0b34d481
Binary files /dev/null and b/public/images/items/large/rift-valour-map-piece.png differ
diff --git a/public/images/items/large/rift-valour-supply-kit-convertible.png b/public/images/items/large/rift-valour-supply-kit-convertible.png
new file mode 100644
index 00000000..62a06c30
Binary files /dev/null and b/public/images/items/large/rift-valour-supply-kit-convertible.png differ
diff --git a/public/images/items/large/rift-venom-egg-convertible.png b/public/images/items/large/rift-venom-egg-convertible.png
new file mode 100644
index 00000000..8bcceb57
Binary files /dev/null and b/public/images/items/large/rift-venom-egg-convertible.png differ
diff --git a/public/images/items/large/rift-walker-scroll-case-convertible.png b/public/images/items/large/rift-walker-scroll-case-convertible.png
new file mode 100644
index 00000000..af734a49
Binary files /dev/null and b/public/images/items/large/rift-walker-scroll-case-convertible.png differ
diff --git a/public/images/items/large/riftgrass-crafting-item.png b/public/images/items/large/riftgrass-crafting-item.png
new file mode 100644
index 00000000..b5d44f72
Binary files /dev/null and b/public/images/items/large/riftgrass-crafting-item.png differ
diff --git a/public/images/items/large/riftiago-cheese.png b/public/images/items/large/riftiago-cheese.png
new file mode 100644
index 00000000..7be6aa2a
Binary files /dev/null and b/public/images/items/large/riftiago-cheese.png differ
diff --git a/public/images/items/large/riftiago-potion.png b/public/images/items/large/riftiago-potion.png
new file mode 100644
index 00000000..027197ef
Binary files /dev/null and b/public/images/items/large/riftiago-potion.png differ
diff --git a/public/images/items/large/riftifier-potion.png b/public/images/items/large/riftifier-potion.png
new file mode 100644
index 00000000..c996a640
Binary files /dev/null and b/public/images/items/large/riftifier-potion.png differ
diff --git a/public/images/items/large/riftstalker-treasure-chest-convertible.png b/public/images/items/large/riftstalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..18aed669
Binary files /dev/null and b/public/images/items/large/riftstalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/riftwalker-treasure-chest-convertible.png b/public/images/items/large/riftwalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..4303a562
Binary files /dev/null and b/public/images/items/large/riftwalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/riftwood-collectible.png b/public/images/items/large/riftwood-collectible.png
new file mode 100644
index 00000000..996fb775
Binary files /dev/null and b/public/images/items/large/riftwood-collectible.png differ
diff --git a/public/images/items/large/riptide-egg-convertible.png b/public/images/items/large/riptide-egg-convertible.png
new file mode 100644
index 00000000..391c69ce
Binary files /dev/null and b/public/images/items/large/riptide-egg-convertible.png differ
diff --git a/public/images/items/large/river-dance-art-of-dance-skin.png b/public/images/items/large/river-dance-art-of-dance-skin.png
new file mode 100644
index 00000000..84f98d9d
Binary files /dev/null and b/public/images/items/large/river-dance-art-of-dance-skin.png differ
diff --git a/public/images/items/large/robot-head-stat-item.png b/public/images/items/large/robot-head-stat-item.png
new file mode 100644
index 00000000..9a577556
Binary files /dev/null and b/public/images/items/large/robot-head-stat-item.png differ
diff --git a/public/images/items/large/robot-scrap-blue-leg-stat-item.png b/public/images/items/large/robot-scrap-blue-leg-stat-item.png
new file mode 100644
index 00000000..c6700d40
Binary files /dev/null and b/public/images/items/large/robot-scrap-blue-leg-stat-item.png differ
diff --git a/public/images/items/large/robot-scrap-green-arm-stat-item.png b/public/images/items/large/robot-scrap-green-arm-stat-item.png
new file mode 100644
index 00000000..8e7d39bc
Binary files /dev/null and b/public/images/items/large/robot-scrap-green-arm-stat-item.png differ
diff --git a/public/images/items/large/robot-scrap-pink-leg-stat-item.png b/public/images/items/large/robot-scrap-pink-leg-stat-item.png
new file mode 100644
index 00000000..9fd1be38
Binary files /dev/null and b/public/images/items/large/robot-scrap-pink-leg-stat-item.png differ
diff --git a/public/images/items/large/robot-scrap-red-chest-stat-item.png b/public/images/items/large/robot-scrap-red-chest-stat-item.png
new file mode 100644
index 00000000..a53bf30a
Binary files /dev/null and b/public/images/items/large/robot-scrap-red-chest-stat-item.png differ
diff --git a/public/images/items/large/robot-scrap-yellow-arm-stat-item.png b/public/images/items/large/robot-scrap-yellow-arm-stat-item.png
new file mode 100644
index 00000000..b431b00c
Binary files /dev/null and b/public/images/items/large/robot-scrap-yellow-arm-stat-item.png differ
diff --git a/public/images/items/large/rocket-propelled-gavel-weapon.png b/public/images/items/large/rocket-propelled-gavel-weapon.png
new file mode 100644
index 00000000..1f6f5088
Binary files /dev/null and b/public/images/items/large/rocket-propelled-gavel-weapon.png differ
diff --git a/public/images/items/large/rockforth-cheese.png b/public/images/items/large/rockforth-cheese.png
new file mode 100644
index 00000000..5ccd35bb
Binary files /dev/null and b/public/images/items/large/rockforth-cheese.png differ
diff --git a/public/images/items/large/rodentia-winter-gift-convertible.png b/public/images/items/large/rodentia-winter-gift-convertible.png
new file mode 100644
index 00000000..ae130466
Binary files /dev/null and b/public/images/items/large/rodentia-winter-gift-convertible.png differ
diff --git a/public/images/items/large/ronza-beanstalk-supply-ship-convertible.png b/public/images/items/large/ronza-beanstalk-supply-ship-convertible.png
new file mode 100644
index 00000000..84ca05c5
Binary files /dev/null and b/public/images/items/large/ronza-beanstalk-supply-ship-convertible.png differ
diff --git a/public/images/items/large/ronza-diving-supply-crate-convertible.png b/public/images/items/large/ronza-diving-supply-crate-convertible.png
new file mode 100644
index 00000000..6032b872
Binary files /dev/null and b/public/images/items/large/ronza-diving-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-extra-rich-supply-ship-convertible.png b/public/images/items/large/ronza-extra-rich-supply-ship-convertible.png
new file mode 100644
index 00000000..1abbe1aa
Binary files /dev/null and b/public/images/items/large/ronza-extra-rich-supply-ship-convertible.png differ
diff --git a/public/images/items/large/ronza-floating-islands-supply-ship-convertible.png b/public/images/items/large/ronza-floating-islands-supply-ship-convertible.png
new file mode 100644
index 00000000..a5114a93
Binary files /dev/null and b/public/images/items/large/ronza-floating-islands-supply-ship-convertible.png differ
diff --git a/public/images/items/large/ronza-fort-rox-supply-crate-convertible.png b/public/images/items/large/ronza-fort-rox-supply-crate-convertible.png
new file mode 100644
index 00000000..017a7d00
Binary files /dev/null and b/public/images/items/large/ronza-fort-rox-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-fungal-supply-crate-convertible.png b/public/images/items/large/ronza-fungal-supply-crate-convertible.png
new file mode 100644
index 00000000..0ad26707
Binary files /dev/null and b/public/images/items/large/ronza-fungal-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-gauntlet-supply-crate-convertible.png b/public/images/items/large/ronza-gauntlet-supply-crate-convertible.png
new file mode 100644
index 00000000..72182019
Binary files /dev/null and b/public/images/items/large/ronza-gauntlet-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-labyrinth-supply-crate-convertible.png b/public/images/items/large/ronza-labyrinth-supply-crate-convertible.png
new file mode 100644
index 00000000..47f5f732
Binary files /dev/null and b/public/images/items/large/ronza-labyrinth-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-living-garden-supply-crate-convertible.png b/public/images/items/large/ronza-living-garden-supply-crate-convertible.png
new file mode 100644
index 00000000..5e8a9bcf
Binary files /dev/null and b/public/images/items/large/ronza-living-garden-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-moussu-picchu-supply-crate-convertible.png b/public/images/items/large/ronza-moussu-picchu-supply-crate-convertible.png
new file mode 100644
index 00000000..8649f79d
Binary files /dev/null and b/public/images/items/large/ronza-moussu-picchu-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-queso-canyon-supply-crate-convertible.png b/public/images/items/large/ronza-queso-canyon-supply-crate-convertible.png
new file mode 100644
index 00000000..3dd2eab2
Binary files /dev/null and b/public/images/items/large/ronza-queso-canyon-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-rift-supply-crate-2017-convertible.png b/public/images/items/large/ronza-rift-supply-crate-2017-convertible.png
new file mode 100644
index 00000000..4922c148
Binary files /dev/null and b/public/images/items/large/ronza-rift-supply-crate-2017-convertible.png differ
diff --git a/public/images/items/large/ronza-rift-supply-crate-2020-convertible.png b/public/images/items/large/ronza-rift-supply-crate-2020-convertible.png
new file mode 100644
index 00000000..4922c148
Binary files /dev/null and b/public/images/items/large/ronza-rift-supply-crate-2020-convertible.png differ
diff --git a/public/images/items/large/ronza-rift-supply-crate-convertible.png b/public/images/items/large/ronza-rift-supply-crate-convertible.png
new file mode 100644
index 00000000..4922c148
Binary files /dev/null and b/public/images/items/large/ronza-rift-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronza-school-of-sorcery-supply-ship-convertible.png b/public/images/items/large/ronza-school-of-sorcery-supply-ship-convertible.png
new file mode 100644
index 00000000..39e0b1f1
Binary files /dev/null and b/public/images/items/large/ronza-school-of-sorcery-supply-ship-convertible.png differ
diff --git a/public/images/items/large/ronza-tribal-supply-crate-convertible.png b/public/images/items/large/ronza-tribal-supply-crate-convertible.png
new file mode 100644
index 00000000..4c1df6f9
Binary files /dev/null and b/public/images/items/large/ronza-tribal-supply-crate-convertible.png differ
diff --git a/public/images/items/large/ronzaburger-with-cheese-collectible.png b/public/images/items/large/ronzaburger-with-cheese-collectible.png
new file mode 100644
index 00000000..ace2bafd
Binary files /dev/null and b/public/images/items/large/ronzaburger-with-cheese-collectible.png differ
diff --git a/public/images/items/large/ronzas-blue-satchel-convertible.png b/public/images/items/large/ronzas-blue-satchel-convertible.png
new file mode 100644
index 00000000..26697eb7
Binary files /dev/null and b/public/images/items/large/ronzas-blue-satchel-convertible.png differ
diff --git a/public/images/items/large/ronzas-flock-of-golden-anti-dragonbots-weapon.png b/public/images/items/large/ronzas-flock-of-golden-anti-dragonbots-weapon.png
new file mode 100644
index 00000000..aff18218
Binary files /dev/null and b/public/images/items/large/ronzas-flock-of-golden-anti-dragonbots-weapon.png differ
diff --git a/public/images/items/large/ronzas-green-satchel-convertible.png b/public/images/items/large/ronzas-green-satchel-convertible.png
new file mode 100644
index 00000000..6d2c753a
Binary files /dev/null and b/public/images/items/large/ronzas-green-satchel-convertible.png differ
diff --git a/public/images/items/large/ronzas-red-satchel-convertible.png b/public/images/items/large/ronzas-red-satchel-convertible.png
new file mode 100644
index 00000000..a888295d
Binary files /dev/null and b/public/images/items/large/ronzas-red-satchel-convertible.png differ
diff --git a/public/images/items/large/rook-crumble-trinket.png b/public/images/items/large/rook-crumble-trinket.png
new file mode 100644
index 00000000..ada79f0c
Binary files /dev/null and b/public/images/items/large/rook-crumble-trinket.png differ
diff --git a/public/images/items/large/rooster-droid-archmagus-skin.png b/public/images/items/large/rooster-droid-archmagus-skin.png
new file mode 100644
index 00000000..67a5acfb
Binary files /dev/null and b/public/images/items/large/rooster-droid-archmagus-skin.png differ
diff --git a/public/images/items/large/rooster-jade-base.png b/public/images/items/large/rooster-jade-base.png
new file mode 100644
index 00000000..32b48fb9
Binary files /dev/null and b/public/images/items/large/rooster-jade-base.png differ
diff --git a/public/images/items/large/rooster-mask-collectible.png b/public/images/items/large/rooster-mask-collectible.png
new file mode 100644
index 00000000..40a577e7
Binary files /dev/null and b/public/images/items/large/rooster-mask-collectible.png differ
diff --git a/public/images/items/large/rope-craft-item.png b/public/images/items/large/rope-craft-item.png
new file mode 100644
index 00000000..401937f5
Binary files /dev/null and b/public/images/items/large/rope-craft-item.png differ
diff --git a/public/images/items/large/royal-beanster-cheese.png b/public/images/items/large/royal-beanster-cheese.png
new file mode 100644
index 00000000..c136e1d1
Binary files /dev/null and b/public/images/items/large/royal-beanster-cheese.png differ
diff --git a/public/images/items/large/royal-beanster-pack-small-convertible.png b/public/images/items/large/royal-beanster-pack-small-convertible.png
new file mode 100644
index 00000000..3842ca96
Binary files /dev/null and b/public/images/items/large/royal-beanster-pack-small-convertible.png differ
diff --git a/public/images/items/large/royal-chrome-storm-ballista-skin.png b/public/images/items/large/royal-chrome-storm-ballista-skin.png
new file mode 100644
index 00000000..cd7b4cf7
Binary files /dev/null and b/public/images/items/large/royal-chrome-storm-ballista-skin.png differ
diff --git a/public/images/items/large/royal-ruby-bean-egg-convertible.png b/public/images/items/large/royal-ruby-bean-egg-convertible.png
new file mode 100644
index 00000000..64aa36e3
Binary files /dev/null and b/public/images/items/large/royal-ruby-bean-egg-convertible.png differ
diff --git a/public/images/items/large/royal-ruby-bean-stat-item.png b/public/images/items/large/royal-ruby-bean-stat-item.png
new file mode 100644
index 00000000..79f3f908
Binary files /dev/null and b/public/images/items/large/royal-ruby-bean-stat-item.png differ
diff --git a/public/images/items/large/royal-ruby-refractor-base.png b/public/images/items/large/royal-ruby-refractor-base.png
new file mode 100644
index 00000000..487aaee7
Binary files /dev/null and b/public/images/items/large/royal-ruby-refractor-base.png differ
diff --git a/public/images/items/large/rrs-egg-convertible.png b/public/images/items/large/rrs-egg-convertible.png
new file mode 100644
index 00000000..277e6e03
Binary files /dev/null and b/public/images/items/large/rrs-egg-convertible.png differ
diff --git a/public/images/items/large/rubber-crafting-item.png b/public/images/items/large/rubber-crafting-item.png
new file mode 100644
index 00000000..8d05a24e
Binary files /dev/null and b/public/images/items/large/rubber-crafting-item.png differ
diff --git a/public/images/items/large/rubber-spider-collectible.png b/public/images/items/large/rubber-spider-collectible.png
new file mode 100644
index 00000000..eb23211f
Binary files /dev/null and b/public/images/items/large/rubber-spider-collectible.png differ
diff --git a/public/images/items/large/rumble-cheese.png b/public/images/items/large/rumble-cheese.png
new file mode 100644
index 00000000..4e2f2a65
Binary files /dev/null and b/public/images/items/large/rumble-cheese.png differ
diff --git a/public/images/items/large/rune-craft-item.png b/public/images/items/large/rune-craft-item.png
new file mode 100644
index 00000000..a54748f0
Binary files /dev/null and b/public/images/items/large/rune-craft-item.png differ
diff --git a/public/images/items/large/rune-shark-weapon.png b/public/images/items/large/rune-shark-weapon.png
new file mode 100644
index 00000000..c09c351b
Binary files /dev/null and b/public/images/items/large/rune-shark-weapon.png differ
diff --git a/public/images/items/large/runic-base.png b/public/images/items/large/runic-base.png
new file mode 100644
index 00000000..62d504c4
Binary files /dev/null and b/public/images/items/large/runic-base.png differ
diff --git a/public/images/items/large/runic-cheese-potion.png b/public/images/items/large/runic-cheese-potion.png
new file mode 100644
index 00000000..27503852
Binary files /dev/null and b/public/images/items/large/runic-cheese-potion.png differ
diff --git a/public/images/items/large/runic-cheese.png b/public/images/items/large/runic-cheese.png
new file mode 100644
index 00000000..9dce5269
Binary files /dev/null and b/public/images/items/large/runic-cheese.png differ
diff --git a/public/images/items/large/runic-string-cheese-potion.png b/public/images/items/large/runic-string-cheese-potion.png
new file mode 100644
index 00000000..9ff3822e
Binary files /dev/null and b/public/images/items/large/runic-string-cheese-potion.png differ
diff --git a/public/images/items/large/runic-string-cheese.png b/public/images/items/large/runic-string-cheese.png
new file mode 100644
index 00000000..c0a97416
Binary files /dev/null and b/public/images/items/large/runic-string-cheese.png differ
diff --git a/public/images/items/large/runny-cheese.png b/public/images/items/large/runny-cheese.png
new file mode 100644
index 00000000..9a72ab0b
Binary files /dev/null and b/public/images/items/large/runny-cheese.png differ
diff --git a/public/images/items/large/runny-egg-convertible.png b/public/images/items/large/runny-egg-convertible.png
new file mode 100644
index 00000000..fb023b4a
Binary files /dev/null and b/public/images/items/large/runny-egg-convertible.png differ
diff --git a/public/images/items/large/sacred-scroll-crafting-item.png b/public/images/items/large/sacred-scroll-crafting-item.png
new file mode 100644
index 00000000..d0b9bf44
Binary files /dev/null and b/public/images/items/large/sacred-scroll-crafting-item.png differ
diff --git a/public/images/items/large/sad-pamphlet-collectible.png b/public/images/items/large/sad-pamphlet-collectible.png
new file mode 100644
index 00000000..bff10cf7
Binary files /dev/null and b/public/images/items/large/sad-pamphlet-collectible.png differ
diff --git a/public/images/items/large/safeguard-trinket.png b/public/images/items/large/safeguard-trinket.png
new file mode 100644
index 00000000..14cac57a
Binary files /dev/null and b/public/images/items/large/safeguard-trinket.png differ
diff --git a/public/images/items/large/salt-craft-item.png b/public/images/items/large/salt-craft-item.png
new file mode 100644
index 00000000..9dbcb0fa
Binary files /dev/null and b/public/images/items/large/salt-craft-item.png differ
diff --git a/public/images/items/large/salty-sea-egg-convertible.png b/public/images/items/large/salty-sea-egg-convertible.png
new file mode 100644
index 00000000..be868c0c
Binary files /dev/null and b/public/images/items/large/salty-sea-egg-convertible.png differ
diff --git a/public/images/items/large/sam-fed-weapon.png b/public/images/items/large/sam-fed-weapon.png
new file mode 100644
index 00000000..d2702d76
Binary files /dev/null and b/public/images/items/large/sam-fed-weapon.png differ
diff --git a/public/images/items/large/sand-crypts-charm-pack-convertible.png b/public/images/items/large/sand-crypts-charm-pack-convertible.png
new file mode 100644
index 00000000..49fb5fd5
Binary files /dev/null and b/public/images/items/large/sand-crypts-charm-pack-convertible.png differ
diff --git a/public/images/items/large/sand-dollar-egg-convertible.png b/public/images/items/large/sand-dollar-egg-convertible.png
new file mode 100644
index 00000000..83439fc4
Binary files /dev/null and b/public/images/items/large/sand-dollar-egg-convertible.png differ
diff --git a/public/images/items/large/sand-dollar-stat-item.png b/public/images/items/large/sand-dollar-stat-item.png
new file mode 100644
index 00000000..8507ea59
Binary files /dev/null and b/public/images/items/large/sand-dollar-stat-item.png differ
diff --git a/public/images/items/large/sand-dunes-charm-pack-convertible.png b/public/images/items/large/sand-dunes-charm-pack-convertible.png
new file mode 100644
index 00000000..57fa0026
Binary files /dev/null and b/public/images/items/large/sand-dunes-charm-pack-convertible.png differ
diff --git a/public/images/items/large/sandblasted-metal-crafting-item.png b/public/images/items/large/sandblasted-metal-crafting-item.png
new file mode 100644
index 00000000..99c50f71
Binary files /dev/null and b/public/images/items/large/sandblasted-metal-crafting-item.png differ
diff --git a/public/images/items/large/sandcastle-shard-weapon.png b/public/images/items/large/sandcastle-shard-weapon.png
new file mode 100644
index 00000000..c1cfd14d
Binary files /dev/null and b/public/images/items/large/sandcastle-shard-weapon.png differ
diff --git a/public/images/items/large/sandstorm-monstrobot-parts-crafting-item.png b/public/images/items/large/sandstorm-monstrobot-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/sandstorm-monstrobot-parts-crafting-item.png differ
diff --git a/public/images/items/large/sandstormbot-weapon-blueprint-crafting-item.png b/public/images/items/large/sandstormbot-weapon-blueprint-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/sandstormbot-weapon-blueprint-crafting-item.png differ
diff --git a/public/images/items/large/sandstormbot-weapon.png b/public/images/items/large/sandstormbot-weapon.png
new file mode 100644
index 00000000..16421756
Binary files /dev/null and b/public/images/items/large/sandstormbot-weapon.png differ
diff --git a/public/images/items/large/sandtail-winter-gift-convertible.png b/public/images/items/large/sandtail-winter-gift-convertible.png
new file mode 100644
index 00000000..87f46ece
Binary files /dev/null and b/public/images/items/large/sandtail-winter-gift-convertible.png differ
diff --git a/public/images/items/large/santa-bear-message-item.png b/public/images/items/large/santa-bear-message-item.png
new file mode 100644
index 00000000..a35c873c
Binary files /dev/null and b/public/images/items/large/santa-bear-message-item.png differ
diff --git a/public/images/items/large/sarcophamouse-egg-convertible.png b/public/images/items/large/sarcophamouse-egg-convertible.png
new file mode 100644
index 00000000..51af54a3
Binary files /dev/null and b/public/images/items/large/sarcophamouse-egg-convertible.png differ
diff --git a/public/images/items/large/savoury-veg-crate-convertible.png b/public/images/items/large/savoury-veg-crate-convertible.png
new file mode 100644
index 00000000..f4371c58
Binary files /dev/null and b/public/images/items/large/savoury-veg-crate-convertible.png differ
diff --git a/public/images/items/large/savoury-vegetables-craft-item.png b/public/images/items/large/savoury-vegetables-craft-item.png
new file mode 100644
index 00000000..89c46f01
Binary files /dev/null and b/public/images/items/large/savoury-vegetables-craft-item.png differ
diff --git a/public/images/items/large/sb-gift-basket-convertible.png b/public/images/items/large/sb-gift-basket-convertible.png
new file mode 100644
index 00000000..9a575e1e
Binary files /dev/null and b/public/images/items/large/sb-gift-basket-convertible.png differ
diff --git a/public/images/items/large/sb-supply-pack.png b/public/images/items/large/sb-supply-pack.png
new file mode 100644
index 00000000..027ac873
Binary files /dev/null and b/public/images/items/large/sb-supply-pack.png differ
diff --git a/public/images/items/large/scalloped-pink-egg-convertible.png b/public/images/items/large/scalloped-pink-egg-convertible.png
new file mode 100644
index 00000000..343812e7
Binary files /dev/null and b/public/images/items/large/scalloped-pink-egg-convertible.png differ
diff --git a/public/images/items/large/scarab-chest-convertible.png b/public/images/items/large/scarab-chest-convertible.png
new file mode 100644
index 00000000..72aa3747
Binary files /dev/null and b/public/images/items/large/scarab-chest-convertible.png differ
diff --git a/public/images/items/large/scavenger-egg-convertible.png b/public/images/items/large/scavenger-egg-convertible.png
new file mode 100644
index 00000000..dd7a4e17
Binary files /dev/null and b/public/images/items/large/scavenger-egg-convertible.png differ
diff --git a/public/images/items/large/scavenger-hunt-convertible.png b/public/images/items/large/scavenger-hunt-convertible.png
new file mode 100644
index 00000000..87939be1
Binary files /dev/null and b/public/images/items/large/scavenger-hunt-convertible.png differ
diff --git a/public/images/items/large/scavenger-hunt-hint-stat-item.png b/public/images/items/large/scavenger-hunt-hint-stat-item.png
new file mode 100644
index 00000000..24b86cae
Binary files /dev/null and b/public/images/items/large/scavenger-hunt-hint-stat-item.png differ
diff --git a/public/images/items/large/school-of-friends-trap-skin.png b/public/images/items/large/school-of-friends-trap-skin.png
new file mode 100644
index 00000000..51349dca
Binary files /dev/null and b/public/images/items/large/school-of-friends-trap-skin.png differ
diff --git a/public/images/items/large/school-of-secret-santa-sharks-skin.png b/public/images/items/large/school-of-secret-santa-sharks-skin.png
new file mode 100644
index 00000000..5c774746
Binary files /dev/null and b/public/images/items/large/school-of-secret-santa-sharks-skin.png differ
diff --git a/public/images/items/large/school-of-sharks-parts-crafting-item.png b/public/images/items/large/school-of-sharks-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/school-of-sharks-parts-crafting-item.png differ
diff --git a/public/images/items/large/school-of-sorcery-journal-theme-collectible.png b/public/images/items/large/school-of-sorcery-journal-theme-collectible.png
new file mode 100644
index 00000000..541c5bfe
Binary files /dev/null and b/public/images/items/large/school-of-sorcery-journal-theme-collectible.png differ
diff --git a/public/images/items/large/school-of-sorcery-map-piece.png b/public/images/items/large/school-of-sorcery-map-piece.png
new file mode 100644
index 00000000..0cbffb22
Binary files /dev/null and b/public/images/items/large/school-of-sorcery-map-piece.png differ
diff --git a/public/images/items/large/school-of-sorcery-scroll-case-convertible.png b/public/images/items/large/school-of-sorcery-scroll-case-convertible.png
new file mode 100644
index 00000000..89cb8720
Binary files /dev/null and b/public/images/items/large/school-of-sorcery-scroll-case-convertible.png differ
diff --git a/public/images/items/large/school-of-sorcery-treasure-chest-convertible.png b/public/images/items/large/school-of-sorcery-treasure-chest-convertible.png
new file mode 100644
index 00000000..a92b8c51
Binary files /dev/null and b/public/images/items/large/school-of-sorcery-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/scrap-metal-craft-item.png b/public/images/items/large/scrap-metal-craft-item.png
new file mode 100644
index 00000000..f17de6fa
Binary files /dev/null and b/public/images/items/large/scrap-metal-craft-item.png differ
diff --git a/public/images/items/large/scum-scrubber-trap-blueprints-crafting-item.png b/public/images/items/large/scum-scrubber-trap-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/scum-scrubber-trap-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/scum-scrubber-trap-parts-crafting-item.png b/public/images/items/large/scum-scrubber-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/scum-scrubber-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/scum-scrubber-weapon.png b/public/images/items/large/scum-scrubber-weapon.png
new file mode 100644
index 00000000..480305c5
Binary files /dev/null and b/public/images/items/large/scum-scrubber-weapon.png differ
diff --git a/public/images/items/large/seal-skin.png b/public/images/items/large/seal-skin.png
new file mode 100644
index 00000000..69ec276a
Binary files /dev/null and b/public/images/items/large/seal-skin.png differ
diff --git a/public/images/items/large/searcher-trinket.png b/public/images/items/large/searcher-trinket.png
new file mode 100644
index 00000000..e26ed2e7
Binary files /dev/null and b/public/images/items/large/searcher-trinket.png differ
diff --git a/public/images/items/large/seashell-craft-item.png b/public/images/items/large/seashell-craft-item.png
new file mode 100644
index 00000000..b40123b9
Binary files /dev/null and b/public/images/items/large/seashell-craft-item.png differ
diff --git a/public/images/items/large/seashell-crate-convertible.png b/public/images/items/large/seashell-crate-convertible.png
new file mode 100644
index 00000000..ada4e364
Binary files /dev/null and b/public/images/items/large/seashell-crate-convertible.png differ
diff --git a/public/images/items/large/seasonal-base.png b/public/images/items/large/seasonal-base.png
new file mode 100644
index 00000000..c64f42cc
Binary files /dev/null and b/public/images/items/large/seasonal-base.png differ
diff --git a/public/images/items/large/seasonal-garden-egg-convertible.png b/public/images/items/large/seasonal-garden-egg-convertible.png
new file mode 100644
index 00000000..5b3c6a86
Binary files /dev/null and b/public/images/items/large/seasonal-garden-egg-convertible.png differ
diff --git a/public/images/items/large/seasonal-gift-of-the-day-base.png b/public/images/items/large/seasonal-gift-of-the-day-base.png
new file mode 100644
index 00000000..685ee898
Binary files /dev/null and b/public/images/items/large/seasonal-gift-of-the-day-base.png differ
diff --git a/public/images/items/large/seasonalgardenresearch-quest-item.png b/public/images/items/large/seasonalgardenresearch-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/seasonalgardenresearch-quest-item.png differ
diff --git a/public/images/items/large/seasoned-gouda-cheese.png b/public/images/items/large/seasoned-gouda-cheese.png
new file mode 100644
index 00000000..a1750c80
Binary files /dev/null and b/public/images/items/large/seasoned-gouda-cheese.png differ
diff --git a/public/images/items/large/seasoned-gouda-potion.png b/public/images/items/large/seasoned-gouda-potion.png
new file mode 100644
index 00000000..ca7c01aa
Binary files /dev/null and b/public/images/items/large/seasoned-gouda-potion.png differ
diff --git a/public/images/items/large/second-draft-derby-cheese.png b/public/images/items/large/second-draft-derby-cheese.png
new file mode 100644
index 00000000..621121f8
Binary files /dev/null and b/public/images/items/large/second-draft-derby-cheese.png differ
diff --git a/public/images/items/large/second-draft-derby-pack-small-convertible.png b/public/images/items/large/second-draft-derby-pack-small-convertible.png
new file mode 100644
index 00000000..bb837ee0
Binary files /dev/null and b/public/images/items/large/second-draft-derby-pack-small-convertible.png differ
diff --git a/public/images/items/large/sentinel-shadow-skin.png b/public/images/items/large/sentinel-shadow-skin.png
new file mode 100644
index 00000000..6426de10
Binary files /dev/null and b/public/images/items/large/sentinel-shadow-skin.png differ
diff --git a/public/images/items/large/sentinel-weapon.png b/public/images/items/large/sentinel-weapon.png
new file mode 100644
index 00000000..6a75c94c
Binary files /dev/null and b/public/images/items/large/sentinel-weapon.png differ
diff --git a/public/images/items/large/september-challenge-fifth-convertible.png b/public/images/items/large/september-challenge-fifth-convertible.png
new file mode 100644
index 00000000..e6a1a97e
Binary files /dev/null and b/public/images/items/large/september-challenge-fifth-convertible.png differ
diff --git a/public/images/items/large/september-challenge-first-convertible.png b/public/images/items/large/september-challenge-first-convertible.png
new file mode 100644
index 00000000..c08de414
Binary files /dev/null and b/public/images/items/large/september-challenge-first-convertible.png differ
diff --git a/public/images/items/large/september-challenge-fourth-convertible.png b/public/images/items/large/september-challenge-fourth-convertible.png
new file mode 100644
index 00000000..fe0e5f06
Binary files /dev/null and b/public/images/items/large/september-challenge-fourth-convertible.png differ
diff --git a/public/images/items/large/september-challenge-second-convertible.png b/public/images/items/large/september-challenge-second-convertible.png
new file mode 100644
index 00000000..63d470e3
Binary files /dev/null and b/public/images/items/large/september-challenge-second-convertible.png differ
diff --git a/public/images/items/large/september-challenge-third-convertible.png b/public/images/items/large/september-challenge-third-convertible.png
new file mode 100644
index 00000000..59755305
Binary files /dev/null and b/public/images/items/large/september-challenge-third-convertible.png differ
diff --git a/public/images/items/large/seven-gingerbread-mice-collectible.png b/public/images/items/large/seven-gingerbread-mice-collectible.png
new file mode 100644
index 00000000..ddae6660
Binary files /dev/null and b/public/images/items/large/seven-gingerbread-mice-collectible.png differ
diff --git a/public/images/items/large/sextant-craft-item.png b/public/images/items/large/sextant-craft-item.png
new file mode 100644
index 00000000..d07fa01b
Binary files /dev/null and b/public/images/items/large/sextant-craft-item.png differ
diff --git a/public/images/items/large/shade-eclipse-resource-stat-item.png b/public/images/items/large/shade-eclipse-resource-stat-item.png
new file mode 100644
index 00000000..677acd10
Binary files /dev/null and b/public/images/items/large/shade-eclipse-resource-stat-item.png differ
diff --git a/public/images/items/large/shadow-master-egg-convertible.png b/public/images/items/large/shadow-master-egg-convertible.png
new file mode 100644
index 00000000..15fe715d
Binary files /dev/null and b/public/images/items/large/shadow-master-egg-convertible.png differ
diff --git a/public/images/items/large/shadow-moonstone-egg-convertible.png b/public/images/items/large/shadow-moonstone-egg-convertible.png
new file mode 100644
index 00000000..c23a54f2
Binary files /dev/null and b/public/images/items/large/shadow-moonstone-egg-convertible.png differ
diff --git a/public/images/items/large/shadow-moonstone-stat-item.png b/public/images/items/large/shadow-moonstone-stat-item.png
new file mode 100644
index 00000000..e9fbdd5b
Binary files /dev/null and b/public/images/items/large/shadow-moonstone-stat-item.png differ
diff --git a/public/images/items/large/shadow-trinket.png b/public/images/items/large/shadow-trinket.png
new file mode 100644
index 00000000..07731884
Binary files /dev/null and b/public/images/items/large/shadow-trinket.png differ
diff --git a/public/images/items/large/shadowvine-crafting-item.png b/public/images/items/large/shadowvine-crafting-item.png
new file mode 100644
index 00000000..7df9f298
Binary files /dev/null and b/public/images/items/large/shadowvine-crafting-item.png differ
diff --git a/public/images/items/large/shamrock-trinket.png b/public/images/items/large/shamrock-trinket.png
new file mode 100644
index 00000000..2eece86f
Binary files /dev/null and b/public/images/items/large/shamrock-trinket.png differ
diff --git a/public/images/items/large/sharing-egg-convertible.png b/public/images/items/large/sharing-egg-convertible.png
new file mode 100644
index 00000000..96383472
Binary files /dev/null and b/public/images/items/large/sharing-egg-convertible.png differ
diff --git a/public/images/items/large/sharpshooter-egg-convertible.png b/public/images/items/large/sharpshooter-egg-convertible.png
new file mode 100644
index 00000000..9479da81
Binary files /dev/null and b/public/images/items/large/sharpshooter-egg-convertible.png differ
diff --git a/public/images/items/large/shattered-arcanum-skin.png b/public/images/items/large/shattered-arcanum-skin.png
new file mode 100644
index 00000000..bab15eeb
Binary files /dev/null and b/public/images/items/large/shattered-arcanum-skin.png differ
diff --git a/public/images/items/large/shattered-carmine-1-torn-page.png b/public/images/items/large/shattered-carmine-1-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/shattered-carmine-1-torn-page.png differ
diff --git a/public/images/items/large/shattered-carmine-2-torn-page.png b/public/images/items/large/shattered-carmine-2-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/shattered-carmine-2-torn-page.png differ
diff --git a/public/images/items/large/shattered-chest-convertible.png b/public/images/items/large/shattered-chest-convertible.png
new file mode 100644
index 00000000..a1daa11d
Binary files /dev/null and b/public/images/items/large/shattered-chest-convertible.png differ
diff --git a/public/images/items/large/shattered-egg-convertible.png b/public/images/items/large/shattered-egg-convertible.png
new file mode 100644
index 00000000..5b5cb215
Binary files /dev/null and b/public/images/items/large/shattered-egg-convertible.png differ
diff --git a/public/images/items/large/shattered-rift-crystal-crafting-item.png b/public/images/items/large/shattered-rift-crystal-crafting-item.png
new file mode 100644
index 00000000..990374f0
Binary files /dev/null and b/public/images/items/large/shattered-rift-crystal-crafting-item.png differ
diff --git a/public/images/items/large/shattering-trinket.png b/public/images/items/large/shattering-trinket.png
new file mode 100644
index 00000000..2d47020c
Binary files /dev/null and b/public/images/items/large/shattering-trinket.png differ
diff --git a/public/images/items/large/sheep-festival-jumbo-kit-convertible.png b/public/images/items/large/sheep-festival-jumbo-kit-convertible.png
new file mode 100644
index 00000000..87ac37a7
Binary files /dev/null and b/public/images/items/large/sheep-festival-jumbo-kit-convertible.png differ
diff --git a/public/images/items/large/sheep-jade-base.png b/public/images/items/large/sheep-jade-base.png
new file mode 100644
index 00000000..44d8e7b6
Binary files /dev/null and b/public/images/items/large/sheep-jade-base.png differ
diff --git a/public/images/items/large/sheep-mask-collectible.png b/public/images/items/large/sheep-mask-collectible.png
new file mode 100644
index 00000000..0418b4c8
Binary files /dev/null and b/public/images/items/large/sheep-mask-collectible.png differ
diff --git a/public/images/items/large/shelder-egg-convertible.png b/public/images/items/large/shelder-egg-convertible.png
new file mode 100644
index 00000000..08f91e00
Binary files /dev/null and b/public/images/items/large/shelder-egg-convertible.png differ
diff --git a/public/images/items/large/shelder-scroll-case-convertible.png b/public/images/items/large/shelder-scroll-case-convertible.png
new file mode 100644
index 00000000..d6f12c72
Binary files /dev/null and b/public/images/items/large/shelder-scroll-case-convertible.png differ
diff --git a/public/images/items/large/shelder-treasure-chest-convertible.png b/public/images/items/large/shelder-treasure-chest-convertible.png
new file mode 100644
index 00000000..bfc2375e
Binary files /dev/null and b/public/images/items/large/shelder-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/shell-cheese.png b/public/images/items/large/shell-cheese.png
new file mode 100644
index 00000000..2b0d0746
Binary files /dev/null and b/public/images/items/large/shell-cheese.png differ
diff --git a/public/images/items/large/sheriff-badge-trinket.png b/public/images/items/large/sheriff-badge-trinket.png
new file mode 100644
index 00000000..18c341b7
Binary files /dev/null and b/public/images/items/large/sheriff-badge-trinket.png differ
diff --git a/public/images/items/large/sheriff-satchel-convertible.png b/public/images/items/large/sheriff-satchel-convertible.png
new file mode 100644
index 00000000..bf2152a0
Binary files /dev/null and b/public/images/items/large/sheriff-satchel-convertible.png differ
diff --git a/public/images/items/large/shielding-trinket.png b/public/images/items/large/shielding-trinket.png
new file mode 100644
index 00000000..3ca86894
Binary files /dev/null and b/public/images/items/large/shielding-trinket.png differ
diff --git a/public/images/items/large/shine-trinket.png b/public/images/items/large/shine-trinket.png
new file mode 100644
index 00000000..c95f03fc
Binary files /dev/null and b/public/images/items/large/shine-trinket.png differ
diff --git a/public/images/items/large/ship-blueprints-craft-item.png b/public/images/items/large/ship-blueprints-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/ship-blueprints-craft-item.png differ
diff --git a/public/images/items/large/shoreline-supplies-convertible.png b/public/images/items/large/shoreline-supplies-convertible.png
new file mode 100644
index 00000000..8437c47c
Binary files /dev/null and b/public/images/items/large/shoreline-supplies-convertible.png differ
diff --git a/public/images/items/large/shortcut-trinket.png b/public/images/items/large/shortcut-trinket.png
new file mode 100644
index 00000000..e095b22a
Binary files /dev/null and b/public/images/items/large/shortcut-trinket.png differ
diff --git a/public/images/items/large/shredded-furoma-map-piece.png b/public/images/items/large/shredded-furoma-map-piece.png
new file mode 100644
index 00000000..42d1f7d6
Binary files /dev/null and b/public/images/items/large/shredded-furoma-map-piece.png differ
diff --git a/public/images/items/large/shrink-ray-weapon.png b/public/images/items/large/shrink-ray-weapon.png
new file mode 100644
index 00000000..80c00b9e
Binary files /dev/null and b/public/images/items/large/shrink-ray-weapon.png differ
diff --git a/public/images/items/large/shufflers-kit-convertible.png b/public/images/items/large/shufflers-kit-convertible.png
new file mode 100644
index 00000000..b070fa47
Binary files /dev/null and b/public/images/items/large/shufflers-kit-convertible.png differ
diff --git a/public/images/items/large/silly-bday-hat-collectible.png b/public/images/items/large/silly-bday-hat-collectible.png
new file mode 100644
index 00000000..fe6b5cfc
Binary files /dev/null and b/public/images/items/large/silly-bday-hat-collectible.png differ
diff --git a/public/images/items/large/silth-egg-convertible.png b/public/images/items/large/silth-egg-convertible.png
new file mode 100644
index 00000000..380acce5
Binary files /dev/null and b/public/images/items/large/silth-egg-convertible.png differ
diff --git a/public/images/items/large/silver-bolt-stat-item.png b/public/images/items/large/silver-bolt-stat-item.png
new file mode 100644
index 00000000..033a5697
Binary files /dev/null and b/public/images/items/large/silver-bolt-stat-item.png differ
diff --git a/public/images/items/large/silver-footlocker-convertible.png b/public/images/items/large/silver-footlocker-convertible.png
new file mode 100644
index 00000000..5f089035
Binary files /dev/null and b/public/images/items/large/silver-footlocker-convertible.png differ
diff --git a/public/images/items/large/simple-orb-crafting-item.png b/public/images/items/large/simple-orb-crafting-item.png
new file mode 100644
index 00000000..be77e0a6
Binary files /dev/null and b/public/images/items/large/simple-orb-crafting-item.png differ
diff --git a/public/images/items/large/sinister-portal-weapon.png b/public/images/items/large/sinister-portal-weapon.png
new file mode 100644
index 00000000..dfed0fee
Binary files /dev/null and b/public/images/items/large/sinister-portal-weapon.png differ
diff --git a/public/images/items/large/six-snow-balls-collectible.png b/public/images/items/large/six-snow-balls-collectible.png
new file mode 100644
index 00000000..cc3f1011
Binary files /dev/null and b/public/images/items/large/six-snow-balls-collectible.png differ
diff --git a/public/images/items/large/skeletal-rune-shark-skin.png b/public/images/items/large/skeletal-rune-shark-skin.png
new file mode 100644
index 00000000..bd0a5334
Binary files /dev/null and b/public/images/items/large/skeletal-rune-shark-skin.png differ
diff --git a/public/images/items/large/skelloton-base.png b/public/images/items/large/skelloton-base.png
new file mode 100644
index 00000000..ccca1988
Binary files /dev/null and b/public/images/items/large/skelloton-base.png differ
diff --git a/public/images/items/large/ski-sign-crafting-item.png b/public/images/items/large/ski-sign-crafting-item.png
new file mode 100644
index 00000000..a817555c
Binary files /dev/null and b/public/images/items/large/ski-sign-crafting-item.png differ
diff --git a/public/images/items/large/sky-cheese-pack-small-convertible.png b/public/images/items/large/sky-cheese-pack-small-convertible.png
new file mode 100644
index 00000000..716cd70e
Binary files /dev/null and b/public/images/items/large/sky-cheese-pack-small-convertible.png differ
diff --git a/public/images/items/large/sky-cheese.png b/public/images/items/large/sky-cheese.png
new file mode 100644
index 00000000..3a57954c
Binary files /dev/null and b/public/images/items/large/sky-cheese.png differ
diff --git a/public/images/items/large/sky-conqueror-egg-convertible.png b/public/images/items/large/sky-conqueror-egg-convertible.png
new file mode 100644
index 00000000..e3f8f660
Binary files /dev/null and b/public/images/items/large/sky-conqueror-egg-convertible.png differ
diff --git a/public/images/items/large/sky-explorer-egg-convertible.png b/public/images/items/large/sky-explorer-egg-convertible.png
new file mode 100644
index 00000000..001ad447
Binary files /dev/null and b/public/images/items/large/sky-explorer-egg-convertible.png differ
diff --git a/public/images/items/large/sky-gem-egg-convertible.png b/public/images/items/large/sky-gem-egg-convertible.png
new file mode 100644
index 00000000..c42c15a3
Binary files /dev/null and b/public/images/items/large/sky-gem-egg-convertible.png differ
diff --git a/public/images/items/large/sky-ore-egg-convertible.png b/public/images/items/large/sky-ore-egg-convertible.png
new file mode 100644
index 00000000..ee6131e2
Binary files /dev/null and b/public/images/items/large/sky-ore-egg-convertible.png differ
diff --git a/public/images/items/large/sky-palace-scroll-case-convertible.png b/public/images/items/large/sky-palace-scroll-case-convertible.png
new file mode 100644
index 00000000..1dd0afa6
Binary files /dev/null and b/public/images/items/large/sky-palace-scroll-case-convertible.png differ
diff --git a/public/images/items/large/sky-palace-treasure-chest-convertible.png b/public/images/items/large/sky-palace-treasure-chest-convertible.png
new file mode 100644
index 00000000..cb9eb06e
Binary files /dev/null and b/public/images/items/large/sky-palace-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/sky-pirate-cheese-curd-crafting-item.png b/public/images/items/large/sky-pirate-cheese-curd-crafting-item.png
new file mode 100644
index 00000000..7a9a31df
Binary files /dev/null and b/public/images/items/large/sky-pirate-cheese-curd-crafting-item.png differ
diff --git a/public/images/items/large/sky-pirate-cheese.png b/public/images/items/large/sky-pirate-cheese.png
new file mode 100644
index 00000000..a58c1c7f
Binary files /dev/null and b/public/images/items/large/sky-pirate-cheese.png differ
diff --git a/public/images/items/large/sky-pirate-egg-convertible.png b/public/images/items/large/sky-pirate-egg-convertible.png
new file mode 100644
index 00000000..2f25e9c2
Binary files /dev/null and b/public/images/items/large/sky-pirate-egg-convertible.png differ
diff --git a/public/images/items/large/sky-pirate-scroll-case-5-person-convertible.png b/public/images/items/large/sky-pirate-scroll-case-5-person-convertible.png
new file mode 100644
index 00000000..e32dd381
Binary files /dev/null and b/public/images/items/large/sky-pirate-scroll-case-5-person-convertible.png differ
diff --git a/public/images/items/large/sky-pirate-scroll-case-convertible.png b/public/images/items/large/sky-pirate-scroll-case-convertible.png
new file mode 100644
index 00000000..e32dd381
Binary files /dev/null and b/public/images/items/large/sky-pirate-scroll-case-convertible.png differ
diff --git a/public/images/items/large/sky-pirate-seal-stat-item.png b/public/images/items/large/sky-pirate-seal-stat-item.png
new file mode 100644
index 00000000..2ec6a227
Binary files /dev/null and b/public/images/items/large/sky-pirate-seal-stat-item.png differ
diff --git a/public/images/items/large/sky-pirate-treasure-chest-convertible.png b/public/images/items/large/sky-pirate-treasure-chest-convertible.png
new file mode 100644
index 00000000..2bc8ee7d
Binary files /dev/null and b/public/images/items/large/sky-pirate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/sky-scrambler-stat-item.png b/public/images/items/large/sky-scrambler-stat-item.png
new file mode 100644
index 00000000..1d0bad1c
Binary files /dev/null and b/public/images/items/large/sky-scrambler-stat-item.png differ
diff --git a/public/images/items/large/sky-sprocket-egg-convertible.png b/public/images/items/large/sky-sprocket-egg-convertible.png
new file mode 100644
index 00000000..44130571
Binary files /dev/null and b/public/images/items/large/sky-sprocket-egg-convertible.png differ
diff --git a/public/images/items/large/sky-sprocket-stat-item.png b/public/images/items/large/sky-sprocket-stat-item.png
new file mode 100644
index 00000000..a4695cd3
Binary files /dev/null and b/public/images/items/large/sky-sprocket-stat-item.png differ
diff --git a/public/images/items/large/skysoft-silk-egg-convertible.png b/public/images/items/large/skysoft-silk-egg-convertible.png
new file mode 100644
index 00000000..cc941825
Binary files /dev/null and b/public/images/items/large/skysoft-silk-egg-convertible.png differ
diff --git a/public/images/items/large/skysoft-silk-stat-item.png b/public/images/items/large/skysoft-silk-stat-item.png
new file mode 100644
index 00000000..c17020f7
Binary files /dev/null and b/public/images/items/large/skysoft-silk-stat-item.png differ
diff --git a/public/images/items/large/slac-ii-sling-weapon.png b/public/images/items/large/slac-ii-sling-weapon.png
new file mode 100644
index 00000000..0fa11ba6
Binary files /dev/null and b/public/images/items/large/slac-ii-sling-weapon.png differ
diff --git a/public/images/items/large/slac-in-a-box-stat-item.png b/public/images/items/large/slac-in-a-box-stat-item.png
new file mode 100644
index 00000000..4981ff68
Binary files /dev/null and b/public/images/items/large/slac-in-a-box-stat-item.png differ
diff --git a/public/images/items/large/slac-spring-weapon.png b/public/images/items/large/slac-spring-weapon.png
new file mode 100644
index 00000000..f93eda7e
Binary files /dev/null and b/public/images/items/large/slac-spring-weapon.png differ
diff --git a/public/images/items/large/slap-cat-message-item.png b/public/images/items/large/slap-cat-message-item.png
new file mode 100644
index 00000000..d3618c2a
Binary files /dev/null and b/public/images/items/large/slap-cat-message-item.png differ
diff --git a/public/images/items/large/sled-collectible.png b/public/images/items/large/sled-collectible.png
new file mode 100644
index 00000000..d675ff7b
Binary files /dev/null and b/public/images/items/large/sled-collectible.png differ
diff --git a/public/images/items/large/sleigh-bell-collectible.png b/public/images/items/large/sleigh-bell-collectible.png
new file mode 100644
index 00000000..abf72539
Binary files /dev/null and b/public/images/items/large/sleigh-bell-collectible.png differ
diff --git a/public/images/items/large/slightly-smaller-gift-convertible.png b/public/images/items/large/slightly-smaller-gift-convertible.png
new file mode 100644
index 00000000..263cb683
Binary files /dev/null and b/public/images/items/large/slightly-smaller-gift-convertible.png differ
diff --git a/public/images/items/large/slumbering-baker-trap-skin.png b/public/images/items/large/slumbering-baker-trap-skin.png
new file mode 100644
index 00000000..f2fe84a3
Binary files /dev/null and b/public/images/items/large/slumbering-baker-trap-skin.png differ
diff --git a/public/images/items/large/slumbering-beauty-skin.png b/public/images/items/large/slumbering-beauty-skin.png
new file mode 100644
index 00000000..85fd93d3
Binary files /dev/null and b/public/images/items/large/slumbering-beauty-skin.png differ
diff --git a/public/images/items/large/slumbering-bunny-skin.png b/public/images/items/large/slumbering-bunny-skin.png
new file mode 100644
index 00000000..8d998e1f
Binary files /dev/null and b/public/images/items/large/slumbering-bunny-skin.png differ
diff --git a/public/images/items/large/slumbering-flower-skin.png b/public/images/items/large/slumbering-flower-skin.png
new file mode 100644
index 00000000..046402c0
Binary files /dev/null and b/public/images/items/large/slumbering-flower-skin.png differ
diff --git a/public/images/items/large/slushy-crafting-kit-convertible.png b/public/images/items/large/slushy-crafting-kit-convertible.png
new file mode 100644
index 00000000..d22e8000
Binary files /dev/null and b/public/images/items/large/slushy-crafting-kit-convertible.png differ
diff --git a/public/images/items/large/slushy-shoreline-egg-convertible.png b/public/images/items/large/slushy-shoreline-egg-convertible.png
new file mode 100644
index 00000000..7016c45e
Binary files /dev/null and b/public/images/items/large/slushy-shoreline-egg-convertible.png differ
diff --git a/public/images/items/large/small-rainbow-treasure-chest-convertible.png b/public/images/items/large/small-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..9fa028f4
Binary files /dev/null and b/public/images/items/large/small-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/small-steel-barrel-convertible.png b/public/images/items/large/small-steel-barrel-convertible.png
new file mode 100644
index 00000000..438bf32a
Binary files /dev/null and b/public/images/items/large/small-steel-barrel-convertible.png differ
diff --git a/public/images/items/large/small-unstable-geode-convertible.png b/public/images/items/large/small-unstable-geode-convertible.png
new file mode 100644
index 00000000..67c23d2b
Binary files /dev/null and b/public/images/items/large/small-unstable-geode-convertible.png differ
diff --git a/public/images/items/large/small-waste-barrel-stat-item.png b/public/images/items/large/small-waste-barrel-stat-item.png
new file mode 100644
index 00000000..51fe7bf2
Binary files /dev/null and b/public/images/items/large/small-waste-barrel-stat-item.png differ
diff --git a/public/images/items/large/smart-water-jet-trinket.png b/public/images/items/large/smart-water-jet-trinket.png
new file mode 100644
index 00000000..f02ae8eb
Binary files /dev/null and b/public/images/items/large/smart-water-jet-trinket.png differ
diff --git a/public/images/items/large/smashed-pumpkin-crafting-item.png b/public/images/items/large/smashed-pumpkin-crafting-item.png
new file mode 100644
index 00000000..9cd44c91
Binary files /dev/null and b/public/images/items/large/smashed-pumpkin-crafting-item.png differ
diff --git a/public/images/items/large/smashed-teddy-bear-collectible.png b/public/images/items/large/smashed-teddy-bear-collectible.png
new file mode 100644
index 00000000..0f98fd06
Binary files /dev/null and b/public/images/items/large/smashed-teddy-bear-collectible.png differ
diff --git a/public/images/items/large/smelly-sodium-base.png b/public/images/items/large/smelly-sodium-base.png
new file mode 100644
index 00000000..7f520774
Binary files /dev/null and b/public/images/items/large/smelly-sodium-base.png differ
diff --git a/public/images/items/large/snake-firework-launcher-skin.png b/public/images/items/large/snake-firework-launcher-skin.png
new file mode 100644
index 00000000..2f51c635
Binary files /dev/null and b/public/images/items/large/snake-firework-launcher-skin.png differ
diff --git a/public/images/items/large/snake-jade-base.png b/public/images/items/large/snake-jade-base.png
new file mode 100644
index 00000000..335c3435
Binary files /dev/null and b/public/images/items/large/snake-jade-base.png differ
diff --git a/public/images/items/large/snake-lny-journal-theme-collectible.png b/public/images/items/large/snake-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..43a8e38f
Binary files /dev/null and b/public/images/items/large/snake-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/snake-mask-collectible.png b/public/images/items/large/snake-mask-collectible.png
new file mode 100644
index 00000000..b57468b0
Binary files /dev/null and b/public/images/items/large/snake-mask-collectible.png differ
diff --git a/public/images/items/large/snake-wealth-ingot-collectible.png b/public/images/items/large/snake-wealth-ingot-collectible.png
new file mode 100644
index 00000000..34e88ad1
Binary files /dev/null and b/public/images/items/large/snake-wealth-ingot-collectible.png differ
diff --git a/public/images/items/large/snakebite-potion.png b/public/images/items/large/snakebite-potion.png
new file mode 100644
index 00000000..efdda66a
Binary files /dev/null and b/public/images/items/large/snakebite-potion.png differ
diff --git a/public/images/items/large/snakebite-trinket.png b/public/images/items/large/snakebite-trinket.png
new file mode 100644
index 00000000..36b70a67
Binary files /dev/null and b/public/images/items/large/snakebite-trinket.png differ
diff --git a/public/images/items/large/snow-barrage-weapon.png b/public/images/items/large/snow-barrage-weapon.png
new file mode 100644
index 00000000..c055caa9
Binary files /dev/null and b/public/images/items/large/snow-barrage-weapon.png differ
diff --git a/public/images/items/large/snow-block-stat-item.png b/public/images/items/large/snow-block-stat-item.png
new file mode 100644
index 00000000..9781157a
Binary files /dev/null and b/public/images/items/large/snow-block-stat-item.png differ
diff --git a/public/images/items/large/snow-festive-decoration-stat-item.png b/public/images/items/large/snow-festive-decoration-stat-item.png
new file mode 100644
index 00000000..cd217627
Binary files /dev/null and b/public/images/items/large/snow-festive-decoration-stat-item.png differ
diff --git a/public/images/items/large/snow-globe-collectible.png b/public/images/items/large/snow-globe-collectible.png
new file mode 100644
index 00000000..4171a82e
Binary files /dev/null and b/public/images/items/large/snow-globe-collectible.png differ
diff --git a/public/images/items/large/snow-golem-base.png b/public/images/items/large/snow-golem-base.png
new file mode 100644
index 00000000..7a84cbf9
Binary files /dev/null and b/public/images/items/large/snow-golem-base.png differ
diff --git a/public/images/items/large/snow-golem-gift-basket-convertible.png b/public/images/items/large/snow-golem-gift-basket-convertible.png
new file mode 100644
index 00000000..43caeb2e
Binary files /dev/null and b/public/images/items/large/snow-golem-gift-basket-convertible.png differ
diff --git a/public/images/items/large/snow-golem-journal-theme-collectible.png b/public/images/items/large/snow-golem-journal-theme-collectible.png
new file mode 100644
index 00000000..9d8f3eab
Binary files /dev/null and b/public/images/items/large/snow-golem-journal-theme-collectible.png differ
diff --git a/public/images/items/large/snow-golem-miniature-collectible.png b/public/images/items/large/snow-golem-miniature-collectible.png
new file mode 100644
index 00000000..6df0ef25
Binary files /dev/null and b/public/images/items/large/snow-golem-miniature-collectible.png differ
diff --git a/public/images/items/large/snow-golem-supply-box-convertible.png b/public/images/items/large/snow-golem-supply-box-convertible.png
new file mode 100644
index 00000000..d4e32cfe
Binary files /dev/null and b/public/images/items/large/snow-golem-supply-box-convertible.png differ
diff --git a/public/images/items/large/snow-golem-supply-kit-convertible.png b/public/images/items/large/snow-golem-supply-kit-convertible.png
new file mode 100644
index 00000000..743fd663
Binary files /dev/null and b/public/images/items/large/snow-golem-supply-kit-convertible.png differ
diff --git a/public/images/items/large/snow-golem-theme-scrap-1-crafting-item.png b/public/images/items/large/snow-golem-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..1530fbc2
Binary files /dev/null and b/public/images/items/large/snow-golem-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/large/snow-golem-theme-scrap-2-crafting-item.png b/public/images/items/large/snow-golem-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..1b4554db
Binary files /dev/null and b/public/images/items/large/snow-golem-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/large/snow-golem-theme-scrap-3-crafting-item.png b/public/images/items/large/snow-golem-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..2559c2ef
Binary files /dev/null and b/public/images/items/large/snow-golem-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/large/snow-golem-trap-arcane-skin.png b/public/images/items/large/snow-golem-trap-arcane-skin.png
new file mode 100644
index 00000000..9659b3fb
Binary files /dev/null and b/public/images/items/large/snow-golem-trap-arcane-skin.png differ
diff --git a/public/images/items/large/snow-golem-trap-forgotten-skin.png b/public/images/items/large/snow-golem-trap-forgotten-skin.png
new file mode 100644
index 00000000..6b17c200
Binary files /dev/null and b/public/images/items/large/snow-golem-trap-forgotten-skin.png differ
diff --git a/public/images/items/large/snow-golem-trap-hydro-skin.png b/public/images/items/large/snow-golem-trap-hydro-skin.png
new file mode 100644
index 00000000..08da6d72
Binary files /dev/null and b/public/images/items/large/snow-golem-trap-hydro-skin.png differ
diff --git a/public/images/items/large/snow-golem-trap-physical-skin.png b/public/images/items/large/snow-golem-trap-physical-skin.png
new file mode 100644
index 00000000..53fdf307
Binary files /dev/null and b/public/images/items/large/snow-golem-trap-physical-skin.png differ
diff --git a/public/images/items/large/snow-golem-trap-tactical-skin.png b/public/images/items/large/snow-golem-trap-tactical-skin.png
new file mode 100644
index 00000000..5744f4de
Binary files /dev/null and b/public/images/items/large/snow-golem-trap-tactical-skin.png differ
diff --git a/public/images/items/large/snow-golem-trap-weapon.png b/public/images/items/large/snow-golem-trap-weapon.png
new file mode 100644
index 00000000..1385f44e
Binary files /dev/null and b/public/images/items/large/snow-golem-trap-weapon.png differ
diff --git a/public/images/items/large/snow-golem-treasure-hunting-kit-convertible.png b/public/images/items/large/snow-golem-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..1dfc528a
Binary files /dev/null and b/public/images/items/large/snow-golem-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/snow-golem-trinket.png b/public/images/items/large/snow-golem-trinket.png
new file mode 100644
index 00000000..d60c4544
Binary files /dev/null and b/public/images/items/large/snow-golem-trinket.png differ
diff --git a/public/images/items/large/snow-king-bot-skin.png b/public/images/items/large/snow-king-bot-skin.png
new file mode 100644
index 00000000..716f9e61
Binary files /dev/null and b/public/images/items/large/snow-king-bot-skin.png differ
diff --git a/public/images/items/large/snow-yule-log-stat-item.png b/public/images/items/large/snow-yule-log-stat-item.png
new file mode 100644
index 00000000..91d9b06b
Binary files /dev/null and b/public/images/items/large/snow-yule-log-stat-item.png differ
diff --git a/public/images/items/large/snowball-charm-maker-2022-stat-item.png b/public/images/items/large/snowball-charm-maker-2022-stat-item.png
new file mode 100644
index 00000000..6716ae12
Binary files /dev/null and b/public/images/items/large/snowball-charm-maker-2022-stat-item.png differ
diff --git a/public/images/items/large/snowball-cheese.png b/public/images/items/large/snowball-cheese.png
new file mode 100644
index 00000000..c4632ea3
Binary files /dev/null and b/public/images/items/large/snowball-cheese.png differ
diff --git a/public/images/items/large/snowball-dust-pack-convertible.png b/public/images/items/large/snowball-dust-pack-convertible.png
new file mode 100644
index 00000000..0ec0e92f
Binary files /dev/null and b/public/images/items/large/snowball-dust-pack-convertible.png differ
diff --git a/public/images/items/large/snowball-mystery-pack-convertible.png b/public/images/items/large/snowball-mystery-pack-convertible.png
new file mode 100644
index 00000000..f581cc16
Binary files /dev/null and b/public/images/items/large/snowball-mystery-pack-convertible.png differ
diff --git a/public/images/items/large/snowball-showdown-upgrade-stat-item.png b/public/images/items/large/snowball-showdown-upgrade-stat-item.png
new file mode 100644
index 00000000..7d4f387d
Binary files /dev/null and b/public/images/items/large/snowball-showdown-upgrade-stat-item.png differ
diff --git a/public/images/items/large/snowball-theme-collectible.png b/public/images/items/large/snowball-theme-collectible.png
new file mode 100644
index 00000000..9706ac30
Binary files /dev/null and b/public/images/items/large/snowball-theme-collectible.png differ
diff --git a/public/images/items/large/snowball-trinket.png b/public/images/items/large/snowball-trinket.png
new file mode 100644
index 00000000..1af8f2e2
Binary files /dev/null and b/public/images/items/large/snowball-trinket.png differ
diff --git a/public/images/items/large/snowflake-cookie-stat-item.png b/public/images/items/large/snowflake-cookie-stat-item.png
new file mode 100644
index 00000000..27591873
Binary files /dev/null and b/public/images/items/large/snowflake-cookie-stat-item.png differ
diff --git a/public/images/items/large/snowfort-snowglobe-collectible.png b/public/images/items/large/snowfort-snowglobe-collectible.png
new file mode 100644
index 00000000..6e446d4a
Binary files /dev/null and b/public/images/items/large/snowfort-snowglobe-collectible.png differ
diff --git a/public/images/items/large/snowglobe-trap-weapon.png b/public/images/items/large/snowglobe-trap-weapon.png
new file mode 100644
index 00000000..41a10fc4
Binary files /dev/null and b/public/images/items/large/snowglobe-trap-weapon.png differ
diff --git a/public/images/items/large/soap-trinket.png b/public/images/items/large/soap-trinket.png
new file mode 100644
index 00000000..003dcfca
Binary files /dev/null and b/public/images/items/large/soap-trinket.png differ
diff --git a/public/images/items/large/soapy-oasis-pattern-crafting-item.png b/public/images/items/large/soapy-oasis-pattern-crafting-item.png
new file mode 100644
index 00000000..8c1f40d0
Binary files /dev/null and b/public/images/items/large/soapy-oasis-pattern-crafting-item.png differ
diff --git a/public/images/items/large/soapy-oasis-skin.png b/public/images/items/large/soapy-oasis-skin.png
new file mode 100644
index 00000000..21707685
Binary files /dev/null and b/public/images/items/large/soapy-oasis-skin.png differ
diff --git a/public/images/items/large/soapy-phantasmic-oasis-skin.png b/public/images/items/large/soapy-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..7a1900e2
Binary files /dev/null and b/public/images/items/large/soapy-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/large/soapy-phantasmic-pattern-crafting-item.png b/public/images/items/large/soapy-phantasmic-pattern-crafting-item.png
new file mode 100644
index 00000000..8c1f40d0
Binary files /dev/null and b/public/images/items/large/soapy-phantasmic-pattern-crafting-item.png differ
diff --git a/public/images/items/large/soapy-suds-crafting-item.png b/public/images/items/large/soapy-suds-crafting-item.png
new file mode 100644
index 00000000..d8c960d9
Binary files /dev/null and b/public/images/items/large/soapy-suds-crafting-item.png differ
diff --git a/public/images/items/large/sock-ghost-plush-message-item.png b/public/images/items/large/sock-ghost-plush-message-item.png
new file mode 100644
index 00000000..4a771fbe
Binary files /dev/null and b/public/images/items/large/sock-ghost-plush-message-item.png differ
diff --git a/public/images/items/large/softserve-trinket.png b/public/images/items/large/softserve-trinket.png
new file mode 100644
index 00000000..c2c130f0
Binary files /dev/null and b/public/images/items/large/softserve-trinket.png differ
diff --git a/public/images/items/large/soggy-fireworks-collectible.png b/public/images/items/large/soggy-fireworks-collectible.png
new file mode 100644
index 00000000..1d596cc1
Binary files /dev/null and b/public/images/items/large/soggy-fireworks-collectible.png differ
diff --git a/public/images/items/large/soggy-journal-collectible.png b/public/images/items/large/soggy-journal-collectible.png
new file mode 100644
index 00000000..f88892bf
Binary files /dev/null and b/public/images/items/large/soggy-journal-collectible.png differ
diff --git a/public/images/items/large/soiled-base-blueprints-crafting-item.png b/public/images/items/large/soiled-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/soiled-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/soiled-base-parts-crafting-item.png b/public/images/items/large/soiled-base-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/soiled-base-parts-crafting-item.png differ
diff --git a/public/images/items/large/soiled-base.png b/public/images/items/large/soiled-base.png
new file mode 100644
index 00000000..27d9a415
Binary files /dev/null and b/public/images/items/large/soiled-base.png differ
diff --git a/public/images/items/large/sooty-stocking-collectible.png b/public/images/items/large/sooty-stocking-collectible.png
new file mode 100644
index 00000000..790f3f2e
Binary files /dev/null and b/public/images/items/large/sooty-stocking-collectible.png differ
diff --git a/public/images/items/large/sorcerer-sapphire-egg-convertible.png b/public/images/items/large/sorcerer-sapphire-egg-convertible.png
new file mode 100644
index 00000000..d60864dd
Binary files /dev/null and b/public/images/items/large/sorcerer-sapphire-egg-convertible.png differ
diff --git a/public/images/items/large/sorcerers-sapphire-refractor-base.png b/public/images/items/large/sorcerers-sapphire-refractor-base.png
new file mode 100644
index 00000000..30f2a67b
Binary files /dev/null and b/public/images/items/large/sorcerers-sapphire-refractor-base.png differ
diff --git a/public/images/items/large/sorcerers-sapphire-stat-item.png b/public/images/items/large/sorcerers-sapphire-stat-item.png
new file mode 100644
index 00000000..dcbcf17f
Binary files /dev/null and b/public/images/items/large/sorcerers-sapphire-stat-item.png differ
diff --git a/public/images/items/large/soul-catcher-parts-crafting-item.png b/public/images/items/large/soul-catcher-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/soul-catcher-parts-crafting-item.png differ
diff --git a/public/images/items/large/soul-piercer-skin.png b/public/images/items/large/soul-piercer-skin.png
new file mode 100644
index 00000000..922625b3
Binary files /dev/null and b/public/images/items/large/soul-piercer-skin.png differ
diff --git a/public/images/items/large/soul-searching-temporal-turbine-skin.png b/public/images/items/large/soul-searching-temporal-turbine-skin.png
new file mode 100644
index 00000000..04b1bef6
Binary files /dev/null and b/public/images/items/large/soul-searching-temporal-turbine-skin.png differ
diff --git a/public/images/items/large/spectral-floating-tactical-skin.png b/public/images/items/large/spectral-floating-tactical-skin.png
new file mode 100644
index 00000000..2a0ed654
Binary files /dev/null and b/public/images/items/large/spectral-floating-tactical-skin.png differ
diff --git a/public/images/items/large/spectral-floating-tactical-upgraded-skin.png b/public/images/items/large/spectral-floating-tactical-upgraded-skin.png
new file mode 100644
index 00000000..6db575c4
Binary files /dev/null and b/public/images/items/large/spectral-floating-tactical-upgraded-skin.png differ
diff --git a/public/images/items/large/speed-coggy-colby-cheese.png b/public/images/items/large/speed-coggy-colby-cheese.png
new file mode 100644
index 00000000..c406d1a2
Binary files /dev/null and b/public/images/items/large/speed-coggy-colby-cheese.png differ
diff --git a/public/images/items/large/speedy-plumbing-gift-basket-convertible.png b/public/images/items/large/speedy-plumbing-gift-basket-convertible.png
new file mode 100644
index 00000000..8f060467
Binary files /dev/null and b/public/images/items/large/speedy-plumbing-gift-basket-convertible.png differ
diff --git a/public/images/items/large/speedy-plumbing-kit-convertible.png b/public/images/items/large/speedy-plumbing-kit-convertible.png
new file mode 100644
index 00000000..fda7587f
Binary files /dev/null and b/public/images/items/large/speedy-plumbing-kit-convertible.png differ
diff --git a/public/images/items/large/speedy-repair-gift-basket-convertible.png b/public/images/items/large/speedy-repair-gift-basket-convertible.png
new file mode 100644
index 00000000..fa48e3cb
Binary files /dev/null and b/public/images/items/large/speedy-repair-gift-basket-convertible.png differ
diff --git a/public/images/items/large/speedy-repair-supply-kit-convertible.png b/public/images/items/large/speedy-repair-supply-kit-convertible.png
new file mode 100644
index 00000000..2b8cedeb
Binary files /dev/null and b/public/images/items/large/speedy-repair-supply-kit-convertible.png differ
diff --git a/public/images/items/large/spellbook-base-blueprints-crafting-item.png b/public/images/items/large/spellbook-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/spellbook-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/spellbook-base.png b/public/images/items/large/spellbook-base.png
new file mode 100644
index 00000000..263ed339
Binary files /dev/null and b/public/images/items/large/spellbook-base.png differ
diff --git a/public/images/items/large/spellbook-trinket.png b/public/images/items/large/spellbook-trinket.png
new file mode 100644
index 00000000..3413550f
Binary files /dev/null and b/public/images/items/large/spellbook-trinket.png differ
diff --git a/public/images/items/large/sphynx-crystal-crafting-item.png b/public/images/items/large/sphynx-crystal-crafting-item.png
new file mode 100644
index 00000000..49a3e999
Binary files /dev/null and b/public/images/items/large/sphynx-crystal-crafting-item.png differ
diff --git a/public/images/items/large/sphynx-weapon-blueprint-crafting-item.png b/public/images/items/large/sphynx-weapon-blueprint-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/sphynx-weapon-blueprint-crafting-item.png differ
diff --git a/public/images/items/large/sphynx-weapon-parts-crafting-item.png b/public/images/items/large/sphynx-weapon-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/sphynx-weapon-parts-crafting-item.png differ
diff --git a/public/images/items/large/sphynx-weapon.png b/public/images/items/large/sphynx-weapon.png
new file mode 100644
index 00000000..17e13c6e
Binary files /dev/null and b/public/images/items/large/sphynx-weapon.png differ
diff --git a/public/images/items/large/spicy-havarti-cheese.png b/public/images/items/large/spicy-havarti-cheese.png
new file mode 100644
index 00000000..c5fa25f5
Binary files /dev/null and b/public/images/items/large/spicy-havarti-cheese.png differ
diff --git a/public/images/items/large/spicy-red-pepper-craft-item.png b/public/images/items/large/spicy-red-pepper-craft-item.png
new file mode 100644
index 00000000..37dfd3ac
Binary files /dev/null and b/public/images/items/large/spicy-red-pepper-craft-item.png differ
diff --git a/public/images/items/large/spiked-anchor-trinket.png b/public/images/items/large/spiked-anchor-trinket.png
new file mode 100644
index 00000000..e37a6c93
Binary files /dev/null and b/public/images/items/large/spiked-anchor-trinket.png differ
diff --git a/public/images/items/large/spiked-base-blueprints-crafting-item.png b/public/images/items/large/spiked-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/spiked-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/spiked-base.png b/public/images/items/large/spiked-base.png
new file mode 100644
index 00000000..3b297eda
Binary files /dev/null and b/public/images/items/large/spiked-base.png differ
diff --git a/public/images/items/large/spiked-metal-crafting-item.png b/public/images/items/large/spiked-metal-crafting-item.png
new file mode 100644
index 00000000..ab17d5e3
Binary files /dev/null and b/public/images/items/large/spiked-metal-crafting-item.png differ
diff --git a/public/images/items/large/spirit-of-halloween-acronym-skin.png b/public/images/items/large/spirit-of-halloween-acronym-skin.png
new file mode 100644
index 00000000..5f54361f
Binary files /dev/null and b/public/images/items/large/spirit-of-halloween-acronym-skin.png differ
diff --git a/public/images/items/large/splintered-wood-craft-item.png b/public/images/items/large/splintered-wood-craft-item.png
new file mode 100644
index 00000000..aa6bf8c8
Binary files /dev/null and b/public/images/items/large/splintered-wood-craft-item.png differ
diff --git a/public/images/items/large/sponge-trinket.png b/public/images/items/large/sponge-trinket.png
new file mode 100644
index 00000000..80ab094d
Binary files /dev/null and b/public/images/items/large/sponge-trinket.png differ
diff --git a/public/images/items/large/spooky-chrome-temporal-turbine-trap-skin.png b/public/images/items/large/spooky-chrome-temporal-turbine-trap-skin.png
new file mode 100644
index 00000000..220d6c91
Binary files /dev/null and b/public/images/items/large/spooky-chrome-temporal-turbine-trap-skin.png differ
diff --git a/public/images/items/large/spooky-endless-labyrinth-skin.png b/public/images/items/large/spooky-endless-labyrinth-skin.png
new file mode 100644
index 00000000..904b3468
Binary files /dev/null and b/public/images/items/large/spooky-endless-labyrinth-skin.png differ
diff --git a/public/images/items/large/spooky-flashlight-battery-stat-item.png b/public/images/items/large/spooky-flashlight-battery-stat-item.png
new file mode 100644
index 00000000..0f8cdaa2
Binary files /dev/null and b/public/images/items/large/spooky-flashlight-battery-stat-item.png differ
diff --git a/public/images/items/large/spooky-mary-onette-skin.png b/public/images/items/large/spooky-mary-onette-skin.png
new file mode 100644
index 00000000..ec1262f2
Binary files /dev/null and b/public/images/items/large/spooky-mary-onette-skin.png differ
diff --git a/public/images/items/large/spooky-mask-collectible.png b/public/images/items/large/spooky-mask-collectible.png
new file mode 100644
index 00000000..d0163c64
Binary files /dev/null and b/public/images/items/large/spooky-mask-collectible.png differ
diff --git a/public/images/items/large/spooky-reward-box-convertible.png b/public/images/items/large/spooky-reward-box-convertible.png
new file mode 100644
index 00000000..724f65b8
Binary files /dev/null and b/public/images/items/large/spooky-reward-box-convertible.png differ
diff --git a/public/images/items/large/spooky-shuffle-pack-convertible.png b/public/images/items/large/spooky-shuffle-pack-convertible.png
new file mode 100644
index 00000000..c78eae6c
Binary files /dev/null and b/public/images/items/large/spooky-shuffle-pack-convertible.png differ
diff --git a/public/images/items/large/spooky-shuffle-ticket-box-convertible.png b/public/images/items/large/spooky-shuffle-ticket-box-convertible.png
new file mode 100644
index 00000000..a811ad85
Binary files /dev/null and b/public/images/items/large/spooky-shuffle-ticket-box-convertible.png differ
diff --git a/public/images/items/large/spooky-shuffle-upgrade-stat-item.png b/public/images/items/large/spooky-shuffle-upgrade-stat-item.png
new file mode 100644
index 00000000..6a0191b0
Binary files /dev/null and b/public/images/items/large/spooky-shuffle-upgrade-stat-item.png differ
diff --git a/public/images/items/large/spooky-skin-pack-2-convertible.png b/public/images/items/large/spooky-skin-pack-2-convertible.png
new file mode 100644
index 00000000..10f267d1
Binary files /dev/null and b/public/images/items/large/spooky-skin-pack-2-convertible.png differ
diff --git a/public/images/items/large/spooky-skin-pack-convertible.png b/public/images/items/large/spooky-skin-pack-convertible.png
new file mode 100644
index 00000000..3a4105a3
Binary files /dev/null and b/public/images/items/large/spooky-skin-pack-convertible.png differ
diff --git a/public/images/items/large/spooky-slac-ii-skin.png b/public/images/items/large/spooky-slac-ii-skin.png
new file mode 100644
index 00000000..a31b09d7
Binary files /dev/null and b/public/images/items/large/spooky-slac-ii-skin.png differ
diff --git a/public/images/items/large/spooky-spiked-crusher-skin.png b/public/images/items/large/spooky-spiked-crusher-skin.png
new file mode 100644
index 00000000..e0ab2ff9
Binary files /dev/null and b/public/images/items/large/spooky-spiked-crusher-skin.png differ
diff --git a/public/images/items/large/spooky-supplies-stat-item.png b/public/images/items/large/spooky-supplies-stat-item.png
new file mode 100644
index 00000000..3b3c6f42
Binary files /dev/null and b/public/images/items/large/spooky-supplies-stat-item.png differ
diff --git a/public/images/items/large/spooky-supply-kit-convertible.png b/public/images/items/large/spooky-supply-kit-convertible.png
new file mode 100644
index 00000000..d830677b
Binary files /dev/null and b/public/images/items/large/spooky-supply-kit-convertible.png differ
diff --git a/public/images/items/large/spooky-toothbrush-collectible.png b/public/images/items/large/spooky-toothbrush-collectible.png
new file mode 100644
index 00000000..0791daf5
Binary files /dev/null and b/public/images/items/large/spooky-toothbrush-collectible.png differ
diff --git a/public/images/items/large/spooky-trinket.png b/public/images/items/large/spooky-trinket.png
new file mode 100644
index 00000000..2b6a34df
Binary files /dev/null and b/public/images/items/large/spooky-trinket.png differ
diff --git a/public/images/items/large/spore-trinket.png b/public/images/items/large/spore-trinket.png
new file mode 100644
index 00000000..d0cc1968
Binary files /dev/null and b/public/images/items/large/spore-trinket.png differ
diff --git a/public/images/items/large/sport-yule-log-stat-item.png b/public/images/items/large/sport-yule-log-stat-item.png
new file mode 100644
index 00000000..a047bccf
Binary files /dev/null and b/public/images/items/large/sport-yule-log-stat-item.png differ
diff --git a/public/images/items/large/spring-arcanum-skin.png b/public/images/items/large/spring-arcanum-skin.png
new file mode 100644
index 00000000..239fca10
Binary files /dev/null and b/public/images/items/large/spring-arcanum-skin.png differ
diff --git a/public/images/items/large/spring-bunny-geyser-physical-skin.png b/public/images/items/large/spring-bunny-geyser-physical-skin.png
new file mode 100644
index 00000000..1ca96944
Binary files /dev/null and b/public/images/items/large/spring-bunny-geyser-physical-skin.png differ
diff --git a/public/images/items/large/spring-chick-message-item.png b/public/images/items/large/spring-chick-message-item.png
new file mode 100644
index 00000000..ab7e53c6
Binary files /dev/null and b/public/images/items/large/spring-chick-message-item.png differ
diff --git a/public/images/items/large/spring-chrome-storm-wrought-ballista-skin.png b/public/images/items/large/spring-chrome-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..d53a1b31
Binary files /dev/null and b/public/images/items/large/spring-chrome-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/large/spring-easter-basket-acroynm-skin.png b/public/images/items/large/spring-easter-basket-acroynm-skin.png
new file mode 100644
index 00000000..2c2dca70
Binary files /dev/null and b/public/images/items/large/spring-easter-basket-acroynm-skin.png differ
diff --git a/public/images/items/large/spring-egg-carton-convertible.png b/public/images/items/large/spring-egg-carton-convertible.png
new file mode 100644
index 00000000..125ec407
Binary files /dev/null and b/public/images/items/large/spring-egg-carton-convertible.png differ
diff --git a/public/images/items/large/spring-gift-basket-convertible.png b/public/images/items/large/spring-gift-basket-convertible.png
new file mode 100644
index 00000000..fa126b9f
Binary files /dev/null and b/public/images/items/large/spring-gift-basket-convertible.png differ
diff --git a/public/images/items/large/spring-hunt-2019-gift-basket-convertible.png b/public/images/items/large/spring-hunt-2019-gift-basket-convertible.png
new file mode 100644
index 00000000..40ab3ba2
Binary files /dev/null and b/public/images/items/large/spring-hunt-2019-gift-basket-convertible.png differ
diff --git a/public/images/items/large/spring-hunt-2019-supply-kit-convertible.png b/public/images/items/large/spring-hunt-2019-supply-kit-convertible.png
new file mode 100644
index 00000000..73d9af86
Binary files /dev/null and b/public/images/items/large/spring-hunt-2019-supply-kit-convertible.png differ
diff --git a/public/images/items/large/spring-hunt-2021-journal-theme-collectible.png b/public/images/items/large/spring-hunt-2021-journal-theme-collectible.png
new file mode 100644
index 00000000..b538db93
Binary files /dev/null and b/public/images/items/large/spring-hunt-2021-journal-theme-collectible.png differ
diff --git a/public/images/items/large/spring-hunt-chrome-monstrobot-skin.png b/public/images/items/large/spring-hunt-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..3c23811b
Binary files /dev/null and b/public/images/items/large/spring-hunt-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/large/spring-hunt-chrome-sphynx-wrath-skin.png b/public/images/items/large/spring-hunt-chrome-sphynx-wrath-skin.png
new file mode 100644
index 00000000..99dea4e2
Binary files /dev/null and b/public/images/items/large/spring-hunt-chrome-sphynx-wrath-skin.png differ
diff --git a/public/images/items/large/spring-hunt-draconic-cannon-skin.png b/public/images/items/large/spring-hunt-draconic-cannon-skin.png
new file mode 100644
index 00000000..f5a86faf
Binary files /dev/null and b/public/images/items/large/spring-hunt-draconic-cannon-skin.png differ
diff --git a/public/images/items/large/spring-hunt-ember-prison-core-skin.png b/public/images/items/large/spring-hunt-ember-prison-core-skin.png
new file mode 100644
index 00000000..96a3730a
Binary files /dev/null and b/public/images/items/large/spring-hunt-ember-prison-core-skin.png differ
diff --git a/public/images/items/large/spring-hunt-endless-labyrinth-skin.png b/public/images/items/large/spring-hunt-endless-labyrinth-skin.png
new file mode 100644
index 00000000..c8a5e6cd
Binary files /dev/null and b/public/images/items/large/spring-hunt-endless-labyrinth-skin.png differ
diff --git a/public/images/items/large/spring-hunt-focused-laser-skin.png b/public/images/items/large/spring-hunt-focused-laser-skin.png
new file mode 100644
index 00000000..cf30209c
Binary files /dev/null and b/public/images/items/large/spring-hunt-focused-laser-skin.png differ
diff --git a/public/images/items/large/spring-hunt-infinite-labyrinth-skin.png b/public/images/items/large/spring-hunt-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..313eb2bc
Binary files /dev/null and b/public/images/items/large/spring-hunt-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/large/spring-hunt-multi-crystal-laser-skin.png b/public/images/items/large/spring-hunt-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..8e899378
Binary files /dev/null and b/public/images/items/large/spring-hunt-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/large/spring-hunt-school-of-sharks-skin.png b/public/images/items/large/spring-hunt-school-of-sharks-skin.png
new file mode 100644
index 00000000..14184831
Binary files /dev/null and b/public/images/items/large/spring-hunt-school-of-sharks-skin.png differ
diff --git a/public/images/items/large/spring-hunt-shark-skin.png b/public/images/items/large/spring-hunt-shark-skin.png
new file mode 100644
index 00000000..7d8853de
Binary files /dev/null and b/public/images/items/large/spring-hunt-shark-skin.png differ
diff --git a/public/images/items/large/spring-hunt-stinger-skin.png b/public/images/items/large/spring-hunt-stinger-skin.png
new file mode 100644
index 00000000..a479817c
Binary files /dev/null and b/public/images/items/large/spring-hunt-stinger-skin.png differ
diff --git a/public/images/items/large/spring-hunt-temporal-dissonance-skin.png b/public/images/items/large/spring-hunt-temporal-dissonance-skin.png
new file mode 100644
index 00000000..6a645e13
Binary files /dev/null and b/public/images/items/large/spring-hunt-temporal-dissonance-skin.png differ
diff --git a/public/images/items/large/spring-key-shard-crafting-item.png b/public/images/items/large/spring-key-shard-crafting-item.png
new file mode 100644
index 00000000..d9e3d5d9
Binary files /dev/null and b/public/images/items/large/spring-key-shard-crafting-item.png differ
diff --git a/public/images/items/large/spring-mynorca-skin.png b/public/images/items/large/spring-mynorca-skin.png
new file mode 100644
index 00000000..fa1a18e7
Binary files /dev/null and b/public/images/items/large/spring-mynorca-skin.png differ
diff --git a/public/images/items/large/spring-sentinel-skin.png b/public/images/items/large/spring-sentinel-skin.png
new file mode 100644
index 00000000..979c4aeb
Binary files /dev/null and b/public/images/items/large/spring-sentinel-skin.png differ
diff --git a/public/images/items/large/spring-toy-collectible.png b/public/images/items/large/spring-toy-collectible.png
new file mode 100644
index 00000000..e6ac86cc
Binary files /dev/null and b/public/images/items/large/spring-toy-collectible.png differ
diff --git a/public/images/items/large/springer-skin.png b/public/images/items/large/springer-skin.png
new file mode 100644
index 00000000..9930f35c
Binary files /dev/null and b/public/images/items/large/springer-skin.png differ
diff --git a/public/images/items/large/springtime-umbrella-collectible.png b/public/images/items/large/springtime-umbrella-collectible.png
new file mode 100644
index 00000000..e7ac3db4
Binary files /dev/null and b/public/images/items/large/springtime-umbrella-collectible.png differ
diff --git a/public/images/items/large/sprinkley-cupcake-surprise-weapon.png b/public/images/items/large/sprinkley-cupcake-surprise-weapon.png
new file mode 100644
index 00000000..3861aa66
Binary files /dev/null and b/public/images/items/large/sprinkley-cupcake-surprise-weapon.png differ
diff --git a/public/images/items/large/sprinkley-sprinkling-kit-convertible.png b/public/images/items/large/sprinkley-sprinkling-kit-convertible.png
new file mode 100644
index 00000000..06e412f9
Binary files /dev/null and b/public/images/items/large/sprinkley-sprinkling-kit-convertible.png differ
diff --git a/public/images/items/large/sprinkley-sweet-basket-convertible.png b/public/images/items/large/sprinkley-sweet-basket-convertible.png
new file mode 100644
index 00000000..7e627010
Binary files /dev/null and b/public/images/items/large/sprinkley-sweet-basket-convertible.png differ
diff --git a/public/images/items/large/sprinkley-sweet-combo-kit-convertible.png b/public/images/items/large/sprinkley-sweet-combo-kit-convertible.png
new file mode 100644
index 00000000..e31fa290
Binary files /dev/null and b/public/images/items/large/sprinkley-sweet-combo-kit-convertible.png differ
diff --git a/public/images/items/large/sprinkley-sweet-cupcake-trinket.png b/public/images/items/large/sprinkley-sweet-cupcake-trinket.png
new file mode 100644
index 00000000..7ce2ed3d
Binary files /dev/null and b/public/images/items/large/sprinkley-sweet-cupcake-trinket.png differ
diff --git a/public/images/items/large/sprinkling-kit-convertible.png b/public/images/items/large/sprinkling-kit-convertible.png
new file mode 100644
index 00000000..7ff2b634
Binary files /dev/null and b/public/images/items/large/sprinkling-kit-convertible.png differ
diff --git a/public/images/items/large/spud-egg-convertible.png b/public/images/items/large/spud-egg-convertible.png
new file mode 100644
index 00000000..41750e83
Binary files /dev/null and b/public/images/items/large/spud-egg-convertible.png differ
diff --git a/public/images/items/large/squishy-sheep-collectible.png b/public/images/items/large/squishy-sheep-collectible.png
new file mode 100644
index 00000000..1840591a
Binary files /dev/null and b/public/images/items/large/squishy-sheep-collectible.png differ
diff --git a/public/images/items/large/ss-huntington-iii-miniature-collectible.png b/public/images/items/large/ss-huntington-iii-miniature-collectible.png
new file mode 100644
index 00000000..27bed149
Binary files /dev/null and b/public/images/items/large/ss-huntington-iii-miniature-collectible.png differ
diff --git a/public/images/items/large/ss-huntington-iii-souvenir-collectible.png b/public/images/items/large/ss-huntington-iii-souvenir-collectible.png
new file mode 100644
index 00000000..ad3012ba
Binary files /dev/null and b/public/images/items/large/ss-huntington-iii-souvenir-collectible.png differ
diff --git a/public/images/items/large/stack-war-scraps-convertible.png b/public/images/items/large/stack-war-scraps-convertible.png
new file mode 100644
index 00000000..c6c99d7b
Binary files /dev/null and b/public/images/items/large/stack-war-scraps-convertible.png differ
diff --git a/public/images/items/large/stale-cheese-craft-item.png b/public/images/items/large/stale-cheese-craft-item.png
new file mode 100644
index 00000000..3aec939b
Binary files /dev/null and b/public/images/items/large/stale-cheese-craft-item.png differ
diff --git a/public/images/items/large/stale-cupcake-stat-item.png b/public/images/items/large/stale-cupcake-stat-item.png
new file mode 100644
index 00000000..4d540d01
Binary files /dev/null and b/public/images/items/large/stale-cupcake-stat-item.png differ
diff --git a/public/images/items/large/stale-super-brie-craft-item.png b/public/images/items/large/stale-super-brie-craft-item.png
new file mode 100644
index 00000000..cbe59b29
Binary files /dev/null and b/public/images/items/large/stale-super-brie-craft-item.png differ
diff --git a/public/images/items/large/stalemate-trinket.png b/public/images/items/large/stalemate-trinket.png
new file mode 100644
index 00000000..3acb9538
Binary files /dev/null and b/public/images/items/large/stalemate-trinket.png differ
diff --git a/public/images/items/large/staling-trinket.png b/public/images/items/large/staling-trinket.png
new file mode 100644
index 00000000..aeb999f1
Binary files /dev/null and b/public/images/items/large/staling-trinket.png differ
diff --git a/public/images/items/large/star-spire-chrome-dissonance-trap-skin.png b/public/images/items/large/star-spire-chrome-dissonance-trap-skin.png
new file mode 100644
index 00000000..0f95a439
Binary files /dev/null and b/public/images/items/large/star-spire-chrome-dissonance-trap-skin.png differ
diff --git a/public/images/items/large/stealthy-egg-convertible.png b/public/images/items/large/stealthy-egg-convertible.png
new file mode 100644
index 00000000..6e73a061
Binary files /dev/null and b/public/images/items/large/stealthy-egg-convertible.png differ
diff --git a/public/images/items/large/steam-immolator-skin.png b/public/images/items/large/steam-immolator-skin.png
new file mode 100644
index 00000000..1f144a87
Binary files /dev/null and b/public/images/items/large/steam-immolator-skin.png differ
diff --git a/public/images/items/large/steam-laser-mk-i-parts-crafting-item.png b/public/images/items/large/steam-laser-mk-i-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/steam-laser-mk-i-parts-crafting-item.png differ
diff --git a/public/images/items/large/steam-laser-mk-i-weapon.png b/public/images/items/large/steam-laser-mk-i-weapon.png
new file mode 100644
index 00000000..4bc8cb38
Binary files /dev/null and b/public/images/items/large/steam-laser-mk-i-weapon.png differ
diff --git a/public/images/items/large/steam-laser-mk-ii-parts-crafting-item.png b/public/images/items/large/steam-laser-mk-ii-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/steam-laser-mk-ii-parts-crafting-item.png differ
diff --git a/public/images/items/large/steam-laser-mk-ii-weapon.png b/public/images/items/large/steam-laser-mk-ii-weapon.png
new file mode 100644
index 00000000..5a8ba149
Binary files /dev/null and b/public/images/items/large/steam-laser-mk-ii-weapon.png differ
diff --git a/public/images/items/large/steam-laser-mk-iii-weapon.png b/public/images/items/large/steam-laser-mk-iii-weapon.png
new file mode 100644
index 00000000..52a88f9a
Binary files /dev/null and b/public/images/items/large/steam-laser-mk-iii-weapon.png differ
diff --git a/public/images/items/large/steam-maw-skin.png b/public/images/items/large/steam-maw-skin.png
new file mode 100644
index 00000000..ce5943f3
Binary files /dev/null and b/public/images/items/large/steam-maw-skin.png differ
diff --git a/public/images/items/large/steam-nine-crafting-item.png b/public/images/items/large/steam-nine-crafting-item.png
new file mode 100644
index 00000000..e58391fd
Binary files /dev/null and b/public/images/items/large/steam-nine-crafting-item.png differ
diff --git a/public/images/items/large/steaming-pumpkin-spice-latte-skin.png b/public/images/items/large/steaming-pumpkin-spice-latte-skin.png
new file mode 100644
index 00000000..06d04d16
Binary files /dev/null and b/public/images/items/large/steaming-pumpkin-spice-latte-skin.png differ
diff --git a/public/images/items/large/stewing-boiling-cauldron-trap-skin.png b/public/images/items/large/stewing-boiling-cauldron-trap-skin.png
new file mode 100644
index 00000000..9fe94630
Binary files /dev/null and b/public/images/items/large/stewing-boiling-cauldron-trap-skin.png differ
diff --git a/public/images/items/large/sticky-trinket.png b/public/images/items/large/sticky-trinket.png
new file mode 100644
index 00000000..f65e353b
Binary files /dev/null and b/public/images/items/large/sticky-trinket.png differ
diff --git a/public/images/items/large/stitch-furoma-map-piece.png b/public/images/items/large/stitch-furoma-map-piece.png
new file mode 100644
index 00000000..0b9761b1
Binary files /dev/null and b/public/images/items/large/stitch-furoma-map-piece.png differ
diff --git a/public/images/items/large/stolen-birthday-gift.png b/public/images/items/large/stolen-birthday-gift.png
new file mode 100644
index 00000000..e5a52432
Binary files /dev/null and b/public/images/items/large/stolen-birthday-gift.png differ
diff --git a/public/images/items/large/stolen-hween-candy-basket-convertible.png b/public/images/items/large/stolen-hween-candy-basket-convertible.png
new file mode 100644
index 00000000..55942e93
Binary files /dev/null and b/public/images/items/large/stolen-hween-candy-basket-convertible.png differ
diff --git a/public/images/items/large/stone-base.png b/public/images/items/large/stone-base.png
new file mode 100644
index 00000000..76bdb098
Binary files /dev/null and b/public/images/items/large/stone-base.png differ
diff --git a/public/images/items/large/storm-egg-convertible.png b/public/images/items/large/storm-egg-convertible.png
new file mode 100644
index 00000000..efa5e26b
Binary files /dev/null and b/public/images/items/large/storm-egg-convertible.png differ
diff --git a/public/images/items/large/storm-wrought-ballista-parts-crafting-item.png b/public/images/items/large/storm-wrought-ballista-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/storm-wrought-ballista-parts-crafting-item.png differ
diff --git a/public/images/items/large/storm-wrought-ballista-weapon.png b/public/images/items/large/storm-wrought-ballista-weapon.png
new file mode 100644
index 00000000..9bac9dd1
Binary files /dev/null and b/public/images/items/large/storm-wrought-ballista-weapon.png differ
diff --git a/public/images/items/large/stormy-clamembert-cheese.png b/public/images/items/large/stormy-clamembert-cheese.png
new file mode 100644
index 00000000..15086ca0
Binary files /dev/null and b/public/images/items/large/stormy-clamembert-cheese.png differ
diff --git a/public/images/items/large/stormy-clamembert-pack-small-convertible.png b/public/images/items/large/stormy-clamembert-pack-small-convertible.png
new file mode 100644
index 00000000..69077eb8
Binary files /dev/null and b/public/images/items/large/stormy-clamembert-pack-small-convertible.png differ
diff --git a/public/images/items/large/stormy-clamembert-potion.png b/public/images/items/large/stormy-clamembert-potion.png
new file mode 100644
index 00000000..39f90f82
Binary files /dev/null and b/public/images/items/large/stormy-clamembert-potion.png differ
diff --git a/public/images/items/large/striker-trinket.png b/public/images/items/large/striker-trinket.png
new file mode 100644
index 00000000..13add5b6
Binary files /dev/null and b/public/images/items/large/striker-trinket.png differ
diff --git a/public/images/items/large/string-undead-emmental-cheese.png b/public/images/items/large/string-undead-emmental-cheese.png
new file mode 100644
index 00000000..aa77c770
Binary files /dev/null and b/public/images/items/large/string-undead-emmental-cheese.png differ
diff --git a/public/images/items/large/string-undead-emmental-potion.png b/public/images/items/large/string-undead-emmental-potion.png
new file mode 100644
index 00000000..4e2786ba
Binary files /dev/null and b/public/images/items/large/string-undead-emmental-potion.png differ
diff --git a/public/images/items/large/stripy-red-egg-convertible.png b/public/images/items/large/stripy-red-egg-convertible.png
new file mode 100644
index 00000000..2d684060
Binary files /dev/null and b/public/images/items/large/stripy-red-egg-convertible.png differ
diff --git a/public/images/items/large/submersible-supplies-convertible.png b/public/images/items/large/submersible-supplies-convertible.png
new file mode 100644
index 00000000..4c7218b6
Binary files /dev/null and b/public/images/items/large/submersible-supplies-convertible.png differ
diff --git a/public/images/items/large/sudsy-gift-basket-convertible.png b/public/images/items/large/sudsy-gift-basket-convertible.png
new file mode 100644
index 00000000..1c51dbb5
Binary files /dev/null and b/public/images/items/large/sudsy-gift-basket-convertible.png differ
diff --git a/public/images/items/large/sugar-rush-in-a-box-convertible.png b/public/images/items/large/sugar-rush-in-a-box-convertible.png
new file mode 100644
index 00000000..d15c6b8b
Binary files /dev/null and b/public/images/items/large/sugar-rush-in-a-box-convertible.png differ
diff --git a/public/images/items/large/sugar-rush-plushie-collectible.png b/public/images/items/large/sugar-rush-plushie-collectible.png
new file mode 100644
index 00000000..de18dff0
Binary files /dev/null and b/public/images/items/large/sugar-rush-plushie-collectible.png differ
diff --git a/public/images/items/large/summer-key-shard-crafting-item.png b/public/images/items/large/summer-key-shard-crafting-item.png
new file mode 100644
index 00000000..28591f0e
Binary files /dev/null and b/public/images/items/large/summer-key-shard-crafting-item.png differ
diff --git a/public/images/items/large/summer-mynorca-skin.png b/public/images/items/large/summer-mynorca-skin.png
new file mode 100644
index 00000000..4c899005
Binary files /dev/null and b/public/images/items/large/summer-mynorca-skin.png differ
diff --git a/public/images/items/large/sun-celestial-dissonance-weapon-skin.png b/public/images/items/large/sun-celestial-dissonance-weapon-skin.png
new file mode 100644
index 00000000..0d319d4a
Binary files /dev/null and b/public/images/items/large/sun-celestial-dissonance-weapon-skin.png differ
diff --git a/public/images/items/large/sunken-city-map-piece.png b/public/images/items/large/sunken-city-map-piece.png
new file mode 100644
index 00000000..27904268
Binary files /dev/null and b/public/images/items/large/sunken-city-map-piece.png differ
diff --git a/public/images/items/large/sunken-city-miniature-collectible.png b/public/images/items/large/sunken-city-miniature-collectible.png
new file mode 100644
index 00000000..c91ef545
Binary files /dev/null and b/public/images/items/large/sunken-city-miniature-collectible.png differ
diff --git a/public/images/items/large/sunken-city-scroll-case-convertible.png b/public/images/items/large/sunken-city-scroll-case-convertible.png
new file mode 100644
index 00000000..31044893
Binary files /dev/null and b/public/images/items/large/sunken-city-scroll-case-convertible.png differ
diff --git a/public/images/items/large/sunken-city-treasure-chest-convertible.png b/public/images/items/large/sunken-city-treasure-chest-convertible.png
new file mode 100644
index 00000000..6329dddc
Binary files /dev/null and b/public/images/items/large/sunken-city-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/sunken-dive-crate-convertible.png b/public/images/items/large/sunken-dive-crate-convertible.png
new file mode 100644
index 00000000..4b7fc5fb
Binary files /dev/null and b/public/images/items/large/sunken-dive-crate-convertible.png differ
diff --git a/public/images/items/large/sunken-gift-basket-convertible.png b/public/images/items/large/sunken-gift-basket-convertible.png
new file mode 100644
index 00000000..8813bfcd
Binary files /dev/null and b/public/images/items/large/sunken-gift-basket-convertible.png differ
diff --git a/public/images/items/large/sunken-treasure-egg-convertible.png b/public/images/items/large/sunken-treasure-egg-convertible.png
new file mode 100644
index 00000000..99376113
Binary files /dev/null and b/public/images/items/large/sunken-treasure-egg-convertible.png differ
diff --git a/public/images/items/large/super-ancient-trinket.png b/public/images/items/large/super-ancient-trinket.png
new file mode 100644
index 00000000..5ab04827
Binary files /dev/null and b/public/images/items/large/super-ancient-trinket.png differ
diff --git a/public/images/items/large/super-attraction-trinket.png b/public/images/items/large/super-attraction-trinket.png
new file mode 100644
index 00000000..44fd0a4f
Binary files /dev/null and b/public/images/items/large/super-attraction-trinket.png differ
diff --git a/public/images/items/large/super-brain-trinket.png b/public/images/items/large/super-brain-trinket.png
new file mode 100644
index 00000000..8ec5dcec
Binary files /dev/null and b/public/images/items/large/super-brain-trinket.png differ
diff --git a/public/images/items/large/super-brie-cheese.png b/public/images/items/large/super-brie-cheese.png
new file mode 100644
index 00000000..280fa5f3
Binary files /dev/null and b/public/images/items/large/super-brie-cheese.png differ
diff --git a/public/images/items/large/super-brie-factory-gift-basket-convertible.png b/public/images/items/large/super-brie-factory-gift-basket-convertible.png
new file mode 100644
index 00000000..a487b93d
Binary files /dev/null and b/public/images/items/large/super-brie-factory-gift-basket-convertible.png differ
diff --git a/public/images/items/large/super-brie-factory-supply-kit-convertible.png b/public/images/items/large/super-brie-factory-supply-kit-convertible.png
new file mode 100644
index 00000000..91bbbd6f
Binary files /dev/null and b/public/images/items/large/super-brie-factory-supply-kit-convertible.png differ
diff --git a/public/images/items/large/super-briefs-message-item.png b/public/images/items/large/super-briefs-message-item.png
new file mode 100644
index 00000000..f1e9a0a8
Binary files /dev/null and b/public/images/items/large/super-briefs-message-item.png differ
diff --git a/public/images/items/large/super-cactus-trinket.png b/public/images/items/large/super-cactus-trinket.png
new file mode 100644
index 00000000..18e369d7
Binary files /dev/null and b/public/images/items/large/super-cactus-trinket.png differ
diff --git a/public/images/items/large/super-chrome-trinket.png b/public/images/items/large/super-chrome-trinket.png
new file mode 100644
index 00000000..fc3faea2
Binary files /dev/null and b/public/images/items/large/super-chrome-trinket.png differ
diff --git a/public/images/items/large/super-dragonbane-trinket.png b/public/images/items/large/super-dragonbane-trinket.png
new file mode 100644
index 00000000..9d1ff8d6
Binary files /dev/null and b/public/images/items/large/super-dragonbane-trinket.png differ
diff --git a/public/images/items/large/super-festive-bundle-convertible.png b/public/images/items/large/super-festive-bundle-convertible.png
new file mode 100644
index 00000000..7bf1f967
Binary files /dev/null and b/public/images/items/large/super-festive-bundle-convertible.png differ
diff --git a/public/images/items/large/super-flame-march-archer-trinket.png b/public/images/items/large/super-flame-march-archer-trinket.png
new file mode 100644
index 00000000..3eb8d8ee
Binary files /dev/null and b/public/images/items/large/super-flame-march-archer-trinket.png differ
diff --git a/public/images/items/large/super-flame-march-cavalry-trinket.png b/public/images/items/large/super-flame-march-cavalry-trinket.png
new file mode 100644
index 00000000..de063e42
Binary files /dev/null and b/public/images/items/large/super-flame-march-cavalry-trinket.png differ
diff --git a/public/images/items/large/super-flame-march-general-trinket.png b/public/images/items/large/super-flame-march-general-trinket.png
new file mode 100644
index 00000000..1ed361da
Binary files /dev/null and b/public/images/items/large/super-flame-march-general-trinket.png differ
diff --git a/public/images/items/large/super-flame-march-mage-trinket.png b/public/images/items/large/super-flame-march-mage-trinket.png
new file mode 100644
index 00000000..9248b972
Binary files /dev/null and b/public/images/items/large/super-flame-march-mage-trinket.png differ
diff --git a/public/images/items/large/super-flame-march-scout-trinket.png b/public/images/items/large/super-flame-march-scout-trinket.png
new file mode 100644
index 00000000..fdd72427
Binary files /dev/null and b/public/images/items/large/super-flame-march-scout-trinket.png differ
diff --git a/public/images/items/large/super-flame-march-warrior-trinket.png b/public/images/items/large/super-flame-march-warrior-trinket.png
new file mode 100644
index 00000000..c738d36a
Binary files /dev/null and b/public/images/items/large/super-flame-march-warrior-trinket.png differ
diff --git a/public/images/items/large/super-gold-bonus-trinket.png b/public/images/items/large/super-gold-bonus-trinket.png
new file mode 100644
index 00000000..72e50091
Binary files /dev/null and b/public/images/items/large/super-gold-bonus-trinket.png differ
diff --git a/public/images/items/large/super-lantern-oil-trinket.png b/public/images/items/large/super-lantern-oil-trinket.png
new file mode 100644
index 00000000..8b1d032f
Binary files /dev/null and b/public/images/items/large/super-lantern-oil-trinket.png differ
diff --git a/public/images/items/large/super-luck-power-trinket.png b/public/images/items/large/super-luck-power-trinket.png
new file mode 100644
index 00000000..69f235ae
Binary files /dev/null and b/public/images/items/large/super-luck-power-trinket.png differ
diff --git a/public/images/items/large/super-luck-trinket.png b/public/images/items/large/super-luck-trinket.png
new file mode 100644
index 00000000..64180646
Binary files /dev/null and b/public/images/items/large/super-luck-trinket.png differ
diff --git a/public/images/items/large/super-nightshade-farming-trinket.png b/public/images/items/large/super-nightshade-farming-trinket.png
new file mode 100644
index 00000000..ad064adf
Binary files /dev/null and b/public/images/items/large/super-nightshade-farming-trinket.png differ
diff --git a/public/images/items/large/super-party-trinket.png b/public/images/items/large/super-party-trinket.png
new file mode 100644
index 00000000..abcaef61
Binary files /dev/null and b/public/images/items/large/super-party-trinket.png differ
diff --git a/public/images/items/large/super-polluted-trinket.png b/public/images/items/large/super-polluted-trinket.png
new file mode 100644
index 00000000..ecd7b226
Binary files /dev/null and b/public/images/items/large/super-polluted-trinket.png differ
diff --git a/public/images/items/large/super-power-trinket.png b/public/images/items/large/super-power-trinket.png
new file mode 100644
index 00000000..876835db
Binary files /dev/null and b/public/images/items/large/super-power-trinket.png differ
diff --git a/public/images/items/large/super-radioactive-blue-cheese.png b/public/images/items/large/super-radioactive-blue-cheese.png
new file mode 100644
index 00000000..156e673d
Binary files /dev/null and b/public/images/items/large/super-radioactive-blue-cheese.png differ
diff --git a/public/images/items/large/super-radioactive-blue-potion.png b/public/images/items/large/super-radioactive-blue-potion.png
new file mode 100644
index 00000000..f38ca85b
Binary files /dev/null and b/public/images/items/large/super-radioactive-blue-potion.png differ
diff --git a/public/images/items/large/super-regal-gift-basket-convertible.png b/public/images/items/large/super-regal-gift-basket-convertible.png
new file mode 100644
index 00000000..a7a713c5
Binary files /dev/null and b/public/images/items/large/super-regal-gift-basket-convertible.png differ
diff --git a/public/images/items/large/super-regal-trinket.png b/public/images/items/large/super-regal-trinket.png
new file mode 100644
index 00000000..41f60cb6
Binary files /dev/null and b/public/images/items/large/super-regal-trinket.png differ
diff --git a/public/images/items/large/super-rift-vacuum-trinket.png b/public/images/items/large/super-rift-vacuum-trinket.png
new file mode 100644
index 00000000..e0cf3b58
Binary files /dev/null and b/public/images/items/large/super-rift-vacuum-trinket.png differ
diff --git a/public/images/items/large/super-safe-drencher-steam-laser-mk-iii-skin.png b/public/images/items/large/super-safe-drencher-steam-laser-mk-iii-skin.png
new file mode 100644
index 00000000..c5708445
Binary files /dev/null and b/public/images/items/large/super-safe-drencher-steam-laser-mk-iii-skin.png differ
diff --git a/public/images/items/large/super-safe-toy-crossbow-skin.png b/public/images/items/large/super-safe-toy-crossbow-skin.png
new file mode 100644
index 00000000..26fd7de6
Binary files /dev/null and b/public/images/items/large/super-safe-toy-crossbow-skin.png differ
diff --git a/public/images/items/large/super-salt-trinket.png b/public/images/items/large/super-salt-trinket.png
new file mode 100644
index 00000000..ef9ff47f
Binary files /dev/null and b/public/images/items/large/super-salt-trinket.png differ
diff --git a/public/images/items/large/super-scum-scrubber-weapon.png b/public/images/items/large/super-scum-scrubber-weapon.png
new file mode 100644
index 00000000..59e4503f
Binary files /dev/null and b/public/images/items/large/super-scum-scrubber-weapon.png differ
diff --git a/public/images/items/large/super-snowball-trinket.png b/public/images/items/large/super-snowball-trinket.png
new file mode 100644
index 00000000..6c7aebb2
Binary files /dev/null and b/public/images/items/large/super-snowball-trinket.png differ
diff --git a/public/images/items/large/super-soap-trinket.png b/public/images/items/large/super-soap-trinket.png
new file mode 100644
index 00000000..5a93e142
Binary files /dev/null and b/public/images/items/large/super-soap-trinket.png differ
diff --git a/public/images/items/large/super-spore-trinket.png b/public/images/items/large/super-spore-trinket.png
new file mode 100644
index 00000000..422a9206
Binary files /dev/null and b/public/images/items/large/super-spore-trinket.png differ
diff --git a/public/images/items/large/super-staling-trinket.png b/public/images/items/large/super-staling-trinket.png
new file mode 100644
index 00000000..6e13f571
Binary files /dev/null and b/public/images/items/large/super-staling-trinket.png differ
diff --git a/public/images/items/large/super-sudsy-cleanup-kit-convertible.png b/public/images/items/large/super-sudsy-cleanup-kit-convertible.png
new file mode 100644
index 00000000..bbc472e9
Binary files /dev/null and b/public/images/items/large/super-sudsy-cleanup-kit-convertible.png differ
diff --git a/public/images/items/large/super-wax-trinket.png b/public/images/items/large/super-wax-trinket.png
new file mode 100644
index 00000000..b1dce1cb
Binary files /dev/null and b/public/images/items/large/super-wax-trinket.png differ
diff --git a/public/images/items/large/supply-grabber-weapon.png b/public/images/items/large/supply-grabber-weapon.png
new file mode 100644
index 00000000..2e3c3f16
Binary files /dev/null and b/public/images/items/large/supply-grabber-weapon.png differ
diff --git a/public/images/items/large/surfboard-infinite-dark-magic-mirror-skin.png b/public/images/items/large/surfboard-infinite-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..fbe50f4c
Binary files /dev/null and b/public/images/items/large/surfboard-infinite-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/large/surprise-party-weapon.png b/public/images/items/large/surprise-party-weapon.png
new file mode 100644
index 00000000..e53d55c8
Binary files /dev/null and b/public/images/items/large/surprise-party-weapon.png differ
diff --git a/public/images/items/large/susheese-cheese.png b/public/images/items/large/susheese-cheese.png
new file mode 100644
index 00000000..df1fcbf3
Binary files /dev/null and b/public/images/items/large/susheese-cheese.png differ
diff --git a/public/images/items/large/sweet-havarti-cheese.png b/public/images/items/large/sweet-havarti-cheese.png
new file mode 100644
index 00000000..44a3b42a
Binary files /dev/null and b/public/images/items/large/sweet-havarti-cheese.png differ
diff --git a/public/images/items/large/sweet-yellow-pepper-craft-item.png b/public/images/items/large/sweet-yellow-pepper-craft-item.png
new file mode 100644
index 00000000..99e4130f
Binary files /dev/null and b/public/images/items/large/sweet-yellow-pepper-craft-item.png differ
diff --git a/public/images/items/large/swiss-army-mouse-trap-weapon.png b/public/images/items/large/swiss-army-mouse-trap-weapon.png
new file mode 100644
index 00000000..f2f5b27a
Binary files /dev/null and b/public/images/items/large/swiss-army-mouse-trap-weapon.png differ
diff --git a/public/images/items/large/swiss-cheese.png b/public/images/items/large/swiss-cheese.png
new file mode 100644
index 00000000..38fe8cdd
Binary files /dev/null and b/public/images/items/large/swiss-cheese.png differ
diff --git a/public/images/items/large/swiss-string-cheese.png b/public/images/items/large/swiss-string-cheese.png
new file mode 100644
index 00000000..c260e32e
Binary files /dev/null and b/public/images/items/large/swiss-string-cheese.png differ
diff --git a/public/images/items/large/sylvan-plushie-message-item.png b/public/images/items/large/sylvan-plushie-message-item.png
new file mode 100644
index 00000000..c7534179
Binary files /dev/null and b/public/images/items/large/sylvan-plushie-message-item.png differ
diff --git a/public/images/items/large/table-of-contents-journal-theme-collectible.png b/public/images/items/large/table-of-contents-journal-theme-collectible.png
new file mode 100644
index 00000000..820c7573
Binary files /dev/null and b/public/images/items/large/table-of-contents-journal-theme-collectible.png differ
diff --git a/public/images/items/large/tacky-glue-trap-weapon.png b/public/images/items/large/tacky-glue-trap-weapon.png
new file mode 100644
index 00000000..9d47a6de
Binary files /dev/null and b/public/images/items/large/tacky-glue-trap-weapon.png differ
diff --git a/public/images/items/large/tactical-geyser-trap-stat-item.png b/public/images/items/large/tactical-geyser-trap-stat-item.png
new file mode 100644
index 00000000..57c1b38c
Binary files /dev/null and b/public/images/items/large/tactical-geyser-trap-stat-item.png differ
diff --git a/public/images/items/large/tactical-grip-stat-item.png b/public/images/items/large/tactical-grip-stat-item.png
new file mode 100644
index 00000000..f7971c02
Binary files /dev/null and b/public/images/items/large/tactical-grip-stat-item.png differ
diff --git a/public/images/items/large/tactical-zombie-gear-convertible.png b/public/images/items/large/tactical-zombie-gear-convertible.png
new file mode 100644
index 00000000..ac996862
Binary files /dev/null and b/public/images/items/large/tactical-zombie-gear-convertible.png differ
diff --git a/public/images/items/large/tarannosaurus-rex-weapon.png b/public/images/items/large/tarannosaurus-rex-weapon.png
new file mode 100644
index 00000000..84c659d6
Binary files /dev/null and b/public/images/items/large/tarannosaurus-rex-weapon.png differ
diff --git a/public/images/items/large/tarnished-trinket.png b/public/images/items/large/tarnished-trinket.png
new file mode 100644
index 00000000..9792ebf4
Binary files /dev/null and b/public/images/items/large/tarnished-trinket.png differ
diff --git a/public/images/items/large/tasty-spider-mould-crafting-item.png b/public/images/items/large/tasty-spider-mould-crafting-item.png
new file mode 100644
index 00000000..559b0be7
Binary files /dev/null and b/public/images/items/large/tasty-spider-mould-crafting-item.png differ
diff --git a/public/images/items/large/tattered-celestial-skin-pattern-stat-item.png b/public/images/items/large/tattered-celestial-skin-pattern-stat-item.png
new file mode 100644
index 00000000..3baacfe3
Binary files /dev/null and b/public/images/items/large/tattered-celestial-skin-pattern-stat-item.png differ
diff --git a/public/images/items/large/tattered-mousoleum-map-piece.png b/public/images/items/large/tattered-mousoleum-map-piece.png
new file mode 100644
index 00000000..5b367e41
Binary files /dev/null and b/public/images/items/large/tattered-mousoleum-map-piece.png differ
diff --git a/public/images/items/large/teamwork-egg-convertible.png b/public/images/items/large/teamwork-egg-convertible.png
new file mode 100644
index 00000000..7bc85b35
Binary files /dev/null and b/public/images/items/large/teamwork-egg-convertible.png differ
diff --git a/public/images/items/large/tech-advanced-research-quest-item.png b/public/images/items/large/tech-advanced-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/tech-advanced-research-quest-item.png differ
diff --git a/public/images/items/large/tech-cheese-mould-crafting-item.png b/public/images/items/large/tech-cheese-mould-crafting-item.png
new file mode 100644
index 00000000..29b808aa
Binary files /dev/null and b/public/images/items/large/tech-cheese-mould-crafting-item.png differ
diff --git a/public/images/items/large/tech-power-core-crafting-item.png b/public/images/items/large/tech-power-core-crafting-item.png
new file mode 100644
index 00000000..1f64e320
Binary files /dev/null and b/public/images/items/large/tech-power-core-crafting-item.png differ
diff --git a/public/images/items/large/techkingresearch-quest-item.png b/public/images/items/large/techkingresearch-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/techkingresearch-quest-item.png differ
diff --git a/public/images/items/large/technic-king-egg-convertible.png b/public/images/items/large/technic-king-egg-convertible.png
new file mode 100644
index 00000000..b9929726
Binary files /dev/null and b/public/images/items/large/technic-king-egg-convertible.png differ
diff --git a/public/images/items/large/technic-low-weapon.png b/public/images/items/large/technic-low-weapon.png
new file mode 100644
index 00000000..495a7cd7
Binary files /dev/null and b/public/images/items/large/technic-low-weapon.png differ
diff --git a/public/images/items/large/technic-page-crafting-item.png b/public/images/items/large/technic-page-crafting-item.png
new file mode 100644
index 00000000..2cec2d41
Binary files /dev/null and b/public/images/items/large/technic-page-crafting-item.png differ
diff --git a/public/images/items/large/teddy-bear-message-item.png b/public/images/items/large/teddy-bear-message-item.png
new file mode 100644
index 00000000..9a939c23
Binary files /dev/null and b/public/images/items/large/teddy-bear-message-item.png differ
diff --git a/public/images/items/large/telescope-craft-item.png b/public/images/items/large/telescope-craft-item.png
new file mode 100644
index 00000000..d5b92fd2
Binary files /dev/null and b/public/images/items/large/telescope-craft-item.png differ
diff --git a/public/images/items/large/temporal-dissonance-weapon.png b/public/images/items/large/temporal-dissonance-weapon.png
new file mode 100644
index 00000000..88d62004
Binary files /dev/null and b/public/images/items/large/temporal-dissonance-weapon.png differ
diff --git a/public/images/items/large/temporal-fusion-trinket.png b/public/images/items/large/temporal-fusion-trinket.png
new file mode 100644
index 00000000..27400f2d
Binary files /dev/null and b/public/images/items/large/temporal-fusion-trinket.png differ
diff --git a/public/images/items/large/temporal-plate-crafting-item.png b/public/images/items/large/temporal-plate-crafting-item.png
new file mode 100644
index 00000000..212a3a1f
Binary files /dev/null and b/public/images/items/large/temporal-plate-crafting-item.png differ
diff --git a/public/images/items/large/temporal-rune-stat-item.png b/public/images/items/large/temporal-rune-stat-item.png
new file mode 100644
index 00000000..98569ff0
Binary files /dev/null and b/public/images/items/large/temporal-rune-stat-item.png differ
diff --git a/public/images/items/large/temporal-turbine-trap-blueprints-crafting-item.png b/public/images/items/large/temporal-turbine-trap-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/temporal-turbine-trap-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/temporal-turbine-trap-parts-crafting-item.png b/public/images/items/large/temporal-turbine-trap-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/temporal-turbine-trap-parts-crafting-item.png differ
diff --git a/public/images/items/large/temporal-turbine.png b/public/images/items/large/temporal-turbine.png
new file mode 100644
index 00000000..8e64b6ac
Binary files /dev/null and b/public/images/items/large/temporal-turbine.png differ
diff --git a/public/images/items/large/ten-candy-canes-collectible.png b/public/images/items/large/ten-candy-canes-collectible.png
new file mode 100644
index 00000000..c0204ca1
Binary files /dev/null and b/public/images/items/large/ten-candy-canes-collectible.png differ
diff --git a/public/images/items/large/tenth-birthday-2018-cake-base.png b/public/images/items/large/tenth-birthday-2018-cake-base.png
new file mode 100644
index 00000000..8b507cf8
Binary files /dev/null and b/public/images/items/large/tenth-birthday-2018-cake-base.png differ
diff --git a/public/images/items/large/tenth-birthday-gift-basket-convertible.png b/public/images/items/large/tenth-birthday-gift-basket-convertible.png
new file mode 100644
index 00000000..a296cae9
Binary files /dev/null and b/public/images/items/large/tenth-birthday-gift-basket-convertible.png differ
diff --git a/public/images/items/large/tenth-birthday-storm-wrought-ballista-skin.png b/public/images/items/large/tenth-birthday-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..e693c471
Binary files /dev/null and b/public/images/items/large/tenth-birthday-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/large/tenth-birthday-supply-kit-convertible.png b/public/images/items/large/tenth-birthday-supply-kit-convertible.png
new file mode 100644
index 00000000..e3c79e45
Binary files /dev/null and b/public/images/items/large/tenth-birthday-supply-kit-convertible.png differ
diff --git a/public/images/items/large/terre-ricotta-cheese.png b/public/images/items/large/terre-ricotta-cheese.png
new file mode 100644
index 00000000..d00cb8e1
Binary files /dev/null and b/public/images/items/large/terre-ricotta-cheese.png differ
diff --git a/public/images/items/large/terre-ricotta-potion.png b/public/images/items/large/terre-ricotta-potion.png
new file mode 100644
index 00000000..54a9de91
Binary files /dev/null and b/public/images/items/large/terre-ricotta-potion.png differ
diff --git a/public/images/items/large/terrifying-spider-weapon.png b/public/images/items/large/terrifying-spider-weapon.png
new file mode 100644
index 00000000..6bb72bfe
Binary files /dev/null and b/public/images/items/large/terrifying-spider-weapon.png differ
diff --git a/public/images/items/large/terrifying-timesplit-dissonance-skin.png b/public/images/items/large/terrifying-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..0ec2e17e
Binary files /dev/null and b/public/images/items/large/terrifying-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/large/thief-base.png b/public/images/items/large/thief-base.png
new file mode 100644
index 00000000..3183b4d1
Binary files /dev/null and b/public/images/items/large/thief-base.png differ
diff --git a/public/images/items/large/thief-floor-egg-convertible.png b/public/images/items/large/thief-floor-egg-convertible.png
new file mode 100644
index 00000000..5ee5d9d2
Binary files /dev/null and b/public/images/items/large/thief-floor-egg-convertible.png differ
diff --git a/public/images/items/large/thing-bottomoless-grave-skin.png b/public/images/items/large/thing-bottomoless-grave-skin.png
new file mode 100644
index 00000000..c5cfdd3a
Binary files /dev/null and b/public/images/items/large/thing-bottomoless-grave-skin.png differ
diff --git a/public/images/items/large/thistle-egg-convertible.png b/public/images/items/large/thistle-egg-convertible.png
new file mode 100644
index 00000000..c0e9658c
Binary files /dev/null and b/public/images/items/large/thistle-egg-convertible.png differ
diff --git a/public/images/items/large/thorned-mouse-trap-plans-craft-item.png b/public/images/items/large/thorned-mouse-trap-plans-craft-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/thorned-mouse-trap-plans-craft-item.png differ
diff --git a/public/images/items/large/thorned-venus-mouse-trap-husk-craft-item.png b/public/images/items/large/thorned-venus-mouse-trap-husk-craft-item.png
new file mode 100644
index 00000000..36845a6a
Binary files /dev/null and b/public/images/items/large/thorned-venus-mouse-trap-husk-craft-item.png differ
diff --git a/public/images/items/large/thorned-vine-craft-item.png b/public/images/items/large/thorned-vine-craft-item.png
new file mode 100644
index 00000000..4ddbb9f9
Binary files /dev/null and b/public/images/items/large/thorned-vine-craft-item.png differ
diff --git a/public/images/items/large/thought-obliterator-parts-crafting-item.png b/public/images/items/large/thought-obliterator-parts-crafting-item.png
new file mode 100644
index 00000000..99d7342a
Binary files /dev/null and b/public/images/items/large/thought-obliterator-parts-crafting-item.png differ
diff --git a/public/images/items/large/thoughtfully-enraged-rhinobot-skin.png b/public/images/items/large/thoughtfully-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..9dc3163d
Binary files /dev/null and b/public/images/items/large/thoughtfully-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/large/thousandth-draft-derby-cheese.png b/public/images/items/large/thousandth-draft-derby-cheese.png
new file mode 100644
index 00000000..e6d1d849
Binary files /dev/null and b/public/images/items/large/thousandth-draft-derby-cheese.png differ
diff --git a/public/images/items/large/three-meteorite-pieces-convertible.png b/public/images/items/large/three-meteorite-pieces-convertible.png
new file mode 100644
index 00000000..f933f310
Binary files /dev/null and b/public/images/items/large/three-meteorite-pieces-convertible.png differ
diff --git a/public/images/items/large/three-santa-hats-collectible.png b/public/images/items/large/three-santa-hats-collectible.png
new file mode 100644
index 00000000..6aaa2020
Binary files /dev/null and b/public/images/items/large/three-santa-hats-collectible.png differ
diff --git a/public/images/items/large/throned-venus-mouse-trap-weapon.png b/public/images/items/large/throned-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..f0f6c3ac
Binary files /dev/null and b/public/images/items/large/throned-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/large/throwable-snow-stat-item.png b/public/images/items/large/throwable-snow-stat-item.png
new file mode 100644
index 00000000..8519d6fa
Binary files /dev/null and b/public/images/items/large/throwable-snow-stat-item.png differ
diff --git a/public/images/items/large/throwable-snowball-booster-pack-convertible.png b/public/images/items/large/throwable-snowball-booster-pack-convertible.png
new file mode 100644
index 00000000..36cd0f66
Binary files /dev/null and b/public/images/items/large/throwable-snowball-booster-pack-convertible.png differ
diff --git a/public/images/items/large/thunderlord-egg-convertible.png b/public/images/items/large/thunderlord-egg-convertible.png
new file mode 100644
index 00000000..acb6becf
Binary files /dev/null and b/public/images/items/large/thunderlord-egg-convertible.png differ
diff --git a/public/images/items/large/tiara-collectible.png b/public/images/items/large/tiara-collectible.png
new file mode 100644
index 00000000..3bbf9a17
Binary files /dev/null and b/public/images/items/large/tiara-collectible.png differ
diff --git a/public/images/items/large/tidal-base.png b/public/images/items/large/tidal-base.png
new file mode 100644
index 00000000..db4a2e38
Binary files /dev/null and b/public/images/items/large/tidal-base.png differ
diff --git a/public/images/items/large/tier-five-egg-convertible.png b/public/images/items/large/tier-five-egg-convertible.png
new file mode 100644
index 00000000..6a6d0de6
Binary files /dev/null and b/public/images/items/large/tier-five-egg-convertible.png differ
diff --git a/public/images/items/large/tier-four-egg-convertible.png b/public/images/items/large/tier-four-egg-convertible.png
new file mode 100644
index 00000000..9602e130
Binary files /dev/null and b/public/images/items/large/tier-four-egg-convertible.png differ
diff --git a/public/images/items/large/tiger-heart-chest-collectible.png b/public/images/items/large/tiger-heart-chest-collectible.png
new file mode 100644
index 00000000..c9e35689
Binary files /dev/null and b/public/images/items/large/tiger-heart-chest-collectible.png differ
diff --git a/public/images/items/large/tiger-jade-base.png b/public/images/items/large/tiger-jade-base.png
new file mode 100644
index 00000000..a3aa1825
Binary files /dev/null and b/public/images/items/large/tiger-jade-base.png differ
diff --git a/public/images/items/large/tiger-key-collectible.png b/public/images/items/large/tiger-key-collectible.png
new file mode 100644
index 00000000..a29de0c0
Binary files /dev/null and b/public/images/items/large/tiger-key-collectible.png differ
diff --git a/public/images/items/large/tiger-lny-journal-theme-collectible.png b/public/images/items/large/tiger-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..5242439e
Binary files /dev/null and b/public/images/items/large/tiger-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/large/tiger-mask-collectible.png b/public/images/items/large/tiger-mask-collectible.png
new file mode 100644
index 00000000..5c163430
Binary files /dev/null and b/public/images/items/large/tiger-mask-collectible.png differ
diff --git a/public/images/items/large/tiki-base-blueprints-crafting-item.png b/public/images/items/large/tiki-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/tiki-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/tiki-base.png b/public/images/items/large/tiki-base.png
new file mode 100644
index 00000000..0af06cb6
Binary files /dev/null and b/public/images/items/large/tiki-base.png differ
diff --git a/public/images/items/large/tiki-fuel-stat-item.png b/public/images/items/large/tiki-fuel-stat-item.png
new file mode 100644
index 00000000..aff84acd
Binary files /dev/null and b/public/images/items/large/tiki-fuel-stat-item.png differ
diff --git a/public/images/items/large/time-travel-gilded-scroll-case-convertible.png b/public/images/items/large/time-travel-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..c8459244
Binary files /dev/null and b/public/images/items/large/time-travel-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/large/time-travel-scroll-case-convertible.png b/public/images/items/large/time-travel-scroll-case-convertible.png
new file mode 100644
index 00000000..5360cb67
Binary files /dev/null and b/public/images/items/large/time-travel-scroll-case-convertible.png differ
diff --git a/public/images/items/large/timeless-mystic-gem-craft-item.png b/public/images/items/large/timeless-mystic-gem-craft-item.png
new file mode 100644
index 00000000..f723a6eb
Binary files /dev/null and b/public/images/items/large/timeless-mystic-gem-craft-item.png differ
diff --git a/public/images/items/large/timeout-hour-glass-craft-item.png b/public/images/items/large/timeout-hour-glass-craft-item.png
new file mode 100644
index 00000000..88d90a0d
Binary files /dev/null and b/public/images/items/large/timeout-hour-glass-craft-item.png differ
diff --git a/public/images/items/large/timeout-upgrade-crafting-item.png b/public/images/items/large/timeout-upgrade-crafting-item.png
new file mode 100644
index 00000000..63107a4b
Binary files /dev/null and b/public/images/items/large/timeout-upgrade-crafting-item.png differ
diff --git a/public/images/items/large/timesplit-sand-castle-skin.png b/public/images/items/large/timesplit-sand-castle-skin.png
new file mode 100644
index 00000000..f4958c6e
Binary files /dev/null and b/public/images/items/large/timesplit-sand-castle-skin.png differ
diff --git a/public/images/items/large/timetravel-2018-treasure-chest-convertible.png b/public/images/items/large/timetravel-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..be3c0bd4
Binary files /dev/null and b/public/images/items/large/timetravel-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/tin-scrap-crafting-item.png b/public/images/items/large/tin-scrap-crafting-item.png
new file mode 100644
index 00000000..f6fbac5c
Binary files /dev/null and b/public/images/items/large/tin-scrap-crafting-item.png differ
diff --git a/public/images/items/large/tiny-egg-convertible.png b/public/images/items/large/tiny-egg-convertible.png
new file mode 100644
index 00000000..e2aaa867
Binary files /dev/null and b/public/images/items/large/tiny-egg-convertible.png differ
diff --git a/public/images/items/large/toboggan-cookie-stat-item.png b/public/images/items/large/toboggan-cookie-stat-item.png
new file mode 100644
index 00000000..613bb310
Binary files /dev/null and b/public/images/items/large/toboggan-cookie-stat-item.png differ
diff --git a/public/images/items/large/toboggan-nitro-stat-item.png b/public/images/items/large/toboggan-nitro-stat-item.png
new file mode 100644
index 00000000..0f5f3417
Binary files /dev/null and b/public/images/items/large/toboggan-nitro-stat-item.png differ
diff --git a/public/images/items/large/toboggan-plank-stat-item.png b/public/images/items/large/toboggan-plank-stat-item.png
new file mode 100644
index 00000000..ca4f7630
Binary files /dev/null and b/public/images/items/large/toboggan-plank-stat-item.png differ
diff --git a/public/images/items/large/toboggan-steel-stat-item.png b/public/images/items/large/toboggan-steel-stat-item.png
new file mode 100644
index 00000000..958755b6
Binary files /dev/null and b/public/images/items/large/toboggan-steel-stat-item.png differ
diff --git a/public/images/items/large/toboggan-twine-stat-item.png b/public/images/items/large/toboggan-twine-stat-item.png
new file mode 100644
index 00000000..209f007f
Binary files /dev/null and b/public/images/items/large/toboggan-twine-stat-item.png differ
diff --git a/public/images/items/large/toboggan-wax-stat-item.png b/public/images/items/large/toboggan-wax-stat-item.png
new file mode 100644
index 00000000..9f51a186
Binary files /dev/null and b/public/images/items/large/toboggan-wax-stat-item.png differ
diff --git a/public/images/items/large/tobogganer-big-box-convertible.png b/public/images/items/large/tobogganer-big-box-convertible.png
new file mode 100644
index 00000000..267f220a
Binary files /dev/null and b/public/images/items/large/tobogganer-big-box-convertible.png differ
diff --git a/public/images/items/large/token-of-the-cheese-belt-craft-item.png b/public/images/items/large/token-of-the-cheese-belt-craft-item.png
new file mode 100644
index 00000000..e4f31f54
Binary files /dev/null and b/public/images/items/large/token-of-the-cheese-belt-craft-item.png differ
diff --git a/public/images/items/large/token-of-the-cheese-claw-craft-item.png b/public/images/items/large/token-of-the-cheese-claw-craft-item.png
new file mode 100644
index 00000000..0558fe60
Binary files /dev/null and b/public/images/items/large/token-of-the-cheese-claw-craft-item.png differ
diff --git a/public/images/items/large/token-of-the-cheese-fang-craft-item.png b/public/images/items/large/token-of-the-cheese-fang-craft-item.png
new file mode 100644
index 00000000..6990a6ee
Binary files /dev/null and b/public/images/items/large/token-of-the-cheese-fang-craft-item.png differ
diff --git a/public/images/items/large/tomb-stone-crafting-item.png b/public/images/items/large/tomb-stone-crafting-item.png
new file mode 100644
index 00000000..ce5a6510
Binary files /dev/null and b/public/images/items/large/tomb-stone-crafting-item.png differ
diff --git a/public/images/items/large/tome-of-the-minds-eye-weapon.png b/public/images/items/large/tome-of-the-minds-eye-weapon.png
new file mode 100644
index 00000000..41e00b8d
Binary files /dev/null and b/public/images/items/large/tome-of-the-minds-eye-weapon.png differ
diff --git a/public/images/items/large/tome-of-wisdom-black-convertible.png b/public/images/items/large/tome-of-wisdom-black-convertible.png
new file mode 100644
index 00000000..a17ce28d
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-black-convertible.png differ
diff --git a/public/images/items/large/tome-of-wisdom-blue-convertible.png b/public/images/items/large/tome-of-wisdom-blue-convertible.png
new file mode 100644
index 00000000..9977b311
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-blue-convertible.png differ
diff --git a/public/images/items/large/tome-of-wisdom-convertible.png b/public/images/items/large/tome-of-wisdom-convertible.png
new file mode 100644
index 00000000..4ee6a9b2
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-convertible.png differ
diff --git a/public/images/items/large/tome-of-wisdom-green-convertible.png b/public/images/items/large/tome-of-wisdom-green-convertible.png
new file mode 100644
index 00000000..1b425b8b
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-green-convertible.png differ
diff --git a/public/images/items/large/tome-of-wisdom-red-convertible.png b/public/images/items/large/tome-of-wisdom-red-convertible.png
new file mode 100644
index 00000000..786d624e
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-red-convertible.png differ
diff --git a/public/images/items/large/tome-of-wisdom-white-convertible.png b/public/images/items/large/tome-of-wisdom-white-convertible.png
new file mode 100644
index 00000000..2a125247
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-white-convertible.png differ
diff --git a/public/images/items/large/tome-of-wisdom-yellow-convertible.png b/public/images/items/large/tome-of-wisdom-yellow-convertible.png
new file mode 100644
index 00000000..dff416f4
Binary files /dev/null and b/public/images/items/large/tome-of-wisdom-yellow-convertible.png differ
diff --git a/public/images/items/large/torn-party-crown-collectible.png b/public/images/items/large/torn-party-crown-collectible.png
new file mode 100644
index 00000000..6f210a80
Binary files /dev/null and b/public/images/items/large/torn-party-crown-collectible.png differ
diff --git a/public/images/items/large/total-eclipse-resource-stat-item.png b/public/images/items/large/total-eclipse-resource-stat-item.png
new file mode 100644
index 00000000..3fbdd3de
Binary files /dev/null and b/public/images/items/large/total-eclipse-resource-stat-item.png differ
diff --git a/public/images/items/large/totally-scary-cape-collectible.png b/public/images/items/large/totally-scary-cape-collectible.png
new file mode 100644
index 00000000..940ff762
Binary files /dev/null and b/public/images/items/large/totally-scary-cape-collectible.png differ
diff --git a/public/images/items/large/tournament-badge-challenger-collectible.png b/public/images/items/large/tournament-badge-challenger-collectible.png
new file mode 100644
index 00000000..75e9e160
Binary files /dev/null and b/public/images/items/large/tournament-badge-challenger-collectible.png differ
diff --git a/public/images/items/large/tournament-badge-competitor-collectible.png b/public/images/items/large/tournament-badge-competitor-collectible.png
new file mode 100644
index 00000000..60093570
Binary files /dev/null and b/public/images/items/large/tournament-badge-competitor-collectible.png differ
diff --git a/public/images/items/large/tournament-badge-participant-collectible.png b/public/images/items/large/tournament-badge-participant-collectible.png
new file mode 100644
index 00000000..884c1da8
Binary files /dev/null and b/public/images/items/large/tournament-badge-participant-collectible.png differ
diff --git a/public/images/items/large/tournament-dimensional-chest-skin.png b/public/images/items/large/tournament-dimensional-chest-skin.png
new file mode 100644
index 00000000..9152c45b
Binary files /dev/null and b/public/images/items/large/tournament-dimensional-chest-skin.png differ
diff --git a/public/images/items/large/tournament-kit-convertible.png b/public/images/items/large/tournament-kit-convertible.png
new file mode 100644
index 00000000..6a10aa63
Binary files /dev/null and b/public/images/items/large/tournament-kit-convertible.png differ
diff --git a/public/images/items/large/tournament-monstrobot-skin.png b/public/images/items/large/tournament-monstrobot-skin.png
new file mode 100644
index 00000000..d970986b
Binary files /dev/null and b/public/images/items/large/tournament-monstrobot-skin.png differ
diff --git a/public/images/items/large/tournament-sentinel-skin.png b/public/images/items/large/tournament-sentinel-skin.png
new file mode 100644
index 00000000..28e307f7
Binary files /dev/null and b/public/images/items/large/tournament-sentinel-skin.png differ
diff --git a/public/images/items/large/tournament-sphynx-black-cat-skin.png b/public/images/items/large/tournament-sphynx-black-cat-skin.png
new file mode 100644
index 00000000..1b21e59e
Binary files /dev/null and b/public/images/items/large/tournament-sphynx-black-cat-skin.png differ
diff --git a/public/images/items/large/tournament-sphynx-skin.png b/public/images/items/large/tournament-sphynx-skin.png
new file mode 100644
index 00000000..a8c3f930
Binary files /dev/null and b/public/images/items/large/tournament-sphynx-skin.png differ
diff --git a/public/images/items/large/tournament-sphynx-valkyrie-skin.png b/public/images/items/large/tournament-sphynx-valkyrie-skin.png
new file mode 100644
index 00000000..7c6bffe5
Binary files /dev/null and b/public/images/items/large/tournament-sphynx-valkyrie-skin.png differ
diff --git a/public/images/items/large/tournament-token-craft-item.png b/public/images/items/large/tournament-token-craft-item.png
new file mode 100644
index 00000000..034eebe5
Binary files /dev/null and b/public/images/items/large/tournament-token-craft-item.png differ
diff --git a/public/images/items/large/tournament-token-mega-stat-item.png b/public/images/items/large/tournament-token-mega-stat-item.png
new file mode 100644
index 00000000..547d4aa2
Binary files /dev/null and b/public/images/items/large/tournament-token-mega-stat-item.png differ
diff --git a/public/images/items/large/tournament-token-stat-item.png b/public/images/items/large/tournament-token-stat-item.png
new file mode 100644
index 00000000..1ce1bcac
Binary files /dev/null and b/public/images/items/large/tournament-token-stat-item.png differ
diff --git a/public/images/items/large/tournament-trophy-bronze-collectible.png b/public/images/items/large/tournament-trophy-bronze-collectible.png
new file mode 100644
index 00000000..38f0ab62
Binary files /dev/null and b/public/images/items/large/tournament-trophy-bronze-collectible.png differ
diff --git a/public/images/items/large/tournament-trophy-gold-collectible.png b/public/images/items/large/tournament-trophy-gold-collectible.png
new file mode 100644
index 00000000..22abf3b1
Binary files /dev/null and b/public/images/items/large/tournament-trophy-gold-collectible.png differ
diff --git a/public/images/items/large/tournament-trophy-silver-collectible.png b/public/images/items/large/tournament-trophy-silver-collectible.png
new file mode 100644
index 00000000..9d593cc7
Binary files /dev/null and b/public/images/items/large/tournament-trophy-silver-collectible.png differ
diff --git a/public/images/items/large/tower-brick-stat-item.png b/public/images/items/large/tower-brick-stat-item.png
new file mode 100644
index 00000000..3518c329
Binary files /dev/null and b/public/images/items/large/tower-brick-stat-item.png differ
diff --git a/public/images/items/large/tower-elixir-egg-convertible.png b/public/images/items/large/tower-elixir-egg-convertible.png
new file mode 100644
index 00000000..67f2a85c
Binary files /dev/null and b/public/images/items/large/tower-elixir-egg-convertible.png differ
diff --git a/public/images/items/large/tower-secret-egg-convertible.png b/public/images/items/large/tower-secret-egg-convertible.png
new file mode 100644
index 00000000..aea657d4
Binary files /dev/null and b/public/images/items/large/tower-secret-egg-convertible.png differ
diff --git a/public/images/items/large/tower-sigil-egg-convertible.png b/public/images/items/large/tower-sigil-egg-convertible.png
new file mode 100644
index 00000000..0fd4a469
Binary files /dev/null and b/public/images/items/large/tower-sigil-egg-convertible.png differ
diff --git a/public/images/items/large/tower-siphon-egg-convertible.png b/public/images/items/large/tower-siphon-egg-convertible.png
new file mode 100644
index 00000000..dc4c19c6
Binary files /dev/null and b/public/images/items/large/tower-siphon-egg-convertible.png differ
diff --git a/public/images/items/large/tower-umbra-egg-convertible.png b/public/images/items/large/tower-umbra-egg-convertible.png
new file mode 100644
index 00000000..325950cf
Binary files /dev/null and b/public/images/items/large/tower-umbra-egg-convertible.png differ
diff --git a/public/images/items/large/toxic-arduous-treasure-chest-convertible.png b/public/images/items/large/toxic-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..aead7b52
Binary files /dev/null and b/public/images/items/large/toxic-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/toxic-brie-cheese.png b/public/images/items/large/toxic-brie-cheese.png
new file mode 100644
index 00000000..b8cb169a
Binary files /dev/null and b/public/images/items/large/toxic-brie-cheese.png differ
diff --git a/public/images/items/large/toxic-easy-treasure-chest-convertible.png b/public/images/items/large/toxic-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..190b9181
Binary files /dev/null and b/public/images/items/large/toxic-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/toxic-elaborate-treasure-chest-convertible.png b/public/images/items/large/toxic-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..aead7b52
Binary files /dev/null and b/public/images/items/large/toxic-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/toxic-elite-treasure-chest-convertible.png b/public/images/items/large/toxic-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..aead7b52
Binary files /dev/null and b/public/images/items/large/toxic-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/toxic-hard-treasure-chest-convertible.png b/public/images/items/large/toxic-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..aead7b52
Binary files /dev/null and b/public/images/items/large/toxic-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/toxic-medium-treasure-chest-convertible.png b/public/images/items/large/toxic-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..190b9181
Binary files /dev/null and b/public/images/items/large/toxic-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/toxic-scroll-case-convertible.png b/public/images/items/large/toxic-scroll-case-convertible.png
new file mode 100644
index 00000000..1941b258
Binary files /dev/null and b/public/images/items/large/toxic-scroll-case-convertible.png differ
diff --git a/public/images/items/large/toxic-spill-egg-convertible.png b/public/images/items/large/toxic-spill-egg-convertible.png
new file mode 100644
index 00000000..ac4ecd17
Binary files /dev/null and b/public/images/items/large/toxic-spill-egg-convertible.png differ
diff --git a/public/images/items/large/toxic-super-brie-cheese.png b/public/images/items/large/toxic-super-brie-cheese.png
new file mode 100644
index 00000000..d7d0068f
Binary files /dev/null and b/public/images/items/large/toxic-super-brie-cheese.png differ
diff --git a/public/images/items/large/toy-cookie-stat-item.png b/public/images/items/large/toy-cookie-stat-item.png
new file mode 100644
index 00000000..e6673fc3
Binary files /dev/null and b/public/images/items/large/toy-cookie-stat-item.png differ
diff --git a/public/images/items/large/toy-ronza-ship-message-item.png b/public/images/items/large/toy-ronza-ship-message-item.png
new file mode 100644
index 00000000..d44439e3
Binary files /dev/null and b/public/images/items/large/toy-ronza-ship-message-item.png differ
diff --git a/public/images/items/large/toy-yule-log-stat-item.png b/public/images/items/large/toy-yule-log-stat-item.png
new file mode 100644
index 00000000..cb369d23
Binary files /dev/null and b/public/images/items/large/toy-yule-log-stat-item.png differ
diff --git a/public/images/items/large/toys-festive-decoration-stat-item.png b/public/images/items/large/toys-festive-decoration-stat-item.png
new file mode 100644
index 00000000..70a4b243
Binary files /dev/null and b/public/images/items/large/toys-festive-decoration-stat-item.png differ
diff --git a/public/images/items/large/tragic-princebot-skin.png b/public/images/items/large/tragic-princebot-skin.png
new file mode 100644
index 00000000..3951ecec
Binary files /dev/null and b/public/images/items/large/tragic-princebot-skin.png differ
diff --git a/public/images/items/large/train-badge-collectible.png b/public/images/items/large/train-badge-collectible.png
new file mode 100644
index 00000000..4de4f3dd
Binary files /dev/null and b/public/images/items/large/train-badge-collectible.png differ
diff --git a/public/images/items/large/train-black-powder-trinket.png b/public/images/items/large/train-black-powder-trinket.png
new file mode 100644
index 00000000..fd379313
Binary files /dev/null and b/public/images/items/large/train-black-powder-trinket.png differ
diff --git a/public/images/items/large/train-coal-trinket.png b/public/images/items/large/train-coal-trinket.png
new file mode 100644
index 00000000..54629d0a
Binary files /dev/null and b/public/images/items/large/train-coal-trinket.png differ
diff --git a/public/images/items/large/train-daredevil-canyon-hunting-kit-convertible.png b/public/images/items/large/train-daredevil-canyon-hunting-kit-convertible.png
new file mode 100644
index 00000000..7c520ce6
Binary files /dev/null and b/public/images/items/large/train-daredevil-canyon-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/train-entire-train-car-convertible.png b/public/images/items/large/train-entire-train-car-convertible.png
new file mode 100644
index 00000000..30e9289a
Binary files /dev/null and b/public/images/items/large/train-entire-train-car-convertible.png differ
diff --git a/public/images/items/large/train-lucky-loot-bag-convertible.png b/public/images/items/large/train-lucky-loot-bag-convertible.png
new file mode 100644
index 00000000..b29414e2
Binary files /dev/null and b/public/images/items/large/train-lucky-loot-bag-convertible.png differ
diff --git a/public/images/items/large/train-magmatic-crystal-trinket.png b/public/images/items/large/train-magmatic-crystal-trinket.png
new file mode 100644
index 00000000..fc313755
Binary files /dev/null and b/public/images/items/large/train-magmatic-crystal-trinket.png differ
diff --git a/public/images/items/large/train-mouse-repellent-stat-item.png b/public/images/items/large/train-mouse-repellent-stat-item.png
new file mode 100644
index 00000000..88ff829d
Binary files /dev/null and b/public/images/items/large/train-mouse-repellent-stat-item.png differ
diff --git a/public/images/items/large/train-raider-river-hunting-kit-convertible.png b/public/images/items/large/train-raider-river-hunting-kit-convertible.png
new file mode 100644
index 00000000..b2ff3ec3
Binary files /dev/null and b/public/images/items/large/train-raider-river-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/train-station-fuel-nugget-stat-item.png b/public/images/items/large/train-station-fuel-nugget-stat-item.png
new file mode 100644
index 00000000..231485cb
Binary files /dev/null and b/public/images/items/large/train-station-fuel-nugget-stat-item.png differ
diff --git a/public/images/items/large/train-supply-crate-stat-item.png b/public/images/items/large/train-supply-crate-stat-item.png
new file mode 100644
index 00000000..b6c94af0
Binary files /dev/null and b/public/images/items/large/train-supply-crate-stat-item.png differ
diff --git a/public/images/items/large/train-supply-depot-hunting-kit-convertible.png b/public/images/items/large/train-supply-depot-hunting-kit-convertible.png
new file mode 100644
index 00000000..3bb57cd6
Binary files /dev/null and b/public/images/items/large/train-supply-depot-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/train-trunk-convertible.png b/public/images/items/large/train-trunk-convertible.png
new file mode 100644
index 00000000..d4e64d28
Binary files /dev/null and b/public/images/items/large/train-trunk-convertible.png differ
diff --git a/public/images/items/large/training-gift-basket-convertible.png b/public/images/items/large/training-gift-basket-convertible.png
new file mode 100644
index 00000000..0a3fd52d
Binary files /dev/null and b/public/images/items/large/training-gift-basket-convertible.png differ
diff --git a/public/images/items/large/trap-setup-slot-stat-item.png b/public/images/items/large/trap-setup-slot-stat-item.png
new file mode 100644
index 00000000..d59baa72
Binary files /dev/null and b/public/images/items/large/trap-setup-slot-stat-item.png differ
diff --git a/public/images/items/large/trawler-gift-basket-convertible.png b/public/images/items/large/trawler-gift-basket-convertible.png
new file mode 100644
index 00000000..e6958146
Binary files /dev/null and b/public/images/items/large/trawler-gift-basket-convertible.png differ
diff --git a/public/images/items/large/treasure-clue-egg-convertible.png b/public/images/items/large/treasure-clue-egg-convertible.png
new file mode 100644
index 00000000..06f4aae3
Binary files /dev/null and b/public/images/items/large/treasure-clue-egg-convertible.png differ
diff --git a/public/images/items/large/treasure-gemstone-skin.png b/public/images/items/large/treasure-gemstone-skin.png
new file mode 100644
index 00000000..8002c027
Binary files /dev/null and b/public/images/items/large/treasure-gemstone-skin.png differ
diff --git a/public/images/items/large/treasure-gwh-base.png b/public/images/items/large/treasure-gwh-base.png
new file mode 100644
index 00000000..cc4cd9fe
Binary files /dev/null and b/public/images/items/large/treasure-gwh-base.png differ
diff --git a/public/images/items/large/treasure-hunting-gift-set-convertible.png b/public/images/items/large/treasure-hunting-gift-set-convertible.png
new file mode 100644
index 00000000..df4da6b1
Binary files /dev/null and b/public/images/items/large/treasure-hunting-gift-set-convertible.png differ
diff --git a/public/images/items/large/treasure-hunting-kit-convertible.png b/public/images/items/large/treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..d328226b
Binary files /dev/null and b/public/images/items/large/treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/treasure-map-message-item.png b/public/images/items/large/treasure-map-message-item.png
new file mode 100644
index 00000000..86015f38
Binary files /dev/null and b/public/images/items/large/treasure-map-message-item.png differ
diff --git a/public/images/items/large/treasure-map-scroll-case-convertible.png b/public/images/items/large/treasure-map-scroll-case-convertible.png
new file mode 100644
index 00000000..39fe3040
Binary files /dev/null and b/public/images/items/large/treasure-map-scroll-case-convertible.png differ
diff --git a/public/images/items/large/treasure-trawling-trinket.png b/public/images/items/large/treasure-trawling-trinket.png
new file mode 100644
index 00000000..ecc5d7ed
Binary files /dev/null and b/public/images/items/large/treasure-trawling-trinket.png differ
diff --git a/public/images/items/large/treat-cheese.png b/public/images/items/large/treat-cheese.png
new file mode 100644
index 00000000..d347bd68
Binary files /dev/null and b/public/images/items/large/treat-cheese.png differ
diff --git a/public/images/items/large/treat-hween2021-treasure-chest-convertible.png b/public/images/items/large/treat-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..71a06f13
Binary files /dev/null and b/public/images/items/large/treat-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/tree-snowglobe-collectible.png b/public/images/items/large/tree-snowglobe-collectible.png
new file mode 100644
index 00000000..290f1e21
Binary files /dev/null and b/public/images/items/large/tree-snowglobe-collectible.png differ
diff --git a/public/images/items/large/triangular-chocolate-collectible.png b/public/images/items/large/triangular-chocolate-collectible.png
new file mode 100644
index 00000000..7f07eb10
Binary files /dev/null and b/public/images/items/large/triangular-chocolate-collectible.png differ
diff --git a/public/images/items/large/tribal-base.png b/public/images/items/large/tribal-base.png
new file mode 100644
index 00000000..47289813
Binary files /dev/null and b/public/images/items/large/tribal-base.png differ
diff --git a/public/images/items/large/tribal-champion-kit-convertible.png b/public/images/items/large/tribal-champion-kit-convertible.png
new file mode 100644
index 00000000..3bc5181a
Binary files /dev/null and b/public/images/items/large/tribal-champion-kit-convertible.png differ
diff --git a/public/images/items/large/tribal-claw-shot-crate-convertible.png b/public/images/items/large/tribal-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..43b2f6bc
Binary files /dev/null and b/public/images/items/large/tribal-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/large/tribal-isle-winter-gift-convertible.png b/public/images/items/large/tribal-isle-winter-gift-convertible.png
new file mode 100644
index 00000000..ae130466
Binary files /dev/null and b/public/images/items/large/tribal-isle-winter-gift-convertible.png differ
diff --git a/public/images/items/large/tribal-isles-miniature-collectible.png b/public/images/items/large/tribal-isles-miniature-collectible.png
new file mode 100644
index 00000000..4eb11b88
Binary files /dev/null and b/public/images/items/large/tribal-isles-miniature-collectible.png differ
diff --git a/public/images/items/large/tribal-isles-scroll-case-convertible.png b/public/images/items/large/tribal-isles-scroll-case-convertible.png
new file mode 100644
index 00000000..574c9df8
Binary files /dev/null and b/public/images/items/large/tribal-isles-scroll-case-convertible.png differ
diff --git a/public/images/items/large/tribal-isles-souvenir-collectible.png b/public/images/items/large/tribal-isles-souvenir-collectible.png
new file mode 100644
index 00000000..e331f9e6
Binary files /dev/null and b/public/images/items/large/tribal-isles-souvenir-collectible.png differ
diff --git a/public/images/items/large/tribal-judge-droid-skin.png b/public/images/items/large/tribal-judge-droid-skin.png
new file mode 100644
index 00000000..9b26ded8
Binary files /dev/null and b/public/images/items/large/tribal-judge-droid-skin.png differ
diff --git a/public/images/items/large/tribal-kaboom-base.png b/public/images/items/large/tribal-kaboom-base.png
new file mode 100644
index 00000000..04dc7ac7
Binary files /dev/null and b/public/images/items/large/tribal-kaboom-base.png differ
diff --git a/public/images/items/large/tribal-timber-crafting-item.png b/public/images/items/large/tribal-timber-crafting-item.png
new file mode 100644
index 00000000..28998b91
Binary files /dev/null and b/public/images/items/large/tribal-timber-crafting-item.png differ
diff --git a/public/images/items/large/trick-cheese.png b/public/images/items/large/trick-cheese.png
new file mode 100644
index 00000000..2ff1cab7
Binary files /dev/null and b/public/images/items/large/trick-cheese.png differ
diff --git a/public/images/items/large/trick-hween2021-treasure-chest-convertible.png b/public/images/items/large/trick-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..a2c13cf8
Binary files /dev/null and b/public/images/items/large/trick-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/tritus-egg-convertible.png b/public/images/items/large/tritus-egg-convertible.png
new file mode 100644
index 00000000..1b18f635
Binary files /dev/null and b/public/images/items/large/tritus-egg-convertible.png differ
diff --git a/public/images/items/large/trouble-area-door-trinket.png b/public/images/items/large/trouble-area-door-trinket.png
new file mode 100644
index 00000000..abca512b
Binary files /dev/null and b/public/images/items/large/trouble-area-door-trinket.png differ
diff --git a/public/images/items/large/trouble-area-rails-trinket.png b/public/images/items/large/trouble-area-rails-trinket.png
new file mode 100644
index 00000000..dc70340a
Binary files /dev/null and b/public/images/items/large/trouble-area-rails-trinket.png differ
diff --git a/public/images/items/large/trouble-area-roof-trinket.png b/public/images/items/large/trouble-area-roof-trinket.png
new file mode 100644
index 00000000..bf863ef4
Binary files /dev/null and b/public/images/items/large/trouble-area-roof-trinket.png differ
diff --git a/public/images/items/large/tulip-turret-weapon.png b/public/images/items/large/tulip-turret-weapon.png
new file mode 100644
index 00000000..c12ae06a
Binary files /dev/null and b/public/images/items/large/tulip-turret-weapon.png differ
diff --git a/public/images/items/large/tungsten-crafting-item.png b/public/images/items/large/tungsten-crafting-item.png
new file mode 100644
index 00000000..ba987d8b
Binary files /dev/null and b/public/images/items/large/tungsten-crafting-item.png differ
diff --git a/public/images/items/large/twelve-litres-of-egg-nog-collectible.png b/public/images/items/large/twelve-litres-of-egg-nog-collectible.png
new file mode 100644
index 00000000..327211ea
Binary files /dev/null and b/public/images/items/large/twelve-litres-of-egg-nog-collectible.png differ
diff --git a/public/images/items/large/twisted-essence-collector-kit-convertible.png b/public/images/items/large/twisted-essence-collector-kit-convertible.png
new file mode 100644
index 00000000..0017c9cb
Binary files /dev/null and b/public/images/items/large/twisted-essence-collector-kit-convertible.png differ
diff --git a/public/images/items/large/twisted-garden-charm-pack-convertible.png b/public/images/items/large/twisted-garden-charm-pack-convertible.png
new file mode 100644
index 00000000..20e0b979
Binary files /dev/null and b/public/images/items/large/twisted-garden-charm-pack-convertible.png differ
diff --git a/public/images/items/large/twisted-lilly-egg-convertible.png b/public/images/items/large/twisted-lilly-egg-convertible.png
new file mode 100644
index 00000000..e51f9807
Binary files /dev/null and b/public/images/items/large/twisted-lilly-egg-convertible.png differ
diff --git a/public/images/items/large/two-festive-mitts-collectible.png b/public/images/items/large/two-festive-mitts-collectible.png
new file mode 100644
index 00000000..06705757
Binary files /dev/null and b/public/images/items/large/two-festive-mitts-collectible.png differ
diff --git a/public/images/items/large/two-fort-rox-tower-mana-convertible.png b/public/images/items/large/two-fort-rox-tower-mana-convertible.png
new file mode 100644
index 00000000..48172fc1
Binary files /dev/null and b/public/images/items/large/two-fort-rox-tower-mana-convertible.png differ
diff --git a/public/images/items/large/two-front-teeth-collectible.png b/public/images/items/large/two-front-teeth-collectible.png
new file mode 100644
index 00000000..9a1d6887
Binary files /dev/null and b/public/images/items/large/two-front-teeth-collectible.png differ
diff --git a/public/images/items/large/two-meteorite-pieces-convertible.png b/public/images/items/large/two-meteorite-pieces-convertible.png
new file mode 100644
index 00000000..9f3daea6
Binary files /dev/null and b/public/images/items/large/two-meteorite-pieces-convertible.png differ
diff --git a/public/images/items/large/two-oxygen-convertible.png b/public/images/items/large/two-oxygen-convertible.png
new file mode 100644
index 00000000..1ba2513d
Binary files /dev/null and b/public/images/items/large/two-oxygen-convertible.png differ
diff --git a/public/images/items/large/two-oyster-tickets.png b/public/images/items/large/two-oyster-tickets.png
new file mode 100644
index 00000000..1d661fa6
Binary files /dev/null and b/public/images/items/large/two-oyster-tickets.png differ
diff --git a/public/images/items/large/ultimate-anchoring-trinket.png b/public/images/items/large/ultimate-anchoring-trinket.png
new file mode 100644
index 00000000..425644fd
Binary files /dev/null and b/public/images/items/large/ultimate-anchoring-trinket.png differ
diff --git a/public/images/items/large/ultimate-ancient-trinket.png b/public/images/items/large/ultimate-ancient-trinket.png
new file mode 100644
index 00000000..a83aca65
Binary files /dev/null and b/public/images/items/large/ultimate-ancient-trinket.png differ
diff --git a/public/images/items/large/ultimate-attraction-trinket.png b/public/images/items/large/ultimate-attraction-trinket.png
new file mode 100644
index 00000000..8f7c2f1b
Binary files /dev/null and b/public/images/items/large/ultimate-attraction-trinket.png differ
diff --git a/public/images/items/large/ultimate-chrome-trinket.png b/public/images/items/large/ultimate-chrome-trinket.png
new file mode 100644
index 00000000..6ddef9d8
Binary files /dev/null and b/public/images/items/large/ultimate-chrome-trinket.png differ
diff --git a/public/images/items/large/ultimate-crate-convertible.png b/public/images/items/large/ultimate-crate-convertible.png
new file mode 100644
index 00000000..a34ee02b
Binary files /dev/null and b/public/images/items/large/ultimate-crate-convertible.png differ
diff --git a/public/images/items/large/ultimate-dragonbane-trinket.png b/public/images/items/large/ultimate-dragonbane-trinket.png
new file mode 100644
index 00000000..585f3974
Binary files /dev/null and b/public/images/items/large/ultimate-dragonbane-trinket.png differ
diff --git a/public/images/items/large/ultimate-festive-bundle-convertible.png b/public/images/items/large/ultimate-festive-bundle-convertible.png
new file mode 100644
index 00000000..47f544a1
Binary files /dev/null and b/public/images/items/large/ultimate-festive-bundle-convertible.png differ
diff --git a/public/images/items/large/ultimate-festive-kit-convertible.png b/public/images/items/large/ultimate-festive-kit-convertible.png
new file mode 100644
index 00000000..93eaf86c
Binary files /dev/null and b/public/images/items/large/ultimate-festive-kit-convertible.png differ
diff --git a/public/images/items/large/ultimate-gold-bonus-trinket.png b/public/images/items/large/ultimate-gold-bonus-trinket.png
new file mode 100644
index 00000000..307f3555
Binary files /dev/null and b/public/images/items/large/ultimate-gold-bonus-trinket.png differ
diff --git a/public/images/items/large/ultimate-iceberg-base.png b/public/images/items/large/ultimate-iceberg-base.png
new file mode 100644
index 00000000..f171716a
Binary files /dev/null and b/public/images/items/large/ultimate-iceberg-base.png differ
diff --git a/public/images/items/large/ultimate-luck-crate-convertible.png b/public/images/items/large/ultimate-luck-crate-convertible.png
new file mode 100644
index 00000000..4c5fbb5f
Binary files /dev/null and b/public/images/items/large/ultimate-luck-crate-convertible.png differ
diff --git a/public/images/items/large/ultimate-luck-power-trinket.png b/public/images/items/large/ultimate-luck-power-trinket.png
new file mode 100644
index 00000000..c7697ab7
Binary files /dev/null and b/public/images/items/large/ultimate-luck-power-trinket.png differ
diff --git a/public/images/items/large/ultimate-luck-trinket.png b/public/images/items/large/ultimate-luck-trinket.png
new file mode 100644
index 00000000..92080e70
Binary files /dev/null and b/public/images/items/large/ultimate-luck-trinket.png differ
diff --git a/public/images/items/large/ultimate-party-trinket.png b/public/images/items/large/ultimate-party-trinket.png
new file mode 100644
index 00000000..5fe1f9f0
Binary files /dev/null and b/public/images/items/large/ultimate-party-trinket.png differ
diff --git a/public/images/items/large/ultimate-polluted-trinket.png b/public/images/items/large/ultimate-polluted-trinket.png
new file mode 100644
index 00000000..fa5f18e3
Binary files /dev/null and b/public/images/items/large/ultimate-polluted-trinket.png differ
diff --git a/public/images/items/large/ultimate-potion.png b/public/images/items/large/ultimate-potion.png
new file mode 100644
index 00000000..73b83208
Binary files /dev/null and b/public/images/items/large/ultimate-potion.png differ
diff --git a/public/images/items/large/ultimate-power-trinket.png b/public/images/items/large/ultimate-power-trinket.png
new file mode 100644
index 00000000..f826c481
Binary files /dev/null and b/public/images/items/large/ultimate-power-trinket.png differ
diff --git a/public/images/items/large/ultimate-regal-trinket.png b/public/images/items/large/ultimate-regal-trinket.png
new file mode 100644
index 00000000..724d8681
Binary files /dev/null and b/public/images/items/large/ultimate-regal-trinket.png differ
diff --git a/public/images/items/large/ultimate-rift-luck-power-crate-convertible.png b/public/images/items/large/ultimate-rift-luck-power-crate-convertible.png
new file mode 100644
index 00000000..e62daacf
Binary files /dev/null and b/public/images/items/large/ultimate-rift-luck-power-crate-convertible.png differ
diff --git a/public/images/items/large/ultimate-snowball-trinket.png b/public/images/items/large/ultimate-snowball-trinket.png
new file mode 100644
index 00000000..2f283b88
Binary files /dev/null and b/public/images/items/large/ultimate-snowball-trinket.png differ
diff --git a/public/images/items/large/ultimate-spooky-trinket.png b/public/images/items/large/ultimate-spooky-trinket.png
new file mode 100644
index 00000000..8a9231f7
Binary files /dev/null and b/public/images/items/large/ultimate-spooky-trinket.png differ
diff --git a/public/images/items/large/ultimate-spore-trinket.png b/public/images/items/large/ultimate-spore-trinket.png
new file mode 100644
index 00000000..a3d1448a
Binary files /dev/null and b/public/images/items/large/ultimate-spore-trinket.png differ
diff --git a/public/images/items/large/ultimate-trinket.png b/public/images/items/large/ultimate-trinket.png
new file mode 100644
index 00000000..0b9fab70
Binary files /dev/null and b/public/images/items/large/ultimate-trinket.png differ
diff --git a/public/images/items/large/ultra-megamouser-mechabot-weapon.png b/public/images/items/large/ultra-megamouser-mechabot-weapon.png
new file mode 100644
index 00000000..73a2b15a
Binary files /dev/null and b/public/images/items/large/ultra-megamouser-mechabot-weapon.png differ
diff --git a/public/images/items/large/umbral-capacitor-crafting-item.png b/public/images/items/large/umbral-capacitor-crafting-item.png
new file mode 100644
index 00000000..b49c8f60
Binary files /dev/null and b/public/images/items/large/umbral-capacitor-crafting-item.png differ
diff --git a/public/images/items/large/unchristened-ship-craft-item.png b/public/images/items/large/unchristened-ship-craft-item.png
new file mode 100644
index 00000000..7fa7333b
Binary files /dev/null and b/public/images/items/large/unchristened-ship-craft-item.png differ
diff --git a/public/images/items/large/undead-emmental-cheese.png b/public/images/items/large/undead-emmental-cheese.png
new file mode 100644
index 00000000..5a17a21a
Binary files /dev/null and b/public/images/items/large/undead-emmental-cheese.png differ
diff --git a/public/images/items/large/undead-emmental-potion.png b/public/images/items/large/undead-emmental-potion.png
new file mode 100644
index 00000000..852a54a2
Binary files /dev/null and b/public/images/items/large/undead-emmental-potion.png differ
diff --git a/public/images/items/large/undead-mynorca-pattern-scrap-crafting-item.png b/public/images/items/large/undead-mynorca-pattern-scrap-crafting-item.png
new file mode 100644
index 00000000..8c1f40d0
Binary files /dev/null and b/public/images/items/large/undead-mynorca-pattern-scrap-crafting-item.png differ
diff --git a/public/images/items/large/undead-mynorca-skin.png b/public/images/items/large/undead-mynorca-skin.png
new file mode 100644
index 00000000..1b0867de
Binary files /dev/null and b/public/images/items/large/undead-mynorca-skin.png differ
diff --git a/public/images/items/large/undead-scroll-case-convertible.png b/public/images/items/large/undead-scroll-case-convertible.png
new file mode 100644
index 00000000..56fdb736
Binary files /dev/null and b/public/images/items/large/undead-scroll-case-convertible.png differ
diff --git a/public/images/items/large/undead-treasure-chest-convertible.png b/public/images/items/large/undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..a1a16a04
Binary files /dev/null and b/public/images/items/large/undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/underground-exploration-kit-convertible.png b/public/images/items/large/underground-exploration-kit-convertible.png
new file mode 100644
index 00000000..eb0582be
Binary files /dev/null and b/public/images/items/large/underground-exploration-kit-convertible.png differ
diff --git a/public/images/items/large/underwater-predator-egg-convertible.png b/public/images/items/large/underwater-predator-egg-convertible.png
new file mode 100644
index 00000000..a6eda18d
Binary files /dev/null and b/public/images/items/large/underwater-predator-egg-convertible.png differ
diff --git a/public/images/items/large/unstable-broom-convertible.png b/public/images/items/large/unstable-broom-convertible.png
new file mode 100644
index 00000000..20b99530
Binary files /dev/null and b/public/images/items/large/unstable-broom-convertible.png differ
diff --git a/public/images/items/large/unstable-core-convertible.png b/public/images/items/large/unstable-core-convertible.png
new file mode 100644
index 00000000..ab0305e4
Binary files /dev/null and b/public/images/items/large/unstable-core-convertible.png differ
diff --git a/public/images/items/large/unstable-crystal-convertible.png b/public/images/items/large/unstable-crystal-convertible.png
new file mode 100644
index 00000000..d81fc692
Binary files /dev/null and b/public/images/items/large/unstable-crystal-convertible.png differ
diff --git a/public/images/items/large/unstable-curd-convertible.png b/public/images/items/large/unstable-curd-convertible.png
new file mode 100644
index 00000000..cfca6e3b
Binary files /dev/null and b/public/images/items/large/unstable-curd-convertible.png differ
diff --git a/public/images/items/large/unstable-ember-gadget-convertible.png b/public/images/items/large/unstable-ember-gadget-convertible.png
new file mode 100644
index 00000000..549947a9
Binary files /dev/null and b/public/images/items/large/unstable-ember-gadget-convertible.png differ
diff --git a/public/images/items/large/unstable-gourd-convertible.png b/public/images/items/large/unstable-gourd-convertible.png
new file mode 100644
index 00000000..9099ee18
Binary files /dev/null and b/public/images/items/large/unstable-gourd-convertible.png differ
diff --git a/public/images/items/large/unstable-magnum-opus-convertible.png b/public/images/items/large/unstable-magnum-opus-convertible.png
new file mode 100644
index 00000000..863239fc
Binary files /dev/null and b/public/images/items/large/unstable-magnum-opus-convertible.png differ
diff --git a/public/images/items/large/unstable-manuscript-convertible.png b/public/images/items/large/unstable-manuscript-convertible.png
new file mode 100644
index 00000000..b99e27ed
Binary files /dev/null and b/public/images/items/large/unstable-manuscript-convertible.png differ
diff --git a/public/images/items/large/unstable-trinket.png b/public/images/items/large/unstable-trinket.png
new file mode 100644
index 00000000..ad7f57e3
Binary files /dev/null and b/public/images/items/large/unstable-trinket.png differ
diff --git a/public/images/items/large/unstable-valour-map-convertible.png b/public/images/items/large/unstable-valour-map-convertible.png
new file mode 100644
index 00000000..8a838663
Binary files /dev/null and b/public/images/items/large/unstable-valour-map-convertible.png differ
diff --git a/public/images/items/large/unstable-zokor-crystal-egg-convertible.png b/public/images/items/large/unstable-zokor-crystal-egg-convertible.png
new file mode 100644
index 00000000..31ced1ec
Binary files /dev/null and b/public/images/items/large/unstable-zokor-crystal-egg-convertible.png differ
diff --git a/public/images/items/large/upgraded-denture-base.png b/public/images/items/large/upgraded-denture-base.png
new file mode 100644
index 00000000..ab1068c2
Binary files /dev/null and b/public/images/items/large/upgraded-denture-base.png differ
diff --git a/public/images/items/large/upgraded-rune-shark-weapon.png b/public/images/items/large/upgraded-rune-shark-weapon.png
new file mode 100644
index 00000000..58a674e6
Binary files /dev/null and b/public/images/items/large/upgraded-rune-shark-weapon.png differ
diff --git a/public/images/items/large/used-festive-firework-stat-item.png b/public/images/items/large/used-festive-firework-stat-item.png
new file mode 100644
index 00000000..27b73dc9
Binary files /dev/null and b/public/images/items/large/used-festive-firework-stat-item.png differ
diff --git a/public/images/items/large/valentine-from-devs-collectible.png b/public/images/items/large/valentine-from-devs-collectible.png
new file mode 100644
index 00000000..6407b5e9
Binary files /dev/null and b/public/images/items/large/valentine-from-devs-collectible.png differ
diff --git a/public/images/items/large/valentine-prison-core-skin.png b/public/images/items/large/valentine-prison-core-skin.png
new file mode 100644
index 00000000..24d9eacf
Binary files /dev/null and b/public/images/items/large/valentine-prison-core-skin.png differ
diff --git a/public/images/items/large/valentine-restraining-order-collectible.png b/public/images/items/large/valentine-restraining-order-collectible.png
new file mode 100644
index 00000000..105ed4f9
Binary files /dev/null and b/public/images/items/large/valentine-restraining-order-collectible.png differ
diff --git a/public/images/items/large/valentine-school-of-sharks-skin.png b/public/images/items/large/valentine-school-of-sharks-skin.png
new file mode 100644
index 00000000..d54093d1
Binary files /dev/null and b/public/images/items/large/valentine-school-of-sharks-skin.png differ
diff --git a/public/images/items/large/valentine-trinket.png b/public/images/items/large/valentine-trinket.png
new file mode 100644
index 00000000..05c45faa
Binary files /dev/null and b/public/images/items/large/valentine-trinket.png differ
diff --git a/public/images/items/large/valentines-2012-gift-basket-convertible.png b/public/images/items/large/valentines-2012-gift-basket-convertible.png
new file mode 100644
index 00000000..12247ef9
Binary files /dev/null and b/public/images/items/large/valentines-2012-gift-basket-convertible.png differ
diff --git a/public/images/items/large/valentines-2015-chest-convertible.png b/public/images/items/large/valentines-2015-chest-convertible.png
new file mode 100644
index 00000000..1cbc0f29
Binary files /dev/null and b/public/images/items/large/valentines-2015-chest-convertible.png differ
diff --git a/public/images/items/large/valentines-2015-scroll-case-convertible.png b/public/images/items/large/valentines-2015-scroll-case-convertible.png
new file mode 100644
index 00000000..29c76933
Binary files /dev/null and b/public/images/items/large/valentines-2015-scroll-case-convertible.png differ
diff --git a/public/images/items/large/valentines-celestial-dissonance-skin.png b/public/images/items/large/valentines-celestial-dissonance-skin.png
new file mode 100644
index 00000000..7d5da812
Binary files /dev/null and b/public/images/items/large/valentines-celestial-dissonance-skin.png differ
diff --git a/public/images/items/large/valentines-endless-labyrinth-skin.png b/public/images/items/large/valentines-endless-labyrinth-skin.png
new file mode 100644
index 00000000..898d04ef
Binary files /dev/null and b/public/images/items/large/valentines-endless-labyrinth-skin.png differ
diff --git a/public/images/items/large/valentines-matchmaker-chest-convertible.png b/public/images/items/large/valentines-matchmaker-chest-convertible.png
new file mode 100644
index 00000000..2b5bda89
Binary files /dev/null and b/public/images/items/large/valentines-matchmaker-chest-convertible.png differ
diff --git a/public/images/items/large/valentines-matchmaker-scroll-case-convertible.png b/public/images/items/large/valentines-matchmaker-scroll-case-convertible.png
new file mode 100644
index 00000000..da88edb4
Binary files /dev/null and b/public/images/items/large/valentines-matchmaker-scroll-case-convertible.png differ
diff --git a/public/images/items/large/valour-egg-convertible.png b/public/images/items/large/valour-egg-convertible.png
new file mode 100644
index 00000000..19f18f9f
Binary files /dev/null and b/public/images/items/large/valour-egg-convertible.png differ
diff --git a/public/images/items/large/valour-rift-prestige-base.png b/public/images/items/large/valour-rift-prestige-base.png
new file mode 100644
index 00000000..ac9b060b
Binary files /dev/null and b/public/images/items/large/valour-rift-prestige-base.png differ
diff --git a/public/images/items/large/valour-rift-scroll-case-convertible.png b/public/images/items/large/valour-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..59a08741
Binary files /dev/null and b/public/images/items/large/valour-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/valour-rift-tower-collectible.png b/public/images/items/large/valour-rift-tower-collectible.png
new file mode 100644
index 00000000..9b36cb8b
Binary files /dev/null and b/public/images/items/large/valour-rift-tower-collectible.png differ
diff --git a/public/images/items/large/valour-rift-treasure-chest-convertible.png b/public/images/items/large/valour-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..09fbd7f7
Binary files /dev/null and b/public/images/items/large/valour-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/valour-school-of-sharks-skin.png b/public/images/items/large/valour-school-of-sharks-skin.png
new file mode 100644
index 00000000..e674bb82
Binary files /dev/null and b/public/images/items/large/valour-school-of-sharks-skin.png differ
diff --git a/public/images/items/large/valour-scroll-case-convertible.png b/public/images/items/large/valour-scroll-case-convertible.png
new file mode 100644
index 00000000..e3658097
Binary files /dev/null and b/public/images/items/large/valour-scroll-case-convertible.png differ
diff --git a/public/images/items/large/valour-treasure-chest-convertible.png b/public/images/items/large/valour-treasure-chest-convertible.png
new file mode 100644
index 00000000..c63f0422
Binary files /dev/null and b/public/images/items/large/valour-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/valour-winter-gift-convertible.png b/public/images/items/large/valour-winter-gift-convertible.png
new file mode 100644
index 00000000..50a29dd4
Binary files /dev/null and b/public/images/items/large/valour-winter-gift-convertible.png differ
diff --git a/public/images/items/large/vampire-hunting-kit-convertible.png b/public/images/items/large/vampire-hunting-kit-convertible.png
new file mode 100644
index 00000000..505ccb3f
Binary files /dev/null and b/public/images/items/large/vampire-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/vanilla-bean-crafting-item.png b/public/images/items/large/vanilla-bean-crafting-item.png
new file mode 100644
index 00000000..0dba7ed9
Binary files /dev/null and b/public/images/items/large/vanilla-bean-crafting-item.png differ
diff --git a/public/images/items/large/vanilla-bean-crate-convertible.png b/public/images/items/large/vanilla-bean-crate-convertible.png
new file mode 100644
index 00000000..dff5db67
Binary files /dev/null and b/public/images/items/large/vanilla-bean-crate-convertible.png differ
diff --git a/public/images/items/large/vanilla-stilton-cheese.png b/public/images/items/large/vanilla-stilton-cheese.png
new file mode 100644
index 00000000..6d97ed43
Binary files /dev/null and b/public/images/items/large/vanilla-stilton-cheese.png differ
diff --git a/public/images/items/large/vegetation-base.png b/public/images/items/large/vegetation-base.png
new file mode 100644
index 00000000..af115b90
Binary files /dev/null and b/public/images/items/large/vegetation-base.png differ
diff --git a/public/images/items/large/veiled-vine-weapon.png b/public/images/items/large/veiled-vine-weapon.png
new file mode 100644
index 00000000..b1ad7107
Binary files /dev/null and b/public/images/items/large/veiled-vine-weapon.png differ
diff --git a/public/images/items/large/vending-machine-token-stat-item.png b/public/images/items/large/vending-machine-token-stat-item.png
new file mode 100644
index 00000000..f687331f
Binary files /dev/null and b/public/images/items/large/vending-machine-token-stat-item.png differ
diff --git a/public/images/items/large/vengeful-vanilla-stilton-cheese.png b/public/images/items/large/vengeful-vanilla-stilton-cheese.png
new file mode 100644
index 00000000..dfa847ad
Binary files /dev/null and b/public/images/items/large/vengeful-vanilla-stilton-cheese.png differ
diff --git a/public/images/items/large/venus-mouse-trap-husk-craft-item.png b/public/images/items/large/venus-mouse-trap-husk-craft-item.png
new file mode 100644
index 00000000..1c7b8604
Binary files /dev/null and b/public/images/items/large/venus-mouse-trap-husk-craft-item.png differ
diff --git a/public/images/items/large/venus-mouse-trap-weapon.png b/public/images/items/large/venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..84fcf87c
Binary files /dev/null and b/public/images/items/large/venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/large/veteran-champion-trophy.png b/public/images/items/large/veteran-champion-trophy.png
new file mode 100644
index 00000000..7c2dcac7
Binary files /dev/null and b/public/images/items/large/veteran-champion-trophy.png differ
diff --git a/public/images/items/large/viceroy-eggsweeper-convertible.png b/public/images/items/large/viceroy-eggsweeper-convertible.png
new file mode 100644
index 00000000..01db1a37
Binary files /dev/null and b/public/images/items/large/viceroy-eggsweeper-convertible.png differ
diff --git a/public/images/items/large/vinneus-stalkhome-egg-convertible.png b/public/images/items/large/vinneus-stalkhome-egg-convertible.png
new file mode 100644
index 00000000..eb4b7883
Binary files /dev/null and b/public/images/items/large/vinneus-stalkhome-egg-convertible.png differ
diff --git a/public/images/items/large/wacky-inflatable-party-people-weapon.png b/public/images/items/large/wacky-inflatable-party-people-weapon.png
new file mode 100644
index 00000000..86a5add4
Binary files /dev/null and b/public/images/items/large/wacky-inflatable-party-people-weapon.png differ
diff --git a/public/images/items/large/wanted-poster-convertible.png b/public/images/items/large/wanted-poster-convertible.png
new file mode 100644
index 00000000..dd2a241f
Binary files /dev/null and b/public/images/items/large/wanted-poster-convertible.png differ
diff --git a/public/images/items/large/wanted-poster-egg-convertible.png b/public/images/items/large/wanted-poster-egg-convertible.png
new file mode 100644
index 00000000..1881b32c
Binary files /dev/null and b/public/images/items/large/wanted-poster-egg-convertible.png differ
diff --git a/public/images/items/large/war-scrap-stat-item.png b/public/images/items/large/war-scrap-stat-item.png
new file mode 100644
index 00000000..cd5e8eb4
Binary files /dev/null and b/public/images/items/large/war-scrap-stat-item.png differ
diff --git a/public/images/items/large/war-supplies-convertible.png b/public/images/items/large/war-supplies-convertible.png
new file mode 100644
index 00000000..2755ed85
Binary files /dev/null and b/public/images/items/large/war-supplies-convertible.png differ
diff --git a/public/images/items/large/warden-of-fog-egg-convertible.png b/public/images/items/large/warden-of-fog-egg-convertible.png
new file mode 100644
index 00000000..a7081627
Binary files /dev/null and b/public/images/items/large/warden-of-fog-egg-convertible.png differ
diff --git a/public/images/items/large/warden-of-frost-egg-convertible.png b/public/images/items/large/warden-of-frost-egg-convertible.png
new file mode 100644
index 00000000..3701f864
Binary files /dev/null and b/public/images/items/large/warden-of-frost-egg-convertible.png differ
diff --git a/public/images/items/large/warden-of-rain-egg-convertible.png b/public/images/items/large/warden-of-rain-egg-convertible.png
new file mode 100644
index 00000000..bab0b645
Binary files /dev/null and b/public/images/items/large/warden-of-rain-egg-convertible.png differ
diff --git a/public/images/items/large/warden-of-wind-egg-convertible.png b/public/images/items/large/warden-of-wind-egg-convertible.png
new file mode 100644
index 00000000..45c7b649
Binary files /dev/null and b/public/images/items/large/warden-of-wind-egg-convertible.png differ
diff --git a/public/images/items/large/warden-slayer-weapon.png b/public/images/items/large/warden-slayer-weapon.png
new file mode 100644
index 00000000..b36917b4
Binary files /dev/null and b/public/images/items/large/warden-slayer-weapon.png differ
diff --git a/public/images/items/large/warmonger-egg-convertible.png b/public/images/items/large/warmonger-egg-convertible.png
new file mode 100644
index 00000000..49d26303
Binary files /dev/null and b/public/images/items/large/warmonger-egg-convertible.png differ
diff --git a/public/images/items/large/warpath-champion-kit-convertible.png b/public/images/items/large/warpath-champion-kit-convertible.png
new file mode 100644
index 00000000..6398c447
Binary files /dev/null and b/public/images/items/large/warpath-champion-kit-convertible.png differ
diff --git a/public/images/items/large/warpath-egg-convertible.png b/public/images/items/large/warpath-egg-convertible.png
new file mode 100644
index 00000000..41f9d589
Binary files /dev/null and b/public/images/items/large/warpath-egg-convertible.png differ
diff --git a/public/images/items/large/warpath-portal-console-stat-item.png b/public/images/items/large/warpath-portal-console-stat-item.png
new file mode 100644
index 00000000..12587952
Binary files /dev/null and b/public/images/items/large/warpath-portal-console-stat-item.png differ
diff --git a/public/images/items/large/warpath-portal-core-stat-item.png b/public/images/items/large/warpath-portal-core-stat-item.png
new file mode 100644
index 00000000..d46d288a
Binary files /dev/null and b/public/images/items/large/warpath-portal-core-stat-item.png differ
diff --git a/public/images/items/large/warpath-portal-projector-stat-item.png b/public/images/items/large/warpath-portal-projector-stat-item.png
new file mode 100644
index 00000000..a34b6a1d
Binary files /dev/null and b/public/images/items/large/warpath-portal-projector-stat-item.png differ
diff --git a/public/images/items/large/warpath-scroll-case-convertible.png b/public/images/items/large/warpath-scroll-case-convertible.png
new file mode 100644
index 00000000..500a31bc
Binary files /dev/null and b/public/images/items/large/warpath-scroll-case-convertible.png differ
diff --git a/public/images/items/large/warpath-survival-kit-convertible.png b/public/images/items/large/warpath-survival-kit-convertible.png
new file mode 100644
index 00000000..3fd9504b
Binary files /dev/null and b/public/images/items/large/warpath-survival-kit-convertible.png differ
diff --git a/public/images/items/large/warpath-thrasher-weapon.png b/public/images/items/large/warpath-thrasher-weapon.png
new file mode 100644
index 00000000..9d68d89a
Binary files /dev/null and b/public/images/items/large/warpath-thrasher-weapon.png differ
diff --git a/public/images/items/large/warpath-treasure-chest-convertible.png b/public/images/items/large/warpath-treasure-chest-convertible.png
new file mode 100644
index 00000000..326128b1
Binary files /dev/null and b/public/images/items/large/warpath-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/warpath-treasure-hunting-kit-convertible.png b/public/images/items/large/warpath-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..45774812
Binary files /dev/null and b/public/images/items/large/warpath-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/washboard-base-blueprints-crafting-item.png b/public/images/items/large/washboard-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/washboard-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/washboard-base.png b/public/images/items/large/washboard-base.png
new file mode 100644
index 00000000..cf73703d
Binary files /dev/null and b/public/images/items/large/washboard-base.png differ
diff --git a/public/images/items/large/water-jet-trinket.png b/public/images/items/large/water-jet-trinket.png
new file mode 100644
index 00000000..172047c6
Binary files /dev/null and b/public/images/items/large/water-jet-trinket.png differ
diff --git a/public/images/items/large/water-rabbit-wealth-ingot-collectible.png b/public/images/items/large/water-rabbit-wealth-ingot-collectible.png
new file mode 100644
index 00000000..46a1a866
Binary files /dev/null and b/public/images/items/large/water-rabbit-wealth-ingot-collectible.png differ
diff --git a/public/images/items/large/water-tiger-wealth-ingot-collectible.png b/public/images/items/large/water-tiger-wealth-ingot-collectible.png
new file mode 100644
index 00000000..cacca431
Binary files /dev/null and b/public/images/items/large/water-tiger-wealth-ingot-collectible.png differ
diff --git a/public/images/items/large/wavy-purple-egg-convertible.png b/public/images/items/large/wavy-purple-egg-convertible.png
new file mode 100644
index 00000000..08115314
Binary files /dev/null and b/public/images/items/large/wavy-purple-egg-convertible.png differ
diff --git a/public/images/items/large/wax-trinket.png b/public/images/items/large/wax-trinket.png
new file mode 100644
index 00000000..268ad4e3
Binary files /dev/null and b/public/images/items/large/wax-trinket.png differ
diff --git a/public/images/items/large/weak-power-trinket.png b/public/images/items/large/weak-power-trinket.png
new file mode 100644
index 00000000..5fd004b7
Binary files /dev/null and b/public/images/items/large/weak-power-trinket.png differ
diff --git a/public/images/items/large/wealth-potion.png b/public/images/items/large/wealth-potion.png
new file mode 100644
index 00000000..cedbf78f
Binary files /dev/null and b/public/images/items/large/wealth-potion.png differ
diff --git a/public/images/items/large/well-of-souls-well-of-wisdom-skin.png b/public/images/items/large/well-of-souls-well-of-wisdom-skin.png
new file mode 100644
index 00000000..389bf972
Binary files /dev/null and b/public/images/items/large/well-of-souls-well-of-wisdom-skin.png differ
diff --git a/public/images/items/large/well-sealed-canister-crafting-item.png b/public/images/items/large/well-sealed-canister-crafting-item.png
new file mode 100644
index 00000000..cb0d10ed
Binary files /dev/null and b/public/images/items/large/well-sealed-canister-crafting-item.png differ
diff --git a/public/images/items/large/western-theme-collectible.png b/public/images/items/large/western-theme-collectible.png
new file mode 100644
index 00000000..bd559071
Binary files /dev/null and b/public/images/items/large/western-theme-collectible.png differ
diff --git a/public/images/items/large/wh2012-part-1-moon-stat-item.png b/public/images/items/large/wh2012-part-1-moon-stat-item.png
new file mode 100644
index 00000000..7b4e2f32
Binary files /dev/null and b/public/images/items/large/wh2012-part-1-moon-stat-item.png differ
diff --git a/public/images/items/large/wh2012-part-2-raygun-stat-item.png b/public/images/items/large/wh2012-part-2-raygun-stat-item.png
new file mode 100644
index 00000000..08330da1
Binary files /dev/null and b/public/images/items/large/wh2012-part-2-raygun-stat-item.png differ
diff --git a/public/images/items/large/wh2012-part-3-robot-stat-item.png b/public/images/items/large/wh2012-part-3-robot-stat-item.png
new file mode 100644
index 00000000..c4045200
Binary files /dev/null and b/public/images/items/large/wh2012-part-3-robot-stat-item.png differ
diff --git a/public/images/items/large/wh2012-part-4-dragon-stat-item.png b/public/images/items/large/wh2012-part-4-dragon-stat-item.png
new file mode 100644
index 00000000..81d637cf
Binary files /dev/null and b/public/images/items/large/wh2012-part-4-dragon-stat-item.png differ
diff --git a/public/images/items/large/wh2012-part-5-bnc-stat-item.png b/public/images/items/large/wh2012-part-5-bnc-stat-item.png
new file mode 100644
index 00000000..5db013be
Binary files /dev/null and b/public/images/items/large/wh2012-part-5-bnc-stat-item.png differ
diff --git a/public/images/items/large/wh2012-part-6-scarf-stat-item.png b/public/images/items/large/wh2012-part-6-scarf-stat-item.png
new file mode 100644
index 00000000..cfd349dc
Binary files /dev/null and b/public/images/items/large/wh2012-part-6-scarf-stat-item.png differ
diff --git a/public/images/items/large/wh2012-toy-1-stat-item.png b/public/images/items/large/wh2012-toy-1-stat-item.png
new file mode 100644
index 00000000..705947e8
Binary files /dev/null and b/public/images/items/large/wh2012-toy-1-stat-item.png differ
diff --git a/public/images/items/large/wh2012-toy-2-stat-item.png b/public/images/items/large/wh2012-toy-2-stat-item.png
new file mode 100644
index 00000000..b8a21db4
Binary files /dev/null and b/public/images/items/large/wh2012-toy-2-stat-item.png differ
diff --git a/public/images/items/large/wh2012-toy-3-stat-item.png b/public/images/items/large/wh2012-toy-3-stat-item.png
new file mode 100644
index 00000000..3328ba62
Binary files /dev/null and b/public/images/items/large/wh2012-toy-3-stat-item.png differ
diff --git a/public/images/items/large/wh2012-toy-4-stat-item.png b/public/images/items/large/wh2012-toy-4-stat-item.png
new file mode 100644
index 00000000..841eaed7
Binary files /dev/null and b/public/images/items/large/wh2012-toy-4-stat-item.png differ
diff --git a/public/images/items/large/wh2012-toy-5-stat-item.png b/public/images/items/large/wh2012-toy-5-stat-item.png
new file mode 100644
index 00000000..bb2f7005
Binary files /dev/null and b/public/images/items/large/wh2012-toy-5-stat-item.png differ
diff --git a/public/images/items/large/wh2012-toy-6-stat-item.png b/public/images/items/large/wh2012-toy-6-stat-item.png
new file mode 100644
index 00000000..a1636488
Binary files /dev/null and b/public/images/items/large/wh2012-toy-6-stat-item.png differ
diff --git a/public/images/items/large/wh2016-decoration-tier-one-stat-item.png b/public/images/items/large/wh2016-decoration-tier-one-stat-item.png
new file mode 100644
index 00000000..8e63c819
Binary files /dev/null and b/public/images/items/large/wh2016-decoration-tier-one-stat-item.png differ
diff --git a/public/images/items/large/wh2016-decoration-tier-two-stat-item.png b/public/images/items/large/wh2016-decoration-tier-two-stat-item.png
new file mode 100644
index 00000000..d4325b8c
Binary files /dev/null and b/public/images/items/large/wh2016-decoration-tier-two-stat-item.png differ
diff --git a/public/images/items/large/wh2016-ski-slope-tier-one-stat-item.png b/public/images/items/large/wh2016-ski-slope-tier-one-stat-item.png
new file mode 100644
index 00000000..5fb5caea
Binary files /dev/null and b/public/images/items/large/wh2016-ski-slope-tier-one-stat-item.png differ
diff --git a/public/images/items/large/wh2016-ski-slope-tier-two-stat-item.png b/public/images/items/large/wh2016-ski-slope-tier-two-stat-item.png
new file mode 100644
index 00000000..0e0bbc29
Binary files /dev/null and b/public/images/items/large/wh2016-ski-slope-tier-two-stat-item.png differ
diff --git a/public/images/items/large/wh2016-toy-factory-tier-one-stat-item.png b/public/images/items/large/wh2016-toy-factory-tier-one-stat-item.png
new file mode 100644
index 00000000..84da2d96
Binary files /dev/null and b/public/images/items/large/wh2016-toy-factory-tier-one-stat-item.png differ
diff --git a/public/images/items/large/wh2016-toy-factory-tier-two-stat-item.png b/public/images/items/large/wh2016-toy-factory-tier-two-stat-item.png
new file mode 100644
index 00000000..0d289e14
Binary files /dev/null and b/public/images/items/large/wh2016-toy-factory-tier-two-stat-item.png differ
diff --git a/public/images/items/large/whisker-rift-domination-box-convertible.png b/public/images/items/large/whisker-rift-domination-box-convertible.png
new file mode 100644
index 00000000..166ca309
Binary files /dev/null and b/public/images/items/large/whisker-rift-domination-box-convertible.png differ
diff --git a/public/images/items/large/whisker-rift-hunting-kit-convertible.png b/public/images/items/large/whisker-rift-hunting-kit-convertible.png
new file mode 100644
index 00000000..c04a9f9c
Binary files /dev/null and b/public/images/items/large/whisker-rift-hunting-kit-convertible.png differ
diff --git a/public/images/items/large/whisker-wicker-gift-basket-convertible.png b/public/images/items/large/whisker-wicker-gift-basket-convertible.png
new file mode 100644
index 00000000..8c206af1
Binary files /dev/null and b/public/images/items/large/whisker-wicker-gift-basket-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-champion-kit-convertible.png b/public/images/items/large/whisker-woods-champion-kit-convertible.png
new file mode 100644
index 00000000..6ede235a
Binary files /dev/null and b/public/images/items/large/whisker-woods-champion-kit-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-egg-convertible.png b/public/images/items/large/whisker-woods-egg-convertible.png
new file mode 100644
index 00000000..9a244b22
Binary files /dev/null and b/public/images/items/large/whisker-woods-egg-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-map-piece.png b/public/images/items/large/whisker-woods-map-piece.png
new file mode 100644
index 00000000..ad7ba5cb
Binary files /dev/null and b/public/images/items/large/whisker-woods-map-piece.png differ
diff --git a/public/images/items/large/whisker-woods-map-scrap-stat-item.png b/public/images/items/large/whisker-woods-map-scrap-stat-item.png
new file mode 100644
index 00000000..17c3ae26
Binary files /dev/null and b/public/images/items/large/whisker-woods-map-scrap-stat-item.png differ
diff --git a/public/images/items/large/whisker-woods-rift-scroll-case-convertible.png b/public/images/items/large/whisker-woods-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..4a9073e9
Binary files /dev/null and b/public/images/items/large/whisker-woods-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-rift-torn-page.png b/public/images/items/large/whisker-woods-rift-torn-page.png
new file mode 100644
index 00000000..620311a6
Binary files /dev/null and b/public/images/items/large/whisker-woods-rift-torn-page.png differ
diff --git a/public/images/items/large/whisker-woods-rift-treasure-chest-convertible.png b/public/images/items/large/whisker-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..a1b8c376
Binary files /dev/null and b/public/images/items/large/whisker-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-scroll-case-convertible.png b/public/images/items/large/whisker-woods-scroll-case-convertible.png
new file mode 100644
index 00000000..11c14856
Binary files /dev/null and b/public/images/items/large/whisker-woods-scroll-case-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-treasure-chest-convertible.png b/public/images/items/large/whisker-woods-treasure-chest-convertible.png
new file mode 100644
index 00000000..713e292a
Binary files /dev/null and b/public/images/items/large/whisker-woods-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/whisker-woods-wicked-hat-collectible.png b/public/images/items/large/whisker-woods-wicked-hat-collectible.png
new file mode 100644
index 00000000..76862404
Binary files /dev/null and b/public/images/items/large/whisker-woods-wicked-hat-collectible.png differ
diff --git a/public/images/items/large/whisker-woods-winter-gift-convertible.png b/public/images/items/large/whisker-woods-winter-gift-convertible.png
new file mode 100644
index 00000000..c4593e43
Binary files /dev/null and b/public/images/items/large/whisker-woods-winter-gift-convertible.png differ
diff --git a/public/images/items/large/white-cheddar-cheese.png b/public/images/items/large/white-cheddar-cheese.png
new file mode 100644
index 00000000..f021b89d
Binary files /dev/null and b/public/images/items/large/white-cheddar-cheese.png differ
diff --git a/public/images/items/large/white-chocolate-snowman-collectible.png b/public/images/items/large/white-chocolate-snowman-collectible.png
new file mode 100644
index 00000000..194e3d83
Binary files /dev/null and b/public/images/items/large/white-chocolate-snowman-collectible.png differ
diff --git a/public/images/items/large/white-egg-convertible.png b/public/images/items/large/white-egg-convertible.png
new file mode 100644
index 00000000..a060b2d4
Binary files /dev/null and b/public/images/items/large/white-egg-convertible.png differ
diff --git a/public/images/items/large/white-pepper-plant-convertible.png b/public/images/items/large/white-pepper-plant-convertible.png
new file mode 100644
index 00000000..977e5325
Binary files /dev/null and b/public/images/items/large/white-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/wicked-gnarly-cheese.png b/public/images/items/large/wicked-gnarly-cheese.png
new file mode 100644
index 00000000..42358098
Binary files /dev/null and b/public/images/items/large/wicked-gnarly-cheese.png differ
diff --git a/public/images/items/large/wicked-gnarly-potion.png b/public/images/items/large/wicked-gnarly-potion.png
new file mode 100644
index 00000000..0d24e091
Binary files /dev/null and b/public/images/items/large/wicked-gnarly-potion.png differ
diff --git a/public/images/items/large/wicked-gnarly-trinket.png b/public/images/items/large/wicked-gnarly-trinket.png
new file mode 100644
index 00000000..bd4ed060
Binary files /dev/null and b/public/images/items/large/wicked-gnarly-trinket.png differ
diff --git a/public/images/items/large/wicked-thorns-crafting-item.png b/public/images/items/large/wicked-thorns-crafting-item.png
new file mode 100644
index 00000000..3048f8dc
Binary files /dev/null and b/public/images/items/large/wicked-thorns-crafting-item.png differ
diff --git a/public/images/items/large/widows-web-crafting-item.png b/public/images/items/large/widows-web-crafting-item.png
new file mode 100644
index 00000000..c30cf4af
Binary files /dev/null and b/public/images/items/large/widows-web-crafting-item.png differ
diff --git a/public/images/items/large/wild-gift-basket-convertible.png b/public/images/items/large/wild-gift-basket-convertible.png
new file mode 100644
index 00000000..8fbfb518
Binary files /dev/null and b/public/images/items/large/wild-gift-basket-convertible.png differ
diff --git a/public/images/items/large/wild-growth-trinket.png b/public/images/items/large/wild-growth-trinket.png
new file mode 100644
index 00000000..7b410fef
Binary files /dev/null and b/public/images/items/large/wild-growth-trinket.png differ
diff --git a/public/images/items/large/wild-supply-kit-convertible.png b/public/images/items/large/wild-supply-kit-convertible.png
new file mode 100644
index 00000000..044bba8d
Binary files /dev/null and b/public/images/items/large/wild-supply-kit-convertible.png differ
diff --git a/public/images/items/large/wild-tonic-remote-pumping-trinket.png b/public/images/items/large/wild-tonic-remote-pumping-trinket.png
new file mode 100644
index 00000000..7ffaf1bb
Binary files /dev/null and b/public/images/items/large/wild-tonic-remote-pumping-trinket.png differ
diff --git a/public/images/items/large/wild-tonic-stat-item.png b/public/images/items/large/wild-tonic-stat-item.png
new file mode 100644
index 00000000..d93cfa0f
Binary files /dev/null and b/public/images/items/large/wild-tonic-stat-item.png differ
diff --git a/public/images/items/large/wind-cheese-potion.png b/public/images/items/large/wind-cheese-potion.png
new file mode 100644
index 00000000..67f30a8b
Binary files /dev/null and b/public/images/items/large/wind-cheese-potion.png differ
diff --git a/public/images/items/large/wind-cheese.png b/public/images/items/large/wind-cheese.png
new file mode 100644
index 00000000..2fea12ee
Binary files /dev/null and b/public/images/items/large/wind-cheese.png differ
diff --git a/public/images/items/large/wind-egg-convertible.png b/public/images/items/large/wind-egg-convertible.png
new file mode 100644
index 00000000..6b7a5552
Binary files /dev/null and b/public/images/items/large/wind-egg-convertible.png differ
diff --git a/public/images/items/large/wind-warden-stone-stat-item.png b/public/images/items/large/wind-warden-stone-stat-item.png
new file mode 100644
index 00000000..a19ef450
Binary files /dev/null and b/public/images/items/large/wind-warden-stone-stat-item.png differ
diff --git a/public/images/items/large/winter-acronym-skin.png b/public/images/items/large/winter-acronym-skin.png
new file mode 100644
index 00000000..b903a80b
Binary files /dev/null and b/public/images/items/large/winter-acronym-skin.png differ
diff --git a/public/images/items/large/winter-builder-charm-kit-convertible.png b/public/images/items/large/winter-builder-charm-kit-convertible.png
new file mode 100644
index 00000000..7d9103e3
Binary files /dev/null and b/public/images/items/large/winter-builder-charm-kit-convertible.png differ
diff --git a/public/images/items/large/winter-builder-trinket.png b/public/images/items/large/winter-builder-trinket.png
new file mode 100644
index 00000000..8a1bc615
Binary files /dev/null and b/public/images/items/large/winter-builder-trinket.png differ
diff --git a/public/images/items/large/winter-chrome-floating-forgotten-upgraded-skin.png b/public/images/items/large/winter-chrome-floating-forgotten-upgraded-skin.png
new file mode 100644
index 00000000..797b3c13
Binary files /dev/null and b/public/images/items/large/winter-chrome-floating-forgotten-upgraded-skin.png differ
diff --git a/public/images/items/large/winter-chrome-school-of-sharks-skin.png b/public/images/items/large/winter-chrome-school-of-sharks-skin.png
new file mode 100644
index 00000000..e82d8ae9
Binary files /dev/null and b/public/images/items/large/winter-chrome-school-of-sharks-skin.png differ
diff --git a/public/images/items/large/winter-crystal-tower-skin.png b/public/images/items/large/winter-crystal-tower-skin.png
new file mode 100644
index 00000000..fb2835b5
Binary files /dev/null and b/public/images/items/large/winter-crystal-tower-skin.png differ
diff --git a/public/images/items/large/winter-cup-timesplit-dissonance-skin.png b/public/images/items/large/winter-cup-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..4f6e7f46
Binary files /dev/null and b/public/images/items/large/winter-cup-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/large/winter-drillbot-skin.png b/public/images/items/large/winter-drillbot-skin.png
new file mode 100644
index 00000000..dcb96e51
Binary files /dev/null and b/public/images/items/large/winter-drillbot-skin.png differ
diff --git a/public/images/items/large/winter-droid-archmagus-skin.png b/public/images/items/large/winter-droid-archmagus-skin.png
new file mode 100644
index 00000000..69358b84
Binary files /dev/null and b/public/images/items/large/winter-droid-archmagus-skin.png differ
diff --git a/public/images/items/large/winter-enraged-rhinobot-skin.png b/public/images/items/large/winter-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..29df1a8d
Binary files /dev/null and b/public/images/items/large/winter-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/large/winter-floating-forgotten-skin.png b/public/images/items/large/winter-floating-forgotten-skin.png
new file mode 100644
index 00000000..487810be
Binary files /dev/null and b/public/images/items/large/winter-floating-forgotten-skin.png differ
diff --git a/public/images/items/large/winter-geyser-draconic-skin.png b/public/images/items/large/winter-geyser-draconic-skin.png
new file mode 100644
index 00000000..b0b07828
Binary files /dev/null and b/public/images/items/large/winter-geyser-draconic-skin.png differ
diff --git a/public/images/items/large/winter-geyser-physical-skin.png b/public/images/items/large/winter-geyser-physical-skin.png
new file mode 100644
index 00000000..2ebb47fa
Binary files /dev/null and b/public/images/items/large/winter-geyser-physical-skin.png differ
diff --git a/public/images/items/large/winter-hoarder-charm-kit-convertible.png b/public/images/items/large/winter-hoarder-charm-kit-convertible.png
new file mode 100644
index 00000000..bb323463
Binary files /dev/null and b/public/images/items/large/winter-hoarder-charm-kit-convertible.png differ
diff --git a/public/images/items/large/winter-hoarder-trinket.png b/public/images/items/large/winter-hoarder-trinket.png
new file mode 100644
index 00000000..82939b95
Binary files /dev/null and b/public/images/items/large/winter-hoarder-trinket.png differ
diff --git a/public/images/items/large/winter-hunt-2011-blueprints-crafting-item.png b/public/images/items/large/winter-hunt-2011-blueprints-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/winter-hunt-2011-blueprints-crafting-item.png differ
diff --git a/public/images/items/large/winter-hunt-2011-boss-loot-crafting-item.png b/public/images/items/large/winter-hunt-2011-boss-loot-crafting-item.png
new file mode 100644
index 00000000..67414704
Binary files /dev/null and b/public/images/items/large/winter-hunt-2011-boss-loot-crafting-item.png differ
diff --git a/public/images/items/large/winter-hunt-2011-toys-built-collectible.png b/public/images/items/large/winter-hunt-2011-toys-built-collectible.png
new file mode 100644
index 00000000..d0c2c8db
Binary files /dev/null and b/public/images/items/large/winter-hunt-2011-toys-built-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-1-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-1-stat-item.png
new file mode 100644
index 00000000..fe87b214
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-1-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-2-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-2-stat-item.png
new file mode 100644
index 00000000..f383f34b
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-2-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-3-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-3-stat-item.png
new file mode 100644
index 00000000..2d96e907
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-3-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-4-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-4-stat-item.png
new file mode 100644
index 00000000..2d96e907
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-4-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-5-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-5-stat-item.png
new file mode 100644
index 00000000..2d96e907
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-5-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-6-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-6-stat-item.png
new file mode 100644
index 00000000..2d96e907
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-6-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-7-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-7-stat-item.png
new file mode 100644
index 00000000..810155b2
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-7-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-letter-8-stat-item.png b/public/images/items/large/winter-hunt-2012-letter-8-stat-item.png
new file mode 100644
index 00000000..2d96e907
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-letter-8-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2012-weapon.png b/public/images/items/large/winter-hunt-2012-weapon.png
new file mode 100644
index 00000000..f7738755
Binary files /dev/null and b/public/images/items/large/winter-hunt-2012-weapon.png differ
diff --git a/public/images/items/large/winter-hunt-2014-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2014-journal-theme-collectible.png
new file mode 100644
index 00000000..c2938128
Binary files /dev/null and b/public/images/items/large/winter-hunt-2014-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2015-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2015-journal-theme-collectible.png
new file mode 100644
index 00000000..3b813fc1
Binary files /dev/null and b/public/images/items/large/winter-hunt-2015-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2016-floating-crate-convertible.png b/public/images/items/large/winter-hunt-2016-floating-crate-convertible.png
new file mode 100644
index 00000000..69178e46
Binary files /dev/null and b/public/images/items/large/winter-hunt-2016-floating-crate-convertible.png differ
diff --git a/public/images/items/large/winter-hunt-2016-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2016-journal-theme-collectible.png
new file mode 100644
index 00000000..3c15eafb
Binary files /dev/null and b/public/images/items/large/winter-hunt-2016-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2019-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2019-journal-theme-collectible.png
new file mode 100644
index 00000000..bea0d17b
Binary files /dev/null and b/public/images/items/large/winter-hunt-2019-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2020-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2020-journal-theme-collectible.png
new file mode 100644
index 00000000..23b33789
Binary files /dev/null and b/public/images/items/large/winter-hunt-2020-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2021-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2021-journal-theme-collectible.png
new file mode 100644
index 00000000..9c735406
Binary files /dev/null and b/public/images/items/large/winter-hunt-2021-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2022-boss-loot-stat-item.png b/public/images/items/large/winter-hunt-2022-boss-loot-stat-item.png
new file mode 100644
index 00000000..505ae395
Binary files /dev/null and b/public/images/items/large/winter-hunt-2022-boss-loot-stat-item.png differ
diff --git a/public/images/items/large/winter-hunt-2022-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2022-journal-theme-collectible.png
new file mode 100644
index 00000000..b0156c53
Binary files /dev/null and b/public/images/items/large/winter-hunt-2022-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-2024-journal-theme-collectible.png b/public/images/items/large/winter-hunt-2024-journal-theme-collectible.png
new file mode 100644
index 00000000..2915f5e1
Binary files /dev/null and b/public/images/items/large/winter-hunt-2024-journal-theme-collectible.png differ
diff --git a/public/images/items/large/winter-hunt-iceberg-weapon.png b/public/images/items/large/winter-hunt-iceberg-weapon.png
new file mode 100644
index 00000000..f2616f72
Binary files /dev/null and b/public/images/items/large/winter-hunt-iceberg-weapon.png differ
diff --git a/public/images/items/large/winter-hunt-theme-collectible.png b/public/images/items/large/winter-hunt-theme-collectible.png
new file mode 100644
index 00000000..aa9b8103
Binary files /dev/null and b/public/images/items/large/winter-hunt-theme-collectible.png differ
diff --git a/public/images/items/large/winter-key-shard-crafting-item.png b/public/images/items/large/winter-key-shard-crafting-item.png
new file mode 100644
index 00000000..2fbe2776
Binary files /dev/null and b/public/images/items/large/winter-key-shard-crafting-item.png differ
diff --git a/public/images/items/large/winter-miser-charm-kit-convertible.png b/public/images/items/large/winter-miser-charm-kit-convertible.png
new file mode 100644
index 00000000..86f25c6e
Binary files /dev/null and b/public/images/items/large/winter-miser-charm-kit-convertible.png differ
diff --git a/public/images/items/large/winter-miser-trinket.png b/public/images/items/large/winter-miser-trinket.png
new file mode 100644
index 00000000..2c679b06
Binary files /dev/null and b/public/images/items/large/winter-miser-trinket.png differ
diff --git a/public/images/items/large/winter-mynorca-skin.png b/public/images/items/large/winter-mynorca-skin.png
new file mode 100644
index 00000000..8fc46be4
Binary files /dev/null and b/public/images/items/large/winter-mynorca-skin.png differ
diff --git a/public/images/items/large/winter-oasis-skin.png b/public/images/items/large/winter-oasis-skin.png
new file mode 100644
index 00000000..1b9643eb
Binary files /dev/null and b/public/images/items/large/winter-oasis-skin.png differ
diff --git a/public/images/items/large/winter-phantasmic-oasis-skin.png b/public/images/items/large/winter-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..443a02a7
Binary files /dev/null and b/public/images/items/large/winter-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/large/winter-queso-fount-skin.png b/public/images/items/large/winter-queso-fount-skin.png
new file mode 100644
index 00000000..fd25ff9c
Binary files /dev/null and b/public/images/items/large/winter-queso-fount-skin.png differ
diff --git a/public/images/items/large/winter-reaper-perch-skin.png b/public/images/items/large/winter-reaper-perch-skin.png
new file mode 100644
index 00000000..aba44484
Binary files /dev/null and b/public/images/items/large/winter-reaper-perch-skin.png differ
diff --git a/public/images/items/large/winter-screw-trinket.png b/public/images/items/large/winter-screw-trinket.png
new file mode 100644
index 00000000..692146c0
Binary files /dev/null and b/public/images/items/large/winter-screw-trinket.png differ
diff --git a/public/images/items/large/winter-sentinel-skin.png b/public/images/items/large/winter-sentinel-skin.png
new file mode 100644
index 00000000..02bc204f
Binary files /dev/null and b/public/images/items/large/winter-sentinel-skin.png differ
diff --git a/public/images/items/large/winter-sinister-portal-skin.png b/public/images/items/large/winter-sinister-portal-skin.png
new file mode 100644
index 00000000..f4ba9bce
Binary files /dev/null and b/public/images/items/large/winter-sinister-portal-skin.png differ
diff --git a/public/images/items/large/winter-slac-ii-skin.png b/public/images/items/large/winter-slac-ii-skin.png
new file mode 100644
index 00000000..0a326ff8
Binary files /dev/null and b/public/images/items/large/winter-slac-ii-skin.png differ
diff --git a/public/images/items/large/winter-sphynx-skin.png b/public/images/items/large/winter-sphynx-skin.png
new file mode 100644
index 00000000..270dc71b
Binary files /dev/null and b/public/images/items/large/winter-sphynx-skin.png differ
diff --git a/public/images/items/large/winter-sports-festive-decoration-stat-item.png b/public/images/items/large/winter-sports-festive-decoration-stat-item.png
new file mode 100644
index 00000000..0f761a82
Binary files /dev/null and b/public/images/items/large/winter-sports-festive-decoration-stat-item.png differ
diff --git a/public/images/items/large/winter-spring-trinket.png b/public/images/items/large/winter-spring-trinket.png
new file mode 100644
index 00000000..13f8053a
Binary files /dev/null and b/public/images/items/large/winter-spring-trinket.png differ
diff --git a/public/images/items/large/winter-star-2010-collectible.png b/public/images/items/large/winter-star-2010-collectible.png
new file mode 100644
index 00000000..cae35231
Binary files /dev/null and b/public/images/items/large/winter-star-2010-collectible.png differ
diff --git a/public/images/items/large/winter-steam-mk-iii-skin.png b/public/images/items/large/winter-steam-mk-iii-skin.png
new file mode 100644
index 00000000..fcc04117
Binary files /dev/null and b/public/images/items/large/winter-steam-mk-iii-skin.png differ
diff --git a/public/images/items/large/winter-survival-kit-convertible.png b/public/images/items/large/winter-survival-kit-convertible.png
new file mode 100644
index 00000000..11b65758
Binary files /dev/null and b/public/images/items/large/winter-survival-kit-convertible.png differ
diff --git a/public/images/items/large/winter-temporal-turbine-skin.png b/public/images/items/large/winter-temporal-turbine-skin.png
new file mode 100644
index 00000000..dc23c81e
Binary files /dev/null and b/public/images/items/large/winter-temporal-turbine-skin.png differ
diff --git a/public/images/items/large/winter-timesplit-dissonance-skin.png b/public/images/items/large/winter-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..5e8e663b
Binary files /dev/null and b/public/images/items/large/winter-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/large/winter-wolfsbane-skin.png b/public/images/items/large/winter-wolfsbane-skin.png
new file mode 100644
index 00000000..feb2aa35
Binary files /dev/null and b/public/images/items/large/winter-wolfsbane-skin.png differ
diff --git a/public/images/items/large/winter-wood-trinket.png b/public/images/items/large/winter-wood-trinket.png
new file mode 100644
index 00000000..570647a3
Binary files /dev/null and b/public/images/items/large/winter-wood-trinket.png differ
diff --git a/public/images/items/large/winter-wreath-infinite-labyrinth-skin.png b/public/images/items/large/winter-wreath-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..eb0404ed
Binary files /dev/null and b/public/images/items/large/winter-wreath-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/large/winter-zugzwangs-skin.png b/public/images/items/large/winter-zugzwangs-skin.png
new file mode 100644
index 00000000..a2f83d40
Binary files /dev/null and b/public/images/items/large/winter-zugzwangs-skin.png differ
diff --git a/public/images/items/large/wire-spool-crafting-item.png b/public/images/items/large/wire-spool-crafting-item.png
new file mode 100644
index 00000000..c911d5c4
Binary files /dev/null and b/public/images/items/large/wire-spool-crafting-item.png differ
diff --git a/public/images/items/large/wisdom-stat-item.png b/public/images/items/large/wisdom-stat-item.png
new file mode 100644
index 00000000..da21cb05
Binary files /dev/null and b/public/images/items/large/wisdom-stat-item.png differ
diff --git a/public/images/items/large/wise-well-of-wisdom-weapon.png b/public/images/items/large/wise-well-of-wisdom-weapon.png
new file mode 100644
index 00000000..ff6d32bc
Binary files /dev/null and b/public/images/items/large/wise-well-of-wisdom-weapon.png differ
diff --git a/public/images/items/large/wishing-well-basket-convertible.png b/public/images/items/large/wishing-well-basket-convertible.png
new file mode 100644
index 00000000..e0394ec8
Binary files /dev/null and b/public/images/items/large/wishing-well-basket-convertible.png differ
diff --git a/public/images/items/large/witch-brew-skin.png b/public/images/items/large/witch-brew-skin.png
new file mode 100644
index 00000000..3e3b918a
Binary files /dev/null and b/public/images/items/large/witch-brew-skin.png differ
diff --git a/public/images/items/large/wolfsbane-weapon.png b/public/images/items/large/wolfsbane-weapon.png
new file mode 100644
index 00000000..3b75875b
Binary files /dev/null and b/public/images/items/large/wolfsbane-weapon.png differ
diff --git a/public/images/items/large/wooden-base-with-target.png b/public/images/items/large/wooden-base-with-target.png
new file mode 100644
index 00000000..bb118603
Binary files /dev/null and b/public/images/items/large/wooden-base-with-target.png differ
diff --git a/public/images/items/large/wooden-base.png b/public/images/items/large/wooden-base.png
new file mode 100644
index 00000000..88ad197f
Binary files /dev/null and b/public/images/items/large/wooden-base.png differ
diff --git a/public/images/items/large/wooden-hobby-horse-miniature-collectible.png b/public/images/items/large/wooden-hobby-horse-miniature-collectible.png
new file mode 100644
index 00000000..58663a60
Binary files /dev/null and b/public/images/items/large/wooden-hobby-horse-miniature-collectible.png differ
diff --git a/public/images/items/large/woodsy-charm-bag-convertible.png b/public/images/items/large/woodsy-charm-bag-convertible.png
new file mode 100644
index 00000000..52db39b6
Binary files /dev/null and b/public/images/items/large/woodsy-charm-bag-convertible.png differ
diff --git a/public/images/items/large/wordy-egg-convertible.png b/public/images/items/large/wordy-egg-convertible.png
new file mode 100644
index 00000000..cb906bb5
Binary files /dev/null and b/public/images/items/large/wordy-egg-convertible.png differ
diff --git a/public/images/items/large/workshop-egg-convertible.png b/public/images/items/large/workshop-egg-convertible.png
new file mode 100644
index 00000000..43af3f1c
Binary files /dev/null and b/public/images/items/large/workshop-egg-convertible.png differ
diff --git a/public/images/items/large/wreath-collectible.png b/public/images/items/large/wreath-collectible.png
new file mode 100644
index 00000000..99db54d3
Binary files /dev/null and b/public/images/items/large/wreath-collectible.png differ
diff --git a/public/images/items/large/wreath-grand-arcanum-trap-skin.png b/public/images/items/large/wreath-grand-arcanum-trap-skin.png
new file mode 100644
index 00000000..a859a0ba
Binary files /dev/null and b/public/images/items/large/wreath-grand-arcanum-trap-skin.png differ
diff --git a/public/images/items/large/xmas-2016-forgotten-weapon.png b/public/images/items/large/xmas-2016-forgotten-weapon.png
new file mode 100644
index 00000000..c5c3c57e
Binary files /dev/null and b/public/images/items/large/xmas-2016-forgotten-weapon.png differ
diff --git a/public/images/items/large/xmas-2016-hydro-weapon.png b/public/images/items/large/xmas-2016-hydro-weapon.png
new file mode 100644
index 00000000..733caa33
Binary files /dev/null and b/public/images/items/large/xmas-2016-hydro-weapon.png differ
diff --git a/public/images/items/large/year-of-the-dog-gift-basket-convertible.png b/public/images/items/large/year-of-the-dog-gift-basket-convertible.png
new file mode 100644
index 00000000..5c5dddba
Binary files /dev/null and b/public/images/items/large/year-of-the-dog-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-dog-large-supply-kit-convertible.png b/public/images/items/large/year-of-the-dog-large-supply-kit-convertible.png
new file mode 100644
index 00000000..5cebbf17
Binary files /dev/null and b/public/images/items/large/year-of-the-dog-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-dog-supply-kit-convertible.png b/public/images/items/large/year-of-the-dog-supply-kit-convertible.png
new file mode 100644
index 00000000..87eaf384
Binary files /dev/null and b/public/images/items/large/year-of-the-dog-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-dragon-2024-gift-basket-convertible.png b/public/images/items/large/year-of-the-dragon-2024-gift-basket-convertible.png
new file mode 100644
index 00000000..e1ef4dfb
Binary files /dev/null and b/public/images/items/large/year-of-the-dragon-2024-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-dragon-2024-supply-box-convertible.png b/public/images/items/large/year-of-the-dragon-2024-supply-box-convertible.png
new file mode 100644
index 00000000..a36d88b2
Binary files /dev/null and b/public/images/items/large/year-of-the-dragon-2024-supply-box-convertible.png differ
diff --git a/public/images/items/large/year-of-the-dragon-2024-supply-kit-convertible.png b/public/images/items/large/year-of-the-dragon-2024-supply-kit-convertible.png
new file mode 100644
index 00000000..727a792b
Binary files /dev/null and b/public/images/items/large/year-of-the-dragon-2024-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-dragon-gift-basket-convertible.png b/public/images/items/large/year-of-the-dragon-gift-basket-convertible.png
new file mode 100644
index 00000000..1065361f
Binary files /dev/null and b/public/images/items/large/year-of-the-dragon-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-horse-gift-basket-convertible.png b/public/images/items/large/year-of-the-horse-gift-basket-convertible.png
new file mode 100644
index 00000000..7b9c6d84
Binary files /dev/null and b/public/images/items/large/year-of-the-horse-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-monkey-gift-basket-convertible.png b/public/images/items/large/year-of-the-monkey-gift-basket-convertible.png
new file mode 100644
index 00000000..761d38b3
Binary files /dev/null and b/public/images/items/large/year-of-the-monkey-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-ox-gift-basket-convertible.png b/public/images/items/large/year-of-the-ox-gift-basket-convertible.png
new file mode 100644
index 00000000..df907f40
Binary files /dev/null and b/public/images/items/large/year-of-the-ox-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-ox-large-supply-kit-convertible.png b/public/images/items/large/year-of-the-ox-large-supply-kit-convertible.png
new file mode 100644
index 00000000..195a8f4c
Binary files /dev/null and b/public/images/items/large/year-of-the-ox-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-ox-supply-kit-convertible.png b/public/images/items/large/year-of-the-ox-supply-kit-convertible.png
new file mode 100644
index 00000000..7dda9ea7
Binary files /dev/null and b/public/images/items/large/year-of-the-ox-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-pig-gift-basket-convertible.png b/public/images/items/large/year-of-the-pig-gift-basket-convertible.png
new file mode 100644
index 00000000..7d4330b5
Binary files /dev/null and b/public/images/items/large/year-of-the-pig-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-pig-large-supply-kit-convertible.png b/public/images/items/large/year-of-the-pig-large-supply-kit-convertible.png
new file mode 100644
index 00000000..a370fc0a
Binary files /dev/null and b/public/images/items/large/year-of-the-pig-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-pig-supply-kit-convertible.png b/public/images/items/large/year-of-the-pig-supply-kit-convertible.png
new file mode 100644
index 00000000..c9452cd9
Binary files /dev/null and b/public/images/items/large/year-of-the-pig-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rabbit-gift-basket-convertible.png b/public/images/items/large/year-of-the-rabbit-gift-basket-convertible.png
new file mode 100644
index 00000000..e35ce6e5
Binary files /dev/null and b/public/images/items/large/year-of-the-rabbit-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rabbit-supply-box-convertible.png b/public/images/items/large/year-of-the-rabbit-supply-box-convertible.png
new file mode 100644
index 00000000..db59321a
Binary files /dev/null and b/public/images/items/large/year-of-the-rabbit-supply-box-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rabbit-supply-kit-convertible.png b/public/images/items/large/year-of-the-rabbit-supply-kit-convertible.png
new file mode 100644
index 00000000..0d992a62
Binary files /dev/null and b/public/images/items/large/year-of-the-rabbit-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rat-gift-basket-convertible.png b/public/images/items/large/year-of-the-rat-gift-basket-convertible.png
new file mode 100644
index 00000000..910b0cc3
Binary files /dev/null and b/public/images/items/large/year-of-the-rat-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rat-large-supply-kit-convertible.png b/public/images/items/large/year-of-the-rat-large-supply-kit-convertible.png
new file mode 100644
index 00000000..ba968f06
Binary files /dev/null and b/public/images/items/large/year-of-the-rat-large-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rat-supply-kit-convertible.png b/public/images/items/large/year-of-the-rat-supply-kit-convertible.png
new file mode 100644
index 00000000..d18a0053
Binary files /dev/null and b/public/images/items/large/year-of-the-rat-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rooster-gift-basket-convertible.png b/public/images/items/large/year-of-the-rooster-gift-basket-convertible.png
new file mode 100644
index 00000000..fb8bf4e4
Binary files /dev/null and b/public/images/items/large/year-of-the-rooster-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-rooster-supply-kit-convertible.png b/public/images/items/large/year-of-the-rooster-supply-kit-convertible.png
new file mode 100644
index 00000000..cb62278e
Binary files /dev/null and b/public/images/items/large/year-of-the-rooster-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-sheep-gift-basket-convertible.png b/public/images/items/large/year-of-the-sheep-gift-basket-convertible.png
new file mode 100644
index 00000000..8b90d7e1
Binary files /dev/null and b/public/images/items/large/year-of-the-sheep-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-snake-2025-gift-basket-convertible.png b/public/images/items/large/year-of-the-snake-2025-gift-basket-convertible.png
new file mode 100644
index 00000000..f9fc497e
Binary files /dev/null and b/public/images/items/large/year-of-the-snake-2025-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-snake-2025-supply-box-convertible.png b/public/images/items/large/year-of-the-snake-2025-supply-box-convertible.png
new file mode 100644
index 00000000..496678b1
Binary files /dev/null and b/public/images/items/large/year-of-the-snake-2025-supply-box-convertible.png differ
diff --git a/public/images/items/large/year-of-the-snake-2025-supply-kit-convertible.png b/public/images/items/large/year-of-the-snake-2025-supply-kit-convertible.png
new file mode 100644
index 00000000..b3d53aef
Binary files /dev/null and b/public/images/items/large/year-of-the-snake-2025-supply-kit-convertible.png differ
diff --git a/public/images/items/large/year-of-the-tiger-gift-basket-convertible.png b/public/images/items/large/year-of-the-tiger-gift-basket-convertible.png
new file mode 100644
index 00000000..54aa7234
Binary files /dev/null and b/public/images/items/large/year-of-the-tiger-gift-basket-convertible.png differ
diff --git a/public/images/items/large/year-of-the-tiger-supply-box-convertible.png b/public/images/items/large/year-of-the-tiger-supply-box-convertible.png
new file mode 100644
index 00000000..f96fe17f
Binary files /dev/null and b/public/images/items/large/year-of-the-tiger-supply-box-convertible.png differ
diff --git a/public/images/items/large/year-of-the-tiger-supply-kit-convertible.png b/public/images/items/large/year-of-the-tiger-supply-kit-convertible.png
new file mode 100644
index 00000000..6d4ffca2
Binary files /dev/null and b/public/images/items/large/year-of-the-tiger-supply-kit-convertible.png differ
diff --git a/public/images/items/large/yellow-double-dewdrop-powder-crafting-item.png b/public/images/items/large/yellow-double-dewdrop-powder-crafting-item.png
new file mode 100644
index 00000000..e8c4a035
Binary files /dev/null and b/public/images/items/large/yellow-double-dewdrop-powder-crafting-item.png differ
diff --git a/public/images/items/large/yellow-double-sponge-trinket.png b/public/images/items/large/yellow-double-sponge-trinket.png
new file mode 100644
index 00000000..0ca3f31d
Binary files /dev/null and b/public/images/items/large/yellow-double-sponge-trinket.png differ
diff --git a/public/images/items/large/yellow-drop-stat-item.png b/public/images/items/large/yellow-drop-stat-item.png
new file mode 100644
index 00000000..db977759
Binary files /dev/null and b/public/images/items/large/yellow-drop-stat-item.png differ
diff --git a/public/images/items/large/yellow-pepper-plant-convertible.png b/public/images/items/large/yellow-pepper-plant-convertible.png
new file mode 100644
index 00000000..a02d5289
Binary files /dev/null and b/public/images/items/large/yellow-pepper-plant-convertible.png differ
diff --git a/public/images/items/large/yellow-pepper-seed-craft-item.png b/public/images/items/large/yellow-pepper-seed-craft-item.png
new file mode 100644
index 00000000..7ab4ba57
Binary files /dev/null and b/public/images/items/large/yellow-pepper-seed-craft-item.png differ
diff --git a/public/images/items/large/yellow-sponge-trinket.png b/public/images/items/large/yellow-sponge-trinket.png
new file mode 100644
index 00000000..f479b6bf
Binary files /dev/null and b/public/images/items/large/yellow-sponge-trinket.png differ
diff --git a/public/images/items/large/your-tiny-derpicorn-collectible.png b/public/images/items/large/your-tiny-derpicorn-collectible.png
new file mode 100644
index 00000000..aa4e164c
Binary files /dev/null and b/public/images/items/large/your-tiny-derpicorn-collectible.png differ
diff --git a/public/images/items/large/yule-log-collectible.png b/public/images/items/large/yule-log-collectible.png
new file mode 100644
index 00000000..40545591
Binary files /dev/null and b/public/images/items/large/yule-log-collectible.png differ
diff --git a/public/images/items/large/zokor-fealty-egg-convertible.png b/public/images/items/large/zokor-fealty-egg-convertible.png
new file mode 100644
index 00000000..2ae3ed24
Binary files /dev/null and b/public/images/items/large/zokor-fealty-egg-convertible.png differ
diff --git a/public/images/items/large/zokor-scholar-egg-convertible.png b/public/images/items/large/zokor-scholar-egg-convertible.png
new file mode 100644
index 00000000..6a2846a8
Binary files /dev/null and b/public/images/items/large/zokor-scholar-egg-convertible.png differ
diff --git a/public/images/items/large/zokor-tech-egg-convertible.png b/public/images/items/large/zokor-tech-egg-convertible.png
new file mode 100644
index 00000000..d40cc8dd
Binary files /dev/null and b/public/images/items/large/zokor-tech-egg-convertible.png differ
diff --git a/public/images/items/large/zokor-treasury-egg-convertible.png b/public/images/items/large/zokor-treasury-egg-convertible.png
new file mode 100644
index 00000000..157c46cf
Binary files /dev/null and b/public/images/items/large/zokor-treasury-egg-convertible.png differ
diff --git a/public/images/items/large/zombie-invasion-kit-convertible.png b/public/images/items/large/zombie-invasion-kit-convertible.png
new file mode 100644
index 00000000..ca0219dc
Binary files /dev/null and b/public/images/items/large/zombie-invasion-kit-convertible.png differ
diff --git a/public/images/items/large/zugzwang-island-miniature-collectible.png b/public/images/items/large/zugzwang-island-miniature-collectible.png
new file mode 100644
index 00000000..1f79fc83
Binary files /dev/null and b/public/images/items/large/zugzwang-island-miniature-collectible.png differ
diff --git a/public/images/items/large/zugzwang-island-souvenir-collectible.png b/public/images/items/large/zugzwang-island-souvenir-collectible.png
new file mode 100644
index 00000000..6e7c92e5
Binary files /dev/null and b/public/images/items/large/zugzwang-island-souvenir-collectible.png differ
diff --git a/public/images/items/large/zugzwang-research-assignment-convertible.png b/public/images/items/large/zugzwang-research-assignment-convertible.png
new file mode 100644
index 00000000..c039d45c
Binary files /dev/null and b/public/images/items/large/zugzwang-research-assignment-convertible.png differ
diff --git a/public/images/items/large/zugzwang-scroll-case-convertible.png b/public/images/items/large/zugzwang-scroll-case-convertible.png
new file mode 100644
index 00000000..0fc4302a
Binary files /dev/null and b/public/images/items/large/zugzwang-scroll-case-convertible.png differ
diff --git a/public/images/items/large/zugzwang-sock-collectible.png b/public/images/items/large/zugzwang-sock-collectible.png
new file mode 100644
index 00000000..099775e2
Binary files /dev/null and b/public/images/items/large/zugzwang-sock-collectible.png differ
diff --git a/public/images/items/large/zugzwang-treasure-chest-convertible.png b/public/images/items/large/zugzwang-treasure-chest-convertible.png
new file mode 100644
index 00000000..220eda90
Binary files /dev/null and b/public/images/items/large/zugzwang-treasure-chest-convertible.png differ
diff --git a/public/images/items/large/zugzwang-ultimate-move-weapon.png b/public/images/items/large/zugzwang-ultimate-move-weapon.png
new file mode 100644
index 00000000..24752a98
Binary files /dev/null and b/public/images/items/large/zugzwang-ultimate-move-weapon.png differ
diff --git a/public/images/items/large/zugzwangs-claw-shot-crate-convertible.png b/public/images/items/large/zugzwangs-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..a5adc283
Binary files /dev/null and b/public/images/items/large/zugzwangs-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/large/zugzwangs-first-move-crafting-item.png b/public/images/items/large/zugzwangs-first-move-crafting-item.png
new file mode 100644
index 00000000..c1e0836e
Binary files /dev/null and b/public/images/items/large/zugzwangs-first-move-crafting-item.png differ
diff --git a/public/images/items/large/zugzwangs-first-move-weapon.png b/public/images/items/large/zugzwangs-first-move-weapon.png
new file mode 100644
index 00000000..1971fdf9
Binary files /dev/null and b/public/images/items/large/zugzwangs-first-move-weapon.png differ
diff --git a/public/images/items/large/zugzwangs-last-move-weapon.png b/public/images/items/large/zugzwangs-last-move-weapon.png
new file mode 100644
index 00000000..ba063a49
Binary files /dev/null and b/public/images/items/large/zugzwangs-last-move-weapon.png differ
diff --git a/public/images/items/large/zugzwangs-leftover-rock.png b/public/images/items/large/zugzwangs-leftover-rock.png
new file mode 100644
index 00000000..aa7331ce
Binary files /dev/null and b/public/images/items/large/zugzwangs-leftover-rock.png differ
diff --git a/public/images/items/large/zugzwangs-night-mare-skin.png b/public/images/items/large/zugzwangs-night-mare-skin.png
new file mode 100644
index 00000000..6af7a5fb
Binary files /dev/null and b/public/images/items/large/zugzwangs-night-mare-skin.png differ
diff --git a/public/images/items/large/zugzwangs-scarf.png b/public/images/items/large/zugzwangs-scarf.png
new file mode 100644
index 00000000..18f5b85a
Binary files /dev/null and b/public/images/items/large/zugzwangs-scarf.png differ
diff --git a/public/images/items/large/zurreal-egg-convertible.png b/public/images/items/large/zurreal-egg-convertible.png
new file mode 100644
index 00000000..17cd97c9
Binary files /dev/null and b/public/images/items/large/zurreal-egg-convertible.png differ
diff --git a/public/images/items/large/zurreal-trap-research-convertible.png b/public/images/items/large/zurreal-trap-research-convertible.png
new file mode 100644
index 00000000..02cb192a
Binary files /dev/null and b/public/images/items/large/zurreal-trap-research-convertible.png differ
diff --git a/public/images/items/large/zurreal-trap-research-quest-item.png b/public/images/items/large/zurreal-trap-research-quest-item.png
new file mode 100644
index 00000000..88bfb851
Binary files /dev/null and b/public/images/items/large/zurreal-trap-research-quest-item.png differ
diff --git a/public/images/items/large/zurreals-folly-weapon.png b/public/images/items/large/zurreals-folly-weapon.png
new file mode 100644
index 00000000..5652dffa
Binary files /dev/null and b/public/images/items/large/zurreals-folly-weapon.png differ
diff --git a/public/images/items/large/zz-library-key-map-piece.png b/public/images/items/large/zz-library-key-map-piece.png
new file mode 100644
index 00000000..db340b4f
Binary files /dev/null and b/public/images/items/large/zz-library-key-map-piece.png differ
diff --git a/public/images/items/large/zzl-draconic-book.png b/public/images/items/large/zzl-draconic-book.png
new file mode 100644
index 00000000..a10affd1
Binary files /dev/null and b/public/images/items/large/zzl-draconic-book.png differ
diff --git a/public/images/items/large/zzl-ectoplasm.png b/public/images/items/large/zzl-ectoplasm.png
new file mode 100644
index 00000000..b8d71d3f
Binary files /dev/null and b/public/images/items/large/zzl-ectoplasm.png differ
diff --git a/public/images/items/large/zzl-fine-wood-crafting-item.png b/public/images/items/large/zzl-fine-wood-crafting-item.png
new file mode 100644
index 00000000..29c45d69
Binary files /dev/null and b/public/images/items/large/zzl-fine-wood-crafting-item.png differ
diff --git a/public/images/items/large/zzl-gnawniaresearch-crafting-item.png b/public/images/items/large/zzl-gnawniaresearch-crafting-item.png
new file mode 100644
index 00000000..7cbecf1d
Binary files /dev/null and b/public/images/items/large/zzl-gnawniaresearch-crafting-item.png differ
diff --git a/public/images/items/large/zzl-lich-jewel.png b/public/images/items/large/zzl-lich-jewel.png
new file mode 100644
index 00000000..75c6f90f
Binary files /dev/null and b/public/images/items/large/zzl-lich-jewel.png differ
diff --git a/public/images/items/large/zzl-marchingflameresearch-crafting-item.png b/public/images/items/large/zzl-marchingflameresearch-crafting-item.png
new file mode 100644
index 00000000..b4cba33f
Binary files /dev/null and b/public/images/items/large/zzl-marchingflameresearch-crafting-item.png differ
diff --git a/public/images/items/large/zzl-mesh-netting.png b/public/images/items/large/zzl-mesh-netting.png
new file mode 100644
index 00000000..0a7133d6
Binary files /dev/null and b/public/images/items/large/zzl-mesh-netting.png differ
diff --git a/public/images/items/large/zzl-ripper-nail.png b/public/images/items/large/zzl-ripper-nail.png
new file mode 100644
index 00000000..70671fb2
Binary files /dev/null and b/public/images/items/large/zzl-ripper-nail.png differ
diff --git a/public/images/items/large/zzl-stonework-runes.png b/public/images/items/large/zzl-stonework-runes.png
new file mode 100644
index 00000000..1c599b28
Binary files /dev/null and b/public/images/items/large/zzl-stonework-runes.png differ
diff --git a/public/images/items/large/zzt-champion-kit-convertible.png b/public/images/items/large/zzt-champion-kit-convertible.png
new file mode 100644
index 00000000..2be4ba0d
Binary files /dev/null and b/public/images/items/large/zzt-champion-kit-convertible.png differ
diff --git a/public/images/items/large/zzt-egg-convertible.png b/public/images/items/large/zzt-egg-convertible.png
new file mode 100644
index 00000000..7e665270
Binary files /dev/null and b/public/images/items/large/zzt-egg-convertible.png differ
diff --git a/public/images/items/large/zzt-key.png b/public/images/items/large/zzt-key.png
new file mode 100644
index 00000000..40a777d9
Binary files /dev/null and b/public/images/items/large/zzt-key.png differ
diff --git a/public/images/items/thumbnail/10-pack-of-lunar-lantern-candles-convertible.png b/public/images/items/thumbnail/10-pack-of-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..e6b58ec1
Binary files /dev/null and b/public/images/items/thumbnail/10-pack-of-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/thumbnail/10-pack-of-red-lunar-lantern-candles-convertible.png b/public/images/items/thumbnail/10-pack-of-red-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..098d38f5
Binary files /dev/null and b/public/images/items/thumbnail/10-pack-of-red-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/thumbnail/100-pack-of-lunar-lantern-candles-convertible.png b/public/images/items/thumbnail/100-pack-of-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..d63d7c32
Binary files /dev/null and b/public/images/items/thumbnail/100-pack-of-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/thumbnail/100-pack-of-red-lunar-lantern-candles-convertible.png b/public/images/items/thumbnail/100-pack-of-red-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..e8cf86bc
Binary files /dev/null and b/public/images/items/thumbnail/100-pack-of-red-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/thumbnail/100-pack-super-brie-cheese-convertible.png b/public/images/items/thumbnail/100-pack-super-brie-cheese-convertible.png
new file mode 100644
index 00000000..321ad999
Binary files /dev/null and b/public/images/items/thumbnail/100-pack-super-brie-cheese-convertible.png differ
diff --git a/public/images/items/thumbnail/2-pack-gauntlet-string-cheese-convertible.png b/public/images/items/thumbnail/2-pack-gauntlet-string-cheese-convertible.png
new file mode 100644
index 00000000..787c3e41
Binary files /dev/null and b/public/images/items/thumbnail/2-pack-gauntlet-string-cheese-convertible.png differ
diff --git a/public/images/items/thumbnail/2-pack-lantern-oil-convertible.png b/public/images/items/thumbnail/2-pack-lantern-oil-convertible.png
new file mode 100644
index 00000000..adafeaae
Binary files /dev/null and b/public/images/items/thumbnail/2-pack-lantern-oil-convertible.png differ
diff --git a/public/images/items/thumbnail/2010-blastoff-trap-weapon.png b/public/images/items/thumbnail/2010-blastoff-trap-weapon.png
new file mode 100644
index 00000000..fdbbdccf
Binary files /dev/null and b/public/images/items/thumbnail/2010-blastoff-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/2010-ronza-voucher-stat-item.png b/public/images/items/thumbnail/2010-ronza-voucher-stat-item.png
new file mode 100644
index 00000000..21c1a7dd
Binary files /dev/null and b/public/images/items/thumbnail/2010-ronza-voucher-stat-item.png differ
diff --git a/public/images/items/thumbnail/2011-bday-gift-convertible.png b/public/images/items/thumbnail/2011-bday-gift-convertible.png
new file mode 100644
index 00000000..9a02307b
Binary files /dev/null and b/public/images/items/thumbnail/2011-bday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/2011-pumpkin-treat-basket-convertible.png b/public/images/items/thumbnail/2011-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/2011-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2011-ronza-voucher-stat-item.png b/public/images/items/thumbnail/2011-ronza-voucher-stat-item.png
new file mode 100644
index 00000000..21c1a7dd
Binary files /dev/null and b/public/images/items/thumbnail/2011-ronza-voucher-stat-item.png differ
diff --git a/public/images/items/thumbnail/2011-spring-egg-opener.png b/public/images/items/thumbnail/2011-spring-egg-opener.png
new file mode 100644
index 00000000..71d7670d
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-egg-opener.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-1.png b/public/images/items/thumbnail/2011-spring-hunt-egg-1.png
new file mode 100644
index 00000000..3431fd7c
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-1.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-10.png b/public/images/items/thumbnail/2011-spring-hunt-egg-10.png
new file mode 100644
index 00000000..65aa2f48
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-10.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-2.png b/public/images/items/thumbnail/2011-spring-hunt-egg-2.png
new file mode 100644
index 00000000..e470a146
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-2.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-3.png b/public/images/items/thumbnail/2011-spring-hunt-egg-3.png
new file mode 100644
index 00000000..3bf53822
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-3.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-4.png b/public/images/items/thumbnail/2011-spring-hunt-egg-4.png
new file mode 100644
index 00000000..5aca1b1c
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-4.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-5.png b/public/images/items/thumbnail/2011-spring-hunt-egg-5.png
new file mode 100644
index 00000000..f3371b67
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-5.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-6.png b/public/images/items/thumbnail/2011-spring-hunt-egg-6.png
new file mode 100644
index 00000000..9ed8ce11
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-6.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-7.png b/public/images/items/thumbnail/2011-spring-hunt-egg-7.png
new file mode 100644
index 00000000..c086798b
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-7.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-8.png b/public/images/items/thumbnail/2011-spring-hunt-egg-8.png
new file mode 100644
index 00000000..38fd6911
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-8.png differ
diff --git a/public/images/items/thumbnail/2011-spring-hunt-egg-9.png b/public/images/items/thumbnail/2011-spring-hunt-egg-9.png
new file mode 100644
index 00000000..ac88cf4f
Binary files /dev/null and b/public/images/items/thumbnail/2011-spring-hunt-egg-9.png differ
diff --git a/public/images/items/thumbnail/2012-bday-gift-basket-convertible.png b/public/images/items/thumbnail/2012-bday-gift-basket-convertible.png
new file mode 100644
index 00000000..1ee05549
Binary files /dev/null and b/public/images/items/thumbnail/2012-bday-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2012-bday-gift-convertible.png b/public/images/items/thumbnail/2012-bday-gift-convertible.png
new file mode 100644
index 00000000..9a02307b
Binary files /dev/null and b/public/images/items/thumbnail/2012-bday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/2012-bday-jumbo-gift-basket-convertible.png b/public/images/items/thumbnail/2012-bday-jumbo-gift-basket-convertible.png
new file mode 100644
index 00000000..ec8b4b2b
Binary files /dev/null and b/public/images/items/thumbnail/2012-bday-jumbo-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2012-big-boom-weapon.png b/public/images/items/thumbnail/2012-big-boom-weapon.png
new file mode 100644
index 00000000..f7ba7c22
Binary files /dev/null and b/public/images/items/thumbnail/2012-big-boom-weapon.png differ
diff --git a/public/images/items/thumbnail/2012-pumpkin-treat-basket-convertible.png b/public/images/items/thumbnail/2012-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/2012-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2013-bday-party-pack-convertible.png b/public/images/items/thumbnail/2013-bday-party-pack-convertible.png
new file mode 100644
index 00000000..9b0f9de8
Binary files /dev/null and b/public/images/items/thumbnail/2013-bday-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2013-bday-super-mechaparty-box-convertible.png b/public/images/items/thumbnail/2013-bday-super-mechaparty-box-convertible.png
new file mode 100644
index 00000000..b4e49cb3
Binary files /dev/null and b/public/images/items/thumbnail/2013-bday-super-mechaparty-box-convertible.png differ
diff --git a/public/images/items/thumbnail/2013-pumpkin-treat-basket-convertible.png b/public/images/items/thumbnail/2013-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/2013-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2014-bday-gift-convertible.png b/public/images/items/thumbnail/2014-bday-gift-convertible.png
new file mode 100644
index 00000000..9a02307b
Binary files /dev/null and b/public/images/items/thumbnail/2014-bday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/2014-birthday-goodie-bag-convertible.png b/public/images/items/thumbnail/2014-birthday-goodie-bag-convertible.png
new file mode 100644
index 00000000..c19df3ac
Binary files /dev/null and b/public/images/items/thumbnail/2014-birthday-goodie-bag-convertible.png differ
diff --git a/public/images/items/thumbnail/2014-party-pack-convertible.png b/public/images/items/thumbnail/2014-party-pack-convertible.png
new file mode 100644
index 00000000..4c87d7ec
Binary files /dev/null and b/public/images/items/thumbnail/2014-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2014-pumpkin-treat-basket-convertible.png b/public/images/items/thumbnail/2014-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/2014-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2014-spooky-shuffle-admission-ticket-stat-item.png b/public/images/items/thumbnail/2014-spooky-shuffle-admission-ticket-stat-item.png
new file mode 100644
index 00000000..2bbefec4
Binary files /dev/null and b/public/images/items/thumbnail/2014-spooky-shuffle-admission-ticket-stat-item.png differ
diff --git a/public/images/items/thumbnail/2014-throwable-snowball-stat-item.png b/public/images/items/thumbnail/2014-throwable-snowball-stat-item.png
new file mode 100644
index 00000000..39505981
Binary files /dev/null and b/public/images/items/thumbnail/2014-throwable-snowball-stat-item.png differ
diff --git a/public/images/items/thumbnail/2014-trinket.png b/public/images/items/thumbnail/2014-trinket.png
new file mode 100644
index 00000000..d73bca03
Binary files /dev/null and b/public/images/items/thumbnail/2014-trinket.png differ
diff --git a/public/images/items/thumbnail/2015-bday-gift-convertible.png b/public/images/items/thumbnail/2015-bday-gift-convertible.png
new file mode 100644
index 00000000..9a02307b
Binary files /dev/null and b/public/images/items/thumbnail/2015-bday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/2015-halloween-skin-pack-convertible.png b/public/images/items/thumbnail/2015-halloween-skin-pack-convertible.png
new file mode 100644
index 00000000..55b679ad
Binary files /dev/null and b/public/images/items/thumbnail/2015-halloween-skin-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2015-party-pack-convertible.png b/public/images/items/thumbnail/2015-party-pack-convertible.png
new file mode 100644
index 00000000..1192e205
Binary files /dev/null and b/public/images/items/thumbnail/2015-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2015-toboggan-trophy-collectible.png b/public/images/items/thumbnail/2015-toboggan-trophy-collectible.png
new file mode 100644
index 00000000..14568063
Binary files /dev/null and b/public/images/items/thumbnail/2015-toboggan-trophy-collectible.png differ
diff --git a/public/images/items/thumbnail/2015-trinket.png b/public/images/items/thumbnail/2015-trinket.png
new file mode 100644
index 00000000..f74a7bca
Binary files /dev/null and b/public/images/items/thumbnail/2015-trinket.png differ
diff --git a/public/images/items/thumbnail/2016-bday-gift-convertible.png b/public/images/items/thumbnail/2016-bday-gift-convertible.png
new file mode 100644
index 00000000..80f6c5d2
Binary files /dev/null and b/public/images/items/thumbnail/2016-bday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/2016-halloween-skin-pack-convertible.png b/public/images/items/thumbnail/2016-halloween-skin-pack-convertible.png
new file mode 100644
index 00000000..55b679ad
Binary files /dev/null and b/public/images/items/thumbnail/2016-halloween-skin-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2016-party-pack-convertible.png b/public/images/items/thumbnail/2016-party-pack-convertible.png
new file mode 100644
index 00000000..275dff17
Binary files /dev/null and b/public/images/items/thumbnail/2016-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2016-pumpkin-treat-basket-convertible.png b/public/images/items/thumbnail/2016-pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/2016-pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2016-trinket.png b/public/images/items/thumbnail/2016-trinket.png
new file mode 100644
index 00000000..81df5219
Binary files /dev/null and b/public/images/items/thumbnail/2016-trinket.png differ
diff --git a/public/images/items/thumbnail/2017-bday-gift-convertible.png b/public/images/items/thumbnail/2017-bday-gift-convertible.png
new file mode 100644
index 00000000..22a9fb7e
Binary files /dev/null and b/public/images/items/thumbnail/2017-bday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/2017-halloween-skin-pack-convertible.png b/public/images/items/thumbnail/2017-halloween-skin-pack-convertible.png
new file mode 100644
index 00000000..55b679ad
Binary files /dev/null and b/public/images/items/thumbnail/2017-halloween-skin-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2017-party-pack-convertible.png b/public/images/items/thumbnail/2017-party-pack-convertible.png
new file mode 100644
index 00000000..6b78ae3f
Binary files /dev/null and b/public/images/items/thumbnail/2017-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2017-trinket.png b/public/images/items/thumbnail/2017-trinket.png
new file mode 100644
index 00000000..fa8d1210
Binary files /dev/null and b/public/images/items/thumbnail/2017-trinket.png differ
diff --git a/public/images/items/thumbnail/2018-charm-pack-convertible.png b/public/images/items/thumbnail/2018-charm-pack-convertible.png
new file mode 100644
index 00000000..a43df933
Binary files /dev/null and b/public/images/items/thumbnail/2018-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2018-lucky-codex-stat-item.png b/public/images/items/thumbnail/2018-lucky-codex-stat-item.png
new file mode 100644
index 00000000..250337b7
Binary files /dev/null and b/public/images/items/thumbnail/2018-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2018-party-pack-convertible.png b/public/images/items/thumbnail/2018-party-pack-convertible.png
new file mode 100644
index 00000000..d926ea91
Binary files /dev/null and b/public/images/items/thumbnail/2018-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/2018-spring-hunt-egg-10.png b/public/images/items/thumbnail/2018-spring-hunt-egg-10.png
new file mode 100644
index 00000000..585deee3
Binary files /dev/null and b/public/images/items/thumbnail/2018-spring-hunt-egg-10.png differ
diff --git a/public/images/items/thumbnail/2018-trinket.png b/public/images/items/thumbnail/2018-trinket.png
new file mode 100644
index 00000000..8815084f
Binary files /dev/null and b/public/images/items/thumbnail/2018-trinket.png differ
diff --git a/public/images/items/thumbnail/2019-birthday-gift-basket-convertible.png b/public/images/items/thumbnail/2019-birthday-gift-basket-convertible.png
new file mode 100644
index 00000000..ff31c379
Binary files /dev/null and b/public/images/items/thumbnail/2019-birthday-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/2019-birthday-supply-kit-convertible.png b/public/images/items/thumbnail/2019-birthday-supply-kit-convertible.png
new file mode 100644
index 00000000..ed41c1a2
Binary files /dev/null and b/public/images/items/thumbnail/2019-birthday-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/2019-lucky-codex-stat-item.png b/public/images/items/thumbnail/2019-lucky-codex-stat-item.png
new file mode 100644
index 00000000..456ecfff
Binary files /dev/null and b/public/images/items/thumbnail/2019-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2019-spring-hunt-egg-10.png b/public/images/items/thumbnail/2019-spring-hunt-egg-10.png
new file mode 100644
index 00000000..585deee3
Binary files /dev/null and b/public/images/items/thumbnail/2019-spring-hunt-egg-10.png differ
diff --git a/public/images/items/thumbnail/2019-trinket.png b/public/images/items/thumbnail/2019-trinket.png
new file mode 100644
index 00000000..d6fb8f90
Binary files /dev/null and b/public/images/items/thumbnail/2019-trinket.png differ
diff --git a/public/images/items/thumbnail/2020-lucky-codex-stat-item.png b/public/images/items/thumbnail/2020-lucky-codex-stat-item.png
new file mode 100644
index 00000000..fdbce5fa
Binary files /dev/null and b/public/images/items/thumbnail/2020-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2020-spring-hunt-egg-10.png b/public/images/items/thumbnail/2020-spring-hunt-egg-10.png
new file mode 100644
index 00000000..585deee3
Binary files /dev/null and b/public/images/items/thumbnail/2020-spring-hunt-egg-10.png differ
diff --git a/public/images/items/thumbnail/2020-trinket.png b/public/images/items/thumbnail/2020-trinket.png
new file mode 100644
index 00000000..a83f152d
Binary files /dev/null and b/public/images/items/thumbnail/2020-trinket.png differ
diff --git a/public/images/items/thumbnail/2021-lucky-codex-stat-item.png b/public/images/items/thumbnail/2021-lucky-codex-stat-item.png
new file mode 100644
index 00000000..dab40056
Binary files /dev/null and b/public/images/items/thumbnail/2021-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2021-trinket.png b/public/images/items/thumbnail/2021-trinket.png
new file mode 100644
index 00000000..713ec34b
Binary files /dev/null and b/public/images/items/thumbnail/2021-trinket.png differ
diff --git a/public/images/items/thumbnail/2022-lucky-codex-stat-item.png b/public/images/items/thumbnail/2022-lucky-codex-stat-item.png
new file mode 100644
index 00000000..0974e2b3
Binary files /dev/null and b/public/images/items/thumbnail/2022-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2022-trinket.png b/public/images/items/thumbnail/2022-trinket.png
new file mode 100644
index 00000000..9a60904e
Binary files /dev/null and b/public/images/items/thumbnail/2022-trinket.png differ
diff --git a/public/images/items/thumbnail/2023-lucky-codex-stat-item.png b/public/images/items/thumbnail/2023-lucky-codex-stat-item.png
new file mode 100644
index 00000000..969f4dd1
Binary files /dev/null and b/public/images/items/thumbnail/2023-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2023-trinket.png b/public/images/items/thumbnail/2023-trinket.png
new file mode 100644
index 00000000..4f9e78c8
Binary files /dev/null and b/public/images/items/thumbnail/2023-trinket.png differ
diff --git a/public/images/items/thumbnail/2024-lucky-codex-stat-item.png b/public/images/items/thumbnail/2024-lucky-codex-stat-item.png
new file mode 100644
index 00000000..ea4ac360
Binary files /dev/null and b/public/images/items/thumbnail/2024-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2024-trinket.png b/public/images/items/thumbnail/2024-trinket.png
new file mode 100644
index 00000000..d87e263a
Binary files /dev/null and b/public/images/items/thumbnail/2024-trinket.png differ
diff --git a/public/images/items/thumbnail/2025-lucky-codex-stat-item.png b/public/images/items/thumbnail/2025-lucky-codex-stat-item.png
new file mode 100644
index 00000000..c17449fe
Binary files /dev/null and b/public/images/items/thumbnail/2025-lucky-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/2025-trinket.png b/public/images/items/thumbnail/2025-trinket.png
new file mode 100644
index 00000000..96ba7aa9
Binary files /dev/null and b/public/images/items/thumbnail/2025-trinket.png differ
diff --git a/public/images/items/thumbnail/21k-golden-egg-convertible.png b/public/images/items/thumbnail/21k-golden-egg-convertible.png
new file mode 100644
index 00000000..585deee3
Binary files /dev/null and b/public/images/items/thumbnail/21k-golden-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/250-pack-bland-queso-convertible.png b/public/images/items/thumbnail/250-pack-bland-queso-convertible.png
new file mode 100644
index 00000000..89fad33b
Binary files /dev/null and b/public/images/items/thumbnail/250-pack-bland-queso-convertible.png differ
diff --git a/public/images/items/thumbnail/30-pack-of-lunar-lantern-candles-convertible.png b/public/images/items/thumbnail/30-pack-of-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..080dec52
Binary files /dev/null and b/public/images/items/thumbnail/30-pack-of-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/thumbnail/30-pack-of-red-lunar-lantern-candles-convertible.png b/public/images/items/thumbnail/30-pack-of-red-lunar-lantern-candles-convertible.png
new file mode 100644
index 00000000..4d073c59
Binary files /dev/null and b/public/images/items/thumbnail/30-pack-of-red-lunar-lantern-candles-convertible.png differ
diff --git a/public/images/items/thumbnail/500-pound-spiked-crusher-weapon.png b/public/images/items/thumbnail/500-pound-spiked-crusher-weapon.png
new file mode 100644
index 00000000..acb8088f
Binary files /dev/null and b/public/images/items/thumbnail/500-pound-spiked-crusher-weapon.png differ
diff --git a/public/images/items/thumbnail/6-cupcakes-blue-red-convertible.png b/public/images/items/thumbnail/6-cupcakes-blue-red-convertible.png
new file mode 100644
index 00000000..afbb0274
Binary files /dev/null and b/public/images/items/thumbnail/6-cupcakes-blue-red-convertible.png differ
diff --git a/public/images/items/thumbnail/6-cupcakes-blue-red-yellow-convertible.png b/public/images/items/thumbnail/6-cupcakes-blue-red-yellow-convertible.png
new file mode 100644
index 00000000..c0fab3d7
Binary files /dev/null and b/public/images/items/thumbnail/6-cupcakes-blue-red-yellow-convertible.png differ
diff --git a/public/images/items/thumbnail/6-cupcakes-red-yellow-convertible.png b/public/images/items/thumbnail/6-cupcakes-red-yellow-convertible.png
new file mode 100644
index 00000000..aeb45b9b
Binary files /dev/null and b/public/images/items/thumbnail/6-cupcakes-red-yellow-convertible.png differ
diff --git a/public/images/items/thumbnail/6-cupcakes-yellow-blue-convertible.png b/public/images/items/thumbnail/6-cupcakes-yellow-blue-convertible.png
new file mode 100644
index 00000000..e43556cc
Binary files /dev/null and b/public/images/items/thumbnail/6-cupcakes-yellow-blue-convertible.png differ
diff --git a/public/images/items/thumbnail/abominable-asiago-cheese.png b/public/images/items/thumbnail/abominable-asiago-cheese.png
new file mode 100644
index 00000000..f30723d6
Binary files /dev/null and b/public/images/items/thumbnail/abominable-asiago-cheese.png differ
diff --git a/public/images/items/thumbnail/abominable-snow-egg-convertible.png b/public/images/items/thumbnail/abominable-snow-egg-convertible.png
new file mode 100644
index 00000000..0c274f7f
Binary files /dev/null and b/public/images/items/thumbnail/abominable-snow-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/abrasive-aftershave-collectible.png b/public/images/items/thumbnail/abrasive-aftershave-collectible.png
new file mode 100644
index 00000000..2166e04c
Binary files /dev/null and b/public/images/items/thumbnail/abrasive-aftershave-collectible.png differ
diff --git a/public/images/items/thumbnail/absolute-acolyte-egg-convertible.png b/public/images/items/thumbnail/absolute-acolyte-egg-convertible.png
new file mode 100644
index 00000000..3cc1ea3f
Binary files /dev/null and b/public/images/items/thumbnail/absolute-acolyte-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/acolyte-champion-kit-convertible.png b/public/images/items/thumbnail/acolyte-champion-kit-convertible.png
new file mode 100644
index 00000000..02eb0c53
Binary files /dev/null and b/public/images/items/thumbnail/acolyte-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/acolyte-egg-convertible.png b/public/images/items/thumbnail/acolyte-egg-convertible.png
new file mode 100644
index 00000000..77048691
Binary files /dev/null and b/public/images/items/thumbnail/acolyte-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/acolyte-realm-miniature-collectible.png b/public/images/items/thumbnail/acolyte-realm-miniature-collectible.png
new file mode 100644
index 00000000..25471159
Binary files /dev/null and b/public/images/items/thumbnail/acolyte-realm-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/acolyte-realm-souvenir-collectible.png b/public/images/items/thumbnail/acolyte-realm-souvenir-collectible.png
new file mode 100644
index 00000000..19e12c8b
Binary files /dev/null and b/public/images/items/thumbnail/acolyte-realm-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/acolyte-relic-125000-bonus-loot.png b/public/images/items/thumbnail/acolyte-relic-125000-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/acolyte-relic-125000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/acronym-parts-crafting-item.png b/public/images/items/thumbnail/acronym-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/acronym-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/acronym-weapon.png b/public/images/items/thumbnail/acronym-weapon.png
new file mode 100644
index 00000000..b50bda8e
Binary files /dev/null and b/public/images/items/thumbnail/acronym-weapon.png differ
diff --git a/public/images/items/thumbnail/admirals-galleon-weapon.png b/public/images/items/thumbnail/admirals-galleon-weapon.png
new file mode 100644
index 00000000..8a4f5887
Binary files /dev/null and b/public/images/items/thumbnail/admirals-galleon-weapon.png differ
diff --git a/public/images/items/thumbnail/admirals-ship-journal-theme-collectible.png b/public/images/items/thumbnail/admirals-ship-journal-theme-collectible.png
new file mode 100644
index 00000000..6106afa2
Binary files /dev/null and b/public/images/items/thumbnail/admirals-ship-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/admirals-ship-theme-1-crafting-item.png b/public/images/items/thumbnail/admirals-ship-theme-1-crafting-item.png
new file mode 100644
index 00000000..2b1f919b
Binary files /dev/null and b/public/images/items/thumbnail/admirals-ship-theme-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/admirals-ship-theme-2-crafting-item.png b/public/images/items/thumbnail/admirals-ship-theme-2-crafting-item.png
new file mode 100644
index 00000000..894aeef1
Binary files /dev/null and b/public/images/items/thumbnail/admirals-ship-theme-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/admirals-ship-theme-3-crafting-item.png b/public/images/items/thumbnail/admirals-ship-theme-3-crafting-item.png
new file mode 100644
index 00000000..93b5d0c5
Binary files /dev/null and b/public/images/items/thumbnail/admirals-ship-theme-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/adv-zugzwang-research-assignment-convertible.png b/public/images/items/thumbnail/adv-zugzwang-research-assignment-convertible.png
new file mode 100644
index 00000000..b71ba2eb
Binary files /dev/null and b/public/images/items/thumbnail/adv-zugzwang-research-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/advent-chocolate-stat-item.png b/public/images/items/thumbnail/advent-chocolate-stat-item.png
new file mode 100644
index 00000000..e112cab1
Binary files /dev/null and b/public/images/items/thumbnail/advent-chocolate-stat-item.png differ
diff --git a/public/images/items/thumbnail/adventure-gift-basket-convertible.png b/public/images/items/thumbnail/adventure-gift-basket-convertible.png
new file mode 100644
index 00000000..2190df4c
Binary files /dev/null and b/public/images/items/thumbnail/adventure-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/aether-egg-convertible.png b/public/images/items/thumbnail/aether-egg-convertible.png
new file mode 100644
index 00000000..b00428fd
Binary files /dev/null and b/public/images/items/thumbnail/aether-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/aged-grape-juice-crafting-item.png b/public/images/items/thumbnail/aged-grape-juice-crafting-item.png
new file mode 100644
index 00000000..c1523741
Binary files /dev/null and b/public/images/items/thumbnail/aged-grape-juice-crafting-item.png differ
diff --git a/public/images/items/thumbnail/agriculture-egg-convertible.png b/public/images/items/thumbnail/agriculture-egg-convertible.png
new file mode 100644
index 00000000..6c176f6c
Binary files /dev/null and b/public/images/items/thumbnail/agriculture-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-astral-stat-item.png b/public/images/items/thumbnail/airship-balloon-astral-stat-item.png
new file mode 100644
index 00000000..4f2ffd52
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-astral-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-birthday-stat-item.png b/public/images/items/thumbnail/airship-balloon-birthday-stat-item.png
new file mode 100644
index 00000000..d37f73f4
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-birthday-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-bookmobile-stat-item.png b/public/images/items/thumbnail/airship-balloon-bookmobile-stat-item.png
new file mode 100644
index 00000000..3e1f9d46
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-bookmobile-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-chrome-stat-item.png b/public/images/items/thumbnail/airship-balloon-chrome-stat-item.png
new file mode 100644
index 00000000..9f2d3c25
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-chrome-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-cloud-stat-item.png b/public/images/items/thumbnail/airship-balloon-cloud-stat-item.png
new file mode 100644
index 00000000..8f40c548
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-cloud-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-deluxe-stat-item.png b/public/images/items/thumbnail/airship-balloon-deluxe-stat-item.png
new file mode 100644
index 00000000..738b6a66
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-deluxe-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-empyrean-stat-item.png b/public/images/items/thumbnail/airship-balloon-empyrean-stat-item.png
new file mode 100644
index 00000000..c58bf680
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-empyrean-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-factory-stat-item.png b/public/images/items/thumbnail/airship-balloon-factory-stat-item.png
new file mode 100644
index 00000000..89574982
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-factory-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-ghost-ship-stat-item.png b/public/images/items/thumbnail/airship-balloon-ghost-ship-stat-item.png
new file mode 100644
index 00000000..b965e1e8
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-ghost-ship-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-gilded-stat-item.png b/public/images/items/thumbnail/airship-balloon-gilded-stat-item.png
new file mode 100644
index 00000000..e18b4422
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-gilded-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-gloomy-galleon-stat-item.png b/public/images/items/thumbnail/airship-balloon-gloomy-galleon-stat-item.png
new file mode 100644
index 00000000..e0eee160
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-gloomy-galleon-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-holiday-express-stat-item.png b/public/images/items/thumbnail/airship-balloon-holiday-express-stat-item.png
new file mode 100644
index 00000000..992f26a6
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-holiday-express-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-lny-ox-stat-item.png b/public/images/items/thumbnail/airship-balloon-lny-ox-stat-item.png
new file mode 100644
index 00000000..f2ddebc9
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-lny-ox-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-lny-stat-item.png b/public/images/items/thumbnail/airship-balloon-lny-stat-item.png
new file mode 100644
index 00000000..c4de30e5
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-lny-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-marzipan-stat-item.png b/public/images/items/thumbnail/airship-balloon-marzipan-stat-item.png
new file mode 100644
index 00000000..93f6e67b
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-marzipan-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-mineral-stat-item.png b/public/images/items/thumbnail/airship-balloon-mineral-stat-item.png
new file mode 100644
index 00000000..6b2f3495
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-mineral-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-new-years-stat-item.png b/public/images/items/thumbnail/airship-balloon-new-years-stat-item.png
new file mode 100644
index 00000000..bd3184f0
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-new-years-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-pirate-stat-item.png b/public/images/items/thumbnail/airship-balloon-pirate-stat-item.png
new file mode 100644
index 00000000..d4cf782a
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-pirate-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-plant-stat-item.png b/public/images/items/thumbnail/airship-balloon-plant-stat-item.png
new file mode 100644
index 00000000..ddad8fda
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-plant-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-porcelain-stat-item.png b/public/images/items/thumbnail/airship-balloon-porcelain-stat-item.png
new file mode 100644
index 00000000..8037f0de
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-porcelain-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-spring-stat-item.png b/public/images/items/thumbnail/airship-balloon-spring-stat-item.png
new file mode 100644
index 00000000..0045d954
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-spring-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-tiger-stat-item.png b/public/images/items/thumbnail/airship-balloon-tiger-stat-item.png
new file mode 100644
index 00000000..82388a98
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-tiger-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-vrift-stat-item.png b/public/images/items/thumbnail/airship-balloon-vrift-stat-item.png
new file mode 100644
index 00000000..9f732ed2
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-vrift-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-balloon-winter-stat-item.png b/public/images/items/thumbnail/airship-balloon-winter-stat-item.png
new file mode 100644
index 00000000..12759997
Binary files /dev/null and b/public/images/items/thumbnail/airship-balloon-winter-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-astral-stat-item.png b/public/images/items/thumbnail/airship-hull-astral-stat-item.png
new file mode 100644
index 00000000..417e9e42
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-astral-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-birthday-stat-item.png b/public/images/items/thumbnail/airship-hull-birthday-stat-item.png
new file mode 100644
index 00000000..7176b544
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-birthday-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-bookmobile-stat-item.png b/public/images/items/thumbnail/airship-hull-bookmobile-stat-item.png
new file mode 100644
index 00000000..d620a4b7
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-bookmobile-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-chrome-stat-item.png b/public/images/items/thumbnail/airship-hull-chrome-stat-item.png
new file mode 100644
index 00000000..3ff96b42
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-chrome-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-cloud-stat-item.png b/public/images/items/thumbnail/airship-hull-cloud-stat-item.png
new file mode 100644
index 00000000..f5ff7bdb
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-cloud-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-deluxe-stat-item.png b/public/images/items/thumbnail/airship-hull-deluxe-stat-item.png
new file mode 100644
index 00000000..e4b6b261
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-deluxe-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-empyrean-stat-item.png b/public/images/items/thumbnail/airship-hull-empyrean-stat-item.png
new file mode 100644
index 00000000..9e255918
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-empyrean-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-factory-stat-item.png b/public/images/items/thumbnail/airship-hull-factory-stat-item.png
new file mode 100644
index 00000000..d2a6c136
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-factory-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-ghost-ship-stat-item.png b/public/images/items/thumbnail/airship-hull-ghost-ship-stat-item.png
new file mode 100644
index 00000000..e76d0ad9
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-ghost-ship-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-gilded-stat-item.png b/public/images/items/thumbnail/airship-hull-gilded-stat-item.png
new file mode 100644
index 00000000..f4725fc4
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-gilded-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-gloomy-galleon-stat-item.png b/public/images/items/thumbnail/airship-hull-gloomy-galleon-stat-item.png
new file mode 100644
index 00000000..1044958b
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-gloomy-galleon-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-holiday-express-stat-item.png b/public/images/items/thumbnail/airship-hull-holiday-express-stat-item.png
new file mode 100644
index 00000000..36028798
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-holiday-express-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-lny-ox-stat-item.png b/public/images/items/thumbnail/airship-hull-lny-ox-stat-item.png
new file mode 100644
index 00000000..1aafc0b2
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-lny-ox-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-lny-stat-item.png b/public/images/items/thumbnail/airship-hull-lny-stat-item.png
new file mode 100644
index 00000000..edf8b3cb
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-lny-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-marzipan-stat-item.png b/public/images/items/thumbnail/airship-hull-marzipan-stat-item.png
new file mode 100644
index 00000000..da9dd813
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-marzipan-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-mineral-stat-item.png b/public/images/items/thumbnail/airship-hull-mineral-stat-item.png
new file mode 100644
index 00000000..ecba7ddb
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-mineral-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-new-years-stat-item.png b/public/images/items/thumbnail/airship-hull-new-years-stat-item.png
new file mode 100644
index 00000000..68377cfd
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-new-years-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-pirate-stat-item.png b/public/images/items/thumbnail/airship-hull-pirate-stat-item.png
new file mode 100644
index 00000000..19fb4f0e
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-pirate-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-plant-stat-item.png b/public/images/items/thumbnail/airship-hull-plant-stat-item.png
new file mode 100644
index 00000000..3dad8513
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-plant-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-porcelain-stat-item.png b/public/images/items/thumbnail/airship-hull-porcelain-stat-item.png
new file mode 100644
index 00000000..17dd2802
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-porcelain-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-spring-stat-item.png b/public/images/items/thumbnail/airship-hull-spring-stat-item.png
new file mode 100644
index 00000000..bf462adf
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-spring-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-tiger-stat-item.png b/public/images/items/thumbnail/airship-hull-tiger-stat-item.png
new file mode 100644
index 00000000..23d1aa44
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-tiger-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-vrift-stat-item.png b/public/images/items/thumbnail/airship-hull-vrift-stat-item.png
new file mode 100644
index 00000000..4db72019
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-vrift-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-hull-winter-stat-item.png b/public/images/items/thumbnail/airship-hull-winter-stat-item.png
new file mode 100644
index 00000000..c0b119f5
Binary files /dev/null and b/public/images/items/thumbnail/airship-hull-winter-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-journal-theme-collectible.png b/public/images/items/thumbnail/airship-journal-theme-collectible.png
new file mode 100644
index 00000000..589f6a56
Binary files /dev/null and b/public/images/items/thumbnail/airship-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/airship-rocket-fuel-crate-convertible.png b/public/images/items/thumbnail/airship-rocket-fuel-crate-convertible.png
new file mode 100644
index 00000000..0371e98d
Binary files /dev/null and b/public/images/items/thumbnail/airship-rocket-fuel-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/airship-rocket-fuel-stat-item.png b/public/images/items/thumbnail/airship-rocket-fuel-stat-item.png
new file mode 100644
index 00000000..0232bc5d
Binary files /dev/null and b/public/images/items/thumbnail/airship-rocket-fuel-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-astral-stat-item.png b/public/images/items/thumbnail/airship-sail-astral-stat-item.png
new file mode 100644
index 00000000..2cbda28d
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-astral-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-birthday-stat-item.png b/public/images/items/thumbnail/airship-sail-birthday-stat-item.png
new file mode 100644
index 00000000..b013afce
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-birthday-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-bookmobile-stat-item.png b/public/images/items/thumbnail/airship-sail-bookmobile-stat-item.png
new file mode 100644
index 00000000..f6180fc6
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-bookmobile-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-chrome-stat-item.png b/public/images/items/thumbnail/airship-sail-chrome-stat-item.png
new file mode 100644
index 00000000..6eb9f1bc
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-chrome-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-cloud-stat-item.png b/public/images/items/thumbnail/airship-sail-cloud-stat-item.png
new file mode 100644
index 00000000..b2dbb2c7
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-cloud-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-deluxe-stat-item.png b/public/images/items/thumbnail/airship-sail-deluxe-stat-item.png
new file mode 100644
index 00000000..e9be2de6
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-deluxe-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-empyrean-stat-item.png b/public/images/items/thumbnail/airship-sail-empyrean-stat-item.png
new file mode 100644
index 00000000..fde01b86
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-empyrean-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-factory-stat-item.png b/public/images/items/thumbnail/airship-sail-factory-stat-item.png
new file mode 100644
index 00000000..552e3d13
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-factory-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-ghost-ship-stat-item.png b/public/images/items/thumbnail/airship-sail-ghost-ship-stat-item.png
new file mode 100644
index 00000000..cb7d2d85
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-ghost-ship-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-gilded-stat-item.png b/public/images/items/thumbnail/airship-sail-gilded-stat-item.png
new file mode 100644
index 00000000..2e8b7b7c
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-gilded-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-gloomy-galleon-stat-item.png b/public/images/items/thumbnail/airship-sail-gloomy-galleon-stat-item.png
new file mode 100644
index 00000000..66a16fff
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-gloomy-galleon-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-holiday-express-stat-item.png b/public/images/items/thumbnail/airship-sail-holiday-express-stat-item.png
new file mode 100644
index 00000000..4321ed58
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-holiday-express-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-lny-ox-stat-item.png b/public/images/items/thumbnail/airship-sail-lny-ox-stat-item.png
new file mode 100644
index 00000000..42b45ec5
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-lny-ox-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-lny-stat-item.png b/public/images/items/thumbnail/airship-sail-lny-stat-item.png
new file mode 100644
index 00000000..95de2b8e
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-lny-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-marzipan-stat-item.png b/public/images/items/thumbnail/airship-sail-marzipan-stat-item.png
new file mode 100644
index 00000000..29f40694
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-marzipan-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-mineral-stat-item.png b/public/images/items/thumbnail/airship-sail-mineral-stat-item.png
new file mode 100644
index 00000000..4eae2f13
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-mineral-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-new-years-stat-item.png b/public/images/items/thumbnail/airship-sail-new-years-stat-item.png
new file mode 100644
index 00000000..dee3df40
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-new-years-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-pirate-stat-item.png b/public/images/items/thumbnail/airship-sail-pirate-stat-item.png
new file mode 100644
index 00000000..b51ba4e6
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-pirate-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-plant-stat-item.png b/public/images/items/thumbnail/airship-sail-plant-stat-item.png
new file mode 100644
index 00000000..c134de1a
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-plant-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-porcelain-stat-item.png b/public/images/items/thumbnail/airship-sail-porcelain-stat-item.png
new file mode 100644
index 00000000..1a609e80
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-porcelain-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-spring-stat-item.png b/public/images/items/thumbnail/airship-sail-spring-stat-item.png
new file mode 100644
index 00000000..8f33affc
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-spring-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-tiger-stat-item.png b/public/images/items/thumbnail/airship-sail-tiger-stat-item.png
new file mode 100644
index 00000000..48d482ea
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-tiger-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-vrift-stat-item.png b/public/images/items/thumbnail/airship-sail-vrift-stat-item.png
new file mode 100644
index 00000000..bfa335c9
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-vrift-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-sail-winter-stat-item.png b/public/images/items/thumbnail/airship-sail-winter-stat-item.png
new file mode 100644
index 00000000..37b13e44
Binary files /dev/null and b/public/images/items/thumbnail/airship-sail-winter-stat-item.png differ
diff --git a/public/images/items/thumbnail/airship-supply-kit-convertible.png b/public/images/items/thumbnail/airship-supply-kit-convertible.png
new file mode 100644
index 00000000..97ec3dc4
Binary files /dev/null and b/public/images/items/thumbnail/airship-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/airship-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/airship-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..6087bc15
Binary files /dev/null and b/public/images/items/thumbnail/airship-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/airship-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/airship-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..94203435
Binary files /dev/null and b/public/images/items/thumbnail/airship-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/airship-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/airship-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..ee5e2ac1
Binary files /dev/null and b/public/images/items/thumbnail/airship-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/airship-trinket.png b/public/images/items/thumbnail/airship-trinket.png
new file mode 100644
index 00000000..61f9e955
Binary files /dev/null and b/public/images/items/thumbnail/airship-trinket.png differ
diff --git a/public/images/items/thumbnail/alchemist-supply-box-convertible.png b/public/images/items/thumbnail/alchemist-supply-box-convertible.png
new file mode 100644
index 00000000..f773a687
Binary files /dev/null and b/public/images/items/thumbnail/alchemist-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/alchemists-cookbook-base.png b/public/images/items/thumbnail/alchemists-cookbook-base.png
new file mode 100644
index 00000000..0210ffa1
Binary files /dev/null and b/public/images/items/thumbnail/alchemists-cookbook-base.png differ
diff --git a/public/images/items/thumbnail/all-seeing-eye-focused-crystal-laser-skin.png b/public/images/items/thumbnail/all-seeing-eye-focused-crystal-laser-skin.png
new file mode 100644
index 00000000..cef2c06f
Binary files /dev/null and b/public/images/items/thumbnail/all-seeing-eye-focused-crystal-laser-skin.png differ
diff --git a/public/images/items/thumbnail/amber-queso-stat-item.png b/public/images/items/thumbnail/amber-queso-stat-item.png
new file mode 100644
index 00000000..9fa008ed
Binary files /dev/null and b/public/images/items/thumbnail/amber-queso-stat-item.png differ
diff --git a/public/images/items/thumbnail/ambrosial-portal-weapon.png b/public/images/items/thumbnail/ambrosial-portal-weapon.png
new file mode 100644
index 00000000..038b602a
Binary files /dev/null and b/public/images/items/thumbnail/ambrosial-portal-weapon.png differ
diff --git a/public/images/items/thumbnail/ambush-trap-blueprints-craft-item.png b/public/images/items/thumbnail/ambush-trap-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/ambush-trap-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/ambush-trap-parts-crafting-item.png b/public/images/items/thumbnail/ambush-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/ambush-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ambush-weapon.png b/public/images/items/thumbnail/ambush-weapon.png
new file mode 100644
index 00000000..8ffd85cd
Binary files /dev/null and b/public/images/items/thumbnail/ambush-weapon.png differ
diff --git a/public/images/items/thumbnail/amplifier-trinket.png b/public/images/items/thumbnail/amplifier-trinket.png
new file mode 100644
index 00000000..03574f7a
Binary files /dev/null and b/public/images/items/thumbnail/amplifier-trinket.png differ
diff --git a/public/images/items/thumbnail/anchor-trinket.png b/public/images/items/thumbnail/anchor-trinket.png
new file mode 100644
index 00000000..2d463817
Binary files /dev/null and b/public/images/items/thumbnail/anchor-trinket.png differ
diff --git a/public/images/items/thumbnail/ancient-amulet-collectible.png b/public/images/items/thumbnail/ancient-amulet-collectible.png
new file mode 100644
index 00000000..b72ac6f1
Binary files /dev/null and b/public/images/items/thumbnail/ancient-amulet-collectible.png differ
diff --git a/public/images/items/thumbnail/ancient-ancient-box-trap-skin.png b/public/images/items/thumbnail/ancient-ancient-box-trap-skin.png
new file mode 100644
index 00000000..42aab332
Binary files /dev/null and b/public/images/items/thumbnail/ancient-ancient-box-trap-skin.png differ
diff --git a/public/images/items/thumbnail/ancient-booster-base.png b/public/images/items/thumbnail/ancient-booster-base.png
new file mode 100644
index 00000000..e1526353
Binary files /dev/null and b/public/images/items/thumbnail/ancient-booster-base.png differ
diff --git a/public/images/items/thumbnail/ancient-box-trap-blueprints-craft-item.png b/public/images/items/thumbnail/ancient-box-trap-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/ancient-box-trap-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-box-trap-weapon.png b/public/images/items/thumbnail/ancient-box-trap-weapon.png
new file mode 100644
index 00000000..bbb7ebdf
Binary files /dev/null and b/public/images/items/thumbnail/ancient-box-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/ancient-cheese-potion.png b/public/images/items/thumbnail/ancient-cheese-potion.png
new file mode 100644
index 00000000..204bc501
Binary files /dev/null and b/public/images/items/thumbnail/ancient-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/ancient-cheese.png b/public/images/items/thumbnail/ancient-cheese.png
new file mode 100644
index 00000000..7a7e68d2
Binary files /dev/null and b/public/images/items/thumbnail/ancient-cheese.png differ
diff --git a/public/images/items/thumbnail/ancient-dive-crate-convertible.png b/public/images/items/thumbnail/ancient-dive-crate-convertible.png
new file mode 100644
index 00000000..9603b61f
Binary files /dev/null and b/public/images/items/thumbnail/ancient-dive-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ancient-frayed-blueprint-piece-craft-item.png b/public/images/items/thumbnail/ancient-frayed-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..df49b0af
Binary files /dev/null and b/public/images/items/thumbnail/ancient-frayed-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-gauntlet-weapon.png b/public/images/items/thumbnail/ancient-gauntlet-weapon.png
new file mode 100644
index 00000000..4acf90b4
Binary files /dev/null and b/public/images/items/thumbnail/ancient-gauntlet-weapon.png differ
diff --git a/public/images/items/thumbnail/ancient-jade-egg-convertible.png b/public/images/items/thumbnail/ancient-jade-egg-convertible.png
new file mode 100644
index 00000000..73aa8209
Binary files /dev/null and b/public/images/items/thumbnail/ancient-jade-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/ancient-mangled-blueprint-piece-craft-item.png b/public/images/items/thumbnail/ancient-mangled-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..df49b0af
Binary files /dev/null and b/public/images/items/thumbnail/ancient-mangled-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-relic-collectible.png b/public/images/items/thumbnail/ancient-relic-collectible.png
new file mode 100644
index 00000000..7a0932a1
Binary files /dev/null and b/public/images/items/thumbnail/ancient-relic-collectible.png differ
diff --git a/public/images/items/thumbnail/ancient-relic-staff-craft-item.png b/public/images/items/thumbnail/ancient-relic-staff-craft-item.png
new file mode 100644
index 00000000..ad2fb0a7
Binary files /dev/null and b/public/images/items/thumbnail/ancient-relic-staff-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-relic-trap-skin.png b/public/images/items/thumbnail/ancient-relic-trap-skin.png
new file mode 100644
index 00000000..5fbf51c3
Binary files /dev/null and b/public/images/items/thumbnail/ancient-relic-trap-skin.png differ
diff --git a/public/images/items/thumbnail/ancient-ripped-blueprint-piece-craft-item.png b/public/images/items/thumbnail/ancient-ripped-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..df49b0af
Binary files /dev/null and b/public/images/items/thumbnail/ancient-ripped-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-scholar-scroll-crafting-item.png b/public/images/items/thumbnail/ancient-scholar-scroll-crafting-item.png
new file mode 100644
index 00000000..5dc4df94
Binary files /dev/null and b/public/images/items/thumbnail/ancient-scholar-scroll-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ancient-spear-craft-item.png b/public/images/items/thumbnail/ancient-spear-craft-item.png
new file mode 100644
index 00000000..f9d78a53
Binary files /dev/null and b/public/images/items/thumbnail/ancient-spear-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-spear-gun-weapon.png b/public/images/items/thumbnail/ancient-spear-gun-weapon.png
new file mode 100644
index 00000000..05279c18
Binary files /dev/null and b/public/images/items/thumbnail/ancient-spear-gun-weapon.png differ
diff --git a/public/images/items/thumbnail/ancient-spear-launcher-blueprints-craft-item.png b/public/images/items/thumbnail/ancient-spear-launcher-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/ancient-spear-launcher-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-string-cheese-potion.png b/public/images/items/thumbnail/ancient-string-cheese-potion.png
new file mode 100644
index 00000000..fe596d94
Binary files /dev/null and b/public/images/items/thumbnail/ancient-string-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/ancient-string-cheese.png b/public/images/items/thumbnail/ancient-string-cheese.png
new file mode 100644
index 00000000..ad2d1189
Binary files /dev/null and b/public/images/items/thumbnail/ancient-string-cheese.png differ
diff --git a/public/images/items/thumbnail/ancient-torn-blueprint-piece-craft-item.png b/public/images/items/thumbnail/ancient-torn-blueprint-piece-craft-item.png
new file mode 100644
index 00000000..df49b0af
Binary files /dev/null and b/public/images/items/thumbnail/ancient-torn-blueprint-piece-craft-item.png differ
diff --git a/public/images/items/thumbnail/ancient-trinket.png b/public/images/items/thumbnail/ancient-trinket.png
new file mode 100644
index 00000000..1f0733ab
Binary files /dev/null and b/public/images/items/thumbnail/ancient-trinket.png differ
diff --git a/public/images/items/thumbnail/angel-floating-arcane-weapon-skin.png b/public/images/items/thumbnail/angel-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..c61a1870
Binary files /dev/null and b/public/images/items/thumbnail/angel-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/angelic-reaper-perch-skin.png b/public/images/items/thumbnail/angelic-reaper-perch-skin.png
new file mode 100644
index 00000000..cca5c03e
Binary files /dev/null and b/public/images/items/thumbnail/angelic-reaper-perch-skin.png differ
diff --git a/public/images/items/thumbnail/animate-snow-stat-item.png b/public/images/items/thumbnail/animate-snow-stat-item.png
new file mode 100644
index 00000000..154a9744
Binary files /dev/null and b/public/images/items/thumbnail/animate-snow-stat-item.png differ
diff --git a/public/images/items/thumbnail/anniversary-acronym-weapon.png b/public/images/items/thumbnail/anniversary-acronym-weapon.png
new file mode 100644
index 00000000..082ab29a
Binary files /dev/null and b/public/images/items/thumbnail/anniversary-acronym-weapon.png differ
diff --git a/public/images/items/thumbnail/anniversary-ambush-weapon.png b/public/images/items/thumbnail/anniversary-ambush-weapon.png
new file mode 100644
index 00000000..0e9a7120
Binary files /dev/null and b/public/images/items/thumbnail/anniversary-ambush-weapon.png differ
diff --git a/public/images/items/thumbnail/anniversary-ancient-box-trap-weapon.png b/public/images/items/thumbnail/anniversary-ancient-box-trap-weapon.png
new file mode 100644
index 00000000..afa593e3
Binary files /dev/null and b/public/images/items/thumbnail/anniversary-ancient-box-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/anniversary-mouse-deathbot-weapon.png b/public/images/items/thumbnail/anniversary-mouse-deathbot-weapon.png
new file mode 100644
index 00000000..7ebfd22e
Binary files /dev/null and b/public/images/items/thumbnail/anniversary-mouse-deathbot-weapon.png differ
diff --git a/public/images/items/thumbnail/anniversary-reaper-perch-weapon.png b/public/images/items/thumbnail/anniversary-reaper-perch-weapon.png
new file mode 100644
index 00000000..6b536434
Binary files /dev/null and b/public/images/items/thumbnail/anniversary-reaper-perch-weapon.png differ
diff --git a/public/images/items/thumbnail/anti-skele-trinket.png b/public/images/items/thumbnail/anti-skele-trinket.png
new file mode 100644
index 00000000..70b2f98b
Binary files /dev/null and b/public/images/items/thumbnail/anti-skele-trinket.png differ
diff --git a/public/images/items/thumbnail/antique-chrome-kraken-skin.png b/public/images/items/thumbnail/antique-chrome-kraken-skin.png
new file mode 100644
index 00000000..c2bd2812
Binary files /dev/null and b/public/images/items/thumbnail/antique-chrome-kraken-skin.png differ
diff --git a/public/images/items/thumbnail/antique-frame-stat-item.png b/public/images/items/thumbnail/antique-frame-stat-item.png
new file mode 100644
index 00000000..768c9028
Binary files /dev/null and b/public/images/items/thumbnail/antique-frame-stat-item.png differ
diff --git a/public/images/items/thumbnail/apothecary-supply-kit-convertible.png b/public/images/items/thumbnail/apothecary-supply-kit-convertible.png
new file mode 100644
index 00000000..6f187534
Binary files /dev/null and b/public/images/items/thumbnail/apothecary-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/apprentice-achievement.png b/public/images/items/thumbnail/apprentice-achievement.png
new file mode 100644
index 00000000..c1d76430
Binary files /dev/null and b/public/images/items/thumbnail/apprentice-achievement.png differ
diff --git a/public/images/items/thumbnail/apprentice-amber-stat-item.png b/public/images/items/thumbnail/apprentice-amber-stat-item.png
new file mode 100644
index 00000000..69232962
Binary files /dev/null and b/public/images/items/thumbnail/apprentice-amber-stat-item.png differ
diff --git a/public/images/items/thumbnail/apprentice-ambert-cheese.png b/public/images/items/thumbnail/apprentice-ambert-cheese.png
new file mode 100644
index 00000000..6f0ebe5c
Binary files /dev/null and b/public/images/items/thumbnail/apprentice-ambert-cheese.png differ
diff --git a/public/images/items/thumbnail/apprentice-ambert-pack-large-convertible.png b/public/images/items/thumbnail/apprentice-ambert-pack-large-convertible.png
new file mode 100644
index 00000000..11632682
Binary files /dev/null and b/public/images/items/thumbnail/apprentice-ambert-pack-large-convertible.png differ
diff --git a/public/images/items/thumbnail/apprentice-ambert-pack-small-convertible.png b/public/images/items/thumbnail/apprentice-ambert-pack-small-convertible.png
new file mode 100644
index 00000000..090f4189
Binary files /dev/null and b/public/images/items/thumbnail/apprentice-ambert-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/aqua-base.png b/public/images/items/thumbnail/aqua-base.png
new file mode 100644
index 00000000..9355677c
Binary files /dev/null and b/public/images/items/thumbnail/aqua-base.png differ
diff --git a/public/images/items/thumbnail/arcane-blast-weapon.png b/public/images/items/thumbnail/arcane-blast-weapon.png
new file mode 100644
index 00000000..247a9100
Binary files /dev/null and b/public/images/items/thumbnail/arcane-blast-weapon.png differ
diff --git a/public/images/items/thumbnail/arcane-crystal-crafting-item.png b/public/images/items/thumbnail/arcane-crystal-crafting-item.png
new file mode 100644
index 00000000..aa5f427d
Binary files /dev/null and b/public/images/items/thumbnail/arcane-crystal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/arcane-master-egg-convertible.png b/public/images/items/thumbnail/arcane-master-egg-convertible.png
new file mode 100644
index 00000000..d545ea8f
Binary files /dev/null and b/public/images/items/thumbnail/arcane-master-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/arcane-sunstone-egg-convertible.png b/public/images/items/thumbnail/arcane-sunstone-egg-convertible.png
new file mode 100644
index 00000000..529b00f2
Binary files /dev/null and b/public/images/items/thumbnail/arcane-sunstone-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/arcane-sunstone-stat-item.png b/public/images/items/thumbnail/arcane-sunstone-stat-item.png
new file mode 100644
index 00000000..fc83d741
Binary files /dev/null and b/public/images/items/thumbnail/arcane-sunstone-stat-item.png differ
diff --git a/public/images/items/thumbnail/arcanevine-crafting-item.png b/public/images/items/thumbnail/arcanevine-crafting-item.png
new file mode 100644
index 00000000..c86cf6e5
Binary files /dev/null and b/public/images/items/thumbnail/arcanevine-crafting-item.png differ
diff --git a/public/images/items/thumbnail/archduke-eggsweeper-convertible.png b/public/images/items/thumbnail/archduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/archduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/architeuthulhu-egg-convertible.png b/public/images/items/thumbnail/architeuthulhu-egg-convertible.png
new file mode 100644
index 00000000..ddfe66fe
Binary files /dev/null and b/public/images/items/thumbnail/architeuthulhu-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/archmagus-final-form-skin.png b/public/images/items/thumbnail/archmagus-final-form-skin.png
new file mode 100644
index 00000000..7591fd0e
Binary files /dev/null and b/public/images/items/thumbnail/archmagus-final-form-skin.png differ
diff --git a/public/images/items/thumbnail/arctic-asiago-cheese.png b/public/images/items/thumbnail/arctic-asiago-cheese.png
new file mode 100644
index 00000000..934739e1
Binary files /dev/null and b/public/images/items/thumbnail/arctic-asiago-cheese.png differ
diff --git a/public/images/items/thumbnail/arduous-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/arduous-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/arduous-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/arduous-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/arduous-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/aromatic-oil-crafting-item.png b/public/images/items/thumbnail/aromatic-oil-crafting-item.png
new file mode 100644
index 00000000..6afff116
Binary files /dev/null and b/public/images/items/thumbnail/aromatic-oil-crafting-item.png differ
diff --git a/public/images/items/thumbnail/art-of-dance-skin-pack-convertible.png b/public/images/items/thumbnail/art-of-dance-skin-pack-convertible.png
new file mode 100644
index 00000000..31ff8680
Binary files /dev/null and b/public/images/items/thumbnail/art-of-dance-skin-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/artillery-strike-stat-item.png b/public/images/items/thumbnail/artillery-strike-stat-item.png
new file mode 100644
index 00000000..e9053cc5
Binary files /dev/null and b/public/images/items/thumbnail/artillery-strike-stat-item.png differ
diff --git a/public/images/items/thumbnail/artisan-trinket.png b/public/images/items/thumbnail/artisan-trinket.png
new file mode 100644
index 00000000..4bfab20c
Binary files /dev/null and b/public/images/items/thumbnail/artisan-trinket.png differ
diff --git a/public/images/items/thumbnail/ascended-elder-egg-convertible.png b/public/images/items/thumbnail/ascended-elder-egg-convertible.png
new file mode 100644
index 00000000..ca49197f
Binary files /dev/null and b/public/images/items/thumbnail/ascended-elder-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/ascended-elder-glasses-collectible.png b/public/images/items/thumbnail/ascended-elder-glasses-collectible.png
new file mode 100644
index 00000000..222b0300
Binary files /dev/null and b/public/images/items/thumbnail/ascended-elder-glasses-collectible.png differ
diff --git a/public/images/items/thumbnail/asiago-gift-basket-convertible.png b/public/images/items/thumbnail/asiago-gift-basket-convertible.png
new file mode 100644
index 00000000..5fe37df6
Binary files /dev/null and b/public/images/items/thumbnail/asiago-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/assassin-egg-convertible.png b/public/images/items/thumbnail/assassin-egg-convertible.png
new file mode 100644
index 00000000..b2297558
Binary files /dev/null and b/public/images/items/thumbnail/assassin-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/athlete-kit-convertible.png b/public/images/items/thumbnail/athlete-kit-convertible.png
new file mode 100644
index 00000000..c2b7d42e
Binary files /dev/null and b/public/images/items/thumbnail/athlete-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/athlete-torch-trinket.png b/public/images/items/thumbnail/athlete-torch-trinket.png
new file mode 100644
index 00000000..0997df19
Binary files /dev/null and b/public/images/items/thumbnail/athlete-torch-trinket.png differ
diff --git a/public/images/items/thumbnail/athlete-trinket.png b/public/images/items/thumbnail/athlete-trinket.png
new file mode 100644
index 00000000..f02f182b
Binary files /dev/null and b/public/images/items/thumbnail/athlete-trinket.png differ
diff --git a/public/images/items/thumbnail/athletic-lunar-scroll-case-convertible.png b/public/images/items/thumbnail/athletic-lunar-scroll-case-convertible.png
new file mode 100644
index 00000000..8faaa2fb
Binary files /dev/null and b/public/images/items/thumbnail/athletic-lunar-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/athletic-lunar-treasure-chest-convertible.png b/public/images/items/thumbnail/athletic-lunar-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/athletic-lunar-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/attraction-bonus-candy-collectible.png b/public/images/items/thumbnail/attraction-bonus-candy-collectible.png
new file mode 100644
index 00000000..b44cca43
Binary files /dev/null and b/public/images/items/thumbnail/attraction-bonus-candy-collectible.png differ
diff --git a/public/images/items/thumbnail/attraction-trinket.png b/public/images/items/thumbnail/attraction-trinket.png
new file mode 100644
index 00000000..62c632bf
Binary files /dev/null and b/public/images/items/thumbnail/attraction-trinket.png differ
diff --git a/public/images/items/thumbnail/aurora-base.png b/public/images/items/thumbnail/aurora-base.png
new file mode 100644
index 00000000..dc8853e9
Binary files /dev/null and b/public/images/items/thumbnail/aurora-base.png differ
diff --git a/public/images/items/thumbnail/back-cover-torn-page.png b/public/images/items/thumbnail/back-cover-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/back-cover-torn-page.png differ
diff --git a/public/images/items/thumbnail/bacon-base.png b/public/images/items/thumbnail/bacon-base.png
new file mode 100644
index 00000000..9b2c9d3e
Binary files /dev/null and b/public/images/items/thumbnail/bacon-base.png differ
diff --git a/public/images/items/thumbnail/bag-of-living-essences-convertible.png b/public/images/items/thumbnail/bag-of-living-essences-convertible.png
new file mode 100644
index 00000000..17294551
Binary files /dev/null and b/public/images/items/thumbnail/bag-of-living-essences-convertible.png differ
diff --git a/public/images/items/thumbnail/bag-sticky-charms-convertible.png b/public/images/items/thumbnail/bag-sticky-charms-convertible.png
new file mode 100644
index 00000000..257b213b
Binary files /dev/null and b/public/images/items/thumbnail/bag-sticky-charms-convertible.png differ
diff --git a/public/images/items/thumbnail/bag-wax-charms-convertible.png b/public/images/items/thumbnail/bag-wax-charms-convertible.png
new file mode 100644
index 00000000..029a3fb3
Binary files /dev/null and b/public/images/items/thumbnail/bag-wax-charms-convertible.png differ
diff --git a/public/images/items/thumbnail/baitkeep-crate-convertible.png b/public/images/items/thumbnail/baitkeep-crate-convertible.png
new file mode 100644
index 00000000..753953c7
Binary files /dev/null and b/public/images/items/thumbnail/baitkeep-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/baitkeep-trinket.png b/public/images/items/thumbnail/baitkeep-trinket.png
new file mode 100644
index 00000000..872eb11b
Binary files /dev/null and b/public/images/items/thumbnail/baitkeep-trinket.png differ
diff --git a/public/images/items/thumbnail/balack-lantern-map-piece.png b/public/images/items/thumbnail/balack-lantern-map-piece.png
new file mode 100644
index 00000000..c0f8f162
Binary files /dev/null and b/public/images/items/thumbnail/balack-lantern-map-piece.png differ
diff --git a/public/images/items/thumbnail/balack-the-banished-egg-convertible.png b/public/images/items/thumbnail/balack-the-banished-egg-convertible.png
new file mode 100644
index 00000000..7687dc32
Binary files /dev/null and b/public/images/items/thumbnail/balack-the-banished-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/balacks-cove-champion-kit-convertible.png b/public/images/items/thumbnail/balacks-cove-champion-kit-convertible.png
new file mode 100644
index 00000000..93d5f0cd
Binary files /dev/null and b/public/images/items/thumbnail/balacks-cove-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/balacks-cove-claw-shot-crate-convertible.png b/public/images/items/thumbnail/balacks-cove-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..bd0c92bf
Binary files /dev/null and b/public/images/items/thumbnail/balacks-cove-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/bamboo-base.png b/public/images/items/thumbnail/bamboo-base.png
new file mode 100644
index 00000000..9cc9eb72
Binary files /dev/null and b/public/images/items/thumbnail/bamboo-base.png differ
diff --git a/public/images/items/thumbnail/bamboo-mynorca-skin.png b/public/images/items/thumbnail/bamboo-mynorca-skin.png
new file mode 100644
index 00000000..c46066a4
Binary files /dev/null and b/public/images/items/thumbnail/bamboo-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/bandit-deflector-weapon.png b/public/images/items/thumbnail/bandit-deflector-weapon.png
new file mode 100644
index 00000000..737c055f
Binary files /dev/null and b/public/images/items/thumbnail/bandit-deflector-weapon.png differ
diff --git a/public/images/items/thumbnail/bard-floor-egg-convertible.png b/public/images/items/thumbnail/bard-floor-egg-convertible.png
new file mode 100644
index 00000000..0da00c92
Binary files /dev/null and b/public/images/items/thumbnail/bard-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/barnacle-coral-pack-convertible.png b/public/images/items/thumbnail/barnacle-coral-pack-convertible.png
new file mode 100644
index 00000000..5521aafe
Binary files /dev/null and b/public/images/items/thumbnail/barnacle-coral-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/barnacle-crafting-item.png b/public/images/items/thumbnail/barnacle-crafting-item.png
new file mode 100644
index 00000000..43b972b4
Binary files /dev/null and b/public/images/items/thumbnail/barnacle-crafting-item.png differ
diff --git a/public/images/items/thumbnail/barnacle-egg-convertible.png b/public/images/items/thumbnail/barnacle-egg-convertible.png
new file mode 100644
index 00000000..058fc16c
Binary files /dev/null and b/public/images/items/thumbnail/barnacle-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/barnacle-scale-pack-convertible.png b/public/images/items/thumbnail/barnacle-scale-pack-convertible.png
new file mode 100644
index 00000000..a975bce6
Binary files /dev/null and b/public/images/items/thumbnail/barnacle-scale-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/baron-achievement.png b/public/images/items/thumbnail/baron-achievement.png
new file mode 100644
index 00000000..5a24a656
Binary files /dev/null and b/public/images/items/thumbnail/baron-achievement.png differ
diff --git a/public/images/items/thumbnail/baron-count-eggsweeper-convertible.png b/public/images/items/thumbnail/baron-count-eggsweeper-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/baron-count-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/barricade-egg-convertible.png b/public/images/items/thumbnail/barricade-egg-convertible.png
new file mode 100644
index 00000000..45c4a119
Binary files /dev/null and b/public/images/items/thumbnail/barricade-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/basic-readiness-item.png b/public/images/items/thumbnail/basic-readiness-item.png
new file mode 100644
index 00000000..8ebe27c9
Binary files /dev/null and b/public/images/items/thumbnail/basic-readiness-item.png differ
diff --git a/public/images/items/thumbnail/bat-cave-geyser-hydro-skin.png b/public/images/items/thumbnail/bat-cave-geyser-hydro-skin.png
new file mode 100644
index 00000000..8134907f
Binary files /dev/null and b/public/images/items/thumbnail/bat-cave-geyser-hydro-skin.png differ
diff --git a/public/images/items/thumbnail/bat-plushie.png b/public/images/items/thumbnail/bat-plushie.png
new file mode 100644
index 00000000..730b18dd
Binary files /dev/null and b/public/images/items/thumbnail/bat-plushie.png differ
diff --git a/public/images/items/thumbnail/battering-ram-buster-weapon.png b/public/images/items/thumbnail/battering-ram-buster-weapon.png
new file mode 100644
index 00000000..af6f0faa
Binary files /dev/null and b/public/images/items/thumbnail/battering-ram-buster-weapon.png differ
diff --git a/public/images/items/thumbnail/battery-gift-box-convertible.png b/public/images/items/thumbnail/battery-gift-box-convertible.png
new file mode 100644
index 00000000..f7758a90
Binary files /dev/null and b/public/images/items/thumbnail/battery-gift-box-convertible.png differ
diff --git a/public/images/items/thumbnail/bazaar-map-piece.png b/public/images/items/thumbnail/bazaar-map-piece.png
new file mode 100644
index 00000000..a034d081
Binary files /dev/null and b/public/images/items/thumbnail/bazaar-map-piece.png differ
diff --git a/public/images/items/thumbnail/bbb-egg-convertible.png b/public/images/items/thumbnail/bbb-egg-convertible.png
new file mode 100644
index 00000000..c547ec63
Binary files /dev/null and b/public/images/items/thumbnail/bbb-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/bday-2012-weapon.png b/public/images/items/thumbnail/bday-2012-weapon.png
new file mode 100644
index 00000000..734fe228
Binary files /dev/null and b/public/images/items/thumbnail/bday-2012-weapon.png differ
diff --git a/public/images/items/thumbnail/bday-candle-kaboom-weapon.png b/public/images/items/thumbnail/bday-candle-kaboom-weapon.png
new file mode 100644
index 00000000..30411320
Binary files /dev/null and b/public/images/items/thumbnail/bday-candle-kaboom-weapon.png differ
diff --git a/public/images/items/thumbnail/bday-explosives-crafting-item.png b/public/images/items/thumbnail/bday-explosives-crafting-item.png
new file mode 100644
index 00000000..c7ff68ff
Binary files /dev/null and b/public/images/items/thumbnail/bday-explosives-crafting-item.png differ
diff --git a/public/images/items/thumbnail/be-mine-big-box-convertible.png b/public/images/items/thumbnail/be-mine-big-box-convertible.png
new file mode 100644
index 00000000..273ed4e8
Binary files /dev/null and b/public/images/items/thumbnail/be-mine-big-box-convertible.png differ
diff --git a/public/images/items/thumbnail/be-mine-bouquet-convertible.png b/public/images/items/thumbnail/be-mine-bouquet-convertible.png
new file mode 100644
index 00000000..cbb07069
Binary files /dev/null and b/public/images/items/thumbnail/be-mine-bouquet-convertible.png differ
diff --git a/public/images/items/thumbnail/bead-of-slumber-craft-item.png b/public/images/items/thumbnail/bead-of-slumber-craft-item.png
new file mode 100644
index 00000000..ec3edbbc
Binary files /dev/null and b/public/images/items/thumbnail/bead-of-slumber-craft-item.png differ
diff --git a/public/images/items/thumbnail/beanstalk-treasure-chest-convertible.png b/public/images/items/thumbnail/beanstalk-treasure-chest-convertible.png
new file mode 100644
index 00000000..29f97630
Binary files /dev/null and b/public/images/items/thumbnail/beanstalk-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/beanster-cheese.png b/public/images/items/thumbnail/beanster-cheese.png
new file mode 100644
index 00000000..4c035821
Binary files /dev/null and b/public/images/items/thumbnail/beanster-cheese.png differ
diff --git a/public/images/items/thumbnail/beanster-pack-small-convertible.png b/public/images/items/thumbnail/beanster-pack-small-convertible.png
new file mode 100644
index 00000000..419a8ac6
Binary files /dev/null and b/public/images/items/thumbnail/beanster-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/beginners-luck-convertible.png b/public/images/items/thumbnail/beginners-luck-convertible.png
new file mode 100644
index 00000000..70a2d711
Binary files /dev/null and b/public/images/items/thumbnail/beginners-luck-convertible.png differ
diff --git a/public/images/items/thumbnail/bigger-golder-brick-collectible.png b/public/images/items/thumbnail/bigger-golder-brick-collectible.png
new file mode 100644
index 00000000..d2b65e20
Binary files /dev/null and b/public/images/items/thumbnail/bigger-golder-brick-collectible.png differ
diff --git a/public/images/items/thumbnail/bigger-shuffle-pack-convertible.png b/public/images/items/thumbnail/bigger-shuffle-pack-convertible.png
new file mode 100644
index 00000000..2f7aee12
Binary files /dev/null and b/public/images/items/thumbnail/bigger-shuffle-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/biomolecular-reatomizer-weapon.png b/public/images/items/thumbnail/biomolecular-reatomizer-weapon.png
new file mode 100644
index 00000000..ae4eb620
Binary files /dev/null and b/public/images/items/thumbnail/biomolecular-reatomizer-weapon.png differ
diff --git a/public/images/items/thumbnail/birthday-2014-scroll-case-convertible.png b/public/images/items/thumbnail/birthday-2014-scroll-case-convertible.png
new file mode 100644
index 00000000..99a82288
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2014-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2014-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2014-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2014-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2015-scroll-case-convertible.png b/public/images/items/thumbnail/birthday-2015-scroll-case-convertible.png
new file mode 100644
index 00000000..99a82288
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2015-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2015-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2015-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2015-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2016-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2016-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2016-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2017-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2019-gilded-scroll-case-convertible.png b/public/images/items/thumbnail/birthday-2019-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..4d8533f2
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2019-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2019-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2020-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-2021-treasure-chest-convertible.png b/public/images/items/thumbnail/birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..ddb4aacc
Binary files /dev/null and b/public/images/items/thumbnail/birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-banana-cake-base.png b/public/images/items/thumbnail/birthday-banana-cake-base.png
new file mode 100644
index 00000000..4f0fe3e4
Binary files /dev/null and b/public/images/items/thumbnail/birthday-banana-cake-base.png differ
diff --git a/public/images/items/thumbnail/birthday-batter-stat-item.png b/public/images/items/thumbnail/birthday-batter-stat-item.png
new file mode 100644
index 00000000..e71a0694
Binary files /dev/null and b/public/images/items/thumbnail/birthday-batter-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-bear-collectible.png b/public/images/items/thumbnail/birthday-bear-collectible.png
new file mode 100644
index 00000000..41314c18
Binary files /dev/null and b/public/images/items/thumbnail/birthday-bear-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-bobbins-of-becoming-stat-item.png b/public/images/items/thumbnail/birthday-bobbins-of-becoming-stat-item.png
new file mode 100644
index 00000000..ea83ba2b
Binary files /dev/null and b/public/images/items/thumbnail/birthday-bobbins-of-becoming-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-cake-base.png b/public/images/items/thumbnail/birthday-cake-base.png
new file mode 100644
index 00000000..938b17cf
Binary files /dev/null and b/public/images/items/thumbnail/birthday-cake-base.png differ
diff --git a/public/images/items/thumbnail/birthday-candle-stat-item.png b/public/images/items/thumbnail/birthday-candle-stat-item.png
new file mode 100644
index 00000000..e71a0694
Binary files /dev/null and b/public/images/items/thumbnail/birthday-candle-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-celestial-dissonance-trap-skin.png b/public/images/items/thumbnail/birthday-celestial-dissonance-trap-skin.png
new file mode 100644
index 00000000..0d1f71f6
Binary files /dev/null and b/public/images/items/thumbnail/birthday-celestial-dissonance-trap-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-confetti-cake-base.png b/public/images/items/thumbnail/birthday-confetti-cake-base.png
new file mode 100644
index 00000000..7741e1a9
Binary files /dev/null and b/public/images/items/thumbnail/birthday-confetti-cake-base.png differ
diff --git a/public/images/items/thumbnail/birthday-cupcake-blue-stat-item.png b/public/images/items/thumbnail/birthday-cupcake-blue-stat-item.png
new file mode 100644
index 00000000..80053100
Binary files /dev/null and b/public/images/items/thumbnail/birthday-cupcake-blue-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-cupcake-green-stat-item.png b/public/images/items/thumbnail/birthday-cupcake-green-stat-item.png
new file mode 100644
index 00000000..006a8a83
Binary files /dev/null and b/public/images/items/thumbnail/birthday-cupcake-green-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-cupcake-rainbow-stat-item.png b/public/images/items/thumbnail/birthday-cupcake-rainbow-stat-item.png
new file mode 100644
index 00000000..506e6360
Binary files /dev/null and b/public/images/items/thumbnail/birthday-cupcake-rainbow-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-cupcake-red-stat-item.png b/public/images/items/thumbnail/birthday-cupcake-red-stat-item.png
new file mode 100644
index 00000000..40997b18
Binary files /dev/null and b/public/images/items/thumbnail/birthday-cupcake-red-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-cupcake-yellow-stat-item.png b/public/images/items/thumbnail/birthday-cupcake-yellow-stat-item.png
new file mode 100644
index 00000000..2a30d1ff
Binary files /dev/null and b/public/images/items/thumbnail/birthday-cupcake-yellow-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-dark-magic-mirror-skin.png b/public/images/items/thumbnail/birthday-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..ba563bdb
Binary files /dev/null and b/public/images/items/thumbnail/birthday-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-dragee-cake-base.png b/public/images/items/thumbnail/birthday-dragee-cake-base.png
new file mode 100644
index 00000000..bd940b69
Binary files /dev/null and b/public/images/items/thumbnail/birthday-dragee-cake-base.png differ
diff --git a/public/images/items/thumbnail/birthday-droid-archmagus-skin.png b/public/images/items/thumbnail/birthday-droid-archmagus-skin.png
new file mode 100644
index 00000000..729b83a3
Binary files /dev/null and b/public/images/items/thumbnail/birthday-droid-archmagus-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-eight-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-eight-journal-theme-collectible.png
new file mode 100644
index 00000000..6ac5376f
Binary files /dev/null and b/public/images/items/thumbnail/birthday-eight-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-eleven-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-eleven-journal-theme-collectible.png
new file mode 100644
index 00000000..9cdd8f49
Binary files /dev/null and b/public/images/items/thumbnail/birthday-eleven-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-f-scroll-case-convertible.png b/public/images/items/thumbnail/birthday-f-scroll-case-convertible.png
new file mode 100644
index 00000000..99a82288
Binary files /dev/null and b/public/images/items/thumbnail/birthday-f-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-factory-break-room-stat-item.png b/public/images/items/thumbnail/birthday-factory-break-room-stat-item.png
new file mode 100644
index 00000000..a5f496e7
Binary files /dev/null and b/public/images/items/thumbnail/birthday-factory-break-room-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-factory-golden-ticket-stat-item.png b/public/images/items/thumbnail/birthday-factory-golden-ticket-stat-item.png
new file mode 100644
index 00000000..c10715f9
Binary files /dev/null and b/public/images/items/thumbnail/birthday-factory-golden-ticket-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-factory-mixing-room-stat-item.png b/public/images/items/thumbnail/birthday-factory-mixing-room-stat-item.png
new file mode 100644
index 00000000..7aa5816d
Binary files /dev/null and b/public/images/items/thumbnail/birthday-factory-mixing-room-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-factory-pumping-room-stat-item.png b/public/images/items/thumbnail/birthday-factory-pumping-room-stat-item.png
new file mode 100644
index 00000000..8fa0aaf1
Binary files /dev/null and b/public/images/items/thumbnail/birthday-factory-pumping-room-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-factory-quality-assurance-room-stat-item.png b/public/images/items/thumbnail/birthday-factory-quality-assurance-room-stat-item.png
new file mode 100644
index 00000000..f47ee77a
Binary files /dev/null and b/public/images/items/thumbnail/birthday-factory-quality-assurance-room-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-factory-trinket.png b/public/images/items/thumbnail/birthday-factory-trinket.png
new file mode 100644
index 00000000..1e5a216d
Binary files /dev/null and b/public/images/items/thumbnail/birthday-factory-trinket.png differ
diff --git a/public/images/items/thumbnail/birthday-fifteen-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-fifteen-journal-theme-collectible.png
new file mode 100644
index 00000000..dacaeeb6
Binary files /dev/null and b/public/images/items/thumbnail/birthday-fifteen-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-fire-stat-item.png b/public/images/items/thumbnail/birthday-fire-stat-item.png
new file mode 100644
index 00000000..e71a0694
Binary files /dev/null and b/public/images/items/thumbnail/birthday-fire-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-floating-arcane-upgraded-weapon-skin.png b/public/images/items/thumbnail/birthday-floating-arcane-upgraded-weapon-skin.png
new file mode 100644
index 00000000..ad46ba5e
Binary files /dev/null and b/public/images/items/thumbnail/birthday-floating-arcane-upgraded-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-floating-arcane-weapon-skin.png b/public/images/items/thumbnail/birthday-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..c8c10cd0
Binary files /dev/null and b/public/images/items/thumbnail/birthday-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-fourteenth-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-fourteenth-journal-theme-collectible.png
new file mode 100644
index 00000000..068a0003
Binary files /dev/null and b/public/images/items/thumbnail/birthday-fourteenth-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-geyser-draconic-skin.png b/public/images/items/thumbnail/birthday-geyser-draconic-skin.png
new file mode 100644
index 00000000..eefa47d5
Binary files /dev/null and b/public/images/items/thumbnail/birthday-geyser-draconic-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-gift-convertible.png b/public/images/items/thumbnail/birthday-gift-convertible.png
new file mode 100644
index 00000000..9a02307b
Binary files /dev/null and b/public/images/items/thumbnail/birthday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-gilded-scroll-case-convertible.png b/public/images/items/thumbnail/birthday-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..4d8533f2
Binary files /dev/null and b/public/images/items/thumbnail/birthday-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-icing-stat-item.png b/public/images/items/thumbnail/birthday-icing-stat-item.png
new file mode 100644
index 00000000..e71a0694
Binary files /dev/null and b/public/images/items/thumbnail/birthday-icing-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-infinite-labyrinth-trap-skin.png b/public/images/items/thumbnail/birthday-infinite-labyrinth-trap-skin.png
new file mode 100644
index 00000000..95794a38
Binary files /dev/null and b/public/images/items/thumbnail/birthday-infinite-labyrinth-trap-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-meteor-prison-core-skin.png b/public/images/items/thumbnail/birthday-meteor-prison-core-skin.png
new file mode 100644
index 00000000..73a28f15
Binary files /dev/null and b/public/images/items/thumbnail/birthday-meteor-prison-core-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-nine-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-nine-journal-theme-collectible.png
new file mode 100644
index 00000000..f9cf9924
Binary files /dev/null and b/public/images/items/thumbnail/birthday-nine-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-paradox-patterns-stat-item.png b/public/images/items/thumbnail/birthday-paradox-patterns-stat-item.png
new file mode 100644
index 00000000..11b7c5ab
Binary files /dev/null and b/public/images/items/thumbnail/birthday-paradox-patterns-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-party-size-gilded-scroll-case-convertible.png b/public/images/items/thumbnail/birthday-party-size-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..6e673de1
Binary files /dev/null and b/public/images/items/thumbnail/birthday-party-size-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-pausing-pins-stat-item.png b/public/images/items/thumbnail/birthday-pausing-pins-stat-item.png
new file mode 100644
index 00000000..bdfc0484
Binary files /dev/null and b/public/images/items/thumbnail/birthday-pausing-pins-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-polaroid-collectible.png b/public/images/items/thumbnail/birthday-polaroid-collectible.png
new file mode 100644
index 00000000..329ef026
Binary files /dev/null and b/public/images/items/thumbnail/birthday-polaroid-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-queso-fount-skin.png b/public/images/items/thumbnail/birthday-queso-fount-skin.png
new file mode 100644
index 00000000..7907a2d2
Binary files /dev/null and b/public/images/items/thumbnail/birthday-queso-fount-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-rift-mynorca-skin.png b/public/images/items/thumbnail/birthday-rift-mynorca-skin.png
new file mode 100644
index 00000000..1078691b
Binary files /dev/null and b/public/images/items/thumbnail/birthday-rift-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-seven-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-seven-journal-theme-collectible.png
new file mode 100644
index 00000000..224ce39d
Binary files /dev/null and b/public/images/items/thumbnail/birthday-seven-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-seventeen-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-seventeen-journal-theme-collectible.png
new file mode 100644
index 00000000..951f10da
Binary files /dev/null and b/public/images/items/thumbnail/birthday-seventeen-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-six-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-six-journal-theme-collectible.png
new file mode 100644
index 00000000..6229bc3a
Binary files /dev/null and b/public/images/items/thumbnail/birthday-six-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-sixteen-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-sixteen-journal-theme-collectible.png
new file mode 100644
index 00000000..1261a333
Binary files /dev/null and b/public/images/items/thumbnail/birthday-sixteen-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-skin-pattern-piece-stat-item.png b/public/images/items/thumbnail/birthday-skin-pattern-piece-stat-item.png
new file mode 100644
index 00000000..5ea9ca0e
Binary files /dev/null and b/public/images/items/thumbnail/birthday-skin-pattern-piece-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-temporal-dissonance-skin.png b/public/images/items/thumbnail/birthday-temporal-dissonance-skin.png
new file mode 100644
index 00000000..5507e51c
Binary files /dev/null and b/public/images/items/thumbnail/birthday-temporal-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/birthday-ten-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-ten-journal-theme-collectible.png
new file mode 100644
index 00000000..6707c607
Binary files /dev/null and b/public/images/items/thumbnail/birthday-ten-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-thirteen-journal-theme-collectible.png b/public/images/items/thumbnail/birthday-thirteen-journal-theme-collectible.png
new file mode 100644
index 00000000..7e029472
Binary files /dev/null and b/public/images/items/thumbnail/birthday-thirteen-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/birthday-time-fabric-stat-item.png b/public/images/items/thumbnail/birthday-time-fabric-stat-item.png
new file mode 100644
index 00000000..e0e74b3b
Binary files /dev/null and b/public/images/items/thumbnail/birthday-time-fabric-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-time-thread-stat-item.png b/public/images/items/thumbnail/birthday-time-thread-stat-item.png
new file mode 100644
index 00000000..2e15f067
Binary files /dev/null and b/public/images/items/thumbnail/birthday-time-thread-stat-item.png differ
diff --git a/public/images/items/thumbnail/birthday-ube-cake-base.png b/public/images/items/thumbnail/birthday-ube-cake-base.png
new file mode 100644
index 00000000..a28726d7
Binary files /dev/null and b/public/images/items/thumbnail/birthday-ube-cake-base.png differ
diff --git a/public/images/items/thumbnail/birthday-ultimate-luck-crate-convertible.png b/public/images/items/thumbnail/birthday-ultimate-luck-crate-convertible.png
new file mode 100644
index 00000000..978cafa7
Binary files /dev/null and b/public/images/items/thumbnail/birthday-ultimate-luck-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-ultimate-luck-power-crate-convertible.png b/public/images/items/thumbnail/birthday-ultimate-luck-power-crate-convertible.png
new file mode 100644
index 00000000..dcd7e29c
Binary files /dev/null and b/public/images/items/thumbnail/birthday-ultimate-luck-power-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-ultimate-power-crate-convertible.png b/public/images/items/thumbnail/birthday-ultimate-power-crate-convertible.png
new file mode 100644
index 00000000..97f1127e
Binary files /dev/null and b/public/images/items/thumbnail/birthday-ultimate-power-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/birthday-upgraded-rune-shark-skin.png b/public/images/items/thumbnail/birthday-upgraded-rune-shark-skin.png
new file mode 100644
index 00000000..151d4e54
Binary files /dev/null and b/public/images/items/thumbnail/birthday-upgraded-rune-shark-skin.png differ
diff --git a/public/images/items/thumbnail/black-forest-cake-base.png b/public/images/items/thumbnail/black-forest-cake-base.png
new file mode 100644
index 00000000..46e641cd
Binary files /dev/null and b/public/images/items/thumbnail/black-forest-cake-base.png differ
diff --git a/public/images/items/thumbnail/black-pearl-collectible.png b/public/images/items/thumbnail/black-pearl-collectible.png
new file mode 100644
index 00000000..69e243c6
Binary files /dev/null and b/public/images/items/thumbnail/black-pearl-collectible.png differ
diff --git a/public/images/items/thumbnail/black-widow-base.png b/public/images/items/thumbnail/black-widow-base.png
new file mode 100644
index 00000000..94d5ce5b
Binary files /dev/null and b/public/images/items/thumbnail/black-widow-base.png differ
diff --git a/public/images/items/thumbnail/black-widow-egg-convertible.png b/public/images/items/thumbnail/black-widow-egg-convertible.png
new file mode 100644
index 00000000..9702c255
Binary files /dev/null and b/public/images/items/thumbnail/black-widow-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/blackstone-pass-blueprints-crafting-item.png b/public/images/items/thumbnail/blackstone-pass-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/blackstone-pass-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/blackstone-pass-weapon.png b/public/images/items/thumbnail/blackstone-pass-weapon.png
new file mode 100644
index 00000000..04c4a683
Binary files /dev/null and b/public/images/items/thumbnail/blackstone-pass-weapon.png differ
diff --git a/public/images/items/thumbnail/bland-queso-cheese.png b/public/images/items/thumbnail/bland-queso-cheese.png
new file mode 100644
index 00000000..89fad33b
Binary files /dev/null and b/public/images/items/thumbnail/bland-queso-cheese.png differ
diff --git a/public/images/items/thumbnail/blizzard-storm-wrought-ballista-skin.png b/public/images/items/thumbnail/blizzard-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..9aaf27d4
Binary files /dev/null and b/public/images/items/thumbnail/blizzard-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/thumbnail/blood-stone-stat-item.png b/public/images/items/thumbnail/blood-stone-stat-item.png
new file mode 100644
index 00000000..3aa1608f
Binary files /dev/null and b/public/images/items/thumbnail/blood-stone-stat-item.png differ
diff --git a/public/images/items/thumbnail/bloom-rubber-plant-convertible.png b/public/images/items/thumbnail/bloom-rubber-plant-convertible.png
new file mode 100644
index 00000000..8aa76ed3
Binary files /dev/null and b/public/images/items/thumbnail/bloom-rubber-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/bloom-spice-large-convertible.png b/public/images/items/thumbnail/bloom-spice-large-convertible.png
new file mode 100644
index 00000000..e02d17b9
Binary files /dev/null and b/public/images/items/thumbnail/bloom-spice-large-convertible.png differ
diff --git a/public/images/items/thumbnail/bloom-spice-medium-convertible.png b/public/images/items/thumbnail/bloom-spice-medium-convertible.png
new file mode 100644
index 00000000..c06e5b84
Binary files /dev/null and b/public/images/items/thumbnail/bloom-spice-medium-convertible.png differ
diff --git a/public/images/items/thumbnail/bloom-spice-small-convertible.png b/public/images/items/thumbnail/bloom-spice-small-convertible.png
new file mode 100644
index 00000000..8584b146
Binary files /dev/null and b/public/images/items/thumbnail/bloom-spice-small-convertible.png differ
diff --git a/public/images/items/thumbnail/blue-argyle-egg-convertible.png b/public/images/items/thumbnail/blue-argyle-egg-convertible.png
new file mode 100644
index 00000000..e470a146
Binary files /dev/null and b/public/images/items/thumbnail/blue-argyle-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/blue-double-dewdrop-powder-crafting-item.png b/public/images/items/thumbnail/blue-double-dewdrop-powder-crafting-item.png
new file mode 100644
index 00000000..b3373853
Binary files /dev/null and b/public/images/items/thumbnail/blue-double-dewdrop-powder-crafting-item.png differ
diff --git a/public/images/items/thumbnail/blue-pepper-plant-convertible.png b/public/images/items/thumbnail/blue-pepper-plant-convertible.png
new file mode 100644
index 00000000..f13e9e2a
Binary files /dev/null and b/public/images/items/thumbnail/blue-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/blue-pepper-seed-craft-item.png b/public/images/items/thumbnail/blue-pepper-seed-craft-item.png
new file mode 100644
index 00000000..aeac47ea
Binary files /dev/null and b/public/images/items/thumbnail/blue-pepper-seed-craft-item.png differ
diff --git a/public/images/items/thumbnail/blue-winter-hunt-gift.png b/public/images/items/thumbnail/blue-winter-hunt-gift.png
new file mode 100644
index 00000000..42cdff50
Binary files /dev/null and b/public/images/items/thumbnail/blue-winter-hunt-gift.png differ
diff --git a/public/images/items/thumbnail/boiling-cauldron-weapon.png b/public/images/items/thumbnail/boiling-cauldron-weapon.png
new file mode 100644
index 00000000..b114e4d8
Binary files /dev/null and b/public/images/items/thumbnail/boiling-cauldron-weapon.png differ
diff --git a/public/images/items/thumbnail/bolt-of-cloth-craft-item.png b/public/images/items/thumbnail/bolt-of-cloth-craft-item.png
new file mode 100644
index 00000000..fc23a622
Binary files /dev/null and b/public/images/items/thumbnail/bolt-of-cloth-craft-item.png differ
diff --git a/public/images/items/thumbnail/bonus-egg-hunting-kit-convertible.png b/public/images/items/thumbnail/bonus-egg-hunting-kit-convertible.png
new file mode 100644
index 00000000..2b2a1d97
Binary files /dev/null and b/public/images/items/thumbnail/bonus-egg-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/book-warmer-trinket.png b/public/images/items/thumbnail/book-warmer-trinket.png
new file mode 100644
index 00000000..ba8982db
Binary files /dev/null and b/public/images/items/thumbnail/book-warmer-trinket.png differ
diff --git a/public/images/items/thumbnail/borean-commander-caught-stat-item.png b/public/images/items/thumbnail/borean-commander-caught-stat-item.png
new file mode 100644
index 00000000..55db6380
Binary files /dev/null and b/public/images/items/thumbnail/borean-commander-caught-stat-item.png differ
diff --git a/public/images/items/thumbnail/boss-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-elite-2021-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-elite-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-elite-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..ee7b3f6e
Binary files /dev/null and b/public/images/items/thumbnail/boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/boss-scroll-case-convertible.png b/public/images/items/thumbnail/boss-scroll-case-convertible.png
new file mode 100644
index 00000000..d7df5339
Binary files /dev/null and b/public/images/items/thumbnail/boss-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/bottled-up-rage-crafting-item.png b/public/images/items/thumbnail/bottled-up-rage-crafting-item.png
new file mode 100644
index 00000000..98cda69f
Binary files /dev/null and b/public/images/items/thumbnail/bottled-up-rage-crafting-item.png differ
diff --git a/public/images/items/thumbnail/bottled-wind-case-convertible.png b/public/images/items/thumbnail/bottled-wind-case-convertible.png
new file mode 100644
index 00000000..153282bc
Binary files /dev/null and b/public/images/items/thumbnail/bottled-wind-case-convertible.png differ
diff --git a/public/images/items/thumbnail/bottled-wind-egg-convertible.png b/public/images/items/thumbnail/bottled-wind-egg-convertible.png
new file mode 100644
index 00000000..887b0eb3
Binary files /dev/null and b/public/images/items/thumbnail/bottled-wind-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/bottled-wind-stat-item.png b/public/images/items/thumbnail/bottled-wind-stat-item.png
new file mode 100644
index 00000000..ab8b2039
Binary files /dev/null and b/public/images/items/thumbnail/bottled-wind-stat-item.png differ
diff --git a/public/images/items/thumbnail/bottomless-grave-weapon.png b/public/images/items/thumbnail/bottomless-grave-weapon.png
new file mode 100644
index 00000000..75904f1d
Binary files /dev/null and b/public/images/items/thumbnail/bottomless-grave-weapon.png differ
diff --git a/public/images/items/thumbnail/bountiful-beanstalk-journal-theme-collectible.png b/public/images/items/thumbnail/bountiful-beanstalk-journal-theme-collectible.png
new file mode 100644
index 00000000..047c08fe
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-beanstalk-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/bountiful-beanstalk-map-piece.png b/public/images/items/thumbnail/bountiful-beanstalk-map-piece.png
new file mode 100644
index 00000000..a0b85e6a
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-beanstalk-map-piece.png differ
diff --git a/public/images/items/thumbnail/bountiful-beanstalk-scroll-case-convertible.png b/public/images/items/thumbnail/bountiful-beanstalk-scroll-case-convertible.png
new file mode 100644
index 00000000..08bcef9d
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-beanstalk-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/bountiful-gift-basket-convertible.png b/public/images/items/thumbnail/bountiful-gift-basket-convertible.png
new file mode 100644
index 00000000..5b14ff49
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/bountiful-large-supply-kit-convertible.png b/public/images/items/thumbnail/bountiful-large-supply-kit-convertible.png
new file mode 100644
index 00000000..9aea4960
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/bountiful-supply-kit-convertible.png b/public/images/items/thumbnail/bountiful-supply-kit-convertible.png
new file mode 100644
index 00000000..3296e83b
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/bountiful-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/bountiful-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..6742f018
Binary files /dev/null and b/public/images/items/thumbnail/bountiful-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/bounty-reward-convertible.png b/public/images/items/thumbnail/bounty-reward-convertible.png
new file mode 100644
index 00000000..e91a23e8
Binary files /dev/null and b/public/images/items/thumbnail/bounty-reward-convertible.png differ
diff --git a/public/images/items/thumbnail/bounty-reward-f-convertible.png b/public/images/items/thumbnail/bounty-reward-f-convertible.png
new file mode 100644
index 00000000..e91a23e8
Binary files /dev/null and b/public/images/items/thumbnail/bounty-reward-f-convertible.png differ
diff --git a/public/images/items/thumbnail/bounty-trail-kit-convertible.png b/public/images/items/thumbnail/bounty-trail-kit-convertible.png
new file mode 100644
index 00000000..e68c7c9f
Binary files /dev/null and b/public/images/items/thumbnail/bounty-trail-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/bow-and-arrow-collectible.png b/public/images/items/thumbnail/bow-and-arrow-collectible.png
new file mode 100644
index 00000000..3a565e36
Binary files /dev/null and b/public/images/items/thumbnail/bow-and-arrow-collectible.png differ
diff --git a/public/images/items/thumbnail/brain-bit-crafting-item.png b/public/images/items/thumbnail/brain-bit-crafting-item.png
new file mode 100644
index 00000000..6a5569e4
Binary files /dev/null and b/public/images/items/thumbnail/brain-bit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/brain-extractor-part-crafting-item.png b/public/images/items/thumbnail/brain-extractor-part-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/brain-extractor-part-crafting-item.png differ
diff --git a/public/images/items/thumbnail/brain-extractor-part-stat-item.png b/public/images/items/thumbnail/brain-extractor-part-stat-item.png
new file mode 100644
index 00000000..7602308a
Binary files /dev/null and b/public/images/items/thumbnail/brain-extractor-part-stat-item.png differ
diff --git a/public/images/items/thumbnail/brain-extractor-upgrade-weapon.png b/public/images/items/thumbnail/brain-extractor-upgrade-weapon.png
new file mode 100644
index 00000000..1c61a6bc
Binary files /dev/null and b/public/images/items/thumbnail/brain-extractor-upgrade-weapon.png differ
diff --git a/public/images/items/thumbnail/brain-extractor-weapon.png b/public/images/items/thumbnail/brain-extractor-weapon.png
new file mode 100644
index 00000000..4504d0fd
Binary files /dev/null and b/public/images/items/thumbnail/brain-extractor-weapon.png differ
diff --git a/public/images/items/thumbnail/brain-trinket.png b/public/images/items/thumbnail/brain-trinket.png
new file mode 100644
index 00000000..64e469ce
Binary files /dev/null and b/public/images/items/thumbnail/brain-trinket.png differ
diff --git a/public/images/items/thumbnail/brainstorm-chum-stat-item.png b/public/images/items/thumbnail/brainstorm-chum-stat-item.png
new file mode 100644
index 00000000..0c5f1006
Binary files /dev/null and b/public/images/items/thumbnail/brainstorm-chum-stat-item.png differ
diff --git a/public/images/items/thumbnail/bravery-trinket.png b/public/images/items/thumbnail/bravery-trinket.png
new file mode 100644
index 00000000..51177b65
Binary files /dev/null and b/public/images/items/thumbnail/bravery-trinket.png differ
diff --git a/public/images/items/thumbnail/brewers-apprentice-kit-convertible.png b/public/images/items/thumbnail/brewers-apprentice-kit-convertible.png
new file mode 100644
index 00000000..52d54af5
Binary files /dev/null and b/public/images/items/thumbnail/brewers-apprentice-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/brewmasters-supply-kit-convertible.png b/public/images/items/thumbnail/brewmasters-supply-kit-convertible.png
new file mode 100644
index 00000000..a88f33ba
Binary files /dev/null and b/public/images/items/thumbnail/brewmasters-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/brie-cheese-potion.png b/public/images/items/thumbnail/brie-cheese-potion.png
new file mode 100644
index 00000000..04142cfd
Binary files /dev/null and b/public/images/items/thumbnail/brie-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/brie-cheese.png b/public/images/items/thumbnail/brie-cheese.png
new file mode 100644
index 00000000..8537b65f
Binary files /dev/null and b/public/images/items/thumbnail/brie-cheese.png differ
diff --git a/public/images/items/thumbnail/brie-string-cheese.png b/public/images/items/thumbnail/brie-string-cheese.png
new file mode 100644
index 00000000..c591b694
Binary files /dev/null and b/public/images/items/thumbnail/brie-string-cheese.png differ
diff --git a/public/images/items/thumbnail/brilliant-water-jet-trinket.png b/public/images/items/thumbnail/brilliant-water-jet-trinket.png
new file mode 100644
index 00000000..921f91d7
Binary files /dev/null and b/public/images/items/thumbnail/brilliant-water-jet-trinket.png differ
diff --git a/public/images/items/thumbnail/brined-curd-crafting-item.png b/public/images/items/thumbnail/brined-curd-crafting-item.png
new file mode 100644
index 00000000..732aefbc
Binary files /dev/null and b/public/images/items/thumbnail/brined-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-egg-convertible.png b/public/images/items/thumbnail/bristle-woods-rift-egg-convertible.png
new file mode 100644
index 00000000..639339d7
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-gift-basket-convertible.png b/public/images/items/thumbnail/bristle-woods-rift-gift-basket-convertible.png
new file mode 100644
index 00000000..4df1bb10
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-journal-theme-collectible.png b/public/images/items/thumbnail/bristle-woods-rift-journal-theme-collectible.png
new file mode 100644
index 00000000..6cbbbc3c
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-scroll-case-convertible.png b/public/images/items/thumbnail/bristle-woods-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..7c28a7fd
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-supply-kit-convertible.png b/public/images/items/thumbnail/bristle-woods-rift-supply-kit-convertible.png
new file mode 100644
index 00000000..1c7b105a
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-I-crafting-item.png b/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-I-crafting-item.png
new file mode 100644
index 00000000..c3bbc247
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-I-crafting-item.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-II-crafting-item.png b/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-II-crafting-item.png
new file mode 100644
index 00000000..cb8f0421
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-II-crafting-item.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-III-crafting-item.png b/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-III-crafting-item.png
new file mode 100644
index 00000000..5a7ce3c0
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-theme-scrap-III-crafting-item.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/bristle-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..5b913610
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-rift-treasure-kit-convertible.png b/public/images/items/thumbnail/bristle-woods-rift-treasure-kit-convertible.png
new file mode 100644
index 00000000..504d081d
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-rift-treasure-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/bristle-woods-winter-gift-convertible.png b/public/images/items/thumbnail/bristle-woods-winter-gift-convertible.png
new file mode 100644
index 00000000..42cdff50
Binary files /dev/null and b/public/images/items/thumbnail/bristle-woods-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/broken-steam-laser-mk-ii-weapon.png b/public/images/items/thumbnail/broken-steam-laser-mk-ii-weapon.png
new file mode 100644
index 00000000..b0745e3a
Binary files /dev/null and b/public/images/items/thumbnail/broken-steam-laser-mk-ii-weapon.png differ
diff --git a/public/images/items/thumbnail/bronze-footlocker-convertible.png b/public/images/items/thumbnail/bronze-footlocker-convertible.png
new file mode 100644
index 00000000..f7f1e049
Binary files /dev/null and b/public/images/items/thumbnail/bronze-footlocker-convertible.png differ
diff --git a/public/images/items/thumbnail/brown-egg-convertible.png b/public/images/items/thumbnail/brown-egg-convertible.png
new file mode 100644
index 00000000..72658b5a
Binary files /dev/null and b/public/images/items/thumbnail/brown-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/bubbles-bookend-collectible.png b/public/images/items/thumbnail/bubbles-bookend-collectible.png
new file mode 100644
index 00000000..138eeabf
Binary files /dev/null and b/public/images/items/thumbnail/bubbles-bookend-collectible.png differ
diff --git a/public/images/items/thumbnail/bubbles-party-crasher-weapon.png b/public/images/items/thumbnail/bubbles-party-crasher-weapon.png
new file mode 100644
index 00000000..8de395dd
Binary files /dev/null and b/public/images/items/thumbnail/bubbles-party-crasher-weapon.png differ
diff --git a/public/images/items/thumbnail/bubbling-egg-convertible.png b/public/images/items/thumbnail/bubbling-egg-convertible.png
new file mode 100644
index 00000000..7d876216
Binary files /dev/null and b/public/images/items/thumbnail/bubbling-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/bucket-of-bocconini-convertible.png b/public/images/items/thumbnail/bucket-of-bocconini-convertible.png
new file mode 100644
index 00000000..867f0e17
Binary files /dev/null and b/public/images/items/thumbnail/bucket-of-bocconini-convertible.png differ
diff --git a/public/images/items/thumbnail/burglar-egg-convertible.png b/public/images/items/thumbnail/burglar-egg-convertible.png
new file mode 100644
index 00000000..972662b5
Binary files /dev/null and b/public/images/items/thumbnail/burglar-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/burroughs-omg-box-convertible.png b/public/images/items/thumbnail/burroughs-omg-box-convertible.png
new file mode 100644
index 00000000..bb192307
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-omg-box-convertible.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-crate-convertible.png b/public/images/items/thumbnail/burroughs-rift-crate-convertible.png
new file mode 100644
index 00000000..7b5564b5
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-journal-theme-collectible.png b/public/images/items/thumbnail/burroughs-rift-journal-theme-collectible.png
new file mode 100644
index 00000000..4afff7a4
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-scroll-case-convertible.png b/public/images/items/thumbnail/burroughs-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..4a0281a8
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/burroughs-rift-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..9059c97f
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/burroughs-rift-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..897feb8a
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/burroughs-rift-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..00953fd9
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/burroughs-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/burroughs-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..aa85bb0b
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/burroughs-salmon-craft-item.png b/public/images/items/thumbnail/burroughs-salmon-craft-item.png
new file mode 100644
index 00000000..fc0b6625
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-salmon-craft-item.png differ
diff --git a/public/images/items/thumbnail/burroughs-winter-gift-convertible.png b/public/images/items/thumbnail/burroughs-winter-gift-convertible.png
new file mode 100644
index 00000000..b0b40956
Binary files /dev/null and b/public/images/items/thumbnail/burroughs-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/cackle-lantern-weapon.png b/public/images/items/thumbnail/cackle-lantern-weapon.png
new file mode 100644
index 00000000..6beb1150
Binary files /dev/null and b/public/images/items/thumbnail/cackle-lantern-weapon.png differ
diff --git a/public/images/items/thumbnail/cackle-trinket.png b/public/images/items/thumbnail/cackle-trinket.png
new file mode 100644
index 00000000..b9d239f2
Binary files /dev/null and b/public/images/items/thumbnail/cackle-trinket.png differ
diff --git a/public/images/items/thumbnail/cactus-trinket.png b/public/images/items/thumbnail/cactus-trinket.png
new file mode 100644
index 00000000..e5bb413f
Binary files /dev/null and b/public/images/items/thumbnail/cactus-trinket.png differ
diff --git a/public/images/items/thumbnail/calcified-rift-mist-crafting-item.png b/public/images/items/thumbnail/calcified-rift-mist-crafting-item.png
new file mode 100644
index 00000000..824454ff
Binary files /dev/null and b/public/images/items/thumbnail/calcified-rift-mist-crafting-item.png differ
diff --git a/public/images/items/thumbnail/calming-trinket.png b/public/images/items/thumbnail/calming-trinket.png
new file mode 100644
index 00000000..a3e7ce39
Binary files /dev/null and b/public/images/items/thumbnail/calming-trinket.png differ
diff --git a/public/images/items/thumbnail/candies-craft-item.png b/public/images/items/thumbnail/candies-craft-item.png
new file mode 100644
index 00000000..31efaf83
Binary files /dev/null and b/public/images/items/thumbnail/candies-craft-item.png differ
diff --git a/public/images/items/thumbnail/candle-chrome-monstrobot-skin.png b/public/images/items/thumbnail/candle-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..04c796ae
Binary files /dev/null and b/public/images/items/thumbnail/candle-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/candle-tome-of-the-minds-eye-skin.png b/public/images/items/thumbnail/candle-tome-of-the-minds-eye-skin.png
new file mode 100644
index 00000000..6f7ced08
Binary files /dev/null and b/public/images/items/thumbnail/candle-tome-of-the-minds-eye-skin.png differ
diff --git a/public/images/items/thumbnail/candy-apple-collectible.png b/public/images/items/thumbnail/candy-apple-collectible.png
new file mode 100644
index 00000000..629ac66c
Binary files /dev/null and b/public/images/items/thumbnail/candy-apple-collectible.png differ
diff --git a/public/images/items/thumbnail/candy-cane-base.png b/public/images/items/thumbnail/candy-cane-base.png
new file mode 100644
index 00000000..9387bcd8
Binary files /dev/null and b/public/images/items/thumbnail/candy-cane-base.png differ
diff --git a/public/images/items/thumbnail/candy-corn-ice-maiden-skin.png b/public/images/items/thumbnail/candy-corn-ice-maiden-skin.png
new file mode 100644
index 00000000..25fe43e0
Binary files /dev/null and b/public/images/items/thumbnail/candy-corn-ice-maiden-skin.png differ
diff --git a/public/images/items/thumbnail/candy-crusher-weapon.png b/public/images/items/thumbnail/candy-crusher-weapon.png
new file mode 100644
index 00000000..c5dd8b25
Binary files /dev/null and b/public/images/items/thumbnail/candy-crusher-weapon.png differ
diff --git a/public/images/items/thumbnail/candy-haunting-house-skin.png b/public/images/items/thumbnail/candy-haunting-house-skin.png
new file mode 100644
index 00000000..5c482949
Binary files /dev/null and b/public/images/items/thumbnail/candy-haunting-house-skin.png differ
diff --git a/public/images/items/thumbnail/candy-trinket.png b/public/images/items/thumbnail/candy-trinket.png
new file mode 100644
index 00000000..c3ff42ce
Binary files /dev/null and b/public/images/items/thumbnail/candy-trinket.png differ
diff --git a/public/images/items/thumbnail/candygram-collectible.png b/public/images/items/thumbnail/candygram-collectible.png
new file mode 100644
index 00000000..15cf2fe1
Binary files /dev/null and b/public/images/items/thumbnail/candygram-collectible.png differ
diff --git a/public/images/items/thumbnail/canister-ring-crafting-item.png b/public/images/items/thumbnail/canister-ring-crafting-item.png
new file mode 100644
index 00000000..41423c8e
Binary files /dev/null and b/public/images/items/thumbnail/canister-ring-crafting-item.png differ
diff --git a/public/images/items/thumbnail/capoeira-art-of-dance-skin.png b/public/images/items/thumbnail/capoeira-art-of-dance-skin.png
new file mode 100644
index 00000000..d15ae6f4
Binary files /dev/null and b/public/images/items/thumbnail/capoeira-art-of-dance-skin.png differ
diff --git a/public/images/items/thumbnail/captain-croissant-egg-convertible.png b/public/images/items/thumbnail/captain-croissant-egg-convertible.png
new file mode 100644
index 00000000..ebcd3969
Binary files /dev/null and b/public/images/items/thumbnail/captain-croissant-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/captains-cavalry-sword-collectible.png b/public/images/items/thumbnail/captains-cavalry-sword-collectible.png
new file mode 100644
index 00000000..cbe5f199
Binary files /dev/null and b/public/images/items/thumbnail/captains-cavalry-sword-collectible.png differ
diff --git a/public/images/items/thumbnail/captains-coat-collectible.png b/public/images/items/thumbnail/captains-coat-collectible.png
new file mode 100644
index 00000000..8cd5ae74
Binary files /dev/null and b/public/images/items/thumbnail/captains-coat-collectible.png differ
diff --git a/public/images/items/thumbnail/captains-hat-collectible.png b/public/images/items/thumbnail/captains-hat-collectible.png
new file mode 100644
index 00000000..ab7ddc06
Binary files /dev/null and b/public/images/items/thumbnail/captains-hat-collectible.png differ
diff --git a/public/images/items/thumbnail/captains-trousers-collectible.png b/public/images/items/thumbnail/captains-trousers-collectible.png
new file mode 100644
index 00000000..09632e09
Binary files /dev/null and b/public/images/items/thumbnail/captains-trousers-collectible.png differ
diff --git a/public/images/items/thumbnail/caring-egg-convertible.png b/public/images/items/thumbnail/caring-egg-convertible.png
new file mode 100644
index 00000000..ac88cf4f
Binary files /dev/null and b/public/images/items/thumbnail/caring-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/carousel-charger-weapon.png b/public/images/items/thumbnail/carousel-charger-weapon.png
new file mode 100644
index 00000000..df455359
Binary files /dev/null and b/public/images/items/thumbnail/carousel-charger-weapon.png differ
diff --git a/public/images/items/thumbnail/carrot-cake-base.png b/public/images/items/thumbnail/carrot-cake-base.png
new file mode 100644
index 00000000..c1ca1f2f
Binary files /dev/null and b/public/images/items/thumbnail/carrot-cake-base.png differ
diff --git a/public/images/items/thumbnail/cash25-stat-item.png b/public/images/items/thumbnail/cash25-stat-item.png
new file mode 100644
index 00000000..2bb876fe
Binary files /dev/null and b/public/images/items/thumbnail/cash25-stat-item.png differ
diff --git a/public/images/items/thumbnail/cash50-stat-item.png b/public/images/items/thumbnail/cash50-stat-item.png
new file mode 100644
index 00000000..2bb876fe
Binary files /dev/null and b/public/images/items/thumbnail/cash50-stat-item.png differ
diff --git a/public/images/items/thumbnail/catacombs-scroll-case-convertible.png b/public/images/items/thumbnail/catacombs-scroll-case-convertible.png
new file mode 100644
index 00000000..623ef6df
Binary files /dev/null and b/public/images/items/thumbnail/catacombs-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/catacombs-survival-kit.png b/public/images/items/thumbnail/catacombs-survival-kit.png
new file mode 100644
index 00000000..5490d8b4
Binary files /dev/null and b/public/images/items/thumbnail/catacombs-survival-kit.png differ
diff --git a/public/images/items/thumbnail/catacombs-treasure-chest-convertible.png b/public/images/items/thumbnail/catacombs-treasure-chest-convertible.png
new file mode 100644
index 00000000..8e31ec87
Binary files /dev/null and b/public/images/items/thumbnail/catacombs-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/catalytic-orb-crafting-item.png b/public/images/items/thumbnail/catalytic-orb-crafting-item.png
new file mode 100644
index 00000000..2dd49068
Binary files /dev/null and b/public/images/items/thumbnail/catalytic-orb-crafting-item.png differ
diff --git a/public/images/items/thumbnail/catch-acolyte-adv.png b/public/images/items/thumbnail/catch-acolyte-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-acolyte-adv.png differ
diff --git a/public/images/items/thumbnail/catch-archer-adv.png b/public/images/items/thumbnail/catch-archer-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-archer-adv.png differ
diff --git a/public/images/items/thumbnail/catch-balack-the-banished-adv.png b/public/images/items/thumbnail/catch-balack-the-banished-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-balack-the-banished-adv.png differ
diff --git a/public/images/items/thumbnail/catch-captain-croissant-adv.png b/public/images/items/thumbnail/catch-captain-croissant-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-captain-croissant-adv.png differ
diff --git a/public/images/items/thumbnail/catch-chieftains-adv.png b/public/images/items/thumbnail/catch-chieftains-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-chieftains-adv.png differ
diff --git a/public/images/items/thumbnail/catch-crystal-behemoth-adv.png b/public/images/items/thumbnail/catch-crystal-behemoth-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-crystal-behemoth-adv.png differ
diff --git a/public/images/items/thumbnail/catch-cyclops-adv.png b/public/images/items/thumbnail/catch-cyclops-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-cyclops-adv.png differ
diff --git a/public/images/items/thumbnail/catch-dragon-adv.png b/public/images/items/thumbnail/catch-dragon-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-dragon-adv.png differ
diff --git a/public/images/items/thumbnail/catch-dwarf-adv.png b/public/images/items/thumbnail/catch-dwarf-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-dwarf-adv.png differ
diff --git a/public/images/items/thumbnail/catch-eclipse-adv.png b/public/images/items/thumbnail/catch-eclipse-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-eclipse-adv.png differ
diff --git a/public/images/items/thumbnail/catch-fairy-adv.png b/public/images/items/thumbnail/catch-fairy-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-fairy-adv.png differ
diff --git a/public/images/items/thumbnail/catch-ful-mina-adv.png b/public/images/items/thumbnail/catch-ful-mina-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-ful-mina-adv.png differ
diff --git a/public/images/items/thumbnail/catch-granite-adv.png b/public/images/items/thumbnail/catch-granite-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-granite-adv.png differ
diff --git a/public/images/items/thumbnail/catch-hween-2015-boss-adv.png b/public/images/items/thumbnail/catch-hween-2015-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-hween-2015-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-hween-2016-boss-adv.png b/public/images/items/thumbnail/catch-hween-2016-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-hween-2016-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-hween-2017-boss-adv.png b/public/images/items/thumbnail/catch-hween-2017-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-hween-2017-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-hween-2018-boss-adv.png b/public/images/items/thumbnail/catch-hween-2018-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-hween-2018-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-icewing-adv.png b/public/images/items/thumbnail/catch-icewing-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-icewing-adv.png differ
diff --git a/public/images/items/thumbnail/catch-jungle-of-dread-mice-adv.png b/public/images/items/thumbnail/catch-jungle-of-dread-mice-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-jungle-of-dread-mice-adv.png differ
diff --git a/public/images/items/thumbnail/catch-kings-adv.png b/public/images/items/thumbnail/catch-kings-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-kings-adv.png differ
diff --git a/public/images/items/thumbnail/catch-library-boss-adv.png b/public/images/items/thumbnail/catch-library-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-library-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-living-garden-mice-adv.png b/public/images/items/thumbnail/catch-living-garden-mice-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-living-garden-mice-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lny-2015-boss-adv.png b/public/images/items/thumbnail/catch-lny-2015-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lny-2015-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lny-2017-boss-adv.png b/public/images/items/thumbnail/catch-lny-2017-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lny-2017-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lny-2018-boss-adv.png b/public/images/items/thumbnail/catch-lny-2018-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lny-2018-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lny-2019-boss-adv.png b/public/images/items/thumbnail/catch-lny-2019-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lny-2019-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lny-2020-boss-adv.png b/public/images/items/thumbnail/catch-lny-2020-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lny-2020-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lny-2021-boss-adv.png b/public/images/items/thumbnail/catch-lny-2021-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lny-2021-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-lycan-adv.png b/public/images/items/thumbnail/catch-lycan-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-lycan-adv.png differ
diff --git a/public/images/items/thumbnail/catch-master-of-the-dojo-adv.png b/public/images/items/thumbnail/catch-master-of-the-dojo-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-master-of-the-dojo-adv.png differ
diff --git a/public/images/items/thumbnail/catch-ninja-adv.png b/public/images/items/thumbnail/catch-ninja-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-ninja-adv.png differ
diff --git a/public/images/items/thumbnail/catch-retired-minotaur-adv.png b/public/images/items/thumbnail/catch-retired-minotaur-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-retired-minotaur-adv.png differ
diff --git a/public/images/items/thumbnail/catch-rift-acolyte-adv.png b/public/images/items/thumbnail/catch-rift-acolyte-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-rift-acolyte-adv.png differ
diff --git a/public/images/items/thumbnail/catch-rift-black-widow-adv.png b/public/images/items/thumbnail/catch-rift-black-widow-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-rift-black-widow-adv.png differ
diff --git a/public/images/items/thumbnail/catch-rift-eclipse-adv.png b/public/images/items/thumbnail/catch-rift-eclipse-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-rift-eclipse-adv.png differ
diff --git a/public/images/items/thumbnail/catch-rift-field-adv.png b/public/images/items/thumbnail/catch-rift-field-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-rift-field-adv.png differ
diff --git a/public/images/items/thumbnail/catch-rift-master-of-the-dojo-adv.png b/public/images/items/thumbnail/catch-rift-master-of-the-dojo-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-rift-master-of-the-dojo-adv.png differ
diff --git a/public/images/items/thumbnail/catch-rift-menace-adv.png b/public/images/items/thumbnail/catch-rift-menace-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-rift-menace-adv.png differ
diff --git a/public/images/items/thumbnail/catch-tritus-adv.png b/public/images/items/thumbnail/catch-tritus-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-tritus-adv.png differ
diff --git a/public/images/items/thumbnail/catch-warmonger-adv.png b/public/images/items/thumbnail/catch-warmonger-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-warmonger-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2015-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2015-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2015-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2016-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2016-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2016-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2017-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2017-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2017-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2018-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2018-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2018-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2019-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2019-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2019-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2020-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2020-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2020-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2021-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2021-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2021-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2022-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2022-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2022-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2023-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2023-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2023-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-xmas-2024-boss-adv.png b/public/images/items/thumbnail/catch-xmas-2024-boss-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-xmas-2024-boss-adv.png differ
diff --git a/public/images/items/thumbnail/catch-zombie-adv.png b/public/images/items/thumbnail/catch-zombie-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/catch-zombie-adv.png differ
diff --git a/public/images/items/thumbnail/cauldron-from-the-black-lagoon-skin.png b/public/images/items/thumbnail/cauldron-from-the-black-lagoon-skin.png
new file mode 100644
index 00000000..9971cc7a
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-from-the-black-lagoon-skin.png differ
diff --git a/public/images/items/thumbnail/cauldron-instant-finish-stat-item.png b/public/images/items/thumbnail/cauldron-instant-finish-stat-item.png
new file mode 100644
index 00000000..335b3950
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-instant-finish-stat-item.png differ
diff --git a/public/images/items/thumbnail/cauldron-potion-ingredient-stat-item.png b/public/images/items/thumbnail/cauldron-potion-ingredient-stat-item.png
new file mode 100644
index 00000000..9543d3e6
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-potion-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-1-cheese.png b/public/images/items/thumbnail/cauldron-tier-1-cheese.png
new file mode 100644
index 00000000..42f8192f
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-1-cheese.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-1-ingredient-stat-item.png b/public/images/items/thumbnail/cauldron-tier-1-ingredient-stat-item.png
new file mode 100644
index 00000000..f4425dad
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-1-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-2-cheese.png b/public/images/items/thumbnail/cauldron-tier-2-cheese.png
new file mode 100644
index 00000000..01cb29b9
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-2-cheese.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-2-ingredient-stat-item.png b/public/images/items/thumbnail/cauldron-tier-2-ingredient-stat-item.png
new file mode 100644
index 00000000..13fb13a1
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-2-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-3-cheese.png b/public/images/items/thumbnail/cauldron-tier-3-cheese.png
new file mode 100644
index 00000000..5027acb8
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-3-cheese.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-3-ingredient-stat-item.png b/public/images/items/thumbnail/cauldron-tier-3-ingredient-stat-item.png
new file mode 100644
index 00000000..415ac303
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-3-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-4-cheese.png b/public/images/items/thumbnail/cauldron-tier-4-cheese.png
new file mode 100644
index 00000000..687f0b60
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-4-cheese.png differ
diff --git a/public/images/items/thumbnail/cauldron-tier-4-ingredient-stat-item.png b/public/images/items/thumbnail/cauldron-tier-4-ingredient-stat-item.png
new file mode 100644
index 00000000..f753403d
Binary files /dev/null and b/public/images/items/thumbnail/cauldron-tier-4-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/cave-crystal-egg-convertible.png b/public/images/items/thumbnail/cave-crystal-egg-convertible.png
new file mode 100644
index 00000000..ed242c94
Binary files /dev/null and b/public/images/items/thumbnail/cave-crystal-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cave-diamond-egg-convertible.png b/public/images/items/thumbnail/cave-diamond-egg-convertible.png
new file mode 100644
index 00000000..e7d264a8
Binary files /dev/null and b/public/images/items/thumbnail/cave-diamond-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cave-nightshade-crafting-item.png b/public/images/items/thumbnail/cave-nightshade-crafting-item.png
new file mode 100644
index 00000000..f4cfa0bd
Binary files /dev/null and b/public/images/items/thumbnail/cave-nightshade-crafting-item.png differ
diff --git a/public/images/items/thumbnail/cavern-fungus-crafting-item.png b/public/images/items/thumbnail/cavern-fungus-crafting-item.png
new file mode 100644
index 00000000..334a8a46
Binary files /dev/null and b/public/images/items/thumbnail/cavern-fungus-crafting-item.png differ
diff --git a/public/images/items/thumbnail/cavern-gruyere-kit-convertible.png b/public/images/items/thumbnail/cavern-gruyere-kit-convertible.png
new file mode 100644
index 00000000..ebb32bd7
Binary files /dev/null and b/public/images/items/thumbnail/cavern-gruyere-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/celestial-dissonance-trap-parts-crafting-item.png b/public/images/items/thumbnail/celestial-dissonance-trap-parts-crafting-item.png
new file mode 100644
index 00000000..20ed24d2
Binary files /dev/null and b/public/images/items/thumbnail/celestial-dissonance-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/celestial-dissonance-weapon.png b/public/images/items/thumbnail/celestial-dissonance-weapon.png
new file mode 100644
index 00000000..b0954dba
Binary files /dev/null and b/public/images/items/thumbnail/celestial-dissonance-weapon.png differ
diff --git a/public/images/items/thumbnail/cemetery-gate-grappler-weapon.png b/public/images/items/thumbnail/cemetery-gate-grappler-weapon.png
new file mode 100644
index 00000000..70bc25e5
Binary files /dev/null and b/public/images/items/thumbnail/cemetery-gate-grappler-weapon.png differ
diff --git a/public/images/items/thumbnail/century-egg-convertible.png b/public/images/items/thumbnail/century-egg-convertible.png
new file mode 100644
index 00000000..2a574fe3
Binary files /dev/null and b/public/images/items/thumbnail/century-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/century-of-luck-egg-convertible.png b/public/images/items/thumbnail/century-of-luck-egg-convertible.png
new file mode 100644
index 00000000..065f494b
Binary files /dev/null and b/public/images/items/thumbnail/century-of-luck-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/challengers-silver-base.png b/public/images/items/thumbnail/challengers-silver-base.png
new file mode 100644
index 00000000..325ad8ac
Binary files /dev/null and b/public/images/items/thumbnail/challengers-silver-base.png differ
diff --git a/public/images/items/thumbnail/chamber-cleaver-egg-convertible.png b/public/images/items/thumbnail/chamber-cleaver-egg-convertible.png
new file mode 100644
index 00000000..c0642c22
Binary files /dev/null and b/public/images/items/thumbnail/chamber-cleaver-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/chamber-cleaver-trinket.png b/public/images/items/thumbnail/chamber-cleaver-trinket.png
new file mode 100644
index 00000000..e2dc1b38
Binary files /dev/null and b/public/images/items/thumbnail/chamber-cleaver-trinket.png differ
diff --git a/public/images/items/thumbnail/champion-charm-pack-convertible.png b/public/images/items/thumbnail/champion-charm-pack-convertible.png
new file mode 100644
index 00000000..f9cc1905
Binary files /dev/null and b/public/images/items/thumbnail/champion-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/champion-ring-collectible.png b/public/images/items/thumbnail/champion-ring-collectible.png
new file mode 100644
index 00000000..681c677f
Binary files /dev/null and b/public/images/items/thumbnail/champion-ring-collectible.png differ
diff --git a/public/images/items/thumbnail/champion-trinket.png b/public/images/items/thumbnail/champion-trinket.png
new file mode 100644
index 00000000..da50eaee
Binary files /dev/null and b/public/images/items/thumbnail/champion-trinket.png differ
diff --git a/public/images/items/thumbnail/champions-chest-convertible.png b/public/images/items/thumbnail/champions-chest-convertible.png
new file mode 100644
index 00000000..b9721a15
Binary files /dev/null and b/public/images/items/thumbnail/champions-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/champions-gold-base.png b/public/images/items/thumbnail/champions-gold-base.png
new file mode 100644
index 00000000..57a9f15c
Binary files /dev/null and b/public/images/items/thumbnail/champions-gold-base.png differ
diff --git a/public/images/items/thumbnail/charcoal-yule-log-stat-item.png b/public/images/items/thumbnail/charcoal-yule-log-stat-item.png
new file mode 100644
index 00000000..0dcfa83e
Binary files /dev/null and b/public/images/items/thumbnail/charcoal-yule-log-stat-item.png differ
diff --git a/public/images/items/thumbnail/charm-level-1-trinket-slot.png b/public/images/items/thumbnail/charm-level-1-trinket-slot.png
new file mode 100644
index 00000000..7c903650
Binary files /dev/null and b/public/images/items/thumbnail/charm-level-1-trinket-slot.png differ
diff --git a/public/images/items/thumbnail/charmbit-crafting-item.png b/public/images/items/thumbnail/charmbit-crafting-item.png
new file mode 100644
index 00000000..a623ab3a
Binary files /dev/null and b/public/images/items/thumbnail/charmbit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/charming-princebot-weapon.png b/public/images/items/thumbnail/charming-princebot-weapon.png
new file mode 100644
index 00000000..f43e1047
Binary files /dev/null and b/public/images/items/thumbnail/charming-princebot-weapon.png differ
diff --git a/public/images/items/thumbnail/charming-study-hween2014-assignment-convertible.png b/public/images/items/thumbnail/charming-study-hween2014-assignment-convertible.png
new file mode 100644
index 00000000..368320d8
Binary files /dev/null and b/public/images/items/thumbnail/charming-study-hween2014-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/charming-study-hween2014-assignment-quest-item.png b/public/images/items/thumbnail/charming-study-hween2014-assignment-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/charming-study-hween2014-assignment-quest-item.png differ
diff --git a/public/images/items/thumbnail/checkmate-cheese.png b/public/images/items/thumbnail/checkmate-cheese.png
new file mode 100644
index 00000000..3d055edd
Binary files /dev/null and b/public/images/items/thumbnail/checkmate-cheese.png differ
diff --git a/public/images/items/thumbnail/cheddar-cheese.png b/public/images/items/thumbnail/cheddar-cheese.png
new file mode 100644
index 00000000..c8293fb6
Binary files /dev/null and b/public/images/items/thumbnail/cheddar-cheese.png differ
diff --git a/public/images/items/thumbnail/cheddar-powder-crafting-item.png b/public/images/items/thumbnail/cheddar-powder-crafting-item.png
new file mode 100644
index 00000000..be6f44e9
Binary files /dev/null and b/public/images/items/thumbnail/cheddar-powder-crafting-item.png differ
diff --git a/public/images/items/thumbnail/cheddore-cheese.png b/public/images/items/thumbnail/cheddore-cheese.png
new file mode 100644
index 00000000..2bdc661d
Binary files /dev/null and b/public/images/items/thumbnail/cheddore-cheese.png differ
diff --git a/public/images/items/thumbnail/cheese-belt-token-pack-convertible.png b/public/images/items/thumbnail/cheese-belt-token-pack-convertible.png
new file mode 100644
index 00000000..00459414
Binary files /dev/null and b/public/images/items/thumbnail/cheese-belt-token-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/cheese-cake-base.png b/public/images/items/thumbnail/cheese-cake-base.png
new file mode 100644
index 00000000..b2c973c3
Binary files /dev/null and b/public/images/items/thumbnail/cheese-cake-base.png differ
diff --git a/public/images/items/thumbnail/cheese-claw-token-pack-convertible.png b/public/images/items/thumbnail/cheese-claw-token-pack-convertible.png
new file mode 100644
index 00000000..2fa4e31d
Binary files /dev/null and b/public/images/items/thumbnail/cheese-claw-token-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/cheese-fang-token-pack-convertible.png b/public/images/items/thumbnail/cheese-fang-token-pack-convertible.png
new file mode 100644
index 00000000..22d71640
Binary files /dev/null and b/public/images/items/thumbnail/cheese-fang-token-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/cheese-seeking-lighthouse-weapon.png b/public/images/items/thumbnail/cheese-seeking-lighthouse-weapon.png
new file mode 100644
index 00000000..80e27b46
Binary files /dev/null and b/public/images/items/thumbnail/cheese-seeking-lighthouse-weapon.png differ
diff --git a/public/images/items/thumbnail/cheesy-fluffs-craft-item.png b/public/images/items/thumbnail/cheesy-fluffs-craft-item.png
new file mode 100644
index 00000000..b32b10e2
Binary files /dev/null and b/public/images/items/thumbnail/cheesy-fluffs-craft-item.png differ
diff --git a/public/images/items/thumbnail/cheesy-pipe-party-dust-stat-item.png b/public/images/items/thumbnail/cheesy-pipe-party-dust-stat-item.png
new file mode 100644
index 00000000..410593ed
Binary files /dev/null and b/public/images/items/thumbnail/cheesy-pipe-party-dust-stat-item.png differ
diff --git a/public/images/items/thumbnail/cheesy-pipe-party-ticket-stat-item.png b/public/images/items/thumbnail/cheesy-pipe-party-ticket-stat-item.png
new file mode 100644
index 00000000..fd443aa2
Binary files /dev/null and b/public/images/items/thumbnail/cheesy-pipe-party-ticket-stat-item.png differ
diff --git a/public/images/items/thumbnail/cherry-cheese.png b/public/images/items/thumbnail/cherry-cheese.png
new file mode 100644
index 00000000..4c3b2146
Binary files /dev/null and b/public/images/items/thumbnail/cherry-cheese.png differ
diff --git a/public/images/items/thumbnail/cherry-egg-convertible.png b/public/images/items/thumbnail/cherry-egg-convertible.png
new file mode 100644
index 00000000..adc6d874
Binary files /dev/null and b/public/images/items/thumbnail/cherry-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cherry-potion.png b/public/images/items/thumbnail/cherry-potion.png
new file mode 100644
index 00000000..e1b62f78
Binary files /dev/null and b/public/images/items/thumbnail/cherry-potion.png differ
diff --git a/public/images/items/thumbnail/cherry-sprite-egg-convertible.png b/public/images/items/thumbnail/cherry-sprite-egg-convertible.png
new file mode 100644
index 00000000..568374dd
Binary files /dev/null and b/public/images/items/thumbnail/cherry-sprite-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cherry-trinket.png b/public/images/items/thumbnail/cherry-trinket.png
new file mode 100644
index 00000000..543e2875
Binary files /dev/null and b/public/images/items/thumbnail/cherry-trinket.png differ
diff --git a/public/images/items/thumbnail/cheslas-belated-birthday-skin.png b/public/images/items/thumbnail/cheslas-belated-birthday-skin.png
new file mode 100644
index 00000000..482ceb50
Binary files /dev/null and b/public/images/items/thumbnail/cheslas-belated-birthday-skin.png differ
diff --git a/public/images/items/thumbnail/cheslas-revenge-weapon.png b/public/images/items/thumbnail/cheslas-revenge-weapon.png
new file mode 100644
index 00000000..64db25ba
Binary files /dev/null and b/public/images/items/thumbnail/cheslas-revenge-weapon.png differ
diff --git a/public/images/items/thumbnail/chess-pieces-crafting-item.png b/public/images/items/thumbnail/chess-pieces-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/chess-pieces-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chinese-knot-collectible.png b/public/images/items/thumbnail/chinese-knot-collectible.png
new file mode 100644
index 00000000..8a78a03d
Binary files /dev/null and b/public/images/items/thumbnail/chinese-knot-collectible.png differ
diff --git a/public/images/items/thumbnail/choc-cake-base.png b/public/images/items/thumbnail/choc-cake-base.png
new file mode 100644
index 00000000..808a5d53
Binary files /dev/null and b/public/images/items/thumbnail/choc-cake-base.png differ
diff --git a/public/images/items/thumbnail/chocolate-ancient-box-trap-skin.png b/public/images/items/thumbnail/chocolate-ancient-box-trap-skin.png
new file mode 100644
index 00000000..4b3ab7ea
Binary files /dev/null and b/public/images/items/thumbnail/chocolate-ancient-box-trap-skin.png differ
diff --git a/public/images/items/thumbnail/chocolate-bar-base.png b/public/images/items/thumbnail/chocolate-bar-base.png
new file mode 100644
index 00000000..c883f851
Binary files /dev/null and b/public/images/items/thumbnail/chocolate-bar-base.png differ
diff --git a/public/images/items/thumbnail/chocolate-bunny-collectible.png b/public/images/items/thumbnail/chocolate-bunny-collectible.png
new file mode 100644
index 00000000..c4c99dc1
Binary files /dev/null and b/public/images/items/thumbnail/chocolate-bunny-collectible.png differ
diff --git a/public/images/items/thumbnail/chocolate-covered-reaper-perch-skin.png b/public/images/items/thumbnail/chocolate-covered-reaper-perch-skin.png
new file mode 100644
index 00000000..21db790c
Binary files /dev/null and b/public/images/items/thumbnail/chocolate-covered-reaper-perch-skin.png differ
diff --git a/public/images/items/thumbnail/chocolate-geyser-hydro-trap-skin.png b/public/images/items/thumbnail/chocolate-geyser-hydro-trap-skin.png
new file mode 100644
index 00000000..aaf8cc88
Binary files /dev/null and b/public/images/items/thumbnail/chocolate-geyser-hydro-trap-skin.png differ
diff --git a/public/images/items/thumbnail/chocolatium-stat-item.png b/public/images/items/thumbnail/chocolatium-stat-item.png
new file mode 100644
index 00000000..b1cb3880
Binary files /dev/null and b/public/images/items/thumbnail/chocolatium-stat-item.png differ
diff --git a/public/images/items/thumbnail/christmas-cactus-weapon.png b/public/images/items/thumbnail/christmas-cactus-weapon.png
new file mode 100644
index 00000000..33988e70
Binary files /dev/null and b/public/images/items/thumbnail/christmas-cactus-weapon.png differ
diff --git a/public/images/items/thumbnail/christmas-chrome-monstrobot-skin.png b/public/images/items/thumbnail/christmas-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..c3b5e0af
Binary files /dev/null and b/public/images/items/thumbnail/christmas-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/christmas-coal-collectible.png b/public/images/items/thumbnail/christmas-coal-collectible.png
new file mode 100644
index 00000000..381d4f21
Binary files /dev/null and b/public/images/items/thumbnail/christmas-coal-collectible.png differ
diff --git a/public/images/items/thumbnail/christmas-cracker-trap-weapon.png b/public/images/items/thumbnail/christmas-cracker-trap-weapon.png
new file mode 100644
index 00000000..397bb4a7
Binary files /dev/null and b/public/images/items/thumbnail/christmas-cracker-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/christmas-crystalabra-weapon.png b/public/images/items/thumbnail/christmas-crystalabra-weapon.png
new file mode 100644
index 00000000..7c3bf5d8
Binary files /dev/null and b/public/images/items/thumbnail/christmas-crystalabra-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-acronym-weapon.png b/public/images/items/thumbnail/chrome-acronym-weapon.png
new file mode 100644
index 00000000..55d6e8e3
Binary files /dev/null and b/public/images/items/thumbnail/chrome-acronym-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..159e3219
Binary files /dev/null and b/public/images/items/thumbnail/chrome-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-balloon-of-celebration-skin.png b/public/images/items/thumbnail/chrome-balloon-of-celebration-skin.png
new file mode 100644
index 00000000..ab3f8632
Binary files /dev/null and b/public/images/items/thumbnail/chrome-balloon-of-celebration-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-bee-floating-arcane-upgraded-skin.png b/public/images/items/thumbnail/chrome-bee-floating-arcane-upgraded-skin.png
new file mode 100644
index 00000000..2d65ef6a
Binary files /dev/null and b/public/images/items/thumbnail/chrome-bee-floating-arcane-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-birthday-cannon-skin.png b/public/images/items/thumbnail/chrome-birthday-cannon-skin.png
new file mode 100644
index 00000000..e7c3196e
Binary files /dev/null and b/public/images/items/thumbnail/chrome-birthday-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-bit-stat-item.png b/public/images/items/thumbnail/chrome-bit-stat-item.png
new file mode 100644
index 00000000..5cc2acb4
Binary files /dev/null and b/public/images/items/thumbnail/chrome-bit-stat-item.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..1bf05b35
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..1bf05b35
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..1bf05b35
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..1bf05b35
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..1bf05b35
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..1bf05b35
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-boss-scroll-case-convertible.png b/public/images/items/thumbnail/chrome-boss-scroll-case-convertible.png
new file mode 100644
index 00000000..c30dce84
Binary files /dev/null and b/public/images/items/thumbnail/chrome-boss-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-bucket-ronza-2019-stat-item.png b/public/images/items/thumbnail/chrome-bucket-ronza-2019-stat-item.png
new file mode 100644
index 00000000..a4856a98
Binary files /dev/null and b/public/images/items/thumbnail/chrome-bucket-ronza-2019-stat-item.png differ
diff --git a/public/images/items/thumbnail/chrome-candle-cannon-trap-skin.png b/public/images/items/thumbnail/chrome-candle-cannon-trap-skin.png
new file mode 100644
index 00000000..d5deea38
Binary files /dev/null and b/public/images/items/thumbnail/chrome-candle-cannon-trap-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-cavern-of-conjuring-skin.png b/public/images/items/thumbnail/chrome-cavern-of-conjuring-skin.png
new file mode 100644
index 00000000..fe407413
Binary files /dev/null and b/public/images/items/thumbnail/chrome-cavern-of-conjuring-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-celestial-creator-skin.png b/public/images/items/thumbnail/chrome-celestial-creator-skin.png
new file mode 100644
index 00000000..7024e2be
Binary files /dev/null and b/public/images/items/thumbnail/chrome-celestial-creator-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-celestial-cupcake-skin.png b/public/images/items/thumbnail/chrome-celestial-cupcake-skin.png
new file mode 100644
index 00000000..fbfa55b3
Binary files /dev/null and b/public/images/items/thumbnail/chrome-celestial-cupcake-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-celestial-dissonance-kit-crafting-item.png b/public/images/items/thumbnail/chrome-celestial-dissonance-kit-crafting-item.png
new file mode 100644
index 00000000..8cb0eba7
Binary files /dev/null and b/public/images/items/thumbnail/chrome-celestial-dissonance-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-celestial-dissonance-tree-skin.png b/public/images/items/thumbnail/chrome-celestial-dissonance-tree-skin.png
new file mode 100644
index 00000000..047e0bc4
Binary files /dev/null and b/public/images/items/thumbnail/chrome-celestial-dissonance-tree-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-celestial-dissonance-weapon.png b/public/images/items/thumbnail/chrome-celestial-dissonance-weapon.png
new file mode 100644
index 00000000..fb2e32e6
Binary files /dev/null and b/public/images/items/thumbnail/chrome-celestial-dissonance-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-circlet-of-the-seas-skin.png b/public/images/items/thumbnail/chrome-circlet-of-the-seas-skin.png
new file mode 100644
index 00000000..8f57452b
Binary files /dev/null and b/public/images/items/thumbnail/chrome-circlet-of-the-seas-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-codex-stat-item.png b/public/images/items/thumbnail/chrome-codex-stat-item.png
new file mode 100644
index 00000000..23dff14b
Binary files /dev/null and b/public/images/items/thumbnail/chrome-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/chrome-dragon-slayer-cannon-kit-crafting-item.png b/public/images/items/thumbnail/chrome-dragon-slayer-cannon-kit-crafting-item.png
new file mode 100644
index 00000000..25be34cf
Binary files /dev/null and b/public/images/items/thumbnail/chrome-dragon-slayer-cannon-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-dragon-slayer-cannon-weapon.png b/public/images/items/thumbnail/chrome-dragon-slayer-cannon-weapon.png
new file mode 100644
index 00000000..883c3f48
Binary files /dev/null and b/public/images/items/thumbnail/chrome-dragon-slayer-cannon-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-driftwood-sports-cannon-skin.png b/public/images/items/thumbnail/chrome-driftwood-sports-cannon-skin.png
new file mode 100644
index 00000000..d46d1121
Binary files /dev/null and b/public/images/items/thumbnail/chrome-driftwood-sports-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-drillbot-weapon.png b/public/images/items/thumbnail/chrome-drillbot-weapon.png
new file mode 100644
index 00000000..a99ed9bd
Binary files /dev/null and b/public/images/items/thumbnail/chrome-drillbot-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-droid-surprise-skin.png b/public/images/items/thumbnail/chrome-droid-surprise-skin.png
new file mode 100644
index 00000000..0e7eea60
Binary files /dev/null and b/public/images/items/thumbnail/chrome-droid-surprise-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..159e3219
Binary files /dev/null and b/public/images/items/thumbnail/chrome-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..159e3219
Binary files /dev/null and b/public/images/items/thumbnail/chrome-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..159e3219
Binary files /dev/null and b/public/images/items/thumbnail/chrome-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-enchanted-dragon-slayer-turret-skin.png b/public/images/items/thumbnail/chrome-enchanted-dragon-slayer-turret-skin.png
new file mode 100644
index 00000000..d4f39b8e
Binary files /dev/null and b/public/images/items/thumbnail/chrome-enchanted-dragon-slayer-turret-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-floating-arcane-upgraded-kit-crafting-item.png b/public/images/items/thumbnail/chrome-floating-arcane-upgraded-kit-crafting-item.png
new file mode 100644
index 00000000..d3b76fcb
Binary files /dev/null and b/public/images/items/thumbnail/chrome-floating-arcane-upgraded-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-floating-arcane-upgraded-weapon.png b/public/images/items/thumbnail/chrome-floating-arcane-upgraded-weapon.png
new file mode 100644
index 00000000..e3d2b8bf
Binary files /dev/null and b/public/images/items/thumbnail/chrome-floating-arcane-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-floating-forgotten-upgraded-weapon.png b/public/images/items/thumbnail/chrome-floating-forgotten-upgraded-weapon.png
new file mode 100644
index 00000000..659f3283
Binary files /dev/null and b/public/images/items/thumbnail/chrome-floating-forgotten-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-floral-dragon-cannon-skin.png b/public/images/items/thumbnail/chrome-floral-dragon-cannon-skin.png
new file mode 100644
index 00000000..4a482776
Binary files /dev/null and b/public/images/items/thumbnail/chrome-floral-dragon-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-fluffle-of-bunnies-skin.png b/public/images/items/thumbnail/chrome-fluffle-of-bunnies-skin.png
new file mode 100644
index 00000000..d17d551a
Binary files /dev/null and b/public/images/items/thumbnail/chrome-fluffle-of-bunnies-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-ghastly-scrap-cannon-skin.png b/public/images/items/thumbnail/chrome-ghastly-scrap-cannon-skin.png
new file mode 100644
index 00000000..13b2160f
Binary files /dev/null and b/public/images/items/thumbnail/chrome-ghastly-scrap-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-gold-foil-thought-obliterator-skin.png b/public/images/items/thumbnail/chrome-gold-foil-thought-obliterator-skin.png
new file mode 100644
index 00000000..ff3f1221
Binary files /dev/null and b/public/images/items/thumbnail/chrome-gold-foil-thought-obliterator-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-grand-arcanum-weapon.png b/public/images/items/thumbnail/chrome-grand-arcanum-weapon.png
new file mode 100644
index 00000000..aca576e7
Binary files /dev/null and b/public/images/items/thumbnail/chrome-grand-arcanum-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..159e3219
Binary files /dev/null and b/public/images/items/thumbnail/chrome-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-ice-angel-of-freezing-skin.png b/public/images/items/thumbnail/chrome-ice-angel-of-freezing-skin.png
new file mode 100644
index 00000000..ab829515
Binary files /dev/null and b/public/images/items/thumbnail/chrome-ice-angel-of-freezing-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-journal-theme-collectible.png b/public/images/items/thumbnail/chrome-journal-theme-collectible.png
new file mode 100644
index 00000000..fcc817eb
Binary files /dev/null and b/public/images/items/thumbnail/chrome-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/chrome-magic-billiard-ball-of-foretelling-skin.png b/public/images/items/thumbnail/chrome-magic-billiard-ball-of-foretelling-skin.png
new file mode 100644
index 00000000..cfb4edd6
Binary files /dev/null and b/public/images/items/thumbnail/chrome-magic-billiard-ball-of-foretelling-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/chrome-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..159e3219
Binary files /dev/null and b/public/images/items/thumbnail/chrome-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-monstrobot-upgrade-crafting-item.png b/public/images/items/thumbnail/chrome-monstrobot-upgrade-crafting-item.png
new file mode 100644
index 00000000..ee5497ce
Binary files /dev/null and b/public/images/items/thumbnail/chrome-monstrobot-upgrade-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-monstrobot-weapon.png b/public/images/items/thumbnail/chrome-monstrobot-weapon.png
new file mode 100644
index 00000000..ae42f9d3
Binary files /dev/null and b/public/images/items/thumbnail/chrome-monstrobot-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-nanite-coating-crafting-item.png b/public/images/items/thumbnail/chrome-nanite-coating-crafting-item.png
new file mode 100644
index 00000000..ba4c7f6d
Binary files /dev/null and b/public/images/items/thumbnail/chrome-nanite-coating-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-nannybot-weapon.png b/public/images/items/thumbnail/chrome-nannybot-weapon.png
new file mode 100644
index 00000000..7797ed0a
Binary files /dev/null and b/public/images/items/thumbnail/chrome-nannybot-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-new-year-disco-dissonance-skin.png b/public/images/items/thumbnail/chrome-new-year-disco-dissonance-skin.png
new file mode 100644
index 00000000..187cf7ac
Binary files /dev/null and b/public/images/items/thumbnail/chrome-new-year-disco-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-oasis-upgrade-kit-crafting-item.png b/public/images/items/thumbnail/chrome-oasis-upgrade-kit-crafting-item.png
new file mode 100644
index 00000000..74e735cb
Binary files /dev/null and b/public/images/items/thumbnail/chrome-oasis-upgrade-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-oasis-water-node-weapon.png b/public/images/items/thumbnail/chrome-oasis-water-node-weapon.png
new file mode 100644
index 00000000..a15ecbbd
Binary files /dev/null and b/public/images/items/thumbnail/chrome-oasis-water-node-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-onyx-mallet-weapon.png b/public/images/items/thumbnail/chrome-onyx-mallet-weapon.png
new file mode 100644
index 00000000..87d824f1
Binary files /dev/null and b/public/images/items/thumbnail/chrome-onyx-mallet-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-phantasmic-oasis-weapon.png b/public/images/items/thumbnail/chrome-phantasmic-oasis-weapon.png
new file mode 100644
index 00000000..3187034e
Binary files /dev/null and b/public/images/items/thumbnail/chrome-phantasmic-oasis-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-playful-narwhal-skin.png b/public/images/items/thumbnail/chrome-playful-narwhal-skin.png
new file mode 100644
index 00000000..72d69b85
Binary files /dev/null and b/public/images/items/thumbnail/chrome-playful-narwhal-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-pursuing-ghost-skin.png b/public/images/items/thumbnail/chrome-pursuing-ghost-skin.png
new file mode 100644
index 00000000..743ad3e9
Binary files /dev/null and b/public/images/items/thumbnail/chrome-pursuing-ghost-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-queen-of-the-seas-skin.png b/public/images/items/thumbnail/chrome-queen-of-the-seas-skin.png
new file mode 100644
index 00000000..e74862b1
Binary files /dev/null and b/public/images/items/thumbnail/chrome-queen-of-the-seas-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-regal-thinking-tree-trap-skin.png b/public/images/items/thumbnail/chrome-regal-thinking-tree-trap-skin.png
new file mode 100644
index 00000000..71e635b7
Binary files /dev/null and b/public/images/items/thumbnail/chrome-regal-thinking-tree-trap-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-rhinobot-weapon.png b/public/images/items/thumbnail/chrome-rhinobot-weapon.png
new file mode 100644
index 00000000..cafbbad0
Binary files /dev/null and b/public/images/items/thumbnail/chrome-rhinobot-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-santa-sphynx-skin.png b/public/images/items/thumbnail/chrome-santa-sphynx-skin.png
new file mode 100644
index 00000000..13d70e88
Binary files /dev/null and b/public/images/items/thumbnail/chrome-santa-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-school-of-aquatic-ornaments-skin.png b/public/images/items/thumbnail/chrome-school-of-aquatic-ornaments-skin.png
new file mode 100644
index 00000000..2dbadfdf
Binary files /dev/null and b/public/images/items/thumbnail/chrome-school-of-aquatic-ornaments-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-school-of-little-mermaids-skin.png b/public/images/items/thumbnail/chrome-school-of-little-mermaids-skin.png
new file mode 100644
index 00000000..26f58790
Binary files /dev/null and b/public/images/items/thumbnail/chrome-school-of-little-mermaids-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-school-of-sharks-kit-crafting-item.png b/public/images/items/thumbnail/chrome-school-of-sharks-kit-crafting-item.png
new file mode 100644
index 00000000..a970cdf6
Binary files /dev/null and b/public/images/items/thumbnail/chrome-school-of-sharks-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-school-of-sharks-weapon.png b/public/images/items/thumbnail/chrome-school-of-sharks-weapon.png
new file mode 100644
index 00000000..9d1b4b14
Binary files /dev/null and b/public/images/items/thumbnail/chrome-school-of-sharks-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-school-of-tiger-sharks-skin.png b/public/images/items/thumbnail/chrome-school-of-tiger-sharks-skin.png
new file mode 100644
index 00000000..87d9509b
Binary files /dev/null and b/public/images/items/thumbnail/chrome-school-of-tiger-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-scroll-case-convertible.png b/public/images/items/thumbnail/chrome-scroll-case-convertible.png
new file mode 100644
index 00000000..2bb4d736
Binary files /dev/null and b/public/images/items/thumbnail/chrome-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/chrome-silo-chrome-thought-obliterator-skin.png b/public/images/items/thumbnail/chrome-silo-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..e331012b
Binary files /dev/null and b/public/images/items/thumbnail/chrome-silo-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-sleepover-shark-skin.png b/public/images/items/thumbnail/chrome-sleepover-shark-skin.png
new file mode 100644
index 00000000..9dedbe0e
Binary files /dev/null and b/public/images/items/thumbnail/chrome-sleepover-shark-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-sphynx-upgrade-crafting-item.png b/public/images/items/thumbnail/chrome-sphynx-upgrade-crafting-item.png
new file mode 100644
index 00000000..b571c87f
Binary files /dev/null and b/public/images/items/thumbnail/chrome-sphynx-upgrade-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-sphynx-weapon.png b/public/images/items/thumbnail/chrome-sphynx-weapon.png
new file mode 100644
index 00000000..fc6f52e0
Binary files /dev/null and b/public/images/items/thumbnail/chrome-sphynx-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-spring-hunt-celestial-dissonance-skin.png b/public/images/items/thumbnail/chrome-spring-hunt-celestial-dissonance-skin.png
new file mode 100644
index 00000000..b2f73d12
Binary files /dev/null and b/public/images/items/thumbnail/chrome-spring-hunt-celestial-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-storm-ballista-upgrade-crafting-item.png b/public/images/items/thumbnail/chrome-storm-ballista-upgrade-crafting-item.png
new file mode 100644
index 00000000..af2a672b
Binary files /dev/null and b/public/images/items/thumbnail/chrome-storm-ballista-upgrade-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-storm-wrought-ballista-weapon.png b/public/images/items/thumbnail/chrome-storm-wrought-ballista-weapon.png
new file mode 100644
index 00000000..baa53f3a
Binary files /dev/null and b/public/images/items/thumbnail/chrome-storm-wrought-ballista-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-stormwrought-ballista-parts-crafting-item.png b/public/images/items/thumbnail/chrome-stormwrought-ballista-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/chrome-stormwrought-ballista-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-tacky-glue-weapon.png b/public/images/items/thumbnail/chrome-tacky-glue-weapon.png
new file mode 100644
index 00000000..574e5e8a
Binary files /dev/null and b/public/images/items/thumbnail/chrome-tacky-glue-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-temporal-turbine-upgrade-kit-crafting-item.png b/public/images/items/thumbnail/chrome-temporal-turbine-upgrade-kit-crafting-item.png
new file mode 100644
index 00000000..d814abad
Binary files /dev/null and b/public/images/items/thumbnail/chrome-temporal-turbine-upgrade-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-temporal-turbine-weapon.png b/public/images/items/thumbnail/chrome-temporal-turbine-weapon.png
new file mode 100644
index 00000000..d4e7a4c1
Binary files /dev/null and b/public/images/items/thumbnail/chrome-temporal-turbine-weapon.png differ
diff --git a/public/images/items/thumbnail/chrome-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/chrome-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..9ae45e53
Binary files /dev/null and b/public/images/items/thumbnail/chrome-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/chrome-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..d4243bcd
Binary files /dev/null and b/public/images/items/thumbnail/chrome-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/chrome-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..5b5269ac
Binary files /dev/null and b/public/images/items/thumbnail/chrome-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-thought-entangler-skin.png b/public/images/items/thumbnail/chrome-thought-entangler-skin.png
new file mode 100644
index 00000000..46cbdd92
Binary files /dev/null and b/public/images/items/thumbnail/chrome-thought-entangler-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-thought-obliterator-kit-crafting-item.png b/public/images/items/thumbnail/chrome-thought-obliterator-kit-crafting-item.png
new file mode 100644
index 00000000..0aaa3a87
Binary files /dev/null and b/public/images/items/thumbnail/chrome-thought-obliterator-kit-crafting-item.png differ
diff --git a/public/images/items/thumbnail/chrome-trinket.png b/public/images/items/thumbnail/chrome-trinket.png
new file mode 100644
index 00000000..62df3ae2
Binary files /dev/null and b/public/images/items/thumbnail/chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/chrome-unchained-obliterator-skin.png b/public/images/items/thumbnail/chrome-unchained-obliterator-skin.png
new file mode 100644
index 00000000..25a67141
Binary files /dev/null and b/public/images/items/thumbnail/chrome-unchained-obliterator-skin.png differ
diff --git a/public/images/items/thumbnail/chrome-winter-celestial-dissonance-skin.png b/public/images/items/thumbnail/chrome-winter-celestial-dissonance-skin.png
new file mode 100644
index 00000000..65d82f1a
Binary files /dev/null and b/public/images/items/thumbnail/chrome-winter-celestial-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/chrono-egg-convertible.png b/public/images/items/thumbnail/chrono-egg-convertible.png
new file mode 100644
index 00000000..d4224dd9
Binary files /dev/null and b/public/images/items/thumbnail/chrono-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/chrono-gwh-weapon.png b/public/images/items/thumbnail/chrono-gwh-weapon.png
new file mode 100644
index 00000000..a4b72a4c
Binary files /dev/null and b/public/images/items/thumbnail/chrono-gwh-weapon.png differ
diff --git a/public/images/items/thumbnail/chummy-egg-convertible.png b/public/images/items/thumbnail/chummy-egg-convertible.png
new file mode 100644
index 00000000..139f5e28
Binary files /dev/null and b/public/images/items/thumbnail/chummy-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cinnahearts-collectible.png b/public/images/items/thumbnail/cinnahearts-collectible.png
new file mode 100644
index 00000000..f2de8b16
Binary files /dev/null and b/public/images/items/thumbnail/cinnahearts-collectible.png differ
diff --git a/public/images/items/thumbnail/circlet-of-summoning-skin.png b/public/images/items/thumbnail/circlet-of-summoning-skin.png
new file mode 100644
index 00000000..6bd425dc
Binary files /dev/null and b/public/images/items/thumbnail/circlet-of-summoning-skin.png differ
diff --git a/public/images/items/thumbnail/clamembert-cheese.png b/public/images/items/thumbnail/clamembert-cheese.png
new file mode 100644
index 00000000..744a5830
Binary files /dev/null and b/public/images/items/thumbnail/clamembert-cheese.png differ
diff --git a/public/images/items/thumbnail/clamembert-pack-small-convertible.png b/public/images/items/thumbnail/clamembert-pack-small-convertible.png
new file mode 100644
index 00000000..bbdc7899
Binary files /dev/null and b/public/images/items/thumbnail/clamembert-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/clarity-trinket.png b/public/images/items/thumbnail/clarity-trinket.png
new file mode 100644
index 00000000..261ed320
Binary files /dev/null and b/public/images/items/thumbnail/clarity-trinket.png differ
diff --git a/public/images/items/thumbnail/claw-shot-base.png b/public/images/items/thumbnail/claw-shot-base.png
new file mode 100644
index 00000000..9bbdc4fa
Binary files /dev/null and b/public/images/items/thumbnail/claw-shot-base.png differ
diff --git a/public/images/items/thumbnail/claw-shot-chest-convertible.png b/public/images/items/thumbnail/claw-shot-chest-convertible.png
new file mode 100644
index 00000000..e469bb19
Binary files /dev/null and b/public/images/items/thumbnail/claw-shot-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/clean-egg-convertible.png b/public/images/items/thumbnail/clean-egg-convertible.png
new file mode 100644
index 00000000..096b378b
Binary files /dev/null and b/public/images/items/thumbnail/clean-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cleverness-clam-stat-item.png b/public/images/items/thumbnail/cleverness-clam-stat-item.png
new file mode 100644
index 00000000..9ec3840d
Binary files /dev/null and b/public/images/items/thumbnail/cleverness-clam-stat-item.png differ
diff --git a/public/images/items/thumbnail/climbing-pitons-crafting-item.png b/public/images/items/thumbnail/climbing-pitons-crafting-item.png
new file mode 100644
index 00000000..48a5d25c
Binary files /dev/null and b/public/images/items/thumbnail/climbing-pitons-crafting-item.png differ
diff --git a/public/images/items/thumbnail/cloaking-droid-weapon.png b/public/images/items/thumbnail/cloaking-droid-weapon.png
new file mode 100644
index 00000000..1b67f2c4
Binary files /dev/null and b/public/images/items/thumbnail/cloaking-droid-weapon.png differ
diff --git a/public/images/items/thumbnail/clock-parts-crafting-item.png b/public/images/items/thumbnail/clock-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/clock-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/clock-winter-past-skin.png b/public/images/items/thumbnail/clock-winter-past-skin.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/clock-winter-past-skin.png differ
diff --git a/public/images/items/thumbnail/clockapult-of-time-weapon.png b/public/images/items/thumbnail/clockapult-of-time-weapon.png
new file mode 100644
index 00000000..e27d718c
Binary files /dev/null and b/public/images/items/thumbnail/clockapult-of-time-weapon.png differ
diff --git a/public/images/items/thumbnail/clockapult-of-winter-past-weapon.png b/public/images/items/thumbnail/clockapult-of-winter-past-weapon.png
new file mode 100644
index 00000000..5e39671e
Binary files /dev/null and b/public/images/items/thumbnail/clockapult-of-winter-past-weapon.png differ
diff --git a/public/images/items/thumbnail/clockwork-base.png b/public/images/items/thumbnail/clockwork-base.png
new file mode 100644
index 00000000..e8cd1c89
Binary files /dev/null and b/public/images/items/thumbnail/clockwork-base.png differ
diff --git a/public/images/items/thumbnail/clockwork-egg-convertible.png b/public/images/items/thumbnail/clockwork-egg-convertible.png
new file mode 100644
index 00000000..516bd0fe
Binary files /dev/null and b/public/images/items/thumbnail/clockwork-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/clockwork-portal-blueprints-crafting-item.png b/public/images/items/thumbnail/clockwork-portal-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/clockwork-portal-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/clockwork-portal-weapon.png b/public/images/items/thumbnail/clockwork-portal-weapon.png
new file mode 100644
index 00000000..a654a42a
Binary files /dev/null and b/public/images/items/thumbnail/clockwork-portal-weapon.png differ
diff --git a/public/images/items/thumbnail/cloud-covered-floating-law-upgraded-skin.png b/public/images/items/thumbnail/cloud-covered-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..64677427
Binary files /dev/null and b/public/images/items/thumbnail/cloud-covered-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/cloud-curd-crafting-item.png b/public/images/items/thumbnail/cloud-curd-crafting-item.png
new file mode 100644
index 00000000..f8378600
Binary files /dev/null and b/public/images/items/thumbnail/cloud-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/cloudstone-bangle-egg-convertible.png b/public/images/items/thumbnail/cloudstone-bangle-egg-convertible.png
new file mode 100644
index 00000000..57600c51
Binary files /dev/null and b/public/images/items/thumbnail/cloudstone-bangle-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cloudstone-bangle-stat-item.png b/public/images/items/thumbnail/cloudstone-bangle-stat-item.png
new file mode 100644
index 00000000..38d5331d
Binary files /dev/null and b/public/images/items/thumbnail/cloudstone-bangle-stat-item.png differ
diff --git a/public/images/items/thumbnail/cny-dragon-breath-potion.png b/public/images/items/thumbnail/cny-dragon-breath-potion.png
new file mode 100644
index 00000000..3df0a14d
Binary files /dev/null and b/public/images/items/thumbnail/cny-dragon-breath-potion.png differ
diff --git a/public/images/items/thumbnail/cny-dragon-breath-trinket.png b/public/images/items/thumbnail/cny-dragon-breath-trinket.png
new file mode 100644
index 00000000..ebfb8d43
Binary files /dev/null and b/public/images/items/thumbnail/cny-dragon-breath-trinket.png differ
diff --git a/public/images/items/thumbnail/cny-nitropop-potion.png b/public/images/items/thumbnail/cny-nitropop-potion.png
new file mode 100644
index 00000000..e5eb17dd
Binary files /dev/null and b/public/images/items/thumbnail/cny-nitropop-potion.png differ
diff --git a/public/images/items/thumbnail/cny-nitropop-trinket.png b/public/images/items/thumbnail/cny-nitropop-trinket.png
new file mode 100644
index 00000000..2d0073f7
Binary files /dev/null and b/public/images/items/thumbnail/cny-nitropop-trinket.png differ
diff --git a/public/images/items/thumbnail/coal-craft-item.png b/public/images/items/thumbnail/coal-craft-item.png
new file mode 100644
index 00000000..0d150669
Binary files /dev/null and b/public/images/items/thumbnail/coal-craft-item.png differ
diff --git a/public/images/items/thumbnail/cocoa-candy-crusher-skin.png b/public/images/items/thumbnail/cocoa-candy-crusher-skin.png
new file mode 100644
index 00000000..7a1da640
Binary files /dev/null and b/public/images/items/thumbnail/cocoa-candy-crusher-skin.png differ
diff --git a/public/images/items/thumbnail/coconut-milk-craft-item.png b/public/images/items/thumbnail/coconut-milk-craft-item.png
new file mode 100644
index 00000000..a955faf5
Binary files /dev/null and b/public/images/items/thumbnail/coconut-milk-craft-item.png differ
diff --git a/public/images/items/thumbnail/coconut-timber-crafting-item.png b/public/images/items/thumbnail/coconut-timber-crafting-item.png
new file mode 100644
index 00000000..b035af7c
Binary files /dev/null and b/public/images/items/thumbnail/coconut-timber-crafting-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-bard-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-bard-page-stat-item.png
new file mode 100644
index 00000000..59c83143
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-bard-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-dust-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-dust-page-stat-item.png
new file mode 100644
index 00000000..5a094628
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-dust-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-eclipse-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-eclipse-page-stat-item.png
new file mode 100644
index 00000000..3d83828b
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-eclipse-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-magic-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-magic-page-stat-item.png
new file mode 100644
index 00000000..f0cb83b0
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-magic-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-melee-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-melee-page-stat-item.png
new file mode 100644
index 00000000..e420e115
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-melee-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-nobility-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-nobility-page-stat-item.png
new file mode 100644
index 00000000..603ba789
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-nobility-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-puppetry-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-puppetry-page-stat-item.png
new file mode 100644
index 00000000..0e1dc320
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-puppetry-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valor-thievery-page-stat-item.png b/public/images/items/thumbnail/codex-of-valor-thievery-page-stat-item.png
new file mode 100644
index 00000000..efc3adbb
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valor-thievery-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/codex-of-valour-stat-item.png b/public/images/items/thumbnail/codex-of-valour-stat-item.png
new file mode 100644
index 00000000..8757fb29
Binary files /dev/null and b/public/images/items/thumbnail/codex-of-valour-stat-item.png differ
diff --git a/public/images/items/thumbnail/coggy-colby-cheese.png b/public/images/items/thumbnail/coggy-colby-cheese.png
new file mode 100644
index 00000000..6e56620b
Binary files /dev/null and b/public/images/items/thumbnail/coggy-colby-cheese.png differ
diff --git a/public/images/items/thumbnail/cold-fusion-bomb-convertible.png b/public/images/items/thumbnail/cold-fusion-bomb-convertible.png
new file mode 100644
index 00000000..27db7dd6
Binary files /dev/null and b/public/images/items/thumbnail/cold-fusion-bomb-convertible.png differ
diff --git a/public/images/items/thumbnail/cold-fusion-crafting-item.png b/public/images/items/thumbnail/cold-fusion-crafting-item.png
new file mode 100644
index 00000000..bcf5eb33
Binary files /dev/null and b/public/images/items/thumbnail/cold-fusion-crafting-item.png differ
diff --git a/public/images/items/thumbnail/combat-cheese.png b/public/images/items/thumbnail/combat-cheese.png
new file mode 100644
index 00000000..80be7e3f
Binary files /dev/null and b/public/images/items/thumbnail/combat-cheese.png differ
diff --git a/public/images/items/thumbnail/combat-energy-stat-item.png b/public/images/items/thumbnail/combat-energy-stat-item.png
new file mode 100644
index 00000000..23fdf512
Binary files /dev/null and b/public/images/items/thumbnail/combat-energy-stat-item.png differ
diff --git a/public/images/items/thumbnail/combat-research-1250-bonus-loot.png b/public/images/items/thumbnail/combat-research-1250-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/combat-research-1250-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/combat-research-750-bonus-loot.png b/public/images/items/thumbnail/combat-research-750-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/combat-research-750-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/compass-craft-item.png b/public/images/items/thumbnail/compass-craft-item.png
new file mode 100644
index 00000000..9dcd120c
Binary files /dev/null and b/public/images/items/thumbnail/compass-craft-item.png differ
diff --git a/public/images/items/thumbnail/compass-magnet-base.png b/public/images/items/thumbnail/compass-magnet-base.png
new file mode 100644
index 00000000..211a8567
Binary files /dev/null and b/public/images/items/thumbnail/compass-magnet-base.png differ
diff --git a/public/images/items/thumbnail/compass-magnet-trinket.png b/public/images/items/thumbnail/compass-magnet-trinket.png
new file mode 100644
index 00000000..deb92dd6
Binary files /dev/null and b/public/images/items/thumbnail/compass-magnet-trinket.png differ
diff --git a/public/images/items/thumbnail/competitors-bronze-base.png b/public/images/items/thumbnail/competitors-bronze-base.png
new file mode 100644
index 00000000..17292036
Binary files /dev/null and b/public/images/items/thumbnail/competitors-bronze-base.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2016-adv.png b/public/images/items/thumbnail/complete-birthday-2016-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2016-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2017-adv.png b/public/images/items/thumbnail/complete-birthday-2017-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2017-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2018-adv.png b/public/images/items/thumbnail/complete-birthday-2018-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2018-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2019-adv.png b/public/images/items/thumbnail/complete-birthday-2019-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2019-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2020-adv.png b/public/images/items/thumbnail/complete-birthday-2020-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2020-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2021-adv.png b/public/images/items/thumbnail/complete-birthday-2021-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2021-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2022-adv.png b/public/images/items/thumbnail/complete-birthday-2022-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2022-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2023-adv.png b/public/images/items/thumbnail/complete-birthday-2023-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2023-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2024-adv.png b/public/images/items/thumbnail/complete-birthday-2024-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2024-adv.png differ
diff --git a/public/images/items/thumbnail/complete-birthday-2025-adv.png b/public/images/items/thumbnail/complete-birthday-2025-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-birthday-2025-adv.png differ
diff --git a/public/images/items/thumbnail/complete-bountiful-beanstalk-adv.png b/public/images/items/thumbnail/complete-bountiful-beanstalk-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-bountiful-beanstalk-adv.png differ
diff --git a/public/images/items/thumbnail/complete-claw-shot-wanted-poster-adv.png b/public/images/items/thumbnail/complete-claw-shot-wanted-poster-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-claw-shot-wanted-poster-adv.png differ
diff --git a/public/images/items/thumbnail/complete-draconic-depths-adv.png b/public/images/items/thumbnail/complete-draconic-depths-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-draconic-depths-adv.png differ
diff --git a/public/images/items/thumbnail/complete-draconic-depths-prerelease-adv.png b/public/images/items/thumbnail/complete-draconic-depths-prerelease-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-draconic-depths-prerelease-adv.png differ
diff --git a/public/images/items/thumbnail/complete-floating-islands-adv.png b/public/images/items/thumbnail/complete-floating-islands-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-floating-islands-adv.png differ
diff --git a/public/images/items/thumbnail/complete-folklore-forest-adv.png b/public/images/items/thumbnail/complete-folklore-forest-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-folklore-forest-adv.png differ
diff --git a/public/images/items/thumbnail/complete-fort-rox-adv.png b/public/images/items/thumbnail/complete-fort-rox-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-fort-rox-adv.png differ
diff --git a/public/images/items/thumbnail/complete-gnawnian-express-run-adv.png b/public/images/items/thumbnail/complete-gnawnian-express-run-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-gnawnian-express-run-adv.png differ
diff --git a/public/images/items/thumbnail/complete-hween-2019-adv.png b/public/images/items/thumbnail/complete-hween-2019-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-hween-2019-adv.png differ
diff --git a/public/images/items/thumbnail/complete-hween-2020-adv.png b/public/images/items/thumbnail/complete-hween-2020-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-hween-2020-adv.png differ
diff --git a/public/images/items/thumbnail/complete-hween-2021-adv.png b/public/images/items/thumbnail/complete-hween-2021-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-hween-2021-adv.png differ
diff --git a/public/images/items/thumbnail/complete-hween-2022-adv.png b/public/images/items/thumbnail/complete-hween-2022-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-hween-2022-adv.png differ
diff --git a/public/images/items/thumbnail/complete-hween-2023-adv.png b/public/images/items/thumbnail/complete-hween-2023-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-hween-2023-adv.png differ
diff --git a/public/images/items/thumbnail/complete-hween-2024-adv.png b/public/images/items/thumbnail/complete-hween-2024-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-hween-2024-adv.png differ
diff --git a/public/images/items/thumbnail/complete-lny-lantern-2022-adv.png b/public/images/items/thumbnail/complete-lny-lantern-2022-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-lny-lantern-2022-adv.png differ
diff --git a/public/images/items/thumbnail/complete-lny-lantern-2023-adv.png b/public/images/items/thumbnail/complete-lny-lantern-2023-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-lny-lantern-2023-adv.png differ
diff --git a/public/images/items/thumbnail/complete-lny-lantern-2024-adv.png b/public/images/items/thumbnail/complete-lny-lantern-2024-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-lny-lantern-2024-adv.png differ
diff --git a/public/images/items/thumbnail/complete-lny-lantern-2025-adv.png b/public/images/items/thumbnail/complete-lny-lantern-2025-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-lny-lantern-2025-adv.png differ
diff --git a/public/images/items/thumbnail/complete-muridae-market-adv.png b/public/images/items/thumbnail/complete-muridae-market-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-muridae-market-adv.png differ
diff --git a/public/images/items/thumbnail/complete-pollution-outbreak-adv.png b/public/images/items/thumbnail/complete-pollution-outbreak-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-pollution-outbreak-adv.png differ
diff --git a/public/images/items/thumbnail/complete-queso-geyser-adv.png b/public/images/items/thumbnail/complete-queso-geyser-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-queso-geyser-adv.png differ
diff --git a/public/images/items/thumbnail/complete-queso-river.png b/public/images/items/thumbnail/complete-queso-river.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-queso-river.png differ
diff --git a/public/images/items/thumbnail/complete-school-of-sorcery-adv.png b/public/images/items/thumbnail/complete-school-of-sorcery-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-school-of-sorcery-adv.png differ
diff --git a/public/images/items/thumbnail/complete-sky-palace-adv.png b/public/images/items/thumbnail/complete-sky-palace-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-sky-palace-adv.png differ
diff --git a/public/images/items/thumbnail/complete-town-of-gnawnia-bounties-adv.png b/public/images/items/thumbnail/complete-town-of-gnawnia-bounties-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/complete-town-of-gnawnia-bounties-adv.png differ
diff --git a/public/images/items/thumbnail/completed-halloween-2014-theme-collectible.png b/public/images/items/thumbnail/completed-halloween-2014-theme-collectible.png
new file mode 100644
index 00000000..94ea50a0
Binary files /dev/null and b/public/images/items/thumbnail/completed-halloween-2014-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/completed-halloween-theme-collectible.png b/public/images/items/thumbnail/completed-halloween-theme-collectible.png
new file mode 100644
index 00000000..c5dc0a56
Binary files /dev/null and b/public/images/items/thumbnail/completed-halloween-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/completed-halloween-undead-theme-collectible.png b/public/images/items/thumbnail/completed-halloween-undead-theme-collectible.png
new file mode 100644
index 00000000..354009e7
Binary files /dev/null and b/public/images/items/thumbnail/completed-halloween-undead-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/completed-polluted-journal-theme-collectible.png b/public/images/items/thumbnail/completed-polluted-journal-theme-collectible.png
new file mode 100644
index 00000000..e8fc9e1f
Binary files /dev/null and b/public/images/items/thumbnail/completed-polluted-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/completed-regal-theme-collectible.png b/public/images/items/thumbnail/completed-regal-theme-collectible.png
new file mode 100644
index 00000000..198b0293
Binary files /dev/null and b/public/images/items/thumbnail/completed-regal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/compressed-cinnamon-coal-stat-item.png b/public/images/items/thumbnail/compressed-cinnamon-coal-stat-item.png
new file mode 100644
index 00000000..a92e8a39
Binary files /dev/null and b/public/images/items/thumbnail/compressed-cinnamon-coal-stat-item.png differ
diff --git a/public/images/items/thumbnail/condemned-base.png b/public/images/items/thumbnail/condemned-base.png
new file mode 100644
index 00000000..1e5cf99d
Binary files /dev/null and b/public/images/items/thumbnail/condemned-base.png differ
diff --git a/public/images/items/thumbnail/condensed-creativity-stat-item.png b/public/images/items/thumbnail/condensed-creativity-stat-item.png
new file mode 100644
index 00000000..52e25ab8
Binary files /dev/null and b/public/images/items/thumbnail/condensed-creativity-stat-item.png differ
diff --git a/public/images/items/thumbnail/confetti-collectible.png b/public/images/items/thumbnail/confetti-collectible.png
new file mode 100644
index 00000000..baa998ab
Binary files /dev/null and b/public/images/items/thumbnail/confetti-collectible.png differ
diff --git a/public/images/items/thumbnail/constellation-chrome-sphynx-skin.png b/public/images/items/thumbnail/constellation-chrome-sphynx-skin.png
new file mode 100644
index 00000000..e0b54692
Binary files /dev/null and b/public/images/items/thumbnail/constellation-chrome-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/consumed-lair-key-message-item.png b/public/images/items/thumbnail/consumed-lair-key-message-item.png
new file mode 100644
index 00000000..fa72b47c
Binary files /dev/null and b/public/images/items/thumbnail/consumed-lair-key-message-item.png differ
diff --git a/public/images/items/thumbnail/contaminated-crumb-cake-collectible.png b/public/images/items/thumbnail/contaminated-crumb-cake-collectible.png
new file mode 100644
index 00000000..e7a17cad
Binary files /dev/null and b/public/images/items/thumbnail/contaminated-crumb-cake-collectible.png differ
diff --git a/public/images/items/thumbnail/cook-egg-convertible.png b/public/images/items/thumbnail/cook-egg-convertible.png
new file mode 100644
index 00000000..89c75f60
Binary files /dev/null and b/public/images/items/thumbnail/cook-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/copper-bead-crafting-item.png b/public/images/items/thumbnail/copper-bead-crafting-item.png
new file mode 100644
index 00000000..5dae91df
Binary files /dev/null and b/public/images/items/thumbnail/copper-bead-crafting-item.png differ
diff --git a/public/images/items/thumbnail/coral-clockwork-portal-skin.png b/public/images/items/thumbnail/coral-clockwork-portal-skin.png
new file mode 100644
index 00000000..3ab1aacd
Binary files /dev/null and b/public/images/items/thumbnail/coral-clockwork-portal-skin.png differ
diff --git a/public/images/items/thumbnail/coral-egg-convertible.png b/public/images/items/thumbnail/coral-egg-convertible.png
new file mode 100644
index 00000000..10ff78d0
Binary files /dev/null and b/public/images/items/thumbnail/coral-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/coral-oasis-skin.png b/public/images/items/thumbnail/coral-oasis-skin.png
new file mode 100644
index 00000000..f642e791
Binary files /dev/null and b/public/images/items/thumbnail/coral-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/coral-phantasmic-oasis-skin.png b/public/images/items/thumbnail/coral-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..b64a6844
Binary files /dev/null and b/public/images/items/thumbnail/coral-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/coral-scale-pack-convertible.png b/public/images/items/thumbnail/coral-scale-pack-convertible.png
new file mode 100644
index 00000000..fbd0e3a3
Binary files /dev/null and b/public/images/items/thumbnail/coral-scale-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/cork-bark-crafting-item.png b/public/images/items/thumbnail/cork-bark-crafting-item.png
new file mode 100644
index 00000000..ad48a255
Binary files /dev/null and b/public/images/items/thumbnail/cork-bark-crafting-item.png differ
diff --git a/public/images/items/thumbnail/cork-egg-convertible.png b/public/images/items/thumbnail/cork-egg-convertible.png
new file mode 100644
index 00000000..b6dfe5bb
Binary files /dev/null and b/public/images/items/thumbnail/cork-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/corky-the-collector-egg-convertible.png b/public/images/items/thumbnail/corky-the-collector-egg-convertible.png
new file mode 100644
index 00000000..74746077
Binary files /dev/null and b/public/images/items/thumbnail/corky-the-collector-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cornucopia-gift-basket-convertible.png b/public/images/items/thumbnail/cornucopia-gift-basket-convertible.png
new file mode 100644
index 00000000..ab0fc321
Binary files /dev/null and b/public/images/items/thumbnail/cornucopia-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/corrupt-egg-convertible.png b/public/images/items/thumbnail/corrupt-egg-convertible.png
new file mode 100644
index 00000000..0d9f5936
Binary files /dev/null and b/public/images/items/thumbnail/corrupt-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/corrupt-trident-collectible.png b/public/images/items/thumbnail/corrupt-trident-collectible.png
new file mode 100644
index 00000000..9a9f6912
Binary files /dev/null and b/public/images/items/thumbnail/corrupt-trident-collectible.png differ
diff --git a/public/images/items/thumbnail/corrupted-radioactive-blue-cheese-potion.png b/public/images/items/thumbnail/corrupted-radioactive-blue-cheese-potion.png
new file mode 100644
index 00000000..bb26d8e7
Binary files /dev/null and b/public/images/items/thumbnail/corrupted-radioactive-blue-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/cosmic-kingbot-trap-skin.png b/public/images/items/thumbnail/cosmic-kingbot-trap-skin.png
new file mode 100644
index 00000000..b719ad6d
Binary files /dev/null and b/public/images/items/thumbnail/cosmic-kingbot-trap-skin.png differ
diff --git a/public/images/items/thumbnail/costume-ambush-skin.png b/public/images/items/thumbnail/costume-ambush-skin.png
new file mode 100644
index 00000000..84e3f497
Binary files /dev/null and b/public/images/items/thumbnail/costume-ambush-skin.png differ
diff --git a/public/images/items/thumbnail/costume-party-of-sharks-skin.png b/public/images/items/thumbnail/costume-party-of-sharks-skin.png
new file mode 100644
index 00000000..ec4f0fdc
Binary files /dev/null and b/public/images/items/thumbnail/costume-party-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/cotton-candy-floating-law-upgraded-skin.png b/public/images/items/thumbnail/cotton-candy-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..27b51457
Binary files /dev/null and b/public/images/items/thumbnail/cotton-candy-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/count-achievement.png b/public/images/items/thumbnail/count-achievement.png
new file mode 100644
index 00000000..f7ba85a1
Binary files /dev/null and b/public/images/items/thumbnail/count-achievement.png differ
diff --git a/public/images/items/thumbnail/cozy-cruise-gift-basket-convertible.png b/public/images/items/thumbnail/cozy-cruise-gift-basket-convertible.png
new file mode 100644
index 00000000..a4bcc632
Binary files /dev/null and b/public/images/items/thumbnail/cozy-cruise-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/craft-ocean-navigation-kit-adv.png b/public/images/items/thumbnail/craft-ocean-navigation-kit-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/craft-ocean-navigation-kit-adv.png differ
diff --git a/public/images/items/thumbnail/craft-ss-huntington-adv.png b/public/images/items/thumbnail/craft-ss-huntington-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/craft-ss-huntington-adv.png differ
diff --git a/public/images/items/thumbnail/crate-cursed-city-convertible.png b/public/images/items/thumbnail/crate-cursed-city-convertible.png
new file mode 100644
index 00000000..b1b675be
Binary files /dev/null and b/public/images/items/thumbnail/crate-cursed-city-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-egg-convertible.png b/public/images/items/thumbnail/crate-egg-convertible.png
new file mode 100644
index 00000000..5c068eba
Binary files /dev/null and b/public/images/items/thumbnail/crate-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-living-garden-convertible.png b/public/images/items/thumbnail/crate-living-garden-convertible.png
new file mode 100644
index 00000000..8b790e88
Binary files /dev/null and b/public/images/items/thumbnail/crate-living-garden-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-lost-city-convertible.png b/public/images/items/thumbnail/crate-lost-city-convertible.png
new file mode 100644
index 00000000..7b4e0634
Binary files /dev/null and b/public/images/items/thumbnail/crate-lost-city-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-of-splintered-wood-convertible.png b/public/images/items/thumbnail/crate-of-splintered-wood-convertible.png
new file mode 100644
index 00000000..fe40e649
Binary files /dev/null and b/public/images/items/thumbnail/crate-of-splintered-wood-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-sand-crypts-convertible.png b/public/images/items/thumbnail/crate-sand-crypts-convertible.png
new file mode 100644
index 00000000..1304bfa2
Binary files /dev/null and b/public/images/items/thumbnail/crate-sand-crypts-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-sand-dunes-convertible.png b/public/images/items/thumbnail/crate-sand-dunes-convertible.png
new file mode 100644
index 00000000..dd8b5c67
Binary files /dev/null and b/public/images/items/thumbnail/crate-sand-dunes-convertible.png differ
diff --git a/public/images/items/thumbnail/crate-twisted-garden-convertible.png b/public/images/items/thumbnail/crate-twisted-garden-convertible.png
new file mode 100644
index 00000000..c053f8f9
Binary files /dev/null and b/public/images/items/thumbnail/crate-twisted-garden-convertible.png differ
diff --git a/public/images/items/thumbnail/creamy-gnarled-sap-crafting-item.png b/public/images/items/thumbnail/creamy-gnarled-sap-crafting-item.png
new file mode 100644
index 00000000..b7e2163a
Binary files /dev/null and b/public/images/items/thumbnail/creamy-gnarled-sap-crafting-item.png differ
diff --git a/public/images/items/thumbnail/creamy-havarti-cheese.png b/public/images/items/thumbnail/creamy-havarti-cheese.png
new file mode 100644
index 00000000..faf8cd8d
Binary files /dev/null and b/public/images/items/thumbnail/creamy-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/creamy-orange-pepper-craft-item.png b/public/images/items/thumbnail/creamy-orange-pepper-craft-item.png
new file mode 100644
index 00000000..d0bde7f1
Binary files /dev/null and b/public/images/items/thumbnail/creamy-orange-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/creepy-coffin-weapon.png b/public/images/items/thumbnail/creepy-coffin-weapon.png
new file mode 100644
index 00000000..9300bbe4
Binary files /dev/null and b/public/images/items/thumbnail/creepy-coffin-weapon.png differ
diff --git a/public/images/items/thumbnail/crescent-cheese.png b/public/images/items/thumbnail/crescent-cheese.png
new file mode 100644
index 00000000..81381b49
Binary files /dev/null and b/public/images/items/thumbnail/crescent-cheese.png differ
diff --git a/public/images/items/thumbnail/crimson-cheese.png b/public/images/items/thumbnail/crimson-cheese.png
new file mode 100644
index 00000000..72c13d92
Binary files /dev/null and b/public/images/items/thumbnail/crimson-cheese.png differ
diff --git a/public/images/items/thumbnail/crimson-curd-crafting-item.png b/public/images/items/thumbnail/crimson-curd-crafting-item.png
new file mode 100644
index 00000000..08ceb3d7
Binary files /dev/null and b/public/images/items/thumbnail/crimson-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/crimson-egg-convertible.png b/public/images/items/thumbnail/crimson-egg-convertible.png
new file mode 100644
index 00000000..dc6cb36a
Binary files /dev/null and b/public/images/items/thumbnail/crimson-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/crop-coin-stat-item.png b/public/images/items/thumbnail/crop-coin-stat-item.png
new file mode 100644
index 00000000..742c5969
Binary files /dev/null and b/public/images/items/thumbnail/crop-coin-stat-item.png differ
diff --git a/public/images/items/thumbnail/crossbow-trap-parts-crafting-item.png b/public/images/items/thumbnail/crossbow-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/crossbow-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/crown-collector-egg-convertible.png b/public/images/items/thumbnail/crown-collector-egg-convertible.png
new file mode 100644
index 00000000..a2244731
Binary files /dev/null and b/public/images/items/thumbnail/crown-collector-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/crown-jewel-collective.png b/public/images/items/thumbnail/crown-jewel-collective.png
new file mode 100644
index 00000000..a36c0938
Binary files /dev/null and b/public/images/items/thumbnail/crown-jewel-collective.png differ
diff --git a/public/images/items/thumbnail/crucible-boost-trinket.png b/public/images/items/thumbnail/crucible-boost-trinket.png
new file mode 100644
index 00000000..9f502964
Binary files /dev/null and b/public/images/items/thumbnail/crucible-boost-trinket.png differ
diff --git a/public/images/items/thumbnail/crude-pollutinum-convertible.png b/public/images/items/thumbnail/crude-pollutinum-convertible.png
new file mode 100644
index 00000000..a24fadde
Binary files /dev/null and b/public/images/items/thumbnail/crude-pollutinum-convertible.png differ
diff --git a/public/images/items/thumbnail/crude-pollutinum-stat-item.png b/public/images/items/thumbnail/crude-pollutinum-stat-item.png
new file mode 100644
index 00000000..a24fadde
Binary files /dev/null and b/public/images/items/thumbnail/crude-pollutinum-stat-item.png differ
diff --git a/public/images/items/thumbnail/cruise-bux-stat-item.png b/public/images/items/thumbnail/cruise-bux-stat-item.png
new file mode 100644
index 00000000..60f7911b
Binary files /dev/null and b/public/images/items/thumbnail/cruise-bux-stat-item.png differ
diff --git a/public/images/items/thumbnail/cruise-commander-crate-convertible.png b/public/images/items/thumbnail/cruise-commander-crate-convertible.png
new file mode 100644
index 00000000..78d8c44c
Binary files /dev/null and b/public/images/items/thumbnail/cruise-commander-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/crumbly-rift-salts-crafting-item.png b/public/images/items/thumbnail/crumbly-rift-salts-crafting-item.png
new file mode 100644
index 00000000..b8c54cd9
Binary files /dev/null and b/public/images/items/thumbnail/crumbly-rift-salts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/crunchy-cheese.png b/public/images/items/thumbnail/crunchy-cheese.png
new file mode 100644
index 00000000..ff0ab72a
Binary files /dev/null and b/public/images/items/thumbnail/crunchy-cheese.png differ
diff --git a/public/images/items/thumbnail/crunchy-green-pepper-craft-item.png b/public/images/items/thumbnail/crunchy-green-pepper-craft-item.png
new file mode 100644
index 00000000..1c57e8c0
Binary files /dev/null and b/public/images/items/thumbnail/crunchy-green-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/crunchy-havarti-cheese.png b/public/images/items/thumbnail/crunchy-havarti-cheese.png
new file mode 100644
index 00000000..248ab743
Binary files /dev/null and b/public/images/items/thumbnail/crunchy-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/crush-collectible.png b/public/images/items/thumbnail/crush-collectible.png
new file mode 100644
index 00000000..b16dc567
Binary files /dev/null and b/public/images/items/thumbnail/crush-collectible.png differ
diff --git a/public/images/items/thumbnail/crushed-birthday-cake-base.png b/public/images/items/thumbnail/crushed-birthday-cake-base.png
new file mode 100644
index 00000000..3cce8dd4
Binary files /dev/null and b/public/images/items/thumbnail/crushed-birthday-cake-base.png differ
diff --git a/public/images/items/thumbnail/crushed-collectible.png b/public/images/items/thumbnail/crushed-collectible.png
new file mode 100644
index 00000000..6bf92971
Binary files /dev/null and b/public/images/items/thumbnail/crushed-collectible.png differ
diff --git a/public/images/items/thumbnail/crux-of-dragon-devastation-skin.png b/public/images/items/thumbnail/crux-of-dragon-devastation-skin.png
new file mode 100644
index 00000000..f865e99f
Binary files /dev/null and b/public/images/items/thumbnail/crux-of-dragon-devastation-skin.png differ
diff --git a/public/images/items/thumbnail/cryst-hal-tower-skin.png b/public/images/items/thumbnail/cryst-hal-tower-skin.png
new file mode 100644
index 00000000..4c556275
Binary files /dev/null and b/public/images/items/thumbnail/cryst-hal-tower-skin.png differ
diff --git a/public/images/items/thumbnail/crystal-behemoth-egg-convertible.png b/public/images/items/thumbnail/crystal-behemoth-egg-convertible.png
new file mode 100644
index 00000000..71e846b5
Binary files /dev/null and b/public/images/items/thumbnail/crystal-behemoth-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/crystal-crucible-crafting-item.png b/public/images/items/thumbnail/crystal-crucible-crafting-item.png
new file mode 100644
index 00000000..4183e1cd
Binary files /dev/null and b/public/images/items/thumbnail/crystal-crucible-crafting-item.png differ
diff --git a/public/images/items/thumbnail/crystal-heart-mynorca-skin.png b/public/images/items/thumbnail/crystal-heart-mynorca-skin.png
new file mode 100644
index 00000000..31bb5856
Binary files /dev/null and b/public/images/items/thumbnail/crystal-heart-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/crystal-library-egg-convertible.png b/public/images/items/thumbnail/crystal-library-egg-convertible.png
new file mode 100644
index 00000000..c77c7436
Binary files /dev/null and b/public/images/items/thumbnail/crystal-library-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/crystal-mineral-crusher-weapon.png b/public/images/items/thumbnail/crystal-mineral-crusher-weapon.png
new file mode 100644
index 00000000..b36cb23b
Binary files /dev/null and b/public/images/items/thumbnail/crystal-mineral-crusher-weapon.png differ
diff --git a/public/images/items/thumbnail/crystal-tower-weapon.png b/public/images/items/thumbnail/crystal-tower-weapon.png
new file mode 100644
index 00000000..5285410d
Binary files /dev/null and b/public/images/items/thumbnail/crystal-tower-weapon.png differ
diff --git a/public/images/items/thumbnail/crystallized-fossil-collectible.png b/public/images/items/thumbnail/crystallized-fossil-collectible.png
new file mode 100644
index 00000000..fcbc4762
Binary files /dev/null and b/public/images/items/thumbnail/crystallized-fossil-collectible.png differ
diff --git a/public/images/items/thumbnail/cupcake-2016-birthday-base.png b/public/images/items/thumbnail/cupcake-2016-birthday-base.png
new file mode 100644
index 00000000..97896657
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-2016-birthday-base.png differ
diff --git a/public/images/items/thumbnail/cupcake-2017-birthday-base.png b/public/images/items/thumbnail/cupcake-2017-birthday-base.png
new file mode 100644
index 00000000..cd7d0d5f
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-2017-birthday-base.png differ
diff --git a/public/images/items/thumbnail/cupcake-birthday-base.png b/public/images/items/thumbnail/cupcake-birthday-base.png
new file mode 100644
index 00000000..25f9a875
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-birthday-base.png differ
diff --git a/public/images/items/thumbnail/cupcake-bot-weapon.png b/public/images/items/thumbnail/cupcake-bot-weapon.png
new file mode 100644
index 00000000..601d51df
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-bot-weapon.png differ
diff --git a/public/images/items/thumbnail/cupcake-cheese.png b/public/images/items/thumbnail/cupcake-cheese.png
new file mode 100644
index 00000000..eb1a07aa
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-cheese.png differ
diff --git a/public/images/items/thumbnail/cupcake-colby-potion.png b/public/images/items/thumbnail/cupcake-colby-potion.png
new file mode 100644
index 00000000..5e0d2682
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-colby-potion.png differ
diff --git a/public/images/items/thumbnail/cupcake-combo-kit-convertible.png b/public/images/items/thumbnail/cupcake-combo-kit-convertible.png
new file mode 100644
index 00000000..0da0d6fc
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-combo-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/cupcake-endless-labyrinth-skin.png b/public/images/items/thumbnail/cupcake-endless-labyrinth-skin.png
new file mode 100644
index 00000000..fe478e40
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-endless-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/cupcake-meteor-prison-core-skin.png b/public/images/items/thumbnail/cupcake-meteor-prison-core-skin.png
new file mode 100644
index 00000000..0d0224cc
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-meteor-prison-core-skin.png differ
diff --git a/public/images/items/thumbnail/cupcake-party-tower-convertible.png b/public/images/items/thumbnail/cupcake-party-tower-convertible.png
new file mode 100644
index 00000000..0c88b40f
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-party-tower-convertible.png differ
diff --git a/public/images/items/thumbnail/cupcake-party-tray-convertible.png b/public/images/items/thumbnail/cupcake-party-tray-convertible.png
new file mode 100644
index 00000000..70243c3d
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-party-tray-convertible.png differ
diff --git a/public/images/items/thumbnail/cupcake-sprinkles-stat-item.png b/public/images/items/thumbnail/cupcake-sprinkles-stat-item.png
new file mode 100644
index 00000000..a53531d9
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-sprinkles-stat-item.png differ
diff --git a/public/images/items/thumbnail/cupcake-trinket.png b/public/images/items/thumbnail/cupcake-trinket.png
new file mode 100644
index 00000000..16bff6de
Binary files /dev/null and b/public/images/items/thumbnail/cupcake-trinket.png differ
diff --git a/public/images/items/thumbnail/curds-and-whey-craft-item.png b/public/images/items/thumbnail/curds-and-whey-craft-item.png
new file mode 100644
index 00000000..294014f7
Binary files /dev/null and b/public/images/items/thumbnail/curds-and-whey-craft-item.png differ
diff --git a/public/images/items/thumbnail/curse-breaker-base.png b/public/images/items/thumbnail/curse-breaker-base.png
new file mode 100644
index 00000000..8eb669af
Binary files /dev/null and b/public/images/items/thumbnail/curse-breaker-base.png differ
diff --git a/public/images/items/thumbnail/cursed-city-charm-pack-convertible.png b/public/images/items/thumbnail/cursed-city-charm-pack-convertible.png
new file mode 100644
index 00000000..37c504af
Binary files /dev/null and b/public/images/items/thumbnail/cursed-city-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/cursed-gold-stat-item.png b/public/images/items/thumbnail/cursed-gold-stat-item.png
new file mode 100644
index 00000000..4ee17ac1
Binary files /dev/null and b/public/images/items/thumbnail/cursed-gold-stat-item.png differ
diff --git a/public/images/items/thumbnail/cursed-librarian-egg-convertible.png b/public/images/items/thumbnail/cursed-librarian-egg-convertible.png
new file mode 100644
index 00000000..fdd02f1c
Binary files /dev/null and b/public/images/items/thumbnail/cursed-librarian-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/cursed-skull-convertible.png b/public/images/items/thumbnail/cursed-skull-convertible.png
new file mode 100644
index 00000000..7e22041d
Binary files /dev/null and b/public/images/items/thumbnail/cursed-skull-convertible.png differ
diff --git a/public/images/items/thumbnail/damaged-coral-crafting-item.png b/public/images/items/thumbnail/damaged-coral-crafting-item.png
new file mode 100644
index 00000000..aca82291
Binary files /dev/null and b/public/images/items/thumbnail/damaged-coral-crafting-item.png differ
diff --git a/public/images/items/thumbnail/damaged-oculus-crafting-item.png b/public/images/items/thumbnail/damaged-oculus-crafting-item.png
new file mode 100644
index 00000000..9abb99ee
Binary files /dev/null and b/public/images/items/thumbnail/damaged-oculus-crafting-item.png differ
diff --git a/public/images/items/thumbnail/dark-chest-convertible.png b/public/images/items/thumbnail/dark-chest-convertible.png
new file mode 100644
index 00000000..e0878cb7
Binary files /dev/null and b/public/images/items/thumbnail/dark-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/dark-chocolate-bunny-weapon.png b/public/images/items/thumbnail/dark-chocolate-bunny-weapon.png
new file mode 100644
index 00000000..9732ba0d
Binary files /dev/null and b/public/images/items/thumbnail/dark-chocolate-bunny-weapon.png differ
diff --git a/public/images/items/thumbnail/dark-chocolate-trinket.png b/public/images/items/thumbnail/dark-chocolate-trinket.png
new file mode 100644
index 00000000..deb4c605
Binary files /dev/null and b/public/images/items/thumbnail/dark-chocolate-trinket.png differ
diff --git a/public/images/items/thumbnail/dark-magi-torn-page.png b/public/images/items/thumbnail/dark-magi-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/dark-magi-torn-page.png differ
diff --git a/public/images/items/thumbnail/dark-magic-mirror-weapon.png b/public/images/items/thumbnail/dark-magic-mirror-weapon.png
new file mode 100644
index 00000000..4ea9fa0e
Binary files /dev/null and b/public/images/items/thumbnail/dark-magic-mirror-weapon.png differ
diff --git a/public/images/items/thumbnail/dark-magic-reflecting-pool-skin.png b/public/images/items/thumbnail/dark-magic-reflecting-pool-skin.png
new file mode 100644
index 00000000..9d946b49
Binary files /dev/null and b/public/images/items/thumbnail/dark-magic-reflecting-pool-skin.png differ
diff --git a/public/images/items/thumbnail/dawn-dust-stat-item.png b/public/images/items/thumbnail/dawn-dust-stat-item.png
new file mode 100644
index 00000000..9a57de93
Binary files /dev/null and b/public/images/items/thumbnail/dawn-dust-stat-item.png differ
diff --git a/public/images/items/thumbnail/dawn-egg-convertible.png b/public/images/items/thumbnail/dawn-egg-convertible.png
new file mode 100644
index 00000000..178b8603
Binary files /dev/null and b/public/images/items/thumbnail/dawn-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/day-egg-convertible.png b/public/images/items/thumbnail/day-egg-convertible.png
new file mode 100644
index 00000000..dbbfdfde
Binary files /dev/null and b/public/images/items/thumbnail/day-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/deadwood-plank-base.png b/public/images/items/thumbnail/deadwood-plank-base.png
new file mode 100644
index 00000000..f274d34c
Binary files /dev/null and b/public/images/items/thumbnail/deadwood-plank-base.png differ
diff --git a/public/images/items/thumbnail/deathbot-chrome-edition-weapon.png b/public/images/items/thumbnail/deathbot-chrome-edition-weapon.png
new file mode 100644
index 00000000..e11ff4d8
Binary files /dev/null and b/public/images/items/thumbnail/deathbot-chrome-edition-weapon.png differ
diff --git a/public/images/items/thumbnail/deathbot-parts-craft-item.png b/public/images/items/thumbnail/deathbot-parts-craft-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/deathbot-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/decoration-voucher-stat-item.png b/public/images/items/thumbnail/decoration-voucher-stat-item.png
new file mode 100644
index 00000000..bc4e5534
Binary files /dev/null and b/public/images/items/thumbnail/decoration-voucher-stat-item.png differ
diff --git a/public/images/items/thumbnail/decrepit-tentacle-egg-convertible.png b/public/images/items/thumbnail/decrepit-tentacle-egg-convertible.png
new file mode 100644
index 00000000..71da3286
Binary files /dev/null and b/public/images/items/thumbnail/decrepit-tentacle-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/deep-egg-convertible.png b/public/images/items/thumbnail/deep-egg-convertible.png
new file mode 100644
index 00000000..04beee85
Binary files /dev/null and b/public/images/items/thumbnail/deep-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/deep-freeze-base-blueprints-crafting-item.png b/public/images/items/thumbnail/deep-freeze-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..c880796d
Binary files /dev/null and b/public/images/items/thumbnail/deep-freeze-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/deep-freeze-base.png b/public/images/items/thumbnail/deep-freeze-base.png
new file mode 100644
index 00000000..0baf13d3
Binary files /dev/null and b/public/images/items/thumbnail/deep-freeze-base.png differ
diff --git a/public/images/items/thumbnail/deep-mouse-torn-page.png b/public/images/items/thumbnail/deep-mouse-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/deep-mouse-torn-page.png differ
diff --git a/public/images/items/thumbnail/deep-sea-egg-convertible.png b/public/images/items/thumbnail/deep-sea-egg-convertible.png
new file mode 100644
index 00000000..7d426ffa
Binary files /dev/null and b/public/images/items/thumbnail/deep-sea-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/deep-thought-25000-bonus-loot.png b/public/images/items/thumbnail/deep-thought-25000-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/deep-thought-25000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/dehydration-base-blueprints-craft-item.png b/public/images/items/thumbnail/dehydration-base-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/dehydration-base-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/dehydration-base.png b/public/images/items/thumbnail/dehydration-base.png
new file mode 100644
index 00000000..91c31aa6
Binary files /dev/null and b/public/images/items/thumbnail/dehydration-base.png differ
diff --git a/public/images/items/thumbnail/delicious-stone-craft-item.png b/public/images/items/thumbnail/delicious-stone-craft-item.png
new file mode 100644
index 00000000..93ae60ca
Binary files /dev/null and b/public/images/items/thumbnail/delicious-stone-craft-item.png differ
diff --git a/public/images/items/thumbnail/delicious-stone-crate-convertible.png b/public/images/items/thumbnail/delicious-stone-crate-convertible.png
new file mode 100644
index 00000000..073ca0eb
Binary files /dev/null and b/public/images/items/thumbnail/delicious-stone-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/dent-collectible.png b/public/images/items/thumbnail/dent-collectible.png
new file mode 100644
index 00000000..32d17fc2
Binary files /dev/null and b/public/images/items/thumbnail/dent-collectible.png differ
diff --git a/public/images/items/thumbnail/denture-base.png b/public/images/items/thumbnail/denture-base.png
new file mode 100644
index 00000000..e817015d
Binary files /dev/null and b/public/images/items/thumbnail/denture-base.png differ
diff --git a/public/images/items/thumbnail/depth-charge-base.png b/public/images/items/thumbnail/depth-charge-base.png
new file mode 100644
index 00000000..1b8fe0c8
Binary files /dev/null and b/public/images/items/thumbnail/depth-charge-base.png differ
diff --git a/public/images/items/thumbnail/derelict-airship-weapon.png b/public/images/items/thumbnail/derelict-airship-weapon.png
new file mode 100644
index 00000000..14095549
Binary files /dev/null and b/public/images/items/thumbnail/derelict-airship-weapon.png differ
diff --git a/public/images/items/thumbnail/derr-egg-convertible.png b/public/images/items/thumbnail/derr-egg-convertible.png
new file mode 100644
index 00000000..9929614f
Binary files /dev/null and b/public/images/items/thumbnail/derr-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/derr-power-trinket.png b/public/images/items/thumbnail/derr-power-trinket.png
new file mode 100644
index 00000000..102c0d70
Binary files /dev/null and b/public/images/items/thumbnail/derr-power-trinket.png differ
diff --git a/public/images/items/thumbnail/derr-survival-kit-convertible.png b/public/images/items/thumbnail/derr-survival-kit-convertible.png
new file mode 100644
index 00000000..ebab83ab
Binary files /dev/null and b/public/images/items/thumbnail/derr-survival-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/desert-city-cartographer-stat-item.png b/public/images/items/thumbnail/desert-city-cartographer-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/desert-city-cartographer-stat-item.png differ
diff --git a/public/images/items/thumbnail/desert-city-charm-shoppe-stat-item.png b/public/images/items/thumbnail/desert-city-charm-shoppe-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/desert-city-charm-shoppe-stat-item.png differ
diff --git a/public/images/items/thumbnail/desert-city-cheese-shoppe-stat-item.png b/public/images/items/thumbnail/desert-city-cheese-shoppe-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/desert-city-cheese-shoppe-stat-item.png differ
diff --git a/public/images/items/thumbnail/desert-city-gen-store-stat-item.png b/public/images/items/thumbnail/desert-city-gen-store-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/desert-city-gen-store-stat-item.png differ
diff --git a/public/images/items/thumbnail/desert-city-trapsmith-stat-item.png b/public/images/items/thumbnail/desert-city-trapsmith-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/desert-city-trapsmith-stat-item.png differ
diff --git a/public/images/items/thumbnail/desert-heater-base.png b/public/images/items/thumbnail/desert-heater-base.png
new file mode 100644
index 00000000..cd1c5c3c
Binary files /dev/null and b/public/images/items/thumbnail/desert-heater-base.png differ
diff --git a/public/images/items/thumbnail/desert-horseshoe-crafting-item.png b/public/images/items/thumbnail/desert-horseshoe-crafting-item.png
new file mode 100644
index 00000000..9d65817c
Binary files /dev/null and b/public/images/items/thumbnail/desert-horseshoe-crafting-item.png differ
diff --git a/public/images/items/thumbnail/desert-nomad-egg-convertible.png b/public/images/items/thumbnail/desert-nomad-egg-convertible.png
new file mode 100644
index 00000000..17835c45
Binary files /dev/null and b/public/images/items/thumbnail/desert-nomad-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/desert-oasis-map-piece.png b/public/images/items/thumbnail/desert-oasis-map-piece.png
new file mode 100644
index 00000000..68156ee2
Binary files /dev/null and b/public/images/items/thumbnail/desert-oasis-map-piece.png differ
diff --git a/public/images/items/thumbnail/desert-warpath-victory-stat-item.png b/public/images/items/thumbnail/desert-warpath-victory-stat-item.png
new file mode 100644
index 00000000..054a4f6a
Binary files /dev/null and b/public/images/items/thumbnail/desert-warpath-victory-stat-item.png differ
diff --git a/public/images/items/thumbnail/dewdrop-stat-item.png b/public/images/items/thumbnail/dewdrop-stat-item.png
new file mode 100644
index 00000000..24c27202
Binary files /dev/null and b/public/images/items/thumbnail/dewdrop-stat-item.png differ
diff --git a/public/images/items/thumbnail/dewthief-camembert-4-convertible.png b/public/images/items/thumbnail/dewthief-camembert-4-convertible.png
new file mode 100644
index 00000000..16f066c4
Binary files /dev/null and b/public/images/items/thumbnail/dewthief-camembert-4-convertible.png differ
diff --git a/public/images/items/thumbnail/dewthief-camembert-cheese.png b/public/images/items/thumbnail/dewthief-camembert-cheese.png
new file mode 100644
index 00000000..16f066c4
Binary files /dev/null and b/public/images/items/thumbnail/dewthief-camembert-cheese.png differ
diff --git a/public/images/items/thumbnail/dewthief-petal-crafting-item.png b/public/images/items/thumbnail/dewthief-petal-crafting-item.png
new file mode 100644
index 00000000..ba0d571b
Binary files /dev/null and b/public/images/items/thumbnail/dewthief-petal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/dhu-collectible.png b/public/images/items/thumbnail/dhu-collectible.png
new file mode 100644
index 00000000..3f5aecc2
Binary files /dev/null and b/public/images/items/thumbnail/dhu-collectible.png differ
diff --git a/public/images/items/thumbnail/diamond-boost-trinket.png b/public/images/items/thumbnail/diamond-boost-trinket.png
new file mode 100644
index 00000000..ff1c80c8
Binary files /dev/null and b/public/images/items/thumbnail/diamond-boost-trinket.png differ
diff --git a/public/images/items/thumbnail/diamond-cheese.png b/public/images/items/thumbnail/diamond-cheese.png
new file mode 100644
index 00000000..07a5e000
Binary files /dev/null and b/public/images/items/thumbnail/diamond-cheese.png differ
diff --git a/public/images/items/thumbnail/diamond-crafting-item.png b/public/images/items/thumbnail/diamond-crafting-item.png
new file mode 100644
index 00000000..7c430301
Binary files /dev/null and b/public/images/items/thumbnail/diamond-crafting-item.png differ
diff --git a/public/images/items/thumbnail/diamond-egg-convertible.png b/public/images/items/thumbnail/diamond-egg-convertible.png
new file mode 100644
index 00000000..4c397131
Binary files /dev/null and b/public/images/items/thumbnail/diamond-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/diamond-ice-drill-tip-stat-item.png b/public/images/items/thumbnail/diamond-ice-drill-tip-stat-item.png
new file mode 100644
index 00000000..65ed4099
Binary files /dev/null and b/public/images/items/thumbnail/diamond-ice-drill-tip-stat-item.png differ
diff --git a/public/images/items/thumbnail/digby-drillbot-parts-craft-item.png b/public/images/items/thumbnail/digby-drillbot-parts-craft-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/digby-drillbot-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/digby-drillbot-weapon.png b/public/images/items/thumbnail/digby-drillbot-weapon.png
new file mode 100644
index 00000000..806a5607
Binary files /dev/null and b/public/images/items/thumbnail/digby-drillbot-weapon.png differ
diff --git a/public/images/items/thumbnail/digby-lab-miniature-collectible.png b/public/images/items/thumbnail/digby-lab-miniature-collectible.png
new file mode 100644
index 00000000..2be9ec08
Binary files /dev/null and b/public/images/items/thumbnail/digby-lab-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/digby-lab-souvenir-collectible.png b/public/images/items/thumbnail/digby-lab-souvenir-collectible.png
new file mode 100644
index 00000000..1a33393e
Binary files /dev/null and b/public/images/items/thumbnail/digby-lab-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/digby-map-piece.png b/public/images/items/thumbnail/digby-map-piece.png
new file mode 100644
index 00000000..dad28aaa
Binary files /dev/null and b/public/images/items/thumbnail/digby-map-piece.png differ
diff --git a/public/images/items/thumbnail/digby-scroll-case-convertible.png b/public/images/items/thumbnail/digby-scroll-case-convertible.png
new file mode 100644
index 00000000..276afc21
Binary files /dev/null and b/public/images/items/thumbnail/digby-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/digby-treasure-chest-convertible.png b/public/images/items/thumbnail/digby-treasure-chest-convertible.png
new file mode 100644
index 00000000..7be2eef0
Binary files /dev/null and b/public/images/items/thumbnail/digby-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/dimensional-chest-weapon.png b/public/images/items/thumbnail/dimensional-chest-weapon.png
new file mode 100644
index 00000000..8efe3cd6
Binary files /dev/null and b/public/images/items/thumbnail/dimensional-chest-weapon.png differ
diff --git a/public/images/items/thumbnail/dinglehopper-collectible.png b/public/images/items/thumbnail/dinglehopper-collectible.png
new file mode 100644
index 00000000..3a5462c9
Binary files /dev/null and b/public/images/items/thumbnail/dinglehopper-collectible.png differ
diff --git a/public/images/items/thumbnail/dirigible-kit-convertible.png b/public/images/items/thumbnail/dirigible-kit-convertible.png
new file mode 100644
index 00000000..4d380955
Binary files /dev/null and b/public/images/items/thumbnail/dirigible-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/dirigible-temporal-dissonance-skin.png b/public/images/items/thumbnail/dirigible-temporal-dissonance-skin.png
new file mode 100644
index 00000000..e2999c3f
Binary files /dev/null and b/public/images/items/thumbnail/dirigible-temporal-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/disco-art-of-dance-skin.png b/public/images/items/thumbnail/disco-art-of-dance-skin.png
new file mode 100644
index 00000000..0efea129
Binary files /dev/null and b/public/images/items/thumbnail/disco-art-of-dance-skin.png differ
diff --git a/public/images/items/thumbnail/disco-ball-stat-item.png b/public/images/items/thumbnail/disco-ball-stat-item.png
new file mode 100644
index 00000000..deb30734
Binary files /dev/null and b/public/images/items/thumbnail/disco-ball-stat-item.png differ
diff --git a/public/images/items/thumbnail/diving-kit-convertible.png b/public/images/items/thumbnail/diving-kit-convertible.png
new file mode 100644
index 00000000..f817385a
Binary files /dev/null and b/public/images/items/thumbnail/diving-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/dlu-collectible.png b/public/images/items/thumbnail/dlu-collectible.png
new file mode 100644
index 00000000..889ab8be
Binary files /dev/null and b/public/images/items/thumbnail/dlu-collectible.png differ
diff --git a/public/images/items/thumbnail/dlu-gift-box-convertible.png b/public/images/items/thumbnail/dlu-gift-box-convertible.png
new file mode 100644
index 00000000..7efceefa
Binary files /dev/null and b/public/images/items/thumbnail/dlu-gift-box-convertible.png differ
diff --git a/public/images/items/thumbnail/dlu-plus-box-convertible.png b/public/images/items/thumbnail/dlu-plus-box-convertible.png
new file mode 100644
index 00000000..7efceefa
Binary files /dev/null and b/public/images/items/thumbnail/dlu-plus-box-convertible.png differ
diff --git a/public/images/items/thumbnail/dnd-dark-magic-mirror-skin.png b/public/images/items/thumbnail/dnd-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..bc253165
Binary files /dev/null and b/public/images/items/thumbnail/dnd-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/thumbnail/dog-droid-archmagus-skin.png b/public/images/items/thumbnail/dog-droid-archmagus-skin.png
new file mode 100644
index 00000000..047ed367
Binary files /dev/null and b/public/images/items/thumbnail/dog-droid-archmagus-skin.png differ
diff --git a/public/images/items/thumbnail/dog-jade-base.png b/public/images/items/thumbnail/dog-jade-base.png
new file mode 100644
index 00000000..4a2afbe1
Binary files /dev/null and b/public/images/items/thumbnail/dog-jade-base.png differ
diff --git a/public/images/items/thumbnail/dog-mask-collectible.png b/public/images/items/thumbnail/dog-mask-collectible.png
new file mode 100644
index 00000000..a24b8e4a
Binary files /dev/null and b/public/images/items/thumbnail/dog-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/dojo-student-egg-convertible.png b/public/images/items/thumbnail/dojo-student-egg-convertible.png
new file mode 100644
index 00000000..21894f8f
Binary files /dev/null and b/public/images/items/thumbnail/dojo-student-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/dojo-torn-page.png b/public/images/items/thumbnail/dojo-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/dojo-torn-page.png differ
diff --git a/public/images/items/thumbnail/doobers-collectible.png b/public/images/items/thumbnail/doobers-collectible.png
new file mode 100644
index 00000000..7d5bafa8
Binary files /dev/null and b/public/images/items/thumbnail/doobers-collectible.png differ
diff --git a/public/images/items/thumbnail/double-diamond-toboggan-adventure-weapon.png b/public/images/items/thumbnail/double-diamond-toboggan-adventure-weapon.png
new file mode 100644
index 00000000..cac8b45c
Binary files /dev/null and b/public/images/items/thumbnail/double-diamond-toboggan-adventure-weapon.png differ
diff --git a/public/images/items/thumbnail/double-run-advanced-research-quest.png b/public/images/items/thumbnail/double-run-advanced-research-quest.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/double-run-advanced-research-quest.png differ
diff --git a/public/images/items/thumbnail/double-sponge-trinket.png b/public/images/items/thumbnail/double-sponge-trinket.png
new file mode 100644
index 00000000..377e0451
Binary files /dev/null and b/public/images/items/thumbnail/double-sponge-trinket.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-elemental-theme-scrap-stat-item.png b/public/images/items/thumbnail/draconic-depths-elemental-theme-scrap-stat-item.png
new file mode 100644
index 00000000..fc580f4e
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-elemental-theme-scrap-stat-item.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-fire-theme-scrap-stat-item.png b/public/images/items/thumbnail/draconic-depths-fire-theme-scrap-stat-item.png
new file mode 100644
index 00000000..c6653dcd
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-fire-theme-scrap-stat-item.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-ice-theme-scrap-stat-item.png b/public/images/items/thumbnail/draconic-depths-ice-theme-scrap-stat-item.png
new file mode 100644
index 00000000..4968a533
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-ice-theme-scrap-stat-item.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-journal-theme-collectible.png b/public/images/items/thumbnail/draconic-depths-journal-theme-collectible.png
new file mode 100644
index 00000000..957aef27
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-map-piece.png b/public/images/items/thumbnail/draconic-depths-map-piece.png
new file mode 100644
index 00000000..2c6d3d12
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-map-piece.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-multi-cheese-pack-convertible.png b/public/images/items/thumbnail/draconic-depths-multi-cheese-pack-convertible.png
new file mode 100644
index 00000000..de7a1d26
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-multi-cheese-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-poison-theme-scrap-stat-item.png b/public/images/items/thumbnail/draconic-depths-poison-theme-scrap-stat-item.png
new file mode 100644
index 00000000..a7ae13e0
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-poison-theme-scrap-stat-item.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-scroll-case-convertible.png b/public/images/items/thumbnail/draconic-depths-scroll-case-convertible.png
new file mode 100644
index 00000000..e718f168
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/draconic-depths-treasure-chest-convertible.png b/public/images/items/thumbnail/draconic-depths-treasure-chest-convertible.png
new file mode 100644
index 00000000..86e52f24
Binary files /dev/null and b/public/images/items/thumbnail/draconic-depths-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/draconic-disintegrator-ray-skin.png b/public/images/items/thumbnail/draconic-disintegrator-ray-skin.png
new file mode 100644
index 00000000..a70b2b9e
Binary files /dev/null and b/public/images/items/thumbnail/draconic-disintegrator-ray-skin.png differ
diff --git a/public/images/items/thumbnail/draconic-geyser-chassis-crafting-item.png b/public/images/items/thumbnail/draconic-geyser-chassis-crafting-item.png
new file mode 100644
index 00000000..7251500a
Binary files /dev/null and b/public/images/items/thumbnail/draconic-geyser-chassis-crafting-item.png differ
diff --git a/public/images/items/thumbnail/draconic-geyser-chassis-i-crafting-item.png b/public/images/items/thumbnail/draconic-geyser-chassis-i-crafting-item.png
new file mode 100644
index 00000000..82e0454d
Binary files /dev/null and b/public/images/items/thumbnail/draconic-geyser-chassis-i-crafting-item.png differ
diff --git a/public/images/items/thumbnail/draconic-geyser-trap-crafting-item.png b/public/images/items/thumbnail/draconic-geyser-trap-crafting-item.png
new file mode 100644
index 00000000..78d43db1
Binary files /dev/null and b/public/images/items/thumbnail/draconic-geyser-trap-crafting-item.png differ
diff --git a/public/images/items/thumbnail/draculoid-dark-magic-mirror-skin.png b/public/images/items/thumbnail/draculoid-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..c3a853e8
Binary files /dev/null and b/public/images/items/thumbnail/draculoid-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/thumbnail/draft-derby-curd-stat-item.png b/public/images/items/thumbnail/draft-derby-curd-stat-item.png
new file mode 100644
index 00000000..8f578de6
Binary files /dev/null and b/public/images/items/thumbnail/draft-derby-curd-stat-item.png differ
diff --git a/public/images/items/thumbnail/dragon-ashes-stat-item.png b/public/images/items/thumbnail/dragon-ashes-stat-item.png
new file mode 100644
index 00000000..af27b4c5
Binary files /dev/null and b/public/images/items/thumbnail/dragon-ashes-stat-item.png differ
diff --git a/public/images/items/thumbnail/dragon-ballista-parts-crafting-item.png b/public/images/items/thumbnail/dragon-ballista-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/dragon-ballista-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/dragon-devastator-multicannon-weapon.png b/public/images/items/thumbnail/dragon-devastator-multicannon-weapon.png
new file mode 100644
index 00000000..359d4b6b
Binary files /dev/null and b/public/images/items/thumbnail/dragon-devastator-multicannon-weapon.png differ
diff --git a/public/images/items/thumbnail/dragon-egg-convertible.png b/public/images/items/thumbnail/dragon-egg-convertible.png
new file mode 100644
index 00000000..2c6ecc90
Binary files /dev/null and b/public/images/items/thumbnail/dragon-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/dragon-ember-potion.png b/public/images/items/thumbnail/dragon-ember-potion.png
new file mode 100644
index 00000000..c87614fd
Binary files /dev/null and b/public/images/items/thumbnail/dragon-ember-potion.png differ
diff --git a/public/images/items/thumbnail/dragon-ember.png b/public/images/items/thumbnail/dragon-ember.png
new file mode 100644
index 00000000..01df302b
Binary files /dev/null and b/public/images/items/thumbnail/dragon-ember.png differ
diff --git a/public/images/items/thumbnail/dragon-festival-celebration-kit-convertible.png b/public/images/items/thumbnail/dragon-festival-celebration-kit-convertible.png
new file mode 100644
index 00000000..febd5ae0
Binary files /dev/null and b/public/images/items/thumbnail/dragon-festival-celebration-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/dragon-jade-base.png b/public/images/items/thumbnail/dragon-jade-base.png
new file mode 100644
index 00000000..2e9498ff
Binary files /dev/null and b/public/images/items/thumbnail/dragon-jade-base.png differ
diff --git a/public/images/items/thumbnail/dragon-kite-collectible.png b/public/images/items/thumbnail/dragon-kite-collectible.png
new file mode 100644
index 00000000..fb8513af
Binary files /dev/null and b/public/images/items/thumbnail/dragon-kite-collectible.png differ
diff --git a/public/images/items/thumbnail/dragon-lance-weapon.png b/public/images/items/thumbnail/dragon-lance-weapon.png
new file mode 100644
index 00000000..0a6c4084
Binary files /dev/null and b/public/images/items/thumbnail/dragon-lance-weapon.png differ
diff --git a/public/images/items/thumbnail/dragon-lny-journal-theme-collectible.png b/public/images/items/thumbnail/dragon-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..fe74e226
Binary files /dev/null and b/public/images/items/thumbnail/dragon-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/dragon-scale-crafting-item.png b/public/images/items/thumbnail/dragon-scale-crafting-item.png
new file mode 100644
index 00000000..044009fa
Binary files /dev/null and b/public/images/items/thumbnail/dragon-scale-crafting-item.png differ
diff --git a/public/images/items/thumbnail/dragon-scale-ice-maiden-skin.png b/public/images/items/thumbnail/dragon-scale-ice-maiden-skin.png
new file mode 100644
index 00000000..e752ec29
Binary files /dev/null and b/public/images/items/thumbnail/dragon-scale-ice-maiden-skin.png differ
diff --git a/public/images/items/thumbnail/dragon-seal-collectible.png b/public/images/items/thumbnail/dragon-seal-collectible.png
new file mode 100644
index 00000000..0f0f38eb
Binary files /dev/null and b/public/images/items/thumbnail/dragon-seal-collectible.png differ
diff --git a/public/images/items/thumbnail/dragon-skull-convertible.png b/public/images/items/thumbnail/dragon-skull-convertible.png
new file mode 100644
index 00000000..18766d2e
Binary files /dev/null and b/public/images/items/thumbnail/dragon-skull-convertible.png differ
diff --git a/public/images/items/thumbnail/dragon-slayer-cannon-trap-parts-crafting-item.png b/public/images/items/thumbnail/dragon-slayer-cannon-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/dragon-slayer-cannon-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/dragon-wealth-ingot-collectible.png b/public/images/items/thumbnail/dragon-wealth-ingot-collectible.png
new file mode 100644
index 00000000..9d8baa47
Binary files /dev/null and b/public/images/items/thumbnail/dragon-wealth-ingot-collectible.png differ
diff --git a/public/images/items/thumbnail/dragonbane-potion.png b/public/images/items/thumbnail/dragonbane-potion.png
new file mode 100644
index 00000000..bd1ef668
Binary files /dev/null and b/public/images/items/thumbnail/dragonbane-potion.png differ
diff --git a/public/images/items/thumbnail/dragonbane-trinket.png b/public/images/items/thumbnail/dragonbane-trinket.png
new file mode 100644
index 00000000..3f72a302
Binary files /dev/null and b/public/images/items/thumbnail/dragonbane-trinket.png differ
diff --git a/public/images/items/thumbnail/dragonbreath-acronym-skin.png b/public/images/items/thumbnail/dragonbreath-acronym-skin.png
new file mode 100644
index 00000000..79cf9dc6
Binary files /dev/null and b/public/images/items/thumbnail/dragonbreath-acronym-skin.png differ
diff --git a/public/images/items/thumbnail/dragonhide-sliver-forge-base.png b/public/images/items/thumbnail/dragonhide-sliver-forge-base.png
new file mode 100644
index 00000000..2e24f27e
Binary files /dev/null and b/public/images/items/thumbnail/dragonhide-sliver-forge-base.png differ
diff --git a/public/images/items/thumbnail/dragonhide-sliver-stat-item.png b/public/images/items/thumbnail/dragonhide-sliver-stat-item.png
new file mode 100644
index 00000000..0bb1267c
Binary files /dev/null and b/public/images/items/thumbnail/dragonhide-sliver-stat-item.png differ
diff --git a/public/images/items/thumbnail/dragons-breath-opal-refractor-base.png b/public/images/items/thumbnail/dragons-breath-opal-refractor-base.png
new file mode 100644
index 00000000..91f831b3
Binary files /dev/null and b/public/images/items/thumbnail/dragons-breath-opal-refractor-base.png differ
diff --git a/public/images/items/thumbnail/dragons-breath-opal-stat-item.png b/public/images/items/thumbnail/dragons-breath-opal-stat-item.png
new file mode 100644
index 00000000..94a8d9ed
Binary files /dev/null and b/public/images/items/thumbnail/dragons-breath-opal-stat-item.png differ
diff --git a/public/images/items/thumbnail/dragons-chest-convertible.png b/public/images/items/thumbnail/dragons-chest-convertible.png
new file mode 100644
index 00000000..579c9a1a
Binary files /dev/null and b/public/images/items/thumbnail/dragons-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/dragons-eye-stat-item.png b/public/images/items/thumbnail/dragons-eye-stat-item.png
new file mode 100644
index 00000000..0d853468
Binary files /dev/null and b/public/images/items/thumbnail/dragons-eye-stat-item.png differ
diff --git a/public/images/items/thumbnail/dragons-gift-purse-convertible.png b/public/images/items/thumbnail/dragons-gift-purse-convertible.png
new file mode 100644
index 00000000..b693a4cc
Binary files /dev/null and b/public/images/items/thumbnail/dragons-gift-purse-convertible.png differ
diff --git a/public/images/items/thumbnail/dragons-supply-stash-convertible.png b/public/images/items/thumbnail/dragons-supply-stash-convertible.png
new file mode 100644
index 00000000..618ebb0b
Binary files /dev/null and b/public/images/items/thumbnail/dragons-supply-stash-convertible.png differ
diff --git a/public/images/items/thumbnail/dragons-treasure-stash-convertible.png b/public/images/items/thumbnail/dragons-treasure-stash-convertible.png
new file mode 100644
index 00000000..5ae543a0
Binary files /dev/null and b/public/images/items/thumbnail/dragons-treasure-stash-convertible.png differ
diff --git a/public/images/items/thumbnail/dragonshard-egg-convertible.png b/public/images/items/thumbnail/dragonshard-egg-convertible.png
new file mode 100644
index 00000000..7452acb0
Binary files /dev/null and b/public/images/items/thumbnail/dragonshard-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/dragonshard-sparkling-nest-convertible.png b/public/images/items/thumbnail/dragonshard-sparkling-nest-convertible.png
new file mode 100644
index 00000000..045730bf
Binary files /dev/null and b/public/images/items/thumbnail/dragonshard-sparkling-nest-convertible.png differ
diff --git a/public/images/items/thumbnail/dragonshard-stat-item.png b/public/images/items/thumbnail/dragonshard-stat-item.png
new file mode 100644
index 00000000..f10acfcd
Binary files /dev/null and b/public/images/items/thumbnail/dragonshard-stat-item.png differ
diff --git a/public/images/items/thumbnail/dragonslime-dragonvine-ballista-skin.png b/public/images/items/thumbnail/dragonslime-dragonvine-ballista-skin.png
new file mode 100644
index 00000000..24af7272
Binary files /dev/null and b/public/images/items/thumbnail/dragonslime-dragonvine-ballista-skin.png differ
diff --git a/public/images/items/thumbnail/dragonsnare-celestial-orb-launcher-skin.png b/public/images/items/thumbnail/dragonsnare-celestial-orb-launcher-skin.png
new file mode 100644
index 00000000..cb1b2226
Binary files /dev/null and b/public/images/items/thumbnail/dragonsnare-celestial-orb-launcher-skin.png differ
diff --git a/public/images/items/thumbnail/dragonsnare-gourd-launcher-skin.png b/public/images/items/thumbnail/dragonsnare-gourd-launcher-skin.png
new file mode 100644
index 00000000..0607e8c2
Binary files /dev/null and b/public/images/items/thumbnail/dragonsnare-gourd-launcher-skin.png differ
diff --git a/public/images/items/thumbnail/dragonsnare-net-launcher-weapon.png b/public/images/items/thumbnail/dragonsnare-net-launcher-weapon.png
new file mode 100644
index 00000000..173efef9
Binary files /dev/null and b/public/images/items/thumbnail/dragonsnare-net-launcher-weapon.png differ
diff --git a/public/images/items/thumbnail/dragonsnare-sleigh-trap-skin.png b/public/images/items/thumbnail/dragonsnare-sleigh-trap-skin.png
new file mode 100644
index 00000000..afa214fb
Binary files /dev/null and b/public/images/items/thumbnail/dragonsnare-sleigh-trap-skin.png differ
diff --git a/public/images/items/thumbnail/dragonvine-ballista-weapon.png b/public/images/items/thumbnail/dragonvine-ballista-weapon.png
new file mode 100644
index 00000000..534b16fd
Binary files /dev/null and b/public/images/items/thumbnail/dragonvine-ballista-weapon.png differ
diff --git a/public/images/items/thumbnail/dragonvine-cheese.png b/public/images/items/thumbnail/dragonvine-cheese.png
new file mode 100644
index 00000000..014a40d0
Binary files /dev/null and b/public/images/items/thumbnail/dragonvine-cheese.png differ
diff --git a/public/images/items/thumbnail/drained-rocket-pack-collectible.png b/public/images/items/thumbnail/drained-rocket-pack-collectible.png
new file mode 100644
index 00000000..3e444882
Binary files /dev/null and b/public/images/items/thumbnail/drained-rocket-pack-collectible.png differ
diff --git a/public/images/items/thumbnail/dreaded-totem-weapon.png b/public/images/items/thumbnail/dreaded-totem-weapon.png
new file mode 100644
index 00000000..900f0de4
Binary files /dev/null and b/public/images/items/thumbnail/dreaded-totem-weapon.png differ
diff --git a/public/images/items/thumbnail/dreaded-trinket.png b/public/images/items/thumbnail/dreaded-trinket.png
new file mode 100644
index 00000000..5122656f
Binary files /dev/null and b/public/images/items/thumbnail/dreaded-trinket.png differ
diff --git a/public/images/items/thumbnail/dreamfluff-herbs-crafting-item.png b/public/images/items/thumbnail/dreamfluff-herbs-crafting-item.png
new file mode 100644
index 00000000..b9fa05ef
Binary files /dev/null and b/public/images/items/thumbnail/dreamfluff-herbs-crafting-item.png differ
diff --git a/public/images/items/thumbnail/drheller-egg-convertible.png b/public/images/items/thumbnail/drheller-egg-convertible.png
new file mode 100644
index 00000000..8e9ac820
Binary files /dev/null and b/public/images/items/thumbnail/drheller-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/drill-charge-stat-item.png b/public/images/items/thumbnail/drill-charge-stat-item.png
new file mode 100644
index 00000000..9be5c466
Binary files /dev/null and b/public/images/items/thumbnail/drill-charge-stat-item.png differ
diff --git a/public/images/items/thumbnail/drilling-dorblu-cheese.png b/public/images/items/thumbnail/drilling-dorblu-cheese.png
new file mode 100644
index 00000000..2ed80f01
Binary files /dev/null and b/public/images/items/thumbnail/drilling-dorblu-cheese.png differ
diff --git a/public/images/items/thumbnail/drilling-gift-set-convertible.png b/public/images/items/thumbnail/drilling-gift-set-convertible.png
new file mode 100644
index 00000000..a5b67474
Binary files /dev/null and b/public/images/items/thumbnail/drilling-gift-set-convertible.png differ
diff --git a/public/images/items/thumbnail/drilling-trinket.png b/public/images/items/thumbnail/drilling-trinket.png
new file mode 100644
index 00000000..436b4fd2
Binary files /dev/null and b/public/images/items/thumbnail/drilling-trinket.png differ
diff --git a/public/images/items/thumbnail/droid-archmagus-weapon.png b/public/images/items/thumbnail/droid-archmagus-weapon.png
new file mode 100644
index 00000000..e0e76b39
Binary files /dev/null and b/public/images/items/thumbnail/droid-archmagus-weapon.png differ
diff --git a/public/images/items/thumbnail/droid-bird-stat-item.png b/public/images/items/thumbnail/droid-bird-stat-item.png
new file mode 100644
index 00000000..b55ad59d
Binary files /dev/null and b/public/images/items/thumbnail/droid-bird-stat-item.png differ
diff --git a/public/images/items/thumbnail/droid-jetpack-crafting-item.png b/public/images/items/thumbnail/droid-jetpack-crafting-item.png
new file mode 100644
index 00000000..c2e4ac5f
Binary files /dev/null and b/public/images/items/thumbnail/droid-jetpack-crafting-item.png differ
diff --git a/public/images/items/thumbnail/droid-parts-craft-item.png b/public/images/items/thumbnail/droid-parts-craft-item.png
new file mode 100644
index 00000000..15242cc5
Binary files /dev/null and b/public/images/items/thumbnail/droid-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/duke-achievement.png b/public/images/items/thumbnail/duke-achievement.png
new file mode 100644
index 00000000..8322b1c9
Binary files /dev/null and b/public/images/items/thumbnail/duke-achievement.png differ
diff --git a/public/images/items/thumbnail/duke-grandduke-eggsweeper-2020-convertible.png b/public/images/items/thumbnail/duke-grandduke-eggsweeper-2020-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/duke-grandduke-eggsweeper-2020-convertible.png differ
diff --git a/public/images/items/thumbnail/duke-grandduke-eggsweeper-convertible.png b/public/images/items/thumbnail/duke-grandduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/duke-grandduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/dumplings-collectible.png b/public/images/items/thumbnail/dumplings-collectible.png
new file mode 100644
index 00000000..eaa50a3a
Binary files /dev/null and b/public/images/items/thumbnail/dumplings-collectible.png differ
diff --git a/public/images/items/thumbnail/dungeon-master-egg-convertible.png b/public/images/items/thumbnail/dungeon-master-egg-convertible.png
new file mode 100644
index 00000000..f62d9697
Binary files /dev/null and b/public/images/items/thumbnail/dungeon-master-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/duskshade-camembert-4-convertible.png b/public/images/items/thumbnail/duskshade-camembert-4-convertible.png
new file mode 100644
index 00000000..13b06696
Binary files /dev/null and b/public/images/items/thumbnail/duskshade-camembert-4-convertible.png differ
diff --git a/public/images/items/thumbnail/duskshade-camembert-cheese.png b/public/images/items/thumbnail/duskshade-camembert-cheese.png
new file mode 100644
index 00000000..13b06696
Binary files /dev/null and b/public/images/items/thumbnail/duskshade-camembert-cheese.png differ
diff --git a/public/images/items/thumbnail/duskshade-petal-crafting-item.png b/public/images/items/thumbnail/duskshade-petal-crafting-item.png
new file mode 100644
index 00000000..ca5938ff
Binary files /dev/null and b/public/images/items/thumbnail/duskshade-petal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/dust-floor-egg-convertible.png b/public/images/items/thumbnail/dust-floor-egg-convertible.png
new file mode 100644
index 00000000..9595c5a6
Binary files /dev/null and b/public/images/items/thumbnail/dust-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-archduke-eggsweeper-convertible.png b/public/images/items/thumbnail/dusted-archduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-archduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-baron-count-eggsweeper-convertible.png b/public/images/items/thumbnail/dusted-baron-count-eggsweeper-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-baron-count-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-duke-grandduke-eggsweeper-2020-convertible.png b/public/images/items/thumbnail/dusted-duke-grandduke-eggsweeper-2020-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-duke-grandduke-eggsweeper-2020-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-duke-grandduke-eggsweeper-convertible.png b/public/images/items/thumbnail/dusted-duke-grandduke-eggsweeper-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-duke-grandduke-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-master-lord-eggsweeper-convertible.png b/public/images/items/thumbnail/dusted-master-lord-eggsweeper-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-master-lord-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-novice-journeyman-eggsweeper-convertible.png b/public/images/items/thumbnail/dusted-novice-journeyman-eggsweeper-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-novice-journeyman-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/dusted-viceroy-eggsweeper-convertible.png b/public/images/items/thumbnail/dusted-viceroy-eggsweeper-convertible.png
new file mode 100644
index 00000000..7f151336
Binary files /dev/null and b/public/images/items/thumbnail/dusted-viceroy-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/easter-2012-gift-basket-convertible.png b/public/images/items/thumbnail/easter-2012-gift-basket-convertible.png
new file mode 100644
index 00000000..98cc7ab8
Binary files /dev/null and b/public/images/items/thumbnail/easter-2012-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/easter-2012-marshmallow-gift-basket-convertible.png b/public/images/items/thumbnail/easter-2012-marshmallow-gift-basket-convertible.png
new file mode 100644
index 00000000..e3d7b560
Binary files /dev/null and b/public/images/items/thumbnail/easter-2012-marshmallow-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/easter-2012-supply-kit-convertible.png b/public/images/items/thumbnail/easter-2012-supply-kit-convertible.png
new file mode 100644
index 00000000..0edc0913
Binary files /dev/null and b/public/images/items/thumbnail/easter-2012-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/easter-2013-gift-basket-convertible.png b/public/images/items/thumbnail/easter-2013-gift-basket-convertible.png
new file mode 100644
index 00000000..80bfb4a6
Binary files /dev/null and b/public/images/items/thumbnail/easter-2013-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/easy-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/easy-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/easy-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/easy-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/easy-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..2d05b7cb
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..8d871d77
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..8d871d77
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/easy-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/easy-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/easy-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/eclipse-egg-convertible.png b/public/images/items/thumbnail/eclipse-egg-convertible.png
new file mode 100644
index 00000000..d6fd5dff
Binary files /dev/null and b/public/images/items/thumbnail/eclipse-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/eerie-base.png b/public/images/items/thumbnail/eerie-base.png
new file mode 100644
index 00000000..8162b4cd
Binary files /dev/null and b/public/images/items/thumbnail/eerie-base.png differ
diff --git a/public/images/items/thumbnail/eerie-upgraded-base.png b/public/images/items/thumbnail/eerie-upgraded-base.png
new file mode 100644
index 00000000..c6f33ad2
Binary files /dev/null and b/public/images/items/thumbnail/eerie-upgraded-base.png differ
diff --git a/public/images/items/thumbnail/egg-basket-ancient-box-trap-skin.png b/public/images/items/thumbnail/egg-basket-ancient-box-trap-skin.png
new file mode 100644
index 00000000..474b2e31
Binary files /dev/null and b/public/images/items/thumbnail/egg-basket-ancient-box-trap-skin.png differ
diff --git a/public/images/items/thumbnail/egg-basket-dimensional-chest-skin.png b/public/images/items/thumbnail/egg-basket-dimensional-chest-skin.png
new file mode 100644
index 00000000..4ab84b92
Binary files /dev/null and b/public/images/items/thumbnail/egg-basket-dimensional-chest-skin.png differ
diff --git a/public/images/items/thumbnail/egg-charge-trinket.png b/public/images/items/thumbnail/egg-charge-trinket.png
new file mode 100644
index 00000000..21d21e93
Binary files /dev/null and b/public/images/items/thumbnail/egg-charge-trinket.png differ
diff --git a/public/images/items/thumbnail/egg-detector-message-item.png b/public/images/items/thumbnail/egg-detector-message-item.png
new file mode 100644
index 00000000..f0c6bca3
Binary files /dev/null and b/public/images/items/thumbnail/egg-detector-message-item.png differ
diff --git a/public/images/items/thumbnail/egg-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/egg-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..6f95fc95
Binary files /dev/null and b/public/images/items/thumbnail/egg-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-eggstreme-treasure-chest-convertible.png b/public/images/items/thumbnail/egg-eggstreme-treasure-chest-convertible.png
new file mode 100644
index 00000000..ed149f77
Binary files /dev/null and b/public/images/items/thumbnail/egg-eggstreme-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/egg-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..bd14470d
Binary files /dev/null and b/public/images/items/thumbnail/egg-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-hunt-easy-convertible.png b/public/images/items/thumbnail/egg-hunt-easy-convertible.png
new file mode 100644
index 00000000..86693d01
Binary files /dev/null and b/public/images/items/thumbnail/egg-hunt-easy-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-hunt-eggstreme-convertible.png b/public/images/items/thumbnail/egg-hunt-eggstreme-convertible.png
new file mode 100644
index 00000000..2d21ddf7
Binary files /dev/null and b/public/images/items/thumbnail/egg-hunt-eggstreme-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-hunt-hard-convertible.png b/public/images/items/thumbnail/egg-hunt-hard-convertible.png
new file mode 100644
index 00000000..fbc6da9f
Binary files /dev/null and b/public/images/items/thumbnail/egg-hunt-hard-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-hunt-medium-convertible.png b/public/images/items/thumbnail/egg-hunt-medium-convertible.png
new file mode 100644
index 00000000..ad2f84ff
Binary files /dev/null and b/public/images/items/thumbnail/egg-hunt-medium-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-hunter-supply-kit-convertible.png b/public/images/items/thumbnail/egg-hunter-supply-kit-convertible.png
new file mode 100644
index 00000000..3f201595
Binary files /dev/null and b/public/images/items/thumbnail/egg-hunter-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/egg-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..a347de12
Binary files /dev/null and b/public/images/items/thumbnail/egg-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/egg-paint-1-stat-item.png b/public/images/items/thumbnail/egg-paint-1-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-1-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-10-stat-item.png b/public/images/items/thumbnail/egg-paint-10-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-10-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-2-stat-item.png b/public/images/items/thumbnail/egg-paint-2-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-2-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-3-stat-item.png b/public/images/items/thumbnail/egg-paint-3-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-3-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-4-stat-item.png b/public/images/items/thumbnail/egg-paint-4-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-4-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-5-stat-item.png b/public/images/items/thumbnail/egg-paint-5-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-5-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-6-stat-item.png b/public/images/items/thumbnail/egg-paint-6-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-6-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-7-stat-item.png b/public/images/items/thumbnail/egg-paint-7-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-7-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-8-stat-item.png b/public/images/items/thumbnail/egg-paint-8-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-8-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-paint-9-stat-item.png b/public/images/items/thumbnail/egg-paint-9-stat-item.png
new file mode 100644
index 00000000..bbb44a75
Binary files /dev/null and b/public/images/items/thumbnail/egg-paint-9-stat-item.png differ
diff --git a/public/images/items/thumbnail/egg-tome-of-the-minds-eye-skin.png b/public/images/items/thumbnail/egg-tome-of-the-minds-eye-skin.png
new file mode 100644
index 00000000..aa5b5c8e
Binary files /dev/null and b/public/images/items/thumbnail/egg-tome-of-the-minds-eye-skin.png differ
diff --git a/public/images/items/thumbnail/eggscellent-gift-basket-2024-convertible.png b/public/images/items/thumbnail/eggscellent-gift-basket-2024-convertible.png
new file mode 100644
index 00000000..47abb9e3
Binary files /dev/null and b/public/images/items/thumbnail/eggscellent-gift-basket-2024-convertible.png differ
diff --git a/public/images/items/thumbnail/eggscellent-gift-basket-convertible.png b/public/images/items/thumbnail/eggscellent-gift-basket-convertible.png
new file mode 100644
index 00000000..c837b2ee
Binary files /dev/null and b/public/images/items/thumbnail/eggscellent-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/eggstra-charge-kit-convertible.png b/public/images/items/thumbnail/eggstra-charge-kit-convertible.png
new file mode 100644
index 00000000..b9740e38
Binary files /dev/null and b/public/images/items/thumbnail/eggstra-charge-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/eggstra-charge-trinket.png b/public/images/items/thumbnail/eggstra-charge-trinket.png
new file mode 100644
index 00000000..0195b64a
Binary files /dev/null and b/public/images/items/thumbnail/eggstra-charge-trinket.png differ
diff --git a/public/images/items/thumbnail/eggstra-trinket.png b/public/images/items/thumbnail/eggstra-trinket.png
new file mode 100644
index 00000000..663860f2
Binary files /dev/null and b/public/images/items/thumbnail/eggstra-trinket.png differ
diff --git a/public/images/items/thumbnail/eggstravagant-kingbot-skin.png b/public/images/items/thumbnail/eggstravagant-kingbot-skin.png
new file mode 100644
index 00000000..11be4e97
Binary files /dev/null and b/public/images/items/thumbnail/eggstravagant-kingbot-skin.png differ
diff --git a/public/images/items/thumbnail/eggstravagant-supply-kit-2024-convertible.png b/public/images/items/thumbnail/eggstravagant-supply-kit-2024-convertible.png
new file mode 100644
index 00000000..762e6205
Binary files /dev/null and b/public/images/items/thumbnail/eggstravagant-supply-kit-2024-convertible.png differ
diff --git a/public/images/items/thumbnail/eggstravagant-supply-kit-2025-convertible.png b/public/images/items/thumbnail/eggstravagant-supply-kit-2025-convertible.png
new file mode 100644
index 00000000..295f4b16
Binary files /dev/null and b/public/images/items/thumbnail/eggstravagant-supply-kit-2025-convertible.png differ
diff --git a/public/images/items/thumbnail/eggstravagant-supply-kit-convertible.png b/public/images/items/thumbnail/eggstravagant-supply-kit-convertible.png
new file mode 100644
index 00000000..444c5cd6
Binary files /dev/null and b/public/images/items/thumbnail/eggstravagant-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/eggstreme-eggscavation-shovel-stat-item.png b/public/images/items/thumbnail/eggstreme-eggscavation-shovel-stat-item.png
new file mode 100644
index 00000000..d92c0833
Binary files /dev/null and b/public/images/items/thumbnail/eggstreme-eggscavation-shovel-stat-item.png differ
diff --git a/public/images/items/thumbnail/eggstreme-eggscavation-upgrade-stat-item.png b/public/images/items/thumbnail/eggstreme-eggscavation-upgrade-stat-item.png
new file mode 100644
index 00000000..546fbbda
Binary files /dev/null and b/public/images/items/thumbnail/eggstreme-eggscavation-upgrade-stat-item.png differ
diff --git a/public/images/items/thumbnail/eggsweeper-starter-kit-2024-convertible.png b/public/images/items/thumbnail/eggsweeper-starter-kit-2024-convertible.png
new file mode 100644
index 00000000..30ae5b57
Binary files /dev/null and b/public/images/items/thumbnail/eggsweeper-starter-kit-2024-convertible.png differ
diff --git a/public/images/items/thumbnail/eggsweeper-starter-kit-convertible.png b/public/images/items/thumbnail/eggsweeper-starter-kit-convertible.png
new file mode 100644
index 00000000..30ae5b57
Binary files /dev/null and b/public/images/items/thumbnail/eggsweeper-starter-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/eight-elf-shoes-collectible.png b/public/images/items/thumbnail/eight-elf-shoes-collectible.png
new file mode 100644
index 00000000..6c43d5f9
Binary files /dev/null and b/public/images/items/thumbnail/eight-elf-shoes-collectible.png differ
diff --git a/public/images/items/thumbnail/elab-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/elab-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/elab-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/elab-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/elab-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/elab-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/elab-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/elab-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/elab-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/elaborate-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/elaborate-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/elaborate-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elaborate-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/electric-candle-collectible.png b/public/images/items/thumbnail/electric-candle-collectible.png
new file mode 100644
index 00000000..b74e26e6
Binary files /dev/null and b/public/images/items/thumbnail/electric-candle-collectible.png differ
diff --git a/public/images/items/thumbnail/electromagnet-meteorite-base.png b/public/images/items/thumbnail/electromagnet-meteorite-base.png
new file mode 100644
index 00000000..78a59a40
Binary files /dev/null and b/public/images/items/thumbnail/electromagnet-meteorite-base.png differ
diff --git a/public/images/items/thumbnail/elemental-emmental-cheese.png b/public/images/items/thumbnail/elemental-emmental-cheese.png
new file mode 100644
index 00000000..128a4cee
Binary files /dev/null and b/public/images/items/thumbnail/elemental-emmental-cheese.png differ
diff --git a/public/images/items/thumbnail/elemental-emmental-pack-small-convertible.png b/public/images/items/thumbnail/elemental-emmental-pack-small-convertible.png
new file mode 100644
index 00000000..0d42592b
Binary files /dev/null and b/public/images/items/thumbnail/elemental-emmental-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/eleven-coloured-lights-collectible.png b/public/images/items/thumbnail/eleven-coloured-lights-collectible.png
new file mode 100644
index 00000000..b37e01d4
Binary files /dev/null and b/public/images/items/thumbnail/eleven-coloured-lights-collectible.png differ
diff --git a/public/images/items/thumbnail/elite-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/elite-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/elite-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/elite-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/elite-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/elixir-exchanger-base.png b/public/images/items/thumbnail/elixir-exchanger-base.png
new file mode 100644
index 00000000..99a2cbf4
Binary files /dev/null and b/public/images/items/thumbnail/elixir-exchanger-base.png differ
diff --git a/public/images/items/thumbnail/elub-egg-convertible.png b/public/images/items/thumbnail/elub-egg-convertible.png
new file mode 100644
index 00000000..61feb1d9
Binary files /dev/null and b/public/images/items/thumbnail/elub-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/elub-power-trinket.png b/public/images/items/thumbnail/elub-power-trinket.png
new file mode 100644
index 00000000..10d9e6f6
Binary files /dev/null and b/public/images/items/thumbnail/elub-power-trinket.png differ
diff --git a/public/images/items/thumbnail/elub-survival-kit-convertible.png b/public/images/items/thumbnail/elub-survival-kit-convertible.png
new file mode 100644
index 00000000..b67e8008
Binary files /dev/null and b/public/images/items/thumbnail/elub-survival-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/ember-prison-core-weapon.png b/public/images/items/thumbnail/ember-prison-core-weapon.png
new file mode 100644
index 00000000..74d77a62
Binary files /dev/null and b/public/images/items/thumbnail/ember-prison-core-weapon.png differ
diff --git a/public/images/items/thumbnail/ember-root-crafting-item.png b/public/images/items/thumbnail/ember-root-crafting-item.png
new file mode 100644
index 00000000..db6d57bf
Binary files /dev/null and b/public/images/items/thumbnail/ember-root-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ember-stone-crafting-item.png b/public/images/items/thumbnail/ember-stone-crafting-item.png
new file mode 100644
index 00000000..3ecfd08e
Binary files /dev/null and b/public/images/items/thumbnail/ember-stone-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ember-trinket.png b/public/images/items/thumbnail/ember-trinket.png
new file mode 100644
index 00000000..682d8e1c
Binary files /dev/null and b/public/images/items/thumbnail/ember-trinket.png differ
diff --git a/public/images/items/thumbnail/emp400-trinket.png b/public/images/items/thumbnail/emp400-trinket.png
new file mode 100644
index 00000000..f7e5d814
Binary files /dev/null and b/public/images/items/thumbnail/emp400-trinket.png differ
diff --git a/public/images/items/thumbnail/empty-candy-collectible.png b/public/images/items/thumbnail/empty-candy-collectible.png
new file mode 100644
index 00000000..41055a76
Binary files /dev/null and b/public/images/items/thumbnail/empty-candy-collectible.png differ
diff --git a/public/images/items/thumbnail/empyrean-codex-page-stat-item.png b/public/images/items/thumbnail/empyrean-codex-page-stat-item.png
new file mode 100644
index 00000000..23c85dae
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-codex-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/empyrean-codex-stat-item.png b/public/images/items/thumbnail/empyrean-codex-stat-item.png
new file mode 100644
index 00000000..fec98ded
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/empyrean-empress-egg-convertible.png b/public/images/items/thumbnail/empyrean-empress-egg-convertible.png
new file mode 100644
index 00000000..f057f23c
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-empress-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/empyrean-floating-loot-cache-convertible.png b/public/images/items/thumbnail/empyrean-floating-loot-cache-convertible.png
new file mode 100644
index 00000000..21b14d5f
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-floating-loot-cache-convertible.png differ
diff --git a/public/images/items/thumbnail/empyrean-jewel-base.png b/public/images/items/thumbnail/empyrean-jewel-base.png
new file mode 100644
index 00000000..5dccef7d
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-jewel-base.png differ
diff --git a/public/images/items/thumbnail/empyrean-seal-egg-convertible.png b/public/images/items/thumbnail/empyrean-seal-egg-convertible.png
new file mode 100644
index 00000000..fa2bca23
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-seal-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/empyrean-seal-stat-item.png b/public/images/items/thumbnail/empyrean-seal-stat-item.png
new file mode 100644
index 00000000..2ce5410b
Binary files /dev/null and b/public/images/items/thumbnail/empyrean-seal-stat-item.png differ
diff --git a/public/images/items/thumbnail/enchanted-page-collectible.png b/public/images/items/thumbnail/enchanted-page-collectible.png
new file mode 100644
index 00000000..2cfdd6b5
Binary files /dev/null and b/public/images/items/thumbnail/enchanted-page-collectible.png differ
diff --git a/public/images/items/thumbnail/enchanted-wing-egg-convertible.png b/public/images/items/thumbnail/enchanted-wing-egg-convertible.png
new file mode 100644
index 00000000..62bee117
Binary files /dev/null and b/public/images/items/thumbnail/enchanted-wing-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/enchanted-wing-stat-item.png b/public/images/items/thumbnail/enchanted-wing-stat-item.png
new file mode 100644
index 00000000..5bc0f42a
Binary files /dev/null and b/public/images/items/thumbnail/enchanted-wing-stat-item.png differ
diff --git a/public/images/items/thumbnail/encrusted-metal-of-time-craft-item.png b/public/images/items/thumbnail/encrusted-metal-of-time-craft-item.png
new file mode 100644
index 00000000..2c01d534
Binary files /dev/null and b/public/images/items/thumbnail/encrusted-metal-of-time-craft-item.png differ
diff --git a/public/images/items/thumbnail/endless-labyrinth-blueprints-craft-item.png b/public/images/items/thumbnail/endless-labyrinth-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/endless-labyrinth-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/endless-labyrinth-trap-parts-crafting-item.png b/public/images/items/thumbnail/endless-labyrinth-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/endless-labyrinth-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/endless-labyrinth-weapon.png b/public/images/items/thumbnail/endless-labyrinth-weapon.png
new file mode 100644
index 00000000..a9d16d2a
Binary files /dev/null and b/public/images/items/thumbnail/endless-labyrinth-weapon.png differ
diff --git a/public/images/items/thumbnail/enerchi-egg-convertible.png b/public/images/items/thumbnail/enerchi-egg-convertible.png
new file mode 100644
index 00000000..9505f2e4
Binary files /dev/null and b/public/images/items/thumbnail/enerchi-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/engine-doubler-weapon.png b/public/images/items/thumbnail/engine-doubler-weapon.png
new file mode 100644
index 00000000..c244730f
Binary files /dev/null and b/public/images/items/thumbnail/engine-doubler-weapon.png differ
diff --git a/public/images/items/thumbnail/engraved-solid-stone-slab-craft-item.png b/public/images/items/thumbnail/engraved-solid-stone-slab-craft-item.png
new file mode 100644
index 00000000..01c3b995
Binary files /dev/null and b/public/images/items/thumbnail/engraved-solid-stone-slab-craft-item.png differ
diff --git a/public/images/items/thumbnail/enigmatic-core-crafting-item.png b/public/images/items/thumbnail/enigmatic-core-crafting-item.png
new file mode 100644
index 00000000..df7e42aa
Binary files /dev/null and b/public/images/items/thumbnail/enigmatic-core-crafting-item.png differ
diff --git a/public/images/items/thumbnail/enlarged-rift-egg-convertible.png b/public/images/items/thumbnail/enlarged-rift-egg-convertible.png
new file mode 100644
index 00000000..0b31e857
Binary files /dev/null and b/public/images/items/thumbnail/enlarged-rift-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/enraged-love-bot-skin.png b/public/images/items/thumbnail/enraged-love-bot-skin.png
new file mode 100644
index 00000000..82480676
Binary files /dev/null and b/public/images/items/thumbnail/enraged-love-bot-skin.png differ
diff --git a/public/images/items/thumbnail/enraged-rhinobot-weapon.png b/public/images/items/thumbnail/enraged-rhinobot-weapon.png
new file mode 100644
index 00000000..3ab9db39
Binary files /dev/null and b/public/images/items/thumbnail/enraged-rhinobot-weapon.png differ
diff --git a/public/images/items/thumbnail/enriched-cavern-soil-crafting-item.png b/public/images/items/thumbnail/enriched-cavern-soil-crafting-item.png
new file mode 100644
index 00000000..cfddb529
Binary files /dev/null and b/public/images/items/thumbnail/enriched-cavern-soil-crafting-item.png differ
diff --git a/public/images/items/thumbnail/epic-cheese-potion.png b/public/images/items/thumbnail/epic-cheese-potion.png
new file mode 100644
index 00000000..e03d0a2d
Binary files /dev/null and b/public/images/items/thumbnail/epic-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/epic-orb-crafting-item.png b/public/images/items/thumbnail/epic-orb-crafting-item.png
new file mode 100644
index 00000000..68097072
Binary files /dev/null and b/public/images/items/thumbnail/epic-orb-crafting-item.png differ
diff --git a/public/images/items/thumbnail/erupting-rift-core-crafting-item.png b/public/images/items/thumbnail/erupting-rift-core-crafting-item.png
new file mode 100644
index 00000000..7d9e354a
Binary files /dev/null and b/public/images/items/thumbnail/erupting-rift-core-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-a-crafting-item.png b/public/images/items/thumbnail/essence-a-crafting-item.png
new file mode 100644
index 00000000..30a29fdd
Binary files /dev/null and b/public/images/items/thumbnail/essence-a-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-b-crafting-item.png b/public/images/items/thumbnail/essence-b-crafting-item.png
new file mode 100644
index 00000000..71de5de7
Binary files /dev/null and b/public/images/items/thumbnail/essence-b-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-c-crafting-item.png b/public/images/items/thumbnail/essence-c-crafting-item.png
new file mode 100644
index 00000000..1fd19f9e
Binary files /dev/null and b/public/images/items/thumbnail/essence-c-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-collector-kit-convertible.png b/public/images/items/thumbnail/essence-collector-kit-convertible.png
new file mode 100644
index 00000000..ac5ceaac
Binary files /dev/null and b/public/images/items/thumbnail/essence-collector-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/essence-d-crafting-item.png b/public/images/items/thumbnail/essence-d-crafting-item.png
new file mode 100644
index 00000000..373dc726
Binary files /dev/null and b/public/images/items/thumbnail/essence-d-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-e-crafting-item.png b/public/images/items/thumbnail/essence-e-crafting-item.png
new file mode 100644
index 00000000..cb6cc824
Binary files /dev/null and b/public/images/items/thumbnail/essence-e-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-f-crafting-item.png b/public/images/items/thumbnail/essence-f-crafting-item.png
new file mode 100644
index 00000000..a7d68f2e
Binary files /dev/null and b/public/images/items/thumbnail/essence-f-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-g-crafting-item.png b/public/images/items/thumbnail/essence-g-crafting-item.png
new file mode 100644
index 00000000..8df46b83
Binary files /dev/null and b/public/images/items/thumbnail/essence-g-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-guardian-egg-convertible.png b/public/images/items/thumbnail/essence-guardian-egg-convertible.png
new file mode 100644
index 00000000..e3cdbb02
Binary files /dev/null and b/public/images/items/thumbnail/essence-guardian-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/essence-h-crafting-item.png b/public/images/items/thumbnail/essence-h-crafting-item.png
new file mode 100644
index 00000000..e1434b91
Binary files /dev/null and b/public/images/items/thumbnail/essence-h-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-i-crafting-item.png b/public/images/items/thumbnail/essence-i-crafting-item.png
new file mode 100644
index 00000000..a5265211
Binary files /dev/null and b/public/images/items/thumbnail/essence-i-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-of-destruction-crafting-item.png b/public/images/items/thumbnail/essence-of-destruction-crafting-item.png
new file mode 100644
index 00000000..46f1a4d5
Binary files /dev/null and b/public/images/items/thumbnail/essence-of-destruction-crafting-item.png differ
diff --git a/public/images/items/thumbnail/essence-prism-crafting-item.png b/public/images/items/thumbnail/essence-prism-crafting-item.png
new file mode 100644
index 00000000..a76a2471
Binary files /dev/null and b/public/images/items/thumbnail/essence-prism-crafting-item.png differ
diff --git a/public/images/items/thumbnail/eternal-frost-ember-prison-core-skin.png b/public/images/items/thumbnail/eternal-frost-ember-prison-core-skin.png
new file mode 100644
index 00000000..a89017c5
Binary files /dev/null and b/public/images/items/thumbnail/eternal-frost-ember-prison-core-skin.png differ
diff --git a/public/images/items/thumbnail/ethereal-cannonball-stat-item.png b/public/images/items/thumbnail/ethereal-cannonball-stat-item.png
new file mode 100644
index 00000000..e4cc4175
Binary files /dev/null and b/public/images/items/thumbnail/ethereal-cannonball-stat-item.png differ
diff --git a/public/images/items/thumbnail/ethereal-librarian-egg-convertible.png b/public/images/items/thumbnail/ethereal-librarian-egg-convertible.png
new file mode 100644
index 00000000..2c5f95ae
Binary files /dev/null and b/public/images/items/thumbnail/ethereal-librarian-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/ethereal-rope-craft-item.png b/public/images/items/thumbnail/ethereal-rope-craft-item.png
new file mode 100644
index 00000000..1ee90992
Binary files /dev/null and b/public/images/items/thumbnail/ethereal-rope-craft-item.png differ
diff --git a/public/images/items/thumbnail/ethereal-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/ethereal-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..792bc104
Binary files /dev/null and b/public/images/items/thumbnail/ethereal-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/event-horizon-trap-blueprints-crafting-item.png b/public/images/items/thumbnail/event-horizon-trap-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/event-horizon-trap-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/event-horizon-trap-parts-crafting-item.png b/public/images/items/thumbnail/event-horizon-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/event-horizon-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/event-horizon-weapon.png b/public/images/items/thumbnail/event-horizon-weapon.png
new file mode 100644
index 00000000..8f036fe8
Binary files /dev/null and b/public/images/items/thumbnail/event-horizon-weapon.png differ
diff --git a/public/images/items/thumbnail/evil-pumpkin-seed-crafting-item.png b/public/images/items/thumbnail/evil-pumpkin-seed-crafting-item.png
new file mode 100644
index 00000000..c02b67ff
Binary files /dev/null and b/public/images/items/thumbnail/evil-pumpkin-seed-crafting-item.png differ
diff --git a/public/images/items/thumbnail/experimental-egg-convertible.png b/public/images/items/thumbnail/experimental-egg-convertible.png
new file mode 100644
index 00000000..b824f2b7
Binary files /dev/null and b/public/images/items/thumbnail/experimental-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/exploded-lightshow-collectible.png b/public/images/items/thumbnail/exploded-lightshow-collectible.png
new file mode 100644
index 00000000..9054711d
Binary files /dev/null and b/public/images/items/thumbnail/exploded-lightshow-collectible.png differ
diff --git a/public/images/items/thumbnail/explorers-egg-convertible.png b/public/images/items/thumbnail/explorers-egg-convertible.png
new file mode 100644
index 00000000..8839b632
Binary files /dev/null and b/public/images/items/thumbnail/explorers-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/explosion-earmuffs-collectible.png b/public/images/items/thumbnail/explosion-earmuffs-collectible.png
new file mode 100644
index 00000000..16398e4c
Binary files /dev/null and b/public/images/items/thumbnail/explosion-earmuffs-collectible.png differ
diff --git a/public/images/items/thumbnail/explosive-base.png b/public/images/items/thumbnail/explosive-base.png
new file mode 100644
index 00000000..6e2a52b8
Binary files /dev/null and b/public/images/items/thumbnail/explosive-base.png differ
diff --git a/public/images/items/thumbnail/explosive-pumpkin-core-skin.png b/public/images/items/thumbnail/explosive-pumpkin-core-skin.png
new file mode 100644
index 00000000..4f47f9ab
Binary files /dev/null and b/public/images/items/thumbnail/explosive-pumpkin-core-skin.png differ
diff --git a/public/images/items/thumbnail/explosive-toboggan-ride-parts-crafting-item.png b/public/images/items/thumbnail/explosive-toboggan-ride-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/explosive-toboggan-ride-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/explosive-toboggan-ride-weapon.png b/public/images/items/thumbnail/explosive-toboggan-ride-weapon.png
new file mode 100644
index 00000000..7dd39813
Binary files /dev/null and b/public/images/items/thumbnail/explosive-toboggan-ride-weapon.png differ
diff --git a/public/images/items/thumbnail/extra-coarse-salt-crafting-item.png b/public/images/items/thumbnail/extra-coarse-salt-crafting-item.png
new file mode 100644
index 00000000..4c05cfee
Binary files /dev/null and b/public/images/items/thumbnail/extra-coarse-salt-crafting-item.png differ
diff --git a/public/images/items/thumbnail/extra-rich-sky-cheese-pack-small-convertible.png b/public/images/items/thumbnail/extra-rich-sky-cheese-pack-small-convertible.png
new file mode 100644
index 00000000..021f12a5
Binary files /dev/null and b/public/images/items/thumbnail/extra-rich-sky-cheese-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/extra-rich-sky-cheese.png b/public/images/items/thumbnail/extra-rich-sky-cheese.png
new file mode 100644
index 00000000..6c23f4a9
Binary files /dev/null and b/public/images/items/thumbnail/extra-rich-sky-cheese.png differ
diff --git a/public/images/items/thumbnail/extra-spooky-hween2014-assignment-convertible.png b/public/images/items/thumbnail/extra-spooky-hween2014-assignment-convertible.png
new file mode 100644
index 00000000..48b637d9
Binary files /dev/null and b/public/images/items/thumbnail/extra-spooky-hween2014-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/extra-spooky-hween2014-assignment-quest-item.png b/public/images/items/thumbnail/extra-spooky-hween2014-assignment-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/extra-spooky-hween2014-assignment-quest-item.png differ
diff --git a/public/images/items/thumbnail/extra-spooky-trinket.png b/public/images/items/thumbnail/extra-spooky-trinket.png
new file mode 100644
index 00000000..8ad3adfb
Binary files /dev/null and b/public/images/items/thumbnail/extra-spooky-trinket.png differ
diff --git a/public/images/items/thumbnail/extra-sweet-basket-convertible.png b/public/images/items/thumbnail/extra-sweet-basket-convertible.png
new file mode 100644
index 00000000..f3f80cbe
Binary files /dev/null and b/public/images/items/thumbnail/extra-sweet-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/extra-sweet-combo-kit-convertible.png b/public/images/items/thumbnail/extra-sweet-combo-kit-convertible.png
new file mode 100644
index 00000000..853e7246
Binary files /dev/null and b/public/images/items/thumbnail/extra-sweet-combo-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/extra-sweet-cupcake-cheese.png b/public/images/items/thumbnail/extra-sweet-cupcake-cheese.png
new file mode 100644
index 00000000..86a52105
Binary files /dev/null and b/public/images/items/thumbnail/extra-sweet-cupcake-cheese.png differ
diff --git a/public/images/items/thumbnail/extra-sweet-cupcake-colby-potion.png b/public/images/items/thumbnail/extra-sweet-cupcake-colby-potion.png
new file mode 100644
index 00000000..05ed1f3f
Binary files /dev/null and b/public/images/items/thumbnail/extra-sweet-cupcake-colby-potion.png differ
diff --git a/public/images/items/thumbnail/extra-sweet-cupcake-trinket.png b/public/images/items/thumbnail/extra-sweet-cupcake-trinket.png
new file mode 100644
index 00000000..566fe428
Binary files /dev/null and b/public/images/items/thumbnail/extra-sweet-cupcake-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-ancient-trinket.png b/public/images/items/thumbnail/extreme-ancient-trinket.png
new file mode 100644
index 00000000..39b74e24
Binary files /dev/null and b/public/images/items/thumbnail/extreme-ancient-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-attraction-trinket.png b/public/images/items/thumbnail/extreme-attraction-trinket.png
new file mode 100644
index 00000000..701d010d
Binary files /dev/null and b/public/images/items/thumbnail/extreme-attraction-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-chrome-trinket.png b/public/images/items/thumbnail/extreme-chrome-trinket.png
new file mode 100644
index 00000000..1bccada4
Binary files /dev/null and b/public/images/items/thumbnail/extreme-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-gold-bonus-trinket.png b/public/images/items/thumbnail/extreme-gold-bonus-trinket.png
new file mode 100644
index 00000000..4b7b6f48
Binary files /dev/null and b/public/images/items/thumbnail/extreme-gold-bonus-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-luck-power-trinket.png b/public/images/items/thumbnail/extreme-luck-power-trinket.png
new file mode 100644
index 00000000..d3691f25
Binary files /dev/null and b/public/images/items/thumbnail/extreme-luck-power-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-luck-trinket.png b/public/images/items/thumbnail/extreme-luck-trinket.png
new file mode 100644
index 00000000..1b5aeeb2
Binary files /dev/null and b/public/images/items/thumbnail/extreme-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-party-trinket.png b/public/images/items/thumbnail/extreme-party-trinket.png
new file mode 100644
index 00000000..3b62d74e
Binary files /dev/null and b/public/images/items/thumbnail/extreme-party-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-polluted-trinket.png b/public/images/items/thumbnail/extreme-polluted-trinket.png
new file mode 100644
index 00000000..07009f45
Binary files /dev/null and b/public/images/items/thumbnail/extreme-polluted-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-power-trinket.png b/public/images/items/thumbnail/extreme-power-trinket.png
new file mode 100644
index 00000000..8ce041a6
Binary files /dev/null and b/public/images/items/thumbnail/extreme-power-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-regal-supply-kit-convertible.png b/public/images/items/thumbnail/extreme-regal-supply-kit-convertible.png
new file mode 100644
index 00000000..8b419d10
Binary files /dev/null and b/public/images/items/thumbnail/extreme-regal-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/extreme-regal-trinket.png b/public/images/items/thumbnail/extreme-regal-trinket.png
new file mode 100644
index 00000000..86b40035
Binary files /dev/null and b/public/images/items/thumbnail/extreme-regal-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-snowball-trinket.png b/public/images/items/thumbnail/extreme-snowball-trinket.png
new file mode 100644
index 00000000..4991522e
Binary files /dev/null and b/public/images/items/thumbnail/extreme-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-spooky-trinket.png b/public/images/items/thumbnail/extreme-spooky-trinket.png
new file mode 100644
index 00000000..8cdc3013
Binary files /dev/null and b/public/images/items/thumbnail/extreme-spooky-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-spore-trinket.png b/public/images/items/thumbnail/extreme-spore-trinket.png
new file mode 100644
index 00000000..c3321937
Binary files /dev/null and b/public/images/items/thumbnail/extreme-spore-trinket.png differ
diff --git a/public/images/items/thumbnail/extreme-wild-tonic-remote-pumping-trinket.png b/public/images/items/thumbnail/extreme-wild-tonic-remote-pumping-trinket.png
new file mode 100644
index 00000000..129eefea
Binary files /dev/null and b/public/images/items/thumbnail/extreme-wild-tonic-remote-pumping-trinket.png differ
diff --git a/public/images/items/thumbnail/extremely-enraged-rhinobot-skin.png b/public/images/items/thumbnail/extremely-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..8fea0f6a
Binary files /dev/null and b/public/images/items/thumbnail/extremely-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/thumbnail/extrme-dragonbane-trinket.png b/public/images/items/thumbnail/extrme-dragonbane-trinket.png
new file mode 100644
index 00000000..fd94921b
Binary files /dev/null and b/public/images/items/thumbnail/extrme-dragonbane-trinket.png differ
diff --git a/public/images/items/thumbnail/fabled-fertilizer-stat-item.png b/public/images/items/thumbnail/fabled-fertilizer-stat-item.png
new file mode 100644
index 00000000..3ad3d479
Binary files /dev/null and b/public/images/items/thumbnail/fabled-fertilizer-stat-item.png differ
diff --git a/public/images/items/thumbnail/facebook-credit-stat-item.png b/public/images/items/thumbnail/facebook-credit-stat-item.png
new file mode 100644
index 00000000..5078a209
Binary files /dev/null and b/public/images/items/thumbnail/facebook-credit-stat-item.png differ
diff --git a/public/images/items/thumbnail/faceted-sugar-crafting-item.png b/public/images/items/thumbnail/faceted-sugar-crafting-item.png
new file mode 100644
index 00000000..2f6ca224
Binary files /dev/null and b/public/images/items/thumbnail/faceted-sugar-crafting-item.png differ
diff --git a/public/images/items/thumbnail/fairy-droidmother-skin.png b/public/images/items/thumbnail/fairy-droidmother-skin.png
new file mode 100644
index 00000000..072610a9
Binary files /dev/null and b/public/images/items/thumbnail/fairy-droidmother-skin.png differ
diff --git a/public/images/items/thumbnail/fall-key-shard-crafting-item.png b/public/images/items/thumbnail/fall-key-shard-crafting-item.png
new file mode 100644
index 00000000..d6a40e41
Binary files /dev/null and b/public/images/items/thumbnail/fall-key-shard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/fan-base.png b/public/images/items/thumbnail/fan-base.png
new file mode 100644
index 00000000..03d330dd
Binary files /dev/null and b/public/images/items/thumbnail/fan-base.png differ
diff --git a/public/images/items/thumbnail/fancy-birthday-gift-convertible.png b/public/images/items/thumbnail/fancy-birthday-gift-convertible.png
new file mode 100644
index 00000000..ec6136c9
Binary files /dev/null and b/public/images/items/thumbnail/fancy-birthday-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/farming-and-fishing-scroll-case-convertible.png b/public/images/items/thumbnail/farming-and-fishing-scroll-case-convertible.png
new file mode 100644
index 00000000..ffef0e0e
Binary files /dev/null and b/public/images/items/thumbnail/farming-and-fishing-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/farming-fishing-treasure-chest-convertible.png b/public/images/items/thumbnail/farming-fishing-treasure-chest-convertible.png
new file mode 100644
index 00000000..cec98ccb
Binary files /dev/null and b/public/images/items/thumbnail/farming-fishing-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/fat-cat-chrome-sphynx-wrath-skin.png b/public/images/items/thumbnail/fat-cat-chrome-sphynx-wrath-skin.png
new file mode 100644
index 00000000..7ee804a8
Binary files /dev/null and b/public/images/items/thumbnail/fat-cat-chrome-sphynx-wrath-skin.png differ
diff --git a/public/images/items/thumbnail/festive-anchor-trinket.png b/public/images/items/thumbnail/festive-anchor-trinket.png
new file mode 100644
index 00000000..5ee923f5
Binary files /dev/null and b/public/images/items/thumbnail/festive-anchor-trinket.png differ
diff --git a/public/images/items/thumbnail/festive-bb-gun-collectible.png b/public/images/items/thumbnail/festive-bb-gun-collectible.png
new file mode 100644
index 00000000..8aa4d015
Binary files /dev/null and b/public/images/items/thumbnail/festive-bb-gun-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-bow-collectible.png b/public/images/items/thumbnail/festive-bow-collectible.png
new file mode 100644
index 00000000..2bedb91b
Binary files /dev/null and b/public/images/items/thumbnail/festive-bow-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-box-trap-skin.png b/public/images/items/thumbnail/festive-box-trap-skin.png
new file mode 100644
index 00000000..9bbecd67
Binary files /dev/null and b/public/images/items/thumbnail/festive-box-trap-skin.png differ
diff --git a/public/images/items/thumbnail/festive-bundle-convertible.png b/public/images/items/thumbnail/festive-bundle-convertible.png
new file mode 100644
index 00000000..2e12a726
Binary files /dev/null and b/public/images/items/thumbnail/festive-bundle-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-champion-kit-convertible.png b/public/images/items/thumbnail/festive-champion-kit-convertible.png
new file mode 100644
index 00000000..08d5d154
Binary files /dev/null and b/public/images/items/thumbnail/festive-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-chrome-temporal-turbine-trap-skin.png b/public/images/items/thumbnail/festive-chrome-temporal-turbine-trap-skin.png
new file mode 100644
index 00000000..237a65ae
Binary files /dev/null and b/public/images/items/thumbnail/festive-chrome-temporal-turbine-trap-skin.png differ
diff --git a/public/images/items/thumbnail/festive-co-stat-item.png b/public/images/items/thumbnail/festive-co-stat-item.png
new file mode 100644
index 00000000..4a5589ff
Binary files /dev/null and b/public/images/items/thumbnail/festive-co-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-cookie-collectible.png b/public/images/items/thumbnail/festive-cookie-collectible.png
new file mode 100644
index 00000000..d18d8171
Binary files /dev/null and b/public/images/items/thumbnail/festive-cookie-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-currency.png b/public/images/items/thumbnail/festive-currency.png
new file mode 100644
index 00000000..784654b7
Binary files /dev/null and b/public/images/items/thumbnail/festive-currency.png differ
diff --git a/public/images/items/thumbnail/festive-diamonds-collectible.png b/public/images/items/thumbnail/festive-diamonds-collectible.png
new file mode 100644
index 00000000..f7e30c6a
Binary files /dev/null and b/public/images/items/thumbnail/festive-diamonds-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-doohickey-stat-item.png b/public/images/items/thumbnail/festive-doohickey-stat-item.png
new file mode 100644
index 00000000..a23ea8e5
Binary files /dev/null and b/public/images/items/thumbnail/festive-doohickey-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-draconic-stat-item.png b/public/images/items/thumbnail/festive-draconic-stat-item.png
new file mode 100644
index 00000000..7038f3d9
Binary files /dev/null and b/public/images/items/thumbnail/festive-draconic-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-droid-archmagus-skin.png b/public/images/items/thumbnail/festive-droid-archmagus-skin.png
new file mode 100644
index 00000000..8441e0f7
Binary files /dev/null and b/public/images/items/thumbnail/festive-droid-archmagus-skin.png differ
diff --git a/public/images/items/thumbnail/festive-feta-cheese.png b/public/images/items/thumbnail/festive-feta-cheese.png
new file mode 100644
index 00000000..ca76248b
Binary files /dev/null and b/public/images/items/thumbnail/festive-feta-cheese.png differ
diff --git a/public/images/items/thumbnail/festive-feta-gift-basket-convertible.png b/public/images/items/thumbnail/festive-feta-gift-basket-convertible.png
new file mode 100644
index 00000000..d10cd838
Binary files /dev/null and b/public/images/items/thumbnail/festive-feta-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-firework-stat-item.png b/public/images/items/thumbnail/festive-firework-stat-item.png
new file mode 100644
index 00000000..dca2943e
Binary files /dev/null and b/public/images/items/thumbnail/festive-firework-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-fireworks-shorts-stat-item.png b/public/images/items/thumbnail/festive-fireworks-shorts-stat-item.png
new file mode 100644
index 00000000..bb73aa4c
Binary files /dev/null and b/public/images/items/thumbnail/festive-fireworks-shorts-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-fireworks-wrapping-paper-stat-item.png b/public/images/items/thumbnail/festive-fireworks-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..a50049b5
Binary files /dev/null and b/public/images/items/thumbnail/festive-fireworks-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-fuse-collectible.png b/public/images/items/thumbnail/festive-fuse-collectible.png
new file mode 100644
index 00000000..fab62991
Binary files /dev/null and b/public/images/items/thumbnail/festive-fuse-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-gauntlet-crusher-weapon.png b/public/images/items/thumbnail/festive-gauntlet-crusher-weapon.png
new file mode 100644
index 00000000..69f5b5b7
Binary files /dev/null and b/public/images/items/thumbnail/festive-gauntlet-crusher-weapon.png differ
diff --git a/public/images/items/thumbnail/festive-gfit-basket.png b/public/images/items/thumbnail/festive-gfit-basket.png
new file mode 100644
index 00000000..675dc5dd
Binary files /dev/null and b/public/images/items/thumbnail/festive-gfit-basket.png differ
diff --git a/public/images/items/thumbnail/festive-ghastly-stat-item.png b/public/images/items/thumbnail/festive-ghastly-stat-item.png
new file mode 100644
index 00000000..a4a03cfb
Binary files /dev/null and b/public/images/items/thumbnail/festive-ghastly-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-metal-stat-item.png b/public/images/items/thumbnail/festive-metal-stat-item.png
new file mode 100644
index 00000000..af42efcc
Binary files /dev/null and b/public/images/items/thumbnail/festive-metal-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-ornamental-wrapping-paper-stat-item.png b/public/images/items/thumbnail/festive-ornamental-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..7c11767c
Binary files /dev/null and b/public/images/items/thumbnail/festive-ornamental-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-ornaments-shorts-stat-item.png b/public/images/items/thumbnail/festive-ornaments-shorts-stat-item.png
new file mode 100644
index 00000000..7890d2f7
Binary files /dev/null and b/public/images/items/thumbnail/festive-ornaments-shorts-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-plain-wrapping-paper-stat-item.png b/public/images/items/thumbnail/festive-plain-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..35fc612f
Binary files /dev/null and b/public/images/items/thumbnail/festive-plain-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-restraining-order-collectible.png b/public/images/items/thumbnail/festive-restraining-order-collectible.png
new file mode 100644
index 00000000..23ea81d2
Binary files /dev/null and b/public/images/items/thumbnail/festive-restraining-order-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-sb-supply-pack.png b/public/images/items/thumbnail/festive-sb-supply-pack.png
new file mode 100644
index 00000000..f9895a72
Binary files /dev/null and b/public/images/items/thumbnail/festive-sb-supply-pack.png differ
diff --git a/public/images/items/thumbnail/festive-screw-stat-item.png b/public/images/items/thumbnail/festive-screw-stat-item.png
new file mode 100644
index 00000000..e708a524
Binary files /dev/null and b/public/images/items/thumbnail/festive-screw-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-skin-pack-2-convertible.png b/public/images/items/thumbnail/festive-skin-pack-2-convertible.png
new file mode 100644
index 00000000..20596bc8
Binary files /dev/null and b/public/images/items/thumbnail/festive-skin-pack-2-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-skin-pack-2015-convertible.png b/public/images/items/thumbnail/festive-skin-pack-2015-convertible.png
new file mode 100644
index 00000000..afc71f81
Binary files /dev/null and b/public/images/items/thumbnail/festive-skin-pack-2015-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-skin-pack-2016-convertible.png b/public/images/items/thumbnail/festive-skin-pack-2016-convertible.png
new file mode 100644
index 00000000..afc71f81
Binary files /dev/null and b/public/images/items/thumbnail/festive-skin-pack-2016-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-skin-pack-2017-convertible.png b/public/images/items/thumbnail/festive-skin-pack-2017-convertible.png
new file mode 100644
index 00000000..afc71f81
Binary files /dev/null and b/public/images/items/thumbnail/festive-skin-pack-2017-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-skin-pack-convertible.png b/public/images/items/thumbnail/festive-skin-pack-convertible.png
new file mode 100644
index 00000000..afc71f81
Binary files /dev/null and b/public/images/items/thumbnail/festive-skin-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-snow-shorts-stat-item.png b/public/images/items/thumbnail/festive-snow-shorts-stat-item.png
new file mode 100644
index 00000000..b0927a57
Binary files /dev/null and b/public/images/items/thumbnail/festive-snow-shorts-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-snow-wrapping-paper-stat-item.png b/public/images/items/thumbnail/festive-snow-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..60df4568
Binary files /dev/null and b/public/images/items/thumbnail/festive-snow-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-spirit-stat-item.png b/public/images/items/thumbnail/festive-spirit-stat-item.png
new file mode 100644
index 00000000..d14cf024
Binary files /dev/null and b/public/images/items/thumbnail/festive-spirit-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-sports-wrapping-paper-stat-item.png b/public/images/items/thumbnail/festive-sports-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..f2281fbf
Binary files /dev/null and b/public/images/items/thumbnail/festive-sports-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-spring-stat-item.png b/public/images/items/thumbnail/festive-spring-stat-item.png
new file mode 100644
index 00000000..caacba2d
Binary files /dev/null and b/public/images/items/thumbnail/festive-spring-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-sunglasses-collectible.png b/public/images/items/thumbnail/festive-sunglasses-collectible.png
new file mode 100644
index 00000000..29e08ef5
Binary files /dev/null and b/public/images/items/thumbnail/festive-sunglasses-collectible.png differ
diff --git a/public/images/items/thumbnail/festive-tournament-kit-convertible.png b/public/images/items/thumbnail/festive-tournament-kit-convertible.png
new file mode 100644
index 00000000..61e8369f
Binary files /dev/null and b/public/images/items/thumbnail/festive-tournament-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/festive-toy-shorts-stat-item.png b/public/images/items/thumbnail/festive-toy-shorts-stat-item.png
new file mode 100644
index 00000000..59bcf554
Binary files /dev/null and b/public/images/items/thumbnail/festive-toy-shorts-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-toy-stockpile-stat-item.png b/public/images/items/thumbnail/festive-toy-stockpile-stat-item.png
new file mode 100644
index 00000000..8727656d
Binary files /dev/null and b/public/images/items/thumbnail/festive-toy-stockpile-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-toy-wrapping-paper-stat-item.png b/public/images/items/thumbnail/festive-toy-wrapping-paper-stat-item.png
new file mode 100644
index 00000000..178b913a
Binary files /dev/null and b/public/images/items/thumbnail/festive-toy-wrapping-paper-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-trinket.png b/public/images/items/thumbnail/festive-trinket.png
new file mode 100644
index 00000000..5cc1e51a
Binary files /dev/null and b/public/images/items/thumbnail/festive-trinket.png differ
diff --git a/public/images/items/thumbnail/festive-ultimate-luck-power-trinket.png b/public/images/items/thumbnail/festive-ultimate-luck-power-trinket.png
new file mode 100644
index 00000000..22f26095
Binary files /dev/null and b/public/images/items/thumbnail/festive-ultimate-luck-power-trinket.png differ
diff --git a/public/images/items/thumbnail/festive-ultimate-luck-trinket.png b/public/images/items/thumbnail/festive-ultimate-luck-trinket.png
new file mode 100644
index 00000000..36723c3d
Binary files /dev/null and b/public/images/items/thumbnail/festive-ultimate-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/festive-ultimate-power-trinket.png b/public/images/items/thumbnail/festive-ultimate-power-trinket.png
new file mode 100644
index 00000000..b2d4904d
Binary files /dev/null and b/public/images/items/thumbnail/festive-ultimate-power-trinket.png differ
diff --git a/public/images/items/thumbnail/festive-winter-hunt-base.png b/public/images/items/thumbnail/festive-winter-hunt-base.png
new file mode 100644
index 00000000..cf37f44a
Binary files /dev/null and b/public/images/items/thumbnail/festive-winter-hunt-base.png differ
diff --git a/public/images/items/thumbnail/festive-winter-sports-shorts-stat-item.png b/public/images/items/thumbnail/festive-winter-sports-shorts-stat-item.png
new file mode 100644
index 00000000..9910d36a
Binary files /dev/null and b/public/images/items/thumbnail/festive-winter-sports-shorts-stat-item.png differ
diff --git a/public/images/items/thumbnail/festive-wood.png b/public/images/items/thumbnail/festive-wood.png
new file mode 100644
index 00000000..45ab6098
Binary files /dev/null and b/public/images/items/thumbnail/festive-wood.png differ
diff --git a/public/images/items/thumbnail/ff-prelude-treasure-chest-convertible.png b/public/images/items/thumbnail/ff-prelude-treasure-chest-convertible.png
new file mode 100644
index 00000000..e334c04f
Binary files /dev/null and b/public/images/items/thumbnail/ff-prelude-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/fiery-fontina-cheese.png b/public/images/items/thumbnail/fiery-fontina-cheese.png
new file mode 100644
index 00000000..aa718815
Binary files /dev/null and b/public/images/items/thumbnail/fiery-fontina-cheese.png differ
diff --git a/public/images/items/thumbnail/fiery-fontina-ingredient-stat-item.png b/public/images/items/thumbnail/fiery-fontina-ingredient-stat-item.png
new file mode 100644
index 00000000..41c01a95
Binary files /dev/null and b/public/images/items/thumbnail/fiery-fontina-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/fiery-fontina-pack-small-convertible.png b/public/images/items/thumbnail/fiery-fontina-pack-small-convertible.png
new file mode 100644
index 00000000..ef2a8d06
Binary files /dev/null and b/public/images/items/thumbnail/fiery-fontina-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/fiery-monkey-collectible.png b/public/images/items/thumbnail/fiery-monkey-collectible.png
new file mode 100644
index 00000000..722ead07
Binary files /dev/null and b/public/images/items/thumbnail/fiery-monkey-collectible.png differ
diff --git a/public/images/items/thumbnail/fiery-rooster-collectible.png b/public/images/items/thumbnail/fiery-rooster-collectible.png
new file mode 100644
index 00000000..092cdd56
Binary files /dev/null and b/public/images/items/thumbnail/fiery-rooster-collectible.png differ
diff --git a/public/images/items/thumbnail/fifth-gifth-convertible.png b/public/images/items/thumbnail/fifth-gifth-convertible.png
new file mode 100644
index 00000000..4a8dc4dd
Binary files /dev/null and b/public/images/items/thumbnail/fifth-gifth-convertible.png differ
diff --git a/public/images/items/thumbnail/final-draft-derby-cheese.png b/public/images/items/thumbnail/final-draft-derby-cheese.png
new file mode 100644
index 00000000..a1c2ef98
Binary files /dev/null and b/public/images/items/thumbnail/final-draft-derby-cheese.png differ
diff --git a/public/images/items/thumbnail/final-draft-derby-pack-small-convertible.png b/public/images/items/thumbnail/final-draft-derby-pack-small-convertible.png
new file mode 100644
index 00000000..06bc1f01
Binary files /dev/null and b/public/images/items/thumbnail/final-draft-derby-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/fire-grub-egg-convertible.png b/public/images/items/thumbnail/fire-grub-egg-convertible.png
new file mode 100644
index 00000000..7615eb8d
Binary files /dev/null and b/public/images/items/thumbnail/fire-grub-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/fire-salt-craft-item.png b/public/images/items/thumbnail/fire-salt-craft-item.png
new file mode 100644
index 00000000..472325cb
Binary files /dev/null and b/public/images/items/thumbnail/fire-salt-craft-item.png differ
diff --git a/public/images/items/thumbnail/firecracker-base.png b/public/images/items/thumbnail/firecracker-base.png
new file mode 100644
index 00000000..692ee77b
Binary files /dev/null and b/public/images/items/thumbnail/firecracker-base.png differ
diff --git a/public/images/items/thumbnail/firecracker-trinket.png b/public/images/items/thumbnail/firecracker-trinket.png
new file mode 100644
index 00000000..ae8ca766
Binary files /dev/null and b/public/images/items/thumbnail/firecracker-trinket.png differ
diff --git a/public/images/items/thumbnail/firework-cookie-stat-item.png b/public/images/items/thumbnail/firework-cookie-stat-item.png
new file mode 100644
index 00000000..e1be8f5f
Binary files /dev/null and b/public/images/items/thumbnail/firework-cookie-stat-item.png differ
diff --git a/public/images/items/thumbnail/fireworks-festive-decoration-stat-item.png b/public/images/items/thumbnail/fireworks-festive-decoration-stat-item.png
new file mode 100644
index 00000000..f5e31868
Binary files /dev/null and b/public/images/items/thumbnail/fireworks-festive-decoration-stat-item.png differ
diff --git a/public/images/items/thumbnail/first-draft-derby-cheese.png b/public/images/items/thumbnail/first-draft-derby-cheese.png
new file mode 100644
index 00000000..cecb5d18
Binary files /dev/null and b/public/images/items/thumbnail/first-draft-derby-cheese.png differ
diff --git a/public/images/items/thumbnail/first-draft-derby-pack-small-convertible.png b/public/images/items/thumbnail/first-draft-derby-pack-small-convertible.png
new file mode 100644
index 00000000..2f47bbe3
Binary files /dev/null and b/public/images/items/thumbnail/first-draft-derby-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/first-ever-trinket.png b/public/images/items/thumbnail/first-ever-trinket.png
new file mode 100644
index 00000000..ab54c3de
Binary files /dev/null and b/public/images/items/thumbnail/first-ever-trinket.png differ
diff --git a/public/images/items/thumbnail/fishy-fromage-cheese.png b/public/images/items/thumbnail/fishy-fromage-cheese.png
new file mode 100644
index 00000000..dd283ffe
Binary files /dev/null and b/public/images/items/thumbnail/fishy-fromage-cheese.png differ
diff --git a/public/images/items/thumbnail/fishy-fromage-three-pack-convertible.png b/public/images/items/thumbnail/fishy-fromage-three-pack-convertible.png
new file mode 100644
index 00000000..780365b3
Binary files /dev/null and b/public/images/items/thumbnail/fishy-fromage-three-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/fishy-fromage-two-pack-convertible.png b/public/images/items/thumbnail/fishy-fromage-two-pack-convertible.png
new file mode 100644
index 00000000..780365b3
Binary files /dev/null and b/public/images/items/thumbnail/fishy-fromage-two-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/fissure-base.png b/public/images/items/thumbnail/fissure-base.png
new file mode 100644
index 00000000..7e81c9e9
Binary files /dev/null and b/public/images/items/thumbnail/fissure-base.png differ
diff --git a/public/images/items/thumbnail/five-ornaments-collectible.png b/public/images/items/thumbnail/five-ornaments-collectible.png
new file mode 100644
index 00000000..dc4ff64e
Binary files /dev/null and b/public/images/items/thumbnail/five-ornaments-collectible.png differ
diff --git a/public/images/items/thumbnail/flame-march-archer-trinket.png b/public/images/items/thumbnail/flame-march-archer-trinket.png
new file mode 100644
index 00000000..4b5c0991
Binary files /dev/null and b/public/images/items/thumbnail/flame-march-archer-trinket.png differ
diff --git a/public/images/items/thumbnail/flame-march-cavalry-trinket.png b/public/images/items/thumbnail/flame-march-cavalry-trinket.png
new file mode 100644
index 00000000..ec4b1ee8
Binary files /dev/null and b/public/images/items/thumbnail/flame-march-cavalry-trinket.png differ
diff --git a/public/images/items/thumbnail/flame-march-general-trinket.png b/public/images/items/thumbnail/flame-march-general-trinket.png
new file mode 100644
index 00000000..0452f311
Binary files /dev/null and b/public/images/items/thumbnail/flame-march-general-trinket.png differ
diff --git a/public/images/items/thumbnail/flame-march-mage-trinket.png b/public/images/items/thumbnail/flame-march-mage-trinket.png
new file mode 100644
index 00000000..1a4a5c9a
Binary files /dev/null and b/public/images/items/thumbnail/flame-march-mage-trinket.png differ
diff --git a/public/images/items/thumbnail/flame-march-scout-trinket.png b/public/images/items/thumbnail/flame-march-scout-trinket.png
new file mode 100644
index 00000000..083e7f4b
Binary files /dev/null and b/public/images/items/thumbnail/flame-march-scout-trinket.png differ
diff --git a/public/images/items/thumbnail/flame-march-warrior-trinket.png b/public/images/items/thumbnail/flame-march-warrior-trinket.png
new file mode 100644
index 00000000..aafee990
Binary files /dev/null and b/public/images/items/thumbnail/flame-march-warrior-trinket.png differ
diff --git a/public/images/items/thumbnail/flamebane-trinket.png b/public/images/items/thumbnail/flamebane-trinket.png
new file mode 100644
index 00000000..df44c13e
Binary files /dev/null and b/public/images/items/thumbnail/flamebane-trinket.png differ
diff --git a/public/images/items/thumbnail/flameshard-crafting-item.png b/public/images/items/thumbnail/flameshard-crafting-item.png
new file mode 100644
index 00000000..0ff21759
Binary files /dev/null and b/public/images/items/thumbnail/flameshard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/flaming-queso-cheese.png b/public/images/items/thumbnail/flaming-queso-cheese.png
new file mode 100644
index 00000000..efb62a0b
Binary files /dev/null and b/public/images/items/thumbnail/flaming-queso-cheese.png differ
diff --git a/public/images/items/thumbnail/flaming-spice-crafting-item.png b/public/images/items/thumbnail/flaming-spice-crafting-item.png
new file mode 100644
index 00000000..60ad875a
Binary files /dev/null and b/public/images/items/thumbnail/flaming-spice-crafting-item.png differ
diff --git a/public/images/items/thumbnail/flashlight-treasure-kit-convertible.png b/public/images/items/thumbnail/flashlight-treasure-kit-convertible.png
new file mode 100644
index 00000000..68a7a9ca
Binary files /dev/null and b/public/images/items/thumbnail/flashlight-treasure-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/flawed-orb-crafting-item.png b/public/images/items/thumbnail/flawed-orb-crafting-item.png
new file mode 100644
index 00000000..27858529
Binary files /dev/null and b/public/images/items/thumbnail/flawed-orb-crafting-item.png differ
diff --git a/public/images/items/thumbnail/flawless-orb-crafting-item.png b/public/images/items/thumbnail/flawless-orb-crafting-item.png
new file mode 100644
index 00000000..618a1b48
Binary files /dev/null and b/public/images/items/thumbnail/flawless-orb-crafting-item.png differ
diff --git a/public/images/items/thumbnail/floating-arcane-upgraded-parts-crafting-item.png b/public/images/items/thumbnail/floating-arcane-upgraded-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/floating-arcane-upgraded-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/floating-arcane-upgraded-weapon.png b/public/images/items/thumbnail/floating-arcane-upgraded-weapon.png
new file mode 100644
index 00000000..83379a9f
Binary files /dev/null and b/public/images/items/thumbnail/floating-arcane-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-arcane-weapon.png b/public/images/items/thumbnail/floating-arcane-weapon.png
new file mode 100644
index 00000000..c3b4bcce
Binary files /dev/null and b/public/images/items/thumbnail/floating-arcane-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-forgotten-upgraded-weapon.png b/public/images/items/thumbnail/floating-forgotten-upgraded-weapon.png
new file mode 100644
index 00000000..1aff6aa7
Binary files /dev/null and b/public/images/items/thumbnail/floating-forgotten-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-forgotten-weapon.png b/public/images/items/thumbnail/floating-forgotten-weapon.png
new file mode 100644
index 00000000..be0e915e
Binary files /dev/null and b/public/images/items/thumbnail/floating-forgotten-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-island-gift-basket-convertible.png b/public/images/items/thumbnail/floating-island-gift-basket-convertible.png
new file mode 100644
index 00000000..a7512c51
Binary files /dev/null and b/public/images/items/thumbnail/floating-island-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/floating-island-large-supply-kit-convertible.png b/public/images/items/thumbnail/floating-island-large-supply-kit-convertible.png
new file mode 100644
index 00000000..e8afcc8d
Binary files /dev/null and b/public/images/items/thumbnail/floating-island-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/floating-island-raider-convertible.png b/public/images/items/thumbnail/floating-island-raider-convertible.png
new file mode 100644
index 00000000..399f6ff7
Binary files /dev/null and b/public/images/items/thumbnail/floating-island-raider-convertible.png differ
diff --git a/public/images/items/thumbnail/floating-island-supply-kit-convertible.png b/public/images/items/thumbnail/floating-island-supply-kit-convertible.png
new file mode 100644
index 00000000..96086a71
Binary files /dev/null and b/public/images/items/thumbnail/floating-island-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/floating-islands-cloud-gem-stat-item.png b/public/images/items/thumbnail/floating-islands-cloud-gem-stat-item.png
new file mode 100644
index 00000000..18d6bae9
Binary files /dev/null and b/public/images/items/thumbnail/floating-islands-cloud-gem-stat-item.png differ
diff --git a/public/images/items/thumbnail/floating-islands-map-piece.png b/public/images/items/thumbnail/floating-islands-map-piece.png
new file mode 100644
index 00000000..83ad1d3d
Binary files /dev/null and b/public/images/items/thumbnail/floating-islands-map-piece.png differ
diff --git a/public/images/items/thumbnail/floating-islands-sky-ore-stat-item.png b/public/images/items/thumbnail/floating-islands-sky-ore-stat-item.png
new file mode 100644
index 00000000..6a8580ed
Binary files /dev/null and b/public/images/items/thumbnail/floating-islands-sky-ore-stat-item.png differ
diff --git a/public/images/items/thumbnail/floating-law-upgraded-jade-skin.png b/public/images/items/thumbnail/floating-law-upgraded-jade-skin.png
new file mode 100644
index 00000000..78515944
Binary files /dev/null and b/public/images/items/thumbnail/floating-law-upgraded-jade-skin.png differ
diff --git a/public/images/items/thumbnail/floating-law-upgraded-weapon.png b/public/images/items/thumbnail/floating-law-upgraded-weapon.png
new file mode 100644
index 00000000..f987c50d
Binary files /dev/null and b/public/images/items/thumbnail/floating-law-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-law-weapon.png b/public/images/items/thumbnail/floating-law-weapon.png
new file mode 100644
index 00000000..d68ee051
Binary files /dev/null and b/public/images/items/thumbnail/floating-law-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-tactical-upgraded-weapon.png b/public/images/items/thumbnail/floating-tactical-upgraded-weapon.png
new file mode 100644
index 00000000..29fe6d3d
Binary files /dev/null and b/public/images/items/thumbnail/floating-tactical-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-tactical-weapon.png b/public/images/items/thumbnail/floating-tactical-weapon.png
new file mode 100644
index 00000000..824747b5
Binary files /dev/null and b/public/images/items/thumbnail/floating-tactical-weapon.png differ
diff --git a/public/images/items/thumbnail/floating-trap-upgrade-stat-item.png b/public/images/items/thumbnail/floating-trap-upgrade-stat-item.png
new file mode 100644
index 00000000..4a4521c0
Binary files /dev/null and b/public/images/items/thumbnail/floating-trap-upgrade-stat-item.png differ
diff --git a/public/images/items/thumbnail/floating-treasure-chest-convertible.png b/public/images/items/thumbnail/floating-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/floating-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/flour-stat-item.png b/public/images/items/thumbnail/flour-stat-item.png
new file mode 100644
index 00000000..d366563c
Binary files /dev/null and b/public/images/items/thumbnail/flour-stat-item.png differ
diff --git a/public/images/items/thumbnail/fluffy-deathbot-skin-crafting-item.png b/public/images/items/thumbnail/fluffy-deathbot-skin-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/fluffy-deathbot-skin-crafting-item.png differ
diff --git a/public/images/items/thumbnail/fluffy-deathbot-weapon.png b/public/images/items/thumbnail/fluffy-deathbot-weapon.png
new file mode 100644
index 00000000..ef224f2d
Binary files /dev/null and b/public/images/items/thumbnail/fluffy-deathbot-weapon.png differ
diff --git a/public/images/items/thumbnail/focused-crystal-laser-weapon.png b/public/images/items/thumbnail/focused-crystal-laser-weapon.png
new file mode 100644
index 00000000..041412ac
Binary files /dev/null and b/public/images/items/thumbnail/focused-crystal-laser-weapon.png differ
diff --git a/public/images/items/thumbnail/focused-ram-eye-laser-skin.png b/public/images/items/thumbnail/focused-ram-eye-laser-skin.png
new file mode 100644
index 00000000..41a34975
Binary files /dev/null and b/public/images/items/thumbnail/focused-ram-eye-laser-skin.png differ
diff --git a/public/images/items/thumbnail/fog-egg-convertible.png b/public/images/items/thumbnail/fog-egg-convertible.png
new file mode 100644
index 00000000..4f4d3c54
Binary files /dev/null and b/public/images/items/thumbnail/fog-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/fog-warden-stone-stat-item.png b/public/images/items/thumbnail/fog-warden-stone-stat-item.png
new file mode 100644
index 00000000..09b553a6
Binary files /dev/null and b/public/images/items/thumbnail/fog-warden-stone-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-companion-vol-1-3-collectible.png b/public/images/items/thumbnail/folklore-companion-vol-1-3-collectible.png
new file mode 100644
index 00000000..d8012bab
Binary files /dev/null and b/public/images/items/thumbnail/folklore-companion-vol-1-3-collectible.png differ
diff --git a/public/images/items/thumbnail/folklore-forest-gift-basket-convertible.png b/public/images/items/thumbnail/folklore-forest-gift-basket-convertible.png
new file mode 100644
index 00000000..60cd3537
Binary files /dev/null and b/public/images/items/thumbnail/folklore-forest-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/folklore-forest-large-supply-kit-convertible.png b/public/images/items/thumbnail/folklore-forest-large-supply-kit-convertible.png
new file mode 100644
index 00000000..3357d467
Binary files /dev/null and b/public/images/items/thumbnail/folklore-forest-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/folklore-forest-map-piece.png b/public/images/items/thumbnail/folklore-forest-map-piece.png
new file mode 100644
index 00000000..7546e795
Binary files /dev/null and b/public/images/items/thumbnail/folklore-forest-map-piece.png differ
diff --git a/public/images/items/thumbnail/folklore-forest-prelude-scroll-case-convertible.png b/public/images/items/thumbnail/folklore-forest-prelude-scroll-case-convertible.png
new file mode 100644
index 00000000..c901ea01
Binary files /dev/null and b/public/images/items/thumbnail/folklore-forest-prelude-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/folklore-forest-supply-kit-convertible.png b/public/images/items/thumbnail/folklore-forest-supply-kit-convertible.png
new file mode 100644
index 00000000..1aa2787f
Binary files /dev/null and b/public/images/items/thumbnail/folklore-forest-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/folklore-forest-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/folklore-forest-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..82f86777
Binary files /dev/null and b/public/images/items/thumbnail/folklore-forest-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-arcane-luck-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-arcane-luck-stat-item.png
new file mode 100644
index 00000000..cbb322c8
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-arcane-luck-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-arcane-power-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-arcane-power-stat-item.png
new file mode 100644
index 00000000..c7ad5482
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-arcane-power-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-draconic-luck-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-draconic-luck-stat-item.png
new file mode 100644
index 00000000..0d1b03e6
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-draconic-luck-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-draconic-power-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-draconic-power-stat-item.png
new file mode 100644
index 00000000..20cf3241
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-draconic-power-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-forgotten-luck-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-forgotten-luck-stat-item.png
new file mode 100644
index 00000000..5f417a8b
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-forgotten-luck-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-forgotten-power-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-forgotten-power-stat-item.png
new file mode 100644
index 00000000..f94dc953
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-forgotten-power-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-physical-luck-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-physical-luck-stat-item.png
new file mode 100644
index 00000000..00cf3b90
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-physical-luck-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-physical-power-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-physical-power-stat-item.png
new file mode 100644
index 00000000..dc0b022c
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-physical-power-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-shadow-luck-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-shadow-luck-stat-item.png
new file mode 100644
index 00000000..ba4de8be
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-shadow-luck-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-motif-index-shadow-power-stat-item.png b/public/images/items/thumbnail/folklore-motif-index-shadow-power-stat-item.png
new file mode 100644
index 00000000..42bcfc02
Binary files /dev/null and b/public/images/items/thumbnail/folklore-motif-index-shadow-power-stat-item.png differ
diff --git a/public/images/items/thumbnail/folklore-printing-press-base.png b/public/images/items/thumbnail/folklore-printing-press-base.png
new file mode 100644
index 00000000..379f8495
Binary files /dev/null and b/public/images/items/thumbnail/folklore-printing-press-base.png differ
diff --git a/public/images/items/thumbnail/fondue-fuel-stat-item.png b/public/images/items/thumbnail/fondue-fuel-stat-item.png
new file mode 100644
index 00000000..50988b21
Binary files /dev/null and b/public/images/items/thumbnail/fondue-fuel-stat-item.png differ
diff --git a/public/images/items/thumbnail/fools-gold-stat-item.png b/public/images/items/thumbnail/fools-gold-stat-item.png
new file mode 100644
index 00000000..ad7bb922
Binary files /dev/null and b/public/images/items/thumbnail/fools-gold-stat-item.png differ
diff --git a/public/images/items/thumbnail/football-footlocker-convertible.png b/public/images/items/thumbnail/football-footlocker-convertible.png
new file mode 100644
index 00000000..d07db45d
Binary files /dev/null and b/public/images/items/thumbnail/football-footlocker-convertible.png differ
diff --git a/public/images/items/thumbnail/football-journal-theme-collectible.png b/public/images/items/thumbnail/football-journal-theme-collectible.png
new file mode 100644
index 00000000..37d6bbdc
Binary files /dev/null and b/public/images/items/thumbnail/football-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/football-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/football-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..e5ddee74
Binary files /dev/null and b/public/images/items/thumbnail/football-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/football-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/football-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..0dcddeb3
Binary files /dev/null and b/public/images/items/thumbnail/football-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/football-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/football-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..a5af17d3
Binary files /dev/null and b/public/images/items/thumbnail/football-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/force-fighter-blue-action-figure-collectible.png b/public/images/items/thumbnail/force-fighter-blue-action-figure-collectible.png
new file mode 100644
index 00000000..726a425d
Binary files /dev/null and b/public/images/items/thumbnail/force-fighter-blue-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/force-fighter-green-action-figure-collectible.png b/public/images/items/thumbnail/force-fighter-green-action-figure-collectible.png
new file mode 100644
index 00000000..add94797
Binary files /dev/null and b/public/images/items/thumbnail/force-fighter-green-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/force-fighter-pink-action-figure-collectible.png b/public/images/items/thumbnail/force-fighter-pink-action-figure-collectible.png
new file mode 100644
index 00000000..2e2eb801
Binary files /dev/null and b/public/images/items/thumbnail/force-fighter-pink-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/force-fighter-red-action-figure-collectible.png b/public/images/items/thumbnail/force-fighter-red-action-figure-collectible.png
new file mode 100644
index 00000000..e71b7c0d
Binary files /dev/null and b/public/images/items/thumbnail/force-fighter-red-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/force-fighter-yellow-action-figure-collectible.png b/public/images/items/thumbnail/force-fighter-yellow-action-figure-collectible.png
new file mode 100644
index 00000000..a77ba70e
Binary files /dev/null and b/public/images/items/thumbnail/force-fighter-yellow-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/forecaster-base.png b/public/images/items/thumbnail/forecaster-base.png
new file mode 100644
index 00000000..d4e21921
Binary files /dev/null and b/public/images/items/thumbnail/forecaster-base.png differ
diff --git a/public/images/items/thumbnail/forgotten-art-of-dance-weapon.png b/public/images/items/thumbnail/forgotten-art-of-dance-weapon.png
new file mode 100644
index 00000000..9fb99c31
Binary files /dev/null and b/public/images/items/thumbnail/forgotten-art-of-dance-weapon.png differ
diff --git a/public/images/items/thumbnail/forgotten-trinket.png b/public/images/items/thumbnail/forgotten-trinket.png
new file mode 100644
index 00000000..343b625d
Binary files /dev/null and b/public/images/items/thumbnail/forgotten-trinket.png differ
diff --git a/public/images/items/thumbnail/fort-builder-lunchbox-convertible.png b/public/images/items/thumbnail/fort-builder-lunchbox-convertible.png
new file mode 100644
index 00000000..75569a4d
Binary files /dev/null and b/public/images/items/thumbnail/fort-builder-lunchbox-convertible.png differ
diff --git a/public/images/items/thumbnail/fort-construction-kit-convertible.png b/public/images/items/thumbnail/fort-construction-kit-convertible.png
new file mode 100644
index 00000000..2b2f50dd
Binary files /dev/null and b/public/images/items/thumbnail/fort-construction-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/fort-rox-gift-basket-convertible.png b/public/images/items/thumbnail/fort-rox-gift-basket-convertible.png
new file mode 100644
index 00000000..b6948874
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/fort-rox-lair-cheese.png b/public/images/items/thumbnail/fort-rox-lair-cheese.png
new file mode 100644
index 00000000..18da1549
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-lair-cheese.png differ
diff --git a/public/images/items/thumbnail/fort-rox-lair-key-stat-item.png b/public/images/items/thumbnail/fort-rox-lair-key-stat-item.png
new file mode 100644
index 00000000..8816b372
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-lair-key-stat-item.png differ
diff --git a/public/images/items/thumbnail/fort-rox-map-piece.png b/public/images/items/thumbnail/fort-rox-map-piece.png
new file mode 100644
index 00000000..1a7e2770
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-map-piece.png differ
diff --git a/public/images/items/thumbnail/fort-rox-portal-console-stat-item.png b/public/images/items/thumbnail/fort-rox-portal-console-stat-item.png
new file mode 100644
index 00000000..3de1f3ac
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-portal-console-stat-item.png differ
diff --git a/public/images/items/thumbnail/fort-rox-portal-core-stat-item.png b/public/images/items/thumbnail/fort-rox-portal-core-stat-item.png
new file mode 100644
index 00000000..4430c28b
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-portal-core-stat-item.png differ
diff --git a/public/images/items/thumbnail/fort-rox-scroll-case-convertible.png b/public/images/items/thumbnail/fort-rox-scroll-case-convertible.png
new file mode 100644
index 00000000..9ab778e1
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/fort-rox-supply-kit-convertible.png b/public/images/items/thumbnail/fort-rox-supply-kit-convertible.png
new file mode 100644
index 00000000..faa54e3b
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/fort-rox-tower-mana-stat-item.png b/public/images/items/thumbnail/fort-rox-tower-mana-stat-item.png
new file mode 100644
index 00000000..7869d06d
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-tower-mana-stat-item.png differ
diff --git a/public/images/items/thumbnail/fort-rox-treasure-chest-convertible.png b/public/images/items/thumbnail/fort-rox-treasure-chest-convertible.png
new file mode 100644
index 00000000..d0c4f426
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/fort-rox-treasure-hunting-convertible.png b/public/images/items/thumbnail/fort-rox-treasure-hunting-convertible.png
new file mode 100644
index 00000000..b665c2b8
Binary files /dev/null and b/public/images/items/thumbnail/fort-rox-treasure-hunting-convertible.png differ
diff --git a/public/images/items/thumbnail/fount-of-fluff-skin.png b/public/images/items/thumbnail/fount-of-fluff-skin.png
new file mode 100644
index 00000000..de5531c8
Binary files /dev/null and b/public/images/items/thumbnail/fount-of-fluff-skin.png differ
diff --git a/public/images/items/thumbnail/four-festive-stockings-collectible.png b/public/images/items/thumbnail/four-festive-stockings-collectible.png
new file mode 100644
index 00000000..c76bbd92
Binary files /dev/null and b/public/images/items/thumbnail/four-festive-stockings-collectible.png differ
diff --git a/public/images/items/thumbnail/fracture-base.png b/public/images/items/thumbnail/fracture-base.png
new file mode 100644
index 00000000..ae06cd69
Binary files /dev/null and b/public/images/items/thumbnail/fracture-base.png differ
diff --git a/public/images/items/thumbnail/fresh-living-garden-soil-crafting-item.png b/public/images/items/thumbnail/fresh-living-garden-soil-crafting-item.png
new file mode 100644
index 00000000..b9ec4776
Binary files /dev/null and b/public/images/items/thumbnail/fresh-living-garden-soil-crafting-item.png differ
diff --git a/public/images/items/thumbnail/freshly-baked-snow-collectible.png b/public/images/items/thumbnail/freshly-baked-snow-collectible.png
new file mode 100644
index 00000000..e45f9557
Binary files /dev/null and b/public/images/items/thumbnail/freshly-baked-snow-collectible.png differ
diff --git a/public/images/items/thumbnail/freshly-painted-egg-convertible.png b/public/images/items/thumbnail/freshly-painted-egg-convertible.png
new file mode 100644
index 00000000..71645c3e
Binary files /dev/null and b/public/images/items/thumbnail/freshly-painted-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/freshness-trinket.png b/public/images/items/thumbnail/freshness-trinket.png
new file mode 100644
index 00000000..2949ba5f
Binary files /dev/null and b/public/images/items/thumbnail/freshness-trinket.png differ
diff --git a/public/images/items/thumbnail/friend.png b/public/images/items/thumbnail/friend.png
new file mode 100644
index 00000000..f9ab7d65
Binary files /dev/null and b/public/images/items/thumbnail/friend.png differ
diff --git a/public/images/items/thumbnail/friendly-egg-convertible.png b/public/images/items/thumbnail/friendly-egg-convertible.png
new file mode 100644
index 00000000..38fd6911
Binary files /dev/null and b/public/images/items/thumbnail/friendly-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/front-cover-torn-page.png b/public/images/items/thumbnail/front-cover-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/front-cover-torn-page.png differ
diff --git a/public/images/items/thumbnail/frost-warden-stone-stat-item.png b/public/images/items/thumbnail/frost-warden-stone-stat-item.png
new file mode 100644
index 00000000..9a351e03
Binary files /dev/null and b/public/images/items/thumbnail/frost-warden-stone-stat-item.png differ
diff --git a/public/images/items/thumbnail/frosted-dragonvine-ballista-skin.png b/public/images/items/thumbnail/frosted-dragonvine-ballista-skin.png
new file mode 100644
index 00000000..3febb184
Binary files /dev/null and b/public/images/items/thumbnail/frosted-dragonvine-ballista-skin.png differ
diff --git a/public/images/items/thumbnail/frosty-metal-crafting-item.png b/public/images/items/thumbnail/frosty-metal-crafting-item.png
new file mode 100644
index 00000000..dd81a3e5
Binary files /dev/null and b/public/images/items/thumbnail/frosty-metal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/frozen-fromage-convertible.png b/public/images/items/thumbnail/frozen-fromage-convertible.png
new file mode 100644
index 00000000..a503c7fe
Binary files /dev/null and b/public/images/items/thumbnail/frozen-fromage-convertible.png differ
diff --git a/public/images/items/thumbnail/frozen-galaxy-event-horizon-crafting-item.png b/public/images/items/thumbnail/frozen-galaxy-event-horizon-crafting-item.png
new file mode 100644
index 00000000..68e780db
Binary files /dev/null and b/public/images/items/thumbnail/frozen-galaxy-event-horizon-crafting-item.png differ
diff --git a/public/images/items/thumbnail/frozen-heart-collectible.png b/public/images/items/thumbnail/frozen-heart-collectible.png
new file mode 100644
index 00000000..7de205a8
Binary files /dev/null and b/public/images/items/thumbnail/frozen-heart-collectible.png differ
diff --git a/public/images/items/thumbnail/frozen-scroll-craft-item.png b/public/images/items/thumbnail/frozen-scroll-craft-item.png
new file mode 100644
index 00000000..3963f825
Binary files /dev/null and b/public/images/items/thumbnail/frozen-scroll-craft-item.png differ
diff --git a/public/images/items/thumbnail/frozen-sealed-bottle-message-item.png b/public/images/items/thumbnail/frozen-sealed-bottle-message-item.png
new file mode 100644
index 00000000..e18ea649
Binary files /dev/null and b/public/images/items/thumbnail/frozen-sealed-bottle-message-item.png differ
diff --git a/public/images/items/thumbnail/ful-mina-egg-convertible.png b/public/images/items/thumbnail/ful-mina-egg-convertible.png
new file mode 100644
index 00000000..6492fbcf
Binary files /dev/null and b/public/images/items/thumbnail/ful-mina-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/fulmina-charged-tooth-stat-item.png b/public/images/items/thumbnail/fulmina-charged-tooth-stat-item.png
new file mode 100644
index 00000000..45bed94d
Binary files /dev/null and b/public/images/items/thumbnail/fulmina-charged-tooth-stat-item.png differ
diff --git a/public/images/items/thumbnail/fulmina-tooth-crafting-item.png b/public/images/items/thumbnail/fulmina-tooth-crafting-item.png
new file mode 100644
index 00000000..ad3c2ada
Binary files /dev/null and b/public/images/items/thumbnail/fulmina-tooth-crafting-item.png differ
diff --git a/public/images/items/thumbnail/fulminas-gift-convertible.png b/public/images/items/thumbnail/fulminas-gift-convertible.png
new file mode 100644
index 00000000..7916f1e4
Binary files /dev/null and b/public/images/items/thumbnail/fulminas-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/fungal-cavern-map-piece.png b/public/images/items/thumbnail/fungal-cavern-map-piece.png
new file mode 100644
index 00000000..328043d3
Binary files /dev/null and b/public/images/items/thumbnail/fungal-cavern-map-piece.png differ
diff --git a/public/images/items/thumbnail/fungal-cavern-scroll-case-convertible.png b/public/images/items/thumbnail/fungal-cavern-scroll-case-convertible.png
new file mode 100644
index 00000000..ab0d5e44
Binary files /dev/null and b/public/images/items/thumbnail/fungal-cavern-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/fungal-cavern-treasure-chest-convertible.png b/public/images/items/thumbnail/fungal-cavern-treasure-chest-convertible.png
new file mode 100644
index 00000000..fbb9b340
Binary files /dev/null and b/public/images/items/thumbnail/fungal-cavern-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/fungal-egg-convertible.png b/public/images/items/thumbnail/fungal-egg-convertible.png
new file mode 100644
index 00000000..9dd663eb
Binary files /dev/null and b/public/images/items/thumbnail/fungal-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/fungal-gemstone-skin.png b/public/images/items/thumbnail/fungal-gemstone-skin.png
new file mode 100644
index 00000000..9df80d05
Binary files /dev/null and b/public/images/items/thumbnail/fungal-gemstone-skin.png differ
diff --git a/public/images/items/thumbnail/fungal-journal-theme-collectible.png b/public/images/items/thumbnail/fungal-journal-theme-collectible.png
new file mode 100644
index 00000000..bb606432
Binary files /dev/null and b/public/images/items/thumbnail/fungal-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/furoma-base.png b/public/images/items/thumbnail/furoma-base.png
new file mode 100644
index 00000000..64574a47
Binary files /dev/null and b/public/images/items/thumbnail/furoma-base.png differ
diff --git a/public/images/items/thumbnail/furoma-champion-kit-convertible.png b/public/images/items/thumbnail/furoma-champion-kit-convertible.png
new file mode 100644
index 00000000..876828ea
Binary files /dev/null and b/public/images/items/thumbnail/furoma-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-claw-shot-crate-convertible.png b/public/images/items/thumbnail/furoma-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..7a95ac16
Binary files /dev/null and b/public/images/items/thumbnail/furoma-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-egg-convertible.png b/public/images/items/thumbnail/furoma-egg-convertible.png
new file mode 100644
index 00000000..f411c5eb
Binary files /dev/null and b/public/images/items/thumbnail/furoma-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-research-assignment-convertible.png b/public/images/items/thumbnail/furoma-research-assignment-convertible.png
new file mode 100644
index 00000000..70bb4ec5
Binary files /dev/null and b/public/images/items/thumbnail/furoma-research-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-research-quest-item.png b/public/images/items/thumbnail/furoma-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/furoma-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-crafting-kit-convertible.png b/public/images/items/thumbnail/furoma-rift-crafting-kit-convertible.png
new file mode 100644
index 00000000..8ba05269
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-crafting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-enerchi-pack-convertible.png b/public/images/items/thumbnail/furoma-rift-enerchi-pack-convertible.png
new file mode 100644
index 00000000..9203cbff
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-enerchi-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-energy-base.png b/public/images/items/thumbnail/furoma-rift-energy-base.png
new file mode 100644
index 00000000..dae8d6f4
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-energy-base.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-energy-upgraded-base.png b/public/images/items/thumbnail/furoma-rift-energy-upgraded-base.png
new file mode 100644
index 00000000..8f420ecc
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-energy-upgraded-base.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-gift-basket-convertible.png b/public/images/items/thumbnail/furoma-rift-gift-basket-convertible.png
new file mode 100644
index 00000000..8614b04c
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-scroll-case-convertible.png b/public/images/items/thumbnail/furoma-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..38c6a550
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/furoma-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..b9ed5415
Binary files /dev/null and b/public/images/items/thumbnail/furoma-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/furoma-winter-gift-convertible.png b/public/images/items/thumbnail/furoma-winter-gift-convertible.png
new file mode 100644
index 00000000..b0b40956
Binary files /dev/null and b/public/images/items/thumbnail/furoma-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/fuse-crafting-item.png b/public/images/items/thumbnail/fuse-crafting-item.png
new file mode 100644
index 00000000..fab62991
Binary files /dev/null and b/public/images/items/thumbnail/fuse-crafting-item.png differ
diff --git a/public/images/items/thumbnail/fusion-fondue-cheese.png b/public/images/items/thumbnail/fusion-fondue-cheese.png
new file mode 100644
index 00000000..2f653319
Binary files /dev/null and b/public/images/items/thumbnail/fusion-fondue-cheese.png differ
diff --git a/public/images/items/thumbnail/g-birthday-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/g-birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..acc03ab8
Binary files /dev/null and b/public/images/items/thumbnail/g-birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/g-birthday-2019-treasure-chest-convertible.png b/public/images/items/thumbnail/g-birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..acc03ab8
Binary files /dev/null and b/public/images/items/thumbnail/g-birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/g-birthday-2020-treasure-chest-convertible.png b/public/images/items/thumbnail/g-birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..acc03ab8
Binary files /dev/null and b/public/images/items/thumbnail/g-birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/g-birthday-2021-treasure-chest-convertible.png b/public/images/items/thumbnail/g-birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..acc03ab8
Binary files /dev/null and b/public/images/items/thumbnail/g-birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/g-birthday-2025-treasure-chest-convertible.png b/public/images/items/thumbnail/g-birthday-2025-treasure-chest-convertible.png
new file mode 100644
index 00000000..acc03ab8
Binary files /dev/null and b/public/images/items/thumbnail/g-birthday-2025-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/g-time-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/g-time-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..254e1726
Binary files /dev/null and b/public/images/items/thumbnail/g-time-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/galleon-gouda-cheese.png b/public/images/items/thumbnail/galleon-gouda-cheese.png
new file mode 100644
index 00000000..2f502cd3
Binary files /dev/null and b/public/images/items/thumbnail/galleon-gouda-cheese.png differ
diff --git a/public/images/items/thumbnail/gargantua-egg-convertible.png b/public/images/items/thumbnail/gargantua-egg-convertible.png
new file mode 100644
index 00000000..c767b874
Binary files /dev/null and b/public/images/items/thumbnail/gargantua-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/gargantua-trinket.png b/public/images/items/thumbnail/gargantua-trinket.png
new file mode 100644
index 00000000..0f2dcec6
Binary files /dev/null and b/public/images/items/thumbnail/gargantua-trinket.png differ
diff --git a/public/images/items/thumbnail/gate-guardian-egg-convertible.png b/public/images/items/thumbnail/gate-guardian-egg-convertible.png
new file mode 100644
index 00000000..82dea7d1
Binary files /dev/null and b/public/images/items/thumbnail/gate-guardian-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/gauntlet-champion-kit-convertible.png b/public/images/items/thumbnail/gauntlet-champion-kit-convertible.png
new file mode 100644
index 00000000..ea77ac65
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-2.png b/public/images/items/thumbnail/gauntlet-cheese-2.png
new file mode 100644
index 00000000..adee5338
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-2.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-3.png b/public/images/items/thumbnail/gauntlet-cheese-3.png
new file mode 100644
index 00000000..e59529e9
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-3.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-4.png b/public/images/items/thumbnail/gauntlet-cheese-4.png
new file mode 100644
index 00000000..ed444c76
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-4.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-5.png b/public/images/items/thumbnail/gauntlet-cheese-5.png
new file mode 100644
index 00000000..3f358757
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-5.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-6.png b/public/images/items/thumbnail/gauntlet-cheese-6.png
new file mode 100644
index 00000000..86fc3c02
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-6.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-7.png b/public/images/items/thumbnail/gauntlet-cheese-7.png
new file mode 100644
index 00000000..ce56cde4
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-7.png differ
diff --git a/public/images/items/thumbnail/gauntlet-cheese-8.png b/public/images/items/thumbnail/gauntlet-cheese-8.png
new file mode 100644
index 00000000..b4ed338d
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-cheese-8.png differ
diff --git a/public/images/items/thumbnail/gauntlet-elixir-stat-item.png b/public/images/items/thumbnail/gauntlet-elixir-stat-item.png
new file mode 100644
index 00000000..067e6f6f
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-elixir-stat-item.png differ
diff --git a/public/images/items/thumbnail/gauntlet-map-piece.png b/public/images/items/thumbnail/gauntlet-map-piece.png
new file mode 100644
index 00000000..6f2dd4fe
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-map-piece.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-2.png b/public/images/items/thumbnail/gauntlet-potion-2.png
new file mode 100644
index 00000000..e315035f
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-2.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-3.png b/public/images/items/thumbnail/gauntlet-potion-3.png
new file mode 100644
index 00000000..2d5a62de
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-3.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-4.png b/public/images/items/thumbnail/gauntlet-potion-4.png
new file mode 100644
index 00000000..a18be5c3
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-4.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-5.png b/public/images/items/thumbnail/gauntlet-potion-5.png
new file mode 100644
index 00000000..c43a80f9
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-5.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-6.png b/public/images/items/thumbnail/gauntlet-potion-6.png
new file mode 100644
index 00000000..e75de830
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-6.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-7.png b/public/images/items/thumbnail/gauntlet-potion-7.png
new file mode 100644
index 00000000..9868ad9f
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-7.png differ
diff --git a/public/images/items/thumbnail/gauntlet-potion-8.png b/public/images/items/thumbnail/gauntlet-potion-8.png
new file mode 100644
index 00000000..8a6ecdea
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-potion-8.png differ
diff --git a/public/images/items/thumbnail/gauntlet-string-cheese.png b/public/images/items/thumbnail/gauntlet-string-cheese.png
new file mode 100644
index 00000000..89300854
Binary files /dev/null and b/public/images/items/thumbnail/gauntlet-string-cheese.png differ
diff --git a/public/images/items/thumbnail/gemology-base.png b/public/images/items/thumbnail/gemology-base.png
new file mode 100644
index 00000000..a6afb05b
Binary files /dev/null and b/public/images/items/thumbnail/gemology-base.png differ
diff --git a/public/images/items/thumbnail/gemstone-boost-trinket.png b/public/images/items/thumbnail/gemstone-boost-trinket.png
new file mode 100644
index 00000000..e1aa1b9f
Binary files /dev/null and b/public/images/items/thumbnail/gemstone-boost-trinket.png differ
diff --git a/public/images/items/thumbnail/gemstone-cheese.png b/public/images/items/thumbnail/gemstone-cheese.png
new file mode 100644
index 00000000..2e69ba48
Binary files /dev/null and b/public/images/items/thumbnail/gemstone-cheese.png differ
diff --git a/public/images/items/thumbnail/gemstone-crafting-item.png b/public/images/items/thumbnail/gemstone-crafting-item.png
new file mode 100644
index 00000000..a8379e5f
Binary files /dev/null and b/public/images/items/thumbnail/gemstone-crafting-item.png differ
diff --git a/public/images/items/thumbnail/gemstone-school-of-sharks-skin.png b/public/images/items/thumbnail/gemstone-school-of-sharks-skin.png
new file mode 100644
index 00000000..3740526d
Binary files /dev/null and b/public/images/items/thumbnail/gemstone-school-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/gemstone-weapon.png b/public/images/items/thumbnail/gemstone-weapon.png
new file mode 100644
index 00000000..359c5538
Binary files /dev/null and b/public/images/items/thumbnail/gemstone-weapon.png differ
diff --git a/public/images/items/thumbnail/get-lucky-love-box-convertible.png b/public/images/items/thumbnail/get-lucky-love-box-convertible.png
new file mode 100644
index 00000000..c9b666a2
Binary files /dev/null and b/public/images/items/thumbnail/get-lucky-love-box-convertible.png differ
diff --git a/public/images/items/thumbnail/get-rift-detector-adv.png b/public/images/items/thumbnail/get-rift-detector-adv.png
new file mode 100644
index 00000000..1d02b628
Binary files /dev/null and b/public/images/items/thumbnail/get-rift-detector-adv.png differ
diff --git a/public/images/items/thumbnail/geyser-draconic-weapon.png b/public/images/items/thumbnail/geyser-draconic-weapon.png
new file mode 100644
index 00000000..525a03dc
Binary files /dev/null and b/public/images/items/thumbnail/geyser-draconic-weapon.png differ
diff --git a/public/images/items/thumbnail/geyser-dweller-scroll-case-convertible.png b/public/images/items/thumbnail/geyser-dweller-scroll-case-convertible.png
new file mode 100644
index 00000000..1c858dd5
Binary files /dev/null and b/public/images/items/thumbnail/geyser-dweller-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/geyser-dweller-treasure-chest-convertible.png b/public/images/items/thumbnail/geyser-dweller-treasure-chest-convertible.png
new file mode 100644
index 00000000..111a2a2c
Binary files /dev/null and b/public/images/items/thumbnail/geyser-dweller-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/geyser-egg-convertible.png b/public/images/items/thumbnail/geyser-egg-convertible.png
new file mode 100644
index 00000000..08bbee44
Binary files /dev/null and b/public/images/items/thumbnail/geyser-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/geyser-hydro-weapon.png b/public/images/items/thumbnail/geyser-hydro-weapon.png
new file mode 100644
index 00000000..802468a9
Binary files /dev/null and b/public/images/items/thumbnail/geyser-hydro-weapon.png differ
diff --git a/public/images/items/thumbnail/geyser-physical-weapon.png b/public/images/items/thumbnail/geyser-physical-weapon.png
new file mode 100644
index 00000000..d203e26f
Binary files /dev/null and b/public/images/items/thumbnail/geyser-physical-weapon.png differ
diff --git a/public/images/items/thumbnail/geyser-tactical-weapon.png b/public/images/items/thumbnail/geyser-tactical-weapon.png
new file mode 100644
index 00000000..3db4cc53
Binary files /dev/null and b/public/images/items/thumbnail/geyser-tactical-weapon.png differ
diff --git a/public/images/items/thumbnail/geyserite-crafting-item.png b/public/images/items/thumbnail/geyserite-crafting-item.png
new file mode 100644
index 00000000..660e2e83
Binary files /dev/null and b/public/images/items/thumbnail/geyserite-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ggg-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/ggg-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..71dacef8
Binary files /dev/null and b/public/images/items/thumbnail/ggg-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ggg-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/ggg-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..7fcf30e8
Binary files /dev/null and b/public/images/items/thumbnail/ggg-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ggg-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/ggg-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..dd64d6cc
Binary files /dev/null and b/public/images/items/thumbnail/ggg-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ghastly-galleon-cheese.png b/public/images/items/thumbnail/ghastly-galleon-cheese.png
new file mode 100644
index 00000000..81e257e6
Binary files /dev/null and b/public/images/items/thumbnail/ghastly-galleon-cheese.png differ
diff --git a/public/images/items/thumbnail/ghostship-journal-theme-collectible.png b/public/images/items/thumbnail/ghostship-journal-theme-collectible.png
new file mode 100644
index 00000000..62ad2696
Binary files /dev/null and b/public/images/items/thumbnail/ghostship-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/giant-golden-key-stat-item.png b/public/images/items/thumbnail/giant-golden-key-stat-item.png
new file mode 100644
index 00000000..60317c6e
Binary files /dev/null and b/public/images/items/thumbnail/giant-golden-key-stat-item.png differ
diff --git a/public/images/items/thumbnail/giant-rainbow-treasure-chest-convertible.png b/public/images/items/thumbnail/giant-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..95aa7e9c
Binary files /dev/null and b/public/images/items/thumbnail/giant-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/giant-speaker-weapon.png b/public/images/items/thumbnail/giant-speaker-weapon.png
new file mode 100644
index 00000000..1be7b68f
Binary files /dev/null and b/public/images/items/thumbnail/giant-speaker-weapon.png differ
diff --git a/public/images/items/thumbnail/giant-waste-barrel-stat-item.png b/public/images/items/thumbnail/giant-waste-barrel-stat-item.png
new file mode 100644
index 00000000..3f3f9d9d
Binary files /dev/null and b/public/images/items/thumbnail/giant-waste-barrel-stat-item.png differ
diff --git a/public/images/items/thumbnail/gift-convertible.png b/public/images/items/thumbnail/gift-convertible.png
new file mode 100644
index 00000000..87d29378
Binary files /dev/null and b/public/images/items/thumbnail/gift-convertible.png differ
diff --git a/public/images/items/thumbnail/gift-of-the-day-base.png b/public/images/items/thumbnail/gift-of-the-day-base.png
new file mode 100644
index 00000000..2a4f743b
Binary files /dev/null and b/public/images/items/thumbnail/gift-of-the-day-base.png differ
diff --git a/public/images/items/thumbnail/gift-wrapped-trinket.png b/public/images/items/thumbnail/gift-wrapped-trinket.png
new file mode 100644
index 00000000..3a387510
Binary files /dev/null and b/public/images/items/thumbnail/gift-wrapped-trinket.png differ
diff --git a/public/images/items/thumbnail/gilded-cheese.png b/public/images/items/thumbnail/gilded-cheese.png
new file mode 100644
index 00000000..26b53d92
Binary files /dev/null and b/public/images/items/thumbnail/gilded-cheese.png differ
diff --git a/public/images/items/thumbnail/gilded-chrome-celestial-harmony-skin.png b/public/images/items/thumbnail/gilded-chrome-celestial-harmony-skin.png
new file mode 100644
index 00000000..e1419b58
Binary files /dev/null and b/public/images/items/thumbnail/gilded-chrome-celestial-harmony-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-chrome-dragon-slayer-cannon-skin.png b/public/images/items/thumbnail/gilded-chrome-dragon-slayer-cannon-skin.png
new file mode 100644
index 00000000..e30a4d1d
Binary files /dev/null and b/public/images/items/thumbnail/gilded-chrome-dragon-slayer-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-chrome-kraken-skin.png b/public/images/items/thumbnail/gilded-chrome-kraken-skin.png
new file mode 100644
index 00000000..3cdcc164
Binary files /dev/null and b/public/images/items/thumbnail/gilded-chrome-kraken-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-chrome-memory-obliterator-skin.png b/public/images/items/thumbnail/gilded-chrome-memory-obliterator-skin.png
new file mode 100644
index 00000000..33f6503d
Binary files /dev/null and b/public/images/items/thumbnail/gilded-chrome-memory-obliterator-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-chrome-storm-wrought-trap-skin.png b/public/images/items/thumbnail/gilded-chrome-storm-wrought-trap-skin.png
new file mode 100644
index 00000000..e83dfa0d
Binary files /dev/null and b/public/images/items/thumbnail/gilded-chrome-storm-wrought-trap-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-coin-2024-treasure-chest-convertible.png b/public/images/items/thumbnail/gilded-coin-2024-treasure-chest-convertible.png
new file mode 100644
index 00000000..7dd9f010
Binary files /dev/null and b/public/images/items/thumbnail/gilded-coin-2024-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/gilded-coin-stat-item.png b/public/images/items/thumbnail/gilded-coin-stat-item.png
new file mode 100644
index 00000000..5bc033ad
Binary files /dev/null and b/public/images/items/thumbnail/gilded-coin-stat-item.png differ
diff --git a/public/images/items/thumbnail/gilded-coin-treasure-chest-convertible.png b/public/images/items/thumbnail/gilded-coin-treasure-chest-convertible.png
new file mode 100644
index 00000000..7dd9f010
Binary files /dev/null and b/public/images/items/thumbnail/gilded-coin-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/gilded-egg-server-collectible.png b/public/images/items/thumbnail/gilded-egg-server-collectible.png
new file mode 100644
index 00000000..10f7ef5d
Binary files /dev/null and b/public/images/items/thumbnail/gilded-egg-server-collectible.png differ
diff --git a/public/images/items/thumbnail/gilded-ember-prison-core-trap-skin.png b/public/images/items/thumbnail/gilded-ember-prison-core-trap-skin.png
new file mode 100644
index 00000000..06e63bf9
Binary files /dev/null and b/public/images/items/thumbnail/gilded-ember-prison-core-trap-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-geyser-draconic-trap-skin.png b/public/images/items/thumbnail/gilded-geyser-draconic-trap-skin.png
new file mode 100644
index 00000000..83d323ab
Binary files /dev/null and b/public/images/items/thumbnail/gilded-geyser-draconic-trap-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-leaf-egg-convertible.png b/public/images/items/thumbnail/gilded-leaf-egg-convertible.png
new file mode 100644
index 00000000..6b73a919
Binary files /dev/null and b/public/images/items/thumbnail/gilded-leaf-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/gilded-mynorca-skin.png b/public/images/items/thumbnail/gilded-mynorca-skin.png
new file mode 100644
index 00000000..fb20a7a1
Binary files /dev/null and b/public/images/items/thumbnail/gilded-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-nvmrc-forcefield-skin.png b/public/images/items/thumbnail/gilded-nvmrc-forcefield-skin.png
new file mode 100644
index 00000000..cc2c4c82
Binary files /dev/null and b/public/images/items/thumbnail/gilded-nvmrc-forcefield-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-sandtail-sentinel-skin.png b/public/images/items/thumbnail/gilded-sandtail-sentinel-skin.png
new file mode 100644
index 00000000..a8e04c80
Binary files /dev/null and b/public/images/items/thumbnail/gilded-sandtail-sentinel-skin.png differ
diff --git a/public/images/items/thumbnail/gilded-scavenger-hunt-convertible.png b/public/images/items/thumbnail/gilded-scavenger-hunt-convertible.png
new file mode 100644
index 00000000..7b87d268
Binary files /dev/null and b/public/images/items/thumbnail/gilded-scavenger-hunt-convertible.png differ
diff --git a/public/images/items/thumbnail/gilded-scroll-case-convertible.png b/public/images/items/thumbnail/gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..570a3c2f
Binary files /dev/null and b/public/images/items/thumbnail/gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/gilded-treasure-chest-convertible.png b/public/images/items/thumbnail/gilded-treasure-chest-convertible.png
new file mode 100644
index 00000000..7dd9f010
Binary files /dev/null and b/public/images/items/thumbnail/gilded-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/gilded-trinket.png b/public/images/items/thumbnail/gilded-trinket.png
new file mode 100644
index 00000000..8a67f646
Binary files /dev/null and b/public/images/items/thumbnail/gilded-trinket.png differ
diff --git a/public/images/items/thumbnail/gilded-wolfsbane-trap-skin.png b/public/images/items/thumbnail/gilded-wolfsbane-trap-skin.png
new file mode 100644
index 00000000..ad523462
Binary files /dev/null and b/public/images/items/thumbnail/gilded-wolfsbane-trap-skin.png differ
diff --git a/public/images/items/thumbnail/gingerbread-base-blueprints-craft-item.png b/public/images/items/thumbnail/gingerbread-base-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/gingerbread-base-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/gingerbread-base.png b/public/images/items/thumbnail/gingerbread-base.png
new file mode 100644
index 00000000..44f9b496
Binary files /dev/null and b/public/images/items/thumbnail/gingerbread-base.png differ
diff --git a/public/images/items/thumbnail/gingerbread-cheese.png b/public/images/items/thumbnail/gingerbread-cheese.png
new file mode 100644
index 00000000..9a625312
Binary files /dev/null and b/public/images/items/thumbnail/gingerbread-cheese.png differ
diff --git a/public/images/items/thumbnail/gingerbread-house-plans-craft-item.png b/public/images/items/thumbnail/gingerbread-house-plans-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/gingerbread-house-plans-craft-item.png differ
diff --git a/public/images/items/thumbnail/gingerbread-house-surprise-weapon.png b/public/images/items/thumbnail/gingerbread-house-surprise-weapon.png
new file mode 100644
index 00000000..80e9e65f
Binary files /dev/null and b/public/images/items/thumbnail/gingerbread-house-surprise-weapon.png differ
diff --git a/public/images/items/thumbnail/glacial-geyser-tactical-skin.png b/public/images/items/thumbnail/glacial-geyser-tactical-skin.png
new file mode 100644
index 00000000..1b4a4aaa
Binary files /dev/null and b/public/images/items/thumbnail/glacial-geyser-tactical-skin.png differ
diff --git a/public/images/items/thumbnail/glacier-gatler-weapon.png b/public/images/items/thumbnail/glacier-gatler-weapon.png
new file mode 100644
index 00000000..5572a9d5
Binary files /dev/null and b/public/images/items/thumbnail/glacier-gatler-weapon.png differ
diff --git a/public/images/items/thumbnail/glacier-ice-maiden-skin.png b/public/images/items/thumbnail/glacier-ice-maiden-skin.png
new file mode 100644
index 00000000..003ce328
Binary files /dev/null and b/public/images/items/thumbnail/glacier-ice-maiden-skin.png differ
diff --git a/public/images/items/thumbnail/glass-mouse-ornament-collectible.png b/public/images/items/thumbnail/glass-mouse-ornament-collectible.png
new file mode 100644
index 00000000..d9c38727
Binary files /dev/null and b/public/images/items/thumbnail/glass-mouse-ornament-collectible.png differ
diff --git a/public/images/items/thumbnail/glass-shard-crafting-item.png b/public/images/items/thumbnail/glass-shard-crafting-item.png
new file mode 100644
index 00000000..f92538a3
Binary files /dev/null and b/public/images/items/thumbnail/glass-shard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/glazed-gift-basket-convertible.png b/public/images/items/thumbnail/glazed-gift-basket-convertible.png
new file mode 100644
index 00000000..1144fa78
Binary files /dev/null and b/public/images/items/thumbnail/glazed-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/glazed-pecan-pecorino-cheese.png b/public/images/items/thumbnail/glazed-pecan-pecorino-cheese.png
new file mode 100644
index 00000000..d6b5e76a
Binary files /dev/null and b/public/images/items/thumbnail/glazed-pecan-pecorino-cheese.png differ
diff --git a/public/images/items/thumbnail/glazed-snow-golem-supply-box-convertible.png b/public/images/items/thumbnail/glazed-snow-golem-supply-box-convertible.png
new file mode 100644
index 00000000..313105f8
Binary files /dev/null and b/public/images/items/thumbnail/glazed-snow-golem-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/glazed-snow-golem-supply-kit-convertible.png b/public/images/items/thumbnail/glazed-snow-golem-supply-kit-convertible.png
new file mode 100644
index 00000000..9dec83b3
Binary files /dev/null and b/public/images/items/thumbnail/glazed-snow-golem-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/glittering-geyser-tactical-weapon-skin.png b/public/images/items/thumbnail/glittering-geyser-tactical-weapon-skin.png
new file mode 100644
index 00000000..ff329002
Binary files /dev/null and b/public/images/items/thumbnail/glittering-geyser-tactical-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/gloomy-gift-basket-convertible.png b/public/images/items/thumbnail/gloomy-gift-basket-convertible.png
new file mode 100644
index 00000000..a5c26259
Binary files /dev/null and b/public/images/items/thumbnail/gloomy-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/gloomy-greenwood-journal-theme-collectible.png b/public/images/items/thumbnail/gloomy-greenwood-journal-theme-collectible.png
new file mode 100644
index 00000000..b1ecbf06
Binary files /dev/null and b/public/images/items/thumbnail/gloomy-greenwood-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/gloomy-greenwood-trinket.png b/public/images/items/thumbnail/gloomy-greenwood-trinket.png
new file mode 100644
index 00000000..a6f84c1a
Binary files /dev/null and b/public/images/items/thumbnail/gloomy-greenwood-trinket.png differ
diff --git a/public/images/items/thumbnail/glowing-gourd-trinket.png b/public/images/items/thumbnail/glowing-gourd-trinket.png
new file mode 100644
index 00000000..51295701
Binary files /dev/null and b/public/images/items/thumbnail/glowing-gourd-trinket.png differ
diff --git a/public/images/items/thumbnail/glowing-gruyere-cheese.png b/public/images/items/thumbnail/glowing-gruyere-cheese.png
new file mode 100644
index 00000000..51c68b06
Binary files /dev/null and b/public/images/items/thumbnail/glowing-gruyere-cheese.png differ
diff --git a/public/images/items/thumbnail/glowing-gruyere-gift-basket-convertible.png b/public/images/items/thumbnail/glowing-gruyere-gift-basket-convertible.png
new file mode 100644
index 00000000..8f0e2a28
Binary files /dev/null and b/public/images/items/thumbnail/glowing-gruyere-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/glowing-oil-egg-convertible.png b/public/images/items/thumbnail/glowing-oil-egg-convertible.png
new file mode 100644
index 00000000..9e71274f
Binary files /dev/null and b/public/images/items/thumbnail/glowing-oil-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/glutter-cheese.png b/public/images/items/thumbnail/glutter-cheese.png
new file mode 100644
index 00000000..32fa890a
Binary files /dev/null and b/public/images/items/thumbnail/glutter-cheese.png differ
diff --git a/public/images/items/thumbnail/gnarled-cheese-potion.png b/public/images/items/thumbnail/gnarled-cheese-potion.png
new file mode 100644
index 00000000..f93d7752
Binary files /dev/null and b/public/images/items/thumbnail/gnarled-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/gnarled-cheese.png b/public/images/items/thumbnail/gnarled-cheese.png
new file mode 100644
index 00000000..89f34964
Binary files /dev/null and b/public/images/items/thumbnail/gnarled-cheese.png differ
diff --git a/public/images/items/thumbnail/gnarled-tree-map-piece.png b/public/images/items/thumbnail/gnarled-tree-map-piece.png
new file mode 100644
index 00000000..9e6cde90
Binary files /dev/null and b/public/images/items/thumbnail/gnarled-tree-map-piece.png differ
diff --git a/public/images/items/thumbnail/gnarled-trinket.png b/public/images/items/thumbnail/gnarled-trinket.png
new file mode 100644
index 00000000..44e1d85e
Binary files /dev/null and b/public/images/items/thumbnail/gnarled-trinket.png differ
diff --git a/public/images/items/thumbnail/gnawbel-prize-stat-item.png b/public/images/items/thumbnail/gnawbel-prize-stat-item.png
new file mode 100644
index 00000000..f0bad33a
Binary files /dev/null and b/public/images/items/thumbnail/gnawbel-prize-stat-item.png differ
diff --git a/public/images/items/thumbnail/gnawnia-boss-cheese.png b/public/images/items/thumbnail/gnawnia-boss-cheese.png
new file mode 100644
index 00000000..27bbe549
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-boss-cheese.png differ
diff --git a/public/images/items/thumbnail/gnawnia-egg-convertible.png b/public/images/items/thumbnail/gnawnia-egg-convertible.png
new file mode 100644
index 00000000..21a3ebd5
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnia-map-piece.png b/public/images/items/thumbnail/gnawnia-map-piece.png
new file mode 100644
index 00000000..7a773466
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-map-piece.png differ
diff --git a/public/images/items/thumbnail/gnawnia-rift-scroll-case-convertible.png b/public/images/items/thumbnail/gnawnia-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..5b287b37
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnia-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/gnawnia-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..3ad3f26b
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnia-scroll-case-convertible.png b/public/images/items/thumbnail/gnawnia-scroll-case-convertible.png
new file mode 100644
index 00000000..99bc1d28
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnia-torn-page.png b/public/images/items/thumbnail/gnawnia-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-torn-page.png differ
diff --git a/public/images/items/thumbnail/gnawnia-treasure-chest-convertible.png b/public/images/items/thumbnail/gnawnia-treasure-chest-convertible.png
new file mode 100644
index 00000000..fc15c1ab
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnia-winter-gift-convertible.png b/public/images/items/thumbnail/gnawnia-winter-gift-convertible.png
new file mode 100644
index 00000000..b0b40956
Binary files /dev/null and b/public/images/items/thumbnail/gnawnia-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-express-egg-convertible.png b/public/images/items/thumbnail/gnawnian-express-egg-convertible.png
new file mode 100644
index 00000000..624194d2
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-express-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-express-miniature-collectible.png b/public/images/items/thumbnail/gnawnian-express-miniature-collectible.png
new file mode 100644
index 00000000..681e5ba9
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-express-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-football-stat-item.png b/public/images/items/thumbnail/gnawnian-football-stat-item.png
new file mode 100644
index 00000000..68b97616
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-football-stat-item.png differ
diff --git a/public/images/items/thumbnail/gnawnian-games-competitors-kit-convertible.png b/public/images/items/thumbnail/gnawnian-games-competitors-kit-convertible.png
new file mode 100644
index 00000000..34e3db79
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-games-competitors-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-games-gift-basket-convertible.png b/public/images/items/thumbnail/gnawnian-games-gift-basket-convertible.png
new file mode 100644
index 00000000..6e0d20bb
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-games-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-games-theme-collectible.png b/public/images/items/thumbnail/gnawnian-games-theme-collectible.png
new file mode 100644
index 00000000..4537e99d
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-games-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-shoreline-miniature-collectible.png b/public/images/items/thumbnail/gnawnian-shoreline-miniature-collectible.png
new file mode 100644
index 00000000..d5e08d8b
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-shoreline-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/gnawnian-shoreline-souvenir-collectible.png b/public/images/items/thumbnail/gnawnian-shoreline-souvenir-collectible.png
new file mode 100644
index 00000000..8bbc74b2
Binary files /dev/null and b/public/images/items/thumbnail/gnawnian-shoreline-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/gold-bonus-trinket.png b/public/images/items/thumbnail/gold-bonus-trinket.png
new file mode 100644
index 00000000..aa0013bf
Binary files /dev/null and b/public/images/items/thumbnail/gold-bonus-trinket.png differ
diff --git a/public/images/items/thumbnail/gold-brick-collectible.png b/public/images/items/thumbnail/gold-brick-collectible.png
new file mode 100644
index 00000000..1743fa65
Binary files /dev/null and b/public/images/items/thumbnail/gold-brick-collectible.png differ
diff --git a/public/images/items/thumbnail/gold-foil-mouse-statue-collectible.png b/public/images/items/thumbnail/gold-foil-mouse-statue-collectible.png
new file mode 100644
index 00000000..ff1e862c
Binary files /dev/null and b/public/images/items/thumbnail/gold-foil-mouse-statue-collectible.png differ
diff --git a/public/images/items/thumbnail/gold-footlocker-convertible.png b/public/images/items/thumbnail/gold-footlocker-convertible.png
new file mode 100644
index 00000000..a9c69041
Binary files /dev/null and b/public/images/items/thumbnail/gold-footlocker-convertible.png differ
diff --git a/public/images/items/thumbnail/gold-leaf-crafting-item.png b/public/images/items/thumbnail/gold-leaf-crafting-item.png
new file mode 100644
index 00000000..d6932b13
Binary files /dev/null and b/public/images/items/thumbnail/gold-leaf-crafting-item.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-1000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-1000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-1000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-10000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-10000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-10000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-100000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-100000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-100000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-1500-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-1500-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-1500-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-2000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-2000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-2000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-2011-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-2011-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-2011-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-2015-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-2015-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-2015-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-250-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-250-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-250-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-3000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-3000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-3000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-4000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-4000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-4000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-500-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-500-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-500-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-5000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-5000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-5000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-50000-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-50000-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-50000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-satchel-750-bonus-loot.png b/public/images/items/thumbnail/gold-satchel-750-bonus-loot.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-satchel-750-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/gold-stat-item.png b/public/images/items/thumbnail/gold-stat-item.png
new file mode 100644
index 00000000..584c9e61
Binary files /dev/null and b/public/images/items/thumbnail/gold-stat-item.png differ
diff --git a/public/images/items/thumbnail/gold-tiger-statue-collectible.png b/public/images/items/thumbnail/gold-tiger-statue-collectible.png
new file mode 100644
index 00000000..9cdf705f
Binary files /dev/null and b/public/images/items/thumbnail/gold-tiger-statue-collectible.png differ
diff --git a/public/images/items/thumbnail/golden-anchor-trinket.png b/public/images/items/thumbnail/golden-anchor-trinket.png
new file mode 100644
index 00000000..c51d6083
Binary files /dev/null and b/public/images/items/thumbnail/golden-anchor-trinket.png differ
diff --git a/public/images/items/thumbnail/golden-goose-egg-egg-convertible.png b/public/images/items/thumbnail/golden-goose-egg-egg-convertible.png
new file mode 100644
index 00000000..06ee707d
Binary files /dev/null and b/public/images/items/thumbnail/golden-goose-egg-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/golden-goose-egg-stat-item.png b/public/images/items/thumbnail/golden-goose-egg-stat-item.png
new file mode 100644
index 00000000..0a6ef723
Binary files /dev/null and b/public/images/items/thumbnail/golden-goose-egg-stat-item.png differ
diff --git a/public/images/items/thumbnail/golden-goose-feather-stat-item.png b/public/images/items/thumbnail/golden-goose-feather-stat-item.png
new file mode 100644
index 00000000..18bbf056
Binary files /dev/null and b/public/images/items/thumbnail/golden-goose-feather-stat-item.png differ
diff --git a/public/images/items/thumbnail/golden-goose-stat-item.png b/public/images/items/thumbnail/golden-goose-stat-item.png
new file mode 100644
index 00000000..b82c9003
Binary files /dev/null and b/public/images/items/thumbnail/golden-goose-stat-item.png differ
diff --git a/public/images/items/thumbnail/golden-harp-string-egg-convertible.png b/public/images/items/thumbnail/golden-harp-string-egg-convertible.png
new file mode 100644
index 00000000..9cc23011
Binary files /dev/null and b/public/images/items/thumbnail/golden-harp-string-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/golden-harp-string-stat-item.png b/public/images/items/thumbnail/golden-harp-string-stat-item.png
new file mode 100644
index 00000000..c078f133
Binary files /dev/null and b/public/images/items/thumbnail/golden-harp-string-stat-item.png differ
diff --git a/public/images/items/thumbnail/golden-scarf-stat-item.png b/public/images/items/thumbnail/golden-scarf-stat-item.png
new file mode 100644
index 00000000..6d118ed3
Binary files /dev/null and b/public/images/items/thumbnail/golden-scarf-stat-item.png differ
diff --git a/public/images/items/thumbnail/golden-winter-hunt-gift-box-convertible.png b/public/images/items/thumbnail/golden-winter-hunt-gift-box-convertible.png
new file mode 100644
index 00000000..e2852376
Binary files /dev/null and b/public/images/items/thumbnail/golden-winter-hunt-gift-box-convertible.png differ
diff --git a/public/images/items/thumbnail/goldfrost-crossbow-weapon.png b/public/images/items/thumbnail/goldfrost-crossbow-weapon.png
new file mode 100644
index 00000000..491cca64
Binary files /dev/null and b/public/images/items/thumbnail/goldfrost-crossbow-weapon.png differ
diff --git a/public/images/items/thumbnail/goldfrost-crystal-crafting-item.png b/public/images/items/thumbnail/goldfrost-crystal-crafting-item.png
new file mode 100644
index 00000000..711bd654
Binary files /dev/null and b/public/images/items/thumbnail/goldfrost-crystal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/golem-builder-party-pack-convertible.png b/public/images/items/thumbnail/golem-builder-party-pack-convertible.png
new file mode 100644
index 00000000..7329dcb8
Binary files /dev/null and b/public/images/items/thumbnail/golem-builder-party-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/golem-dynamite-stat-item.png b/public/images/items/thumbnail/golem-dynamite-stat-item.png
new file mode 100644
index 00000000..fe70d622
Binary files /dev/null and b/public/images/items/thumbnail/golem-dynamite-stat-item.png differ
diff --git a/public/images/items/thumbnail/golem-instant-return-stat-item.png b/public/images/items/thumbnail/golem-instant-return-stat-item.png
new file mode 100644
index 00000000..c599ebef
Binary files /dev/null and b/public/images/items/thumbnail/golem-instant-return-stat-item.png differ
diff --git a/public/images/items/thumbnail/golem-magical-hat-stat-item.png b/public/images/items/thumbnail/golem-magical-hat-stat-item.png
new file mode 100644
index 00000000..b3eb33c2
Binary files /dev/null and b/public/images/items/thumbnail/golem-magical-hat-stat-item.png differ
diff --git a/public/images/items/thumbnail/golem-part-convertible.png b/public/images/items/thumbnail/golem-part-convertible.png
new file mode 100644
index 00000000..d3e20e95
Binary files /dev/null and b/public/images/items/thumbnail/golem-part-convertible.png differ
diff --git a/public/images/items/thumbnail/golem-part-head-stat-item.png b/public/images/items/thumbnail/golem-part-head-stat-item.png
new file mode 100644
index 00000000..33d6c267
Binary files /dev/null and b/public/images/items/thumbnail/golem-part-head-stat-item.png differ
diff --git a/public/images/items/thumbnail/golem-part-limb-stat-item.png b/public/images/items/thumbnail/golem-part-limb-stat-item.png
new file mode 100644
index 00000000..0d03cc97
Binary files /dev/null and b/public/images/items/thumbnail/golem-part-limb-stat-item.png differ
diff --git a/public/images/items/thumbnail/golem-part-torso-stat-item.png b/public/images/items/thumbnail/golem-part-torso-stat-item.png
new file mode 100644
index 00000000..cfea98f4
Binary files /dev/null and b/public/images/items/thumbnail/golem-part-torso-stat-item.png differ
diff --git a/public/images/items/thumbnail/golem-upgrade-stat-item.png b/public/images/items/thumbnail/golem-upgrade-stat-item.png
new file mode 100644
index 00000000..08d71a2e
Binary files /dev/null and b/public/images/items/thumbnail/golem-upgrade-stat-item.png differ
diff --git a/public/images/items/thumbnail/goody-admirals-galleon-trap-skin.png b/public/images/items/thumbnail/goody-admirals-galleon-trap-skin.png
new file mode 100644
index 00000000..2c289df4
Binary files /dev/null and b/public/images/items/thumbnail/goody-admirals-galleon-trap-skin.png differ
diff --git a/public/images/items/thumbnail/gooey-gruyere-curd-crafting-item.png b/public/images/items/thumbnail/gooey-gruyere-curd-crafting-item.png
new file mode 100644
index 00000000..00854600
Binary files /dev/null and b/public/images/items/thumbnail/gooey-gruyere-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/gorgon-weapon.png b/public/images/items/thumbnail/gorgon-weapon.png
new file mode 100644
index 00000000..c499563b
Binary files /dev/null and b/public/images/items/thumbnail/gorgon-weapon.png differ
diff --git a/public/images/items/thumbnail/gouda-cheese.png b/public/images/items/thumbnail/gouda-cheese.png
new file mode 100644
index 00000000..60621538
Binary files /dev/null and b/public/images/items/thumbnail/gouda-cheese.png differ
diff --git a/public/images/items/thumbnail/gouda-lovers-charm-pack-convertible.png b/public/images/items/thumbnail/gouda-lovers-charm-pack-convertible.png
new file mode 100644
index 00000000..372aac37
Binary files /dev/null and b/public/images/items/thumbnail/gouda-lovers-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/gouda-string-cheese.png b/public/images/items/thumbnail/gouda-string-cheese.png
new file mode 100644
index 00000000..4f167d4c
Binary files /dev/null and b/public/images/items/thumbnail/gouda-string-cheese.png differ
diff --git a/public/images/items/thumbnail/grand-adventure-gift-basket-convertible.png b/public/images/items/thumbnail/grand-adventure-gift-basket-convertible.png
new file mode 100644
index 00000000..3f32d6d8
Binary files /dev/null and b/public/images/items/thumbnail/grand-adventure-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/grand-arcanum-blueprints-crafting-item.png b/public/images/items/thumbnail/grand-arcanum-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/grand-arcanum-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/grand-arcanum-weapon.png b/public/images/items/thumbnail/grand-arcanum-weapon.png
new file mode 100644
index 00000000..9958b860
Binary files /dev/null and b/public/images/items/thumbnail/grand-arcanum-weapon.png differ
diff --git a/public/images/items/thumbnail/grand-duke-achievement.png b/public/images/items/thumbnail/grand-duke-achievement.png
new file mode 100644
index 00000000..4e0daa69
Binary files /dev/null and b/public/images/items/thumbnail/grand-duke-achievement.png differ
diff --git a/public/images/items/thumbnail/grandmaster-achievement.png b/public/images/items/thumbnail/grandmaster-achievement.png
new file mode 100644
index 00000000..920be42b
Binary files /dev/null and b/public/images/items/thumbnail/grandmaster-achievement.png differ
diff --git a/public/images/items/thumbnail/graveblossom-camembert-4-convertible.png b/public/images/items/thumbnail/graveblossom-camembert-4-convertible.png
new file mode 100644
index 00000000..204f76e5
Binary files /dev/null and b/public/images/items/thumbnail/graveblossom-camembert-4-convertible.png differ
diff --git a/public/images/items/thumbnail/graveblossom-camembert-cheese.png b/public/images/items/thumbnail/graveblossom-camembert-cheese.png
new file mode 100644
index 00000000..204f76e5
Binary files /dev/null and b/public/images/items/thumbnail/graveblossom-camembert-cheese.png differ
diff --git a/public/images/items/thumbnail/graveblossom-petal-crafting-item.png b/public/images/items/thumbnail/graveblossom-petal-crafting-item.png
new file mode 100644
index 00000000..888f83f2
Binary files /dev/null and b/public/images/items/thumbnail/graveblossom-petal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/great-winter-event-horizon-weapon.png b/public/images/items/thumbnail/great-winter-event-horizon-weapon.png
new file mode 100644
index 00000000..818df9b1
Binary files /dev/null and b/public/images/items/thumbnail/great-winter-event-horizon-weapon.png differ
diff --git a/public/images/items/thumbnail/greater-brie-cheese-potion.png b/public/images/items/thumbnail/greater-brie-cheese-potion.png
new file mode 100644
index 00000000..e59ae617
Binary files /dev/null and b/public/images/items/thumbnail/greater-brie-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/greater-radioactive-blue-cheese-potion.png b/public/images/items/thumbnail/greater-radioactive-blue-cheese-potion.png
new file mode 100644
index 00000000..85870477
Binary files /dev/null and b/public/images/items/thumbnail/greater-radioactive-blue-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/greater-wicked-gnarly-potion.png b/public/images/items/thumbnail/greater-wicked-gnarly-potion.png
new file mode 100644
index 00000000..056dadcc
Binary files /dev/null and b/public/images/items/thumbnail/greater-wicked-gnarly-potion.png differ
diff --git a/public/images/items/thumbnail/green-pepper-plant-convertible.png b/public/images/items/thumbnail/green-pepper-plant-convertible.png
new file mode 100644
index 00000000..3562d5ff
Binary files /dev/null and b/public/images/items/thumbnail/green-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/green-plaid-egg-convertible.png b/public/images/items/thumbnail/green-plaid-egg-convertible.png
new file mode 100644
index 00000000..3431fd7c
Binary files /dev/null and b/public/images/items/thumbnail/green-plaid-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/green-winter-hunt-gift.png b/public/images/items/thumbnail/green-winter-hunt-gift.png
new file mode 100644
index 00000000..b0b40956
Binary files /dev/null and b/public/images/items/thumbnail/green-winter-hunt-gift.png differ
diff --git a/public/images/items/thumbnail/greeting-card-collectible.png b/public/images/items/thumbnail/greeting-card-collectible.png
new file mode 100644
index 00000000..8c1a9293
Binary files /dev/null and b/public/images/items/thumbnail/greeting-card-collectible.png differ
diff --git a/public/images/items/thumbnail/grey-egg-convertible.png b/public/images/items/thumbnail/grey-egg-convertible.png
new file mode 100644
index 00000000..a68fa645
Binary files /dev/null and b/public/images/items/thumbnail/grey-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/grilled-cheese-pack-convertible.png b/public/images/items/thumbnail/grilled-cheese-pack-convertible.png
new file mode 100644
index 00000000..bb38d5f6
Binary files /dev/null and b/public/images/items/thumbnail/grilled-cheese-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/grilled-cheese.png b/public/images/items/thumbnail/grilled-cheese.png
new file mode 100644
index 00000000..017a2332
Binary files /dev/null and b/public/images/items/thumbnail/grilled-cheese.png differ
diff --git a/public/images/items/thumbnail/grizzled-silth-egg-convertible.png b/public/images/items/thumbnail/grizzled-silth-egg-convertible.png
new file mode 100644
index 00000000..38e20eaf
Binary files /dev/null and b/public/images/items/thumbnail/grizzled-silth-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/growth-trinket.png b/public/images/items/thumbnail/growth-trinket.png
new file mode 100644
index 00000000..ede74dad
Binary files /dev/null and b/public/images/items/thumbnail/growth-trinket.png differ
diff --git a/public/images/items/thumbnail/grub-salt-trinket.png b/public/images/items/thumbnail/grub-salt-trinket.png
new file mode 100644
index 00000000..114537ed
Binary files /dev/null and b/public/images/items/thumbnail/grub-salt-trinket.png differ
diff --git a/public/images/items/thumbnail/grub-scent-trinket.png b/public/images/items/thumbnail/grub-scent-trinket.png
new file mode 100644
index 00000000..3600143c
Binary files /dev/null and b/public/images/items/thumbnail/grub-scent-trinket.png differ
diff --git a/public/images/items/thumbnail/grubbeen-cheese.png b/public/images/items/thumbnail/grubbeen-cheese.png
new file mode 100644
index 00000000..a5040d49
Binary files /dev/null and b/public/images/items/thumbnail/grubbeen-cheese.png differ
diff --git a/public/images/items/thumbnail/grubbeen-pack-small-convertible.png b/public/images/items/thumbnail/grubbeen-pack-small-convertible.png
new file mode 100644
index 00000000..1c863484
Binary files /dev/null and b/public/images/items/thumbnail/grubbeen-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/grubling-bonanza-trinket.png b/public/images/items/thumbnail/grubling-bonanza-trinket.png
new file mode 100644
index 00000000..008ab9f9
Binary files /dev/null and b/public/images/items/thumbnail/grubling-bonanza-trinket.png differ
diff --git a/public/images/items/thumbnail/grubling-chow-trinket.png b/public/images/items/thumbnail/grubling-chow-trinket.png
new file mode 100644
index 00000000..7f42f4ee
Binary files /dev/null and b/public/images/items/thumbnail/grubling-chow-trinket.png differ
diff --git a/public/images/items/thumbnail/grungy-deathbot-skin-crafting-item.png b/public/images/items/thumbnail/grungy-deathbot-skin-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/grungy-deathbot-skin-crafting-item.png differ
diff --git a/public/images/items/thumbnail/grungy-deathbot-weapon.png b/public/images/items/thumbnail/grungy-deathbot-weapon.png
new file mode 100644
index 00000000..e18cb210
Binary files /dev/null and b/public/images/items/thumbnail/grungy-deathbot-weapon.png differ
diff --git a/public/images/items/thumbnail/gumbo-cheese.png b/public/images/items/thumbnail/gumbo-cheese.png
new file mode 100644
index 00000000..0c92d58a
Binary files /dev/null and b/public/images/items/thumbnail/gumbo-cheese.png differ
diff --git a/public/images/items/thumbnail/gwh-2018-gift-basket-convertible.png b/public/images/items/thumbnail/gwh-2018-gift-basket-convertible.png
new file mode 100644
index 00000000..614a9316
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2018-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2018-journal-theme-collectible.png b/public/images/items/thumbnail/gwh-2018-journal-theme-collectible.png
new file mode 100644
index 00000000..783b638c
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2018-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/gwh-2018-large-supply-kit-convertible.png b/public/images/items/thumbnail/gwh-2018-large-supply-kit-convertible.png
new file mode 100644
index 00000000..04fdf701
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2018-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2018-supply-kit-convertible.png b/public/images/items/thumbnail/gwh-2018-supply-kit-convertible.png
new file mode 100644
index 00000000..230c7cc4
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2018-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2018-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/gwh-2018-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..73f8f673
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2018-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2022-gift-basket-convertible.png b/public/images/items/thumbnail/gwh-2022-gift-basket-convertible.png
new file mode 100644
index 00000000..2830cbec
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2022-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2022-large-supply-kit-convertible.png b/public/images/items/thumbnail/gwh-2022-large-supply-kit-convertible.png
new file mode 100644
index 00000000..ea775b6e
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2022-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2022-small-supply-kit-convertible.png b/public/images/items/thumbnail/gwh-2022-small-supply-kit-convertible.png
new file mode 100644
index 00000000..f34a4beb
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2022-small-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-2024-queso-fount-trap-skin.png b/public/images/items/thumbnail/gwh-2024-queso-fount-trap-skin.png
new file mode 100644
index 00000000..1a5f2a1c
Binary files /dev/null and b/public/images/items/thumbnail/gwh-2024-queso-fount-trap-skin.png differ
diff --git a/public/images/items/thumbnail/gwh-gift-basket-convertible.png b/public/images/items/thumbnail/gwh-gift-basket-convertible.png
new file mode 100644
index 00000000..6f493c72
Binary files /dev/null and b/public/images/items/thumbnail/gwh-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/gwh-supply-kit-convertible.png b/public/images/items/thumbnail/gwh-supply-kit-convertible.png
new file mode 100644
index 00000000..9724c810
Binary files /dev/null and b/public/images/items/thumbnail/gwh-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/hailstone-stat-item.png b/public/images/items/thumbnail/hailstone-stat-item.png
new file mode 100644
index 00000000..74d0f9e8
Binary files /dev/null and b/public/images/items/thumbnail/hailstone-stat-item.png differ
diff --git a/public/images/items/thumbnail/hallowed-ground-base.png b/public/images/items/thumbnail/hallowed-ground-base.png
new file mode 100644
index 00000000..1e1790e5
Binary files /dev/null and b/public/images/items/thumbnail/hallowed-ground-base.png differ
diff --git a/public/images/items/thumbnail/halloween-2014-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/halloween-2014-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..f6bb2754
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2014-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-2014-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/halloween-2014-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..3406858b
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2014-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-2014-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/halloween-2014-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..6f311ace
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2014-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-2019-journal-theme-collectible.png b/public/images/items/thumbnail/halloween-2019-journal-theme-collectible.png
new file mode 100644
index 00000000..d0dca5a6
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2019-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/halloween-2021-treat-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-2021-treat-scroll-case-convertible.png
new file mode 100644
index 00000000..607bc0f2
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2021-treat-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-2021-trick-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-2021-trick-scroll-case-convertible.png
new file mode 100644
index 00000000..f3c283f9
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2021-trick-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-2024-journal-theme-collectible.png b/public/images/items/thumbnail/halloween-2024-journal-theme-collectible.png
new file mode 100644
index 00000000..36ed58f8
Binary files /dev/null and b/public/images/items/thumbnail/halloween-2024-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/halloween-charm-bag-convertible.png b/public/images/items/thumbnail/halloween-charm-bag-convertible.png
new file mode 100644
index 00000000..181bba79
Binary files /dev/null and b/public/images/items/thumbnail/halloween-charm-bag-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-chrome-thought-obliterator-skin.png b/public/images/items/thumbnail/halloween-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..dc8c5ed7
Binary files /dev/null and b/public/images/items/thumbnail/halloween-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/thumbnail/halloween-cobweb-stat-item.png b/public/images/items/thumbnail/halloween-cobweb-stat-item.png
new file mode 100644
index 00000000..91b4eeca
Binary files /dev/null and b/public/images/items/thumbnail/halloween-cobweb-stat-item.png differ
diff --git a/public/images/items/thumbnail/halloween-extract-stat-item.png b/public/images/items/thumbnail/halloween-extract-stat-item.png
new file mode 100644
index 00000000..a28fad8b
Binary files /dev/null and b/public/images/items/thumbnail/halloween-extract-stat-item.png differ
diff --git a/public/images/items/thumbnail/halloween-f-rift-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-f-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..156d25e9
Binary files /dev/null and b/public/images/items/thumbnail/halloween-f-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-f-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-f-scroll-case-convertible.png
new file mode 100644
index 00000000..50e05802
Binary files /dev/null and b/public/images/items/thumbnail/halloween-f-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-f-treasure-chest-convertible.png b/public/images/items/thumbnail/halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-ghost-ship-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-ghost-ship-scroll-case-convertible.png
new file mode 100644
index 00000000..50e05802
Binary files /dev/null and b/public/images/items/thumbnail/halloween-ghost-ship-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-gift-basket-convertible.png b/public/images/items/thumbnail/halloween-gift-basket-convertible.png
new file mode 100644
index 00000000..9c06e705
Binary files /dev/null and b/public/images/items/thumbnail/halloween-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-goodie-bag-convertible.png b/public/images/items/thumbnail/halloween-goodie-bag-convertible.png
new file mode 100644
index 00000000..68b45fa5
Binary files /dev/null and b/public/images/items/thumbnail/halloween-goodie-bag-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-haunted-shipwreck-weapon.png b/public/images/items/thumbnail/halloween-haunted-shipwreck-weapon.png
new file mode 100644
index 00000000..410abb03
Binary files /dev/null and b/public/images/items/thumbnail/halloween-haunted-shipwreck-weapon.png differ
diff --git a/public/images/items/thumbnail/halloween-king-bot-skin.png b/public/images/items/thumbnail/halloween-king-bot-skin.png
new file mode 100644
index 00000000..08b6d5a4
Binary files /dev/null and b/public/images/items/thumbnail/halloween-king-bot-skin.png differ
diff --git a/public/images/items/thumbnail/halloween-pillowcase-convertible.png b/public/images/items/thumbnail/halloween-pillowcase-convertible.png
new file mode 100644
index 00000000..d56a08b5
Binary files /dev/null and b/public/images/items/thumbnail/halloween-pillowcase-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-scroll-case-convertible.png
new file mode 100644
index 00000000..50e05802
Binary files /dev/null and b/public/images/items/thumbnail/halloween-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-spooky-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-spooky-scroll-case-convertible.png
new file mode 100644
index 00000000..50e05802
Binary files /dev/null and b/public/images/items/thumbnail/halloween-spooky-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-spooky-treasure-chest-convertible.png b/public/images/items/thumbnail/halloween-spooky-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/halloween-spooky-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-spooky-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/halloween-spooky-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..090cbd17
Binary files /dev/null and b/public/images/items/thumbnail/halloween-spooky-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/halloween-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..209a3dfc
Binary files /dev/null and b/public/images/items/thumbnail/halloween-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/halloween-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..42cfdebb
Binary files /dev/null and b/public/images/items/thumbnail/halloween-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/halloween-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..962ddf7d
Binary files /dev/null and b/public/images/items/thumbnail/halloween-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-treasure-chest-convertible.png b/public/images/items/thumbnail/halloween-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/halloween-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-treasure-map-message-item.png b/public/images/items/thumbnail/halloween-treasure-map-message-item.png
new file mode 100644
index 00000000..2e625027
Binary files /dev/null and b/public/images/items/thumbnail/halloween-treasure-map-message-item.png differ
diff --git a/public/images/items/thumbnail/halloween-ult-spooky-supply-bundle-convertible.png b/public/images/items/thumbnail/halloween-ult-spooky-supply-bundle-convertible.png
new file mode 100644
index 00000000..f3cbf8ee
Binary files /dev/null and b/public/images/items/thumbnail/halloween-ult-spooky-supply-bundle-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-undead-scroll-case-convertible.png b/public/images/items/thumbnail/halloween-undead-scroll-case-convertible.png
new file mode 100644
index 00000000..f3deaa2b
Binary files /dev/null and b/public/images/items/thumbnail/halloween-undead-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/halloween-undead-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/halloween-undead-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..b664d316
Binary files /dev/null and b/public/images/items/thumbnail/halloween-undead-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-undead-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/halloween-undead-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..97ccae38
Binary files /dev/null and b/public/images/items/thumbnail/halloween-undead-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-undead-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/halloween-undead-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..5c0c83f4
Binary files /dev/null and b/public/images/items/thumbnail/halloween-undead-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/halloween-undead-treasure-chest-convertible.png b/public/images/items/thumbnail/halloween-undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/halloween-undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/harbour-miniature-collectible.png b/public/images/items/thumbnail/harbour-miniature-collectible.png
new file mode 100644
index 00000000..59be789d
Binary files /dev/null and b/public/images/items/thumbnail/harbour-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/harbour-souvenir-collectible.png b/public/images/items/thumbnail/harbour-souvenir-collectible.png
new file mode 100644
index 00000000..e01e18c3
Binary files /dev/null and b/public/images/items/thumbnail/harbour-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/hard-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/hard-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/hard-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/hard-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/hard-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/hard-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/hard-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/hard-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/hard-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/harpoon-gun-weapon.png b/public/images/items/thumbnail/harpoon-gun-weapon.png
new file mode 100644
index 00000000..ee9f1cca
Binary files /dev/null and b/public/images/items/thumbnail/harpoon-gun-weapon.png differ
diff --git a/public/images/items/thumbnail/harrowing-holiday-harp-weapon.png b/public/images/items/thumbnail/harrowing-holiday-harp-weapon.png
new file mode 100644
index 00000000..b89dda07
Binary files /dev/null and b/public/images/items/thumbnail/harrowing-holiday-harp-weapon.png differ
diff --git a/public/images/items/thumbnail/haunted-arcanum-skin.png b/public/images/items/thumbnail/haunted-arcanum-skin.png
new file mode 100644
index 00000000..7c7d8907
Binary files /dev/null and b/public/images/items/thumbnail/haunted-arcanum-skin.png differ
diff --git a/public/images/items/thumbnail/haunted-egg-convertible.png b/public/images/items/thumbnail/haunted-egg-convertible.png
new file mode 100644
index 00000000..546a1daf
Binary files /dev/null and b/public/images/items/thumbnail/haunted-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/haunted-spires-multi-crystal-laser-skin.png b/public/images/items/thumbnail/haunted-spires-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..31015be5
Binary files /dev/null and b/public/images/items/thumbnail/haunted-spires-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/thumbnail/haunting-house-weapon.png b/public/images/items/thumbnail/haunting-house-weapon.png
new file mode 100644
index 00000000..acb2cbaa
Binary files /dev/null and b/public/images/items/thumbnail/haunting-house-weapon.png differ
diff --git a/public/images/items/thumbnail/hazmat-cleanup-kit-convertible.png b/public/images/items/thumbnail/hazmat-cleanup-kit-convertible.png
new file mode 100644
index 00000000..23543276
Binary files /dev/null and b/public/images/items/thumbnail/hazmat-cleanup-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/heart-key-collectible.png b/public/images/items/thumbnail/heart-key-collectible.png
new file mode 100644
index 00000000..063b76da
Binary files /dev/null and b/public/images/items/thumbnail/heart-key-collectible.png differ
diff --git a/public/images/items/thumbnail/heart-of-rabbit-gift-basket-convertible.png b/public/images/items/thumbnail/heart-of-rabbit-gift-basket-convertible.png
new file mode 100644
index 00000000..c0f82b80
Binary files /dev/null and b/public/images/items/thumbnail/heart-of-rabbit-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/heart-stopper-bandit-deflector-skin.png b/public/images/items/thumbnail/heart-stopper-bandit-deflector-skin.png
new file mode 100644
index 00000000..1ffe53b0
Binary files /dev/null and b/public/images/items/thumbnail/heart-stopper-bandit-deflector-skin.png differ
diff --git a/public/images/items/thumbnail/hearth-floating-law-upgraded-skin.png b/public/images/items/thumbnail/hearth-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..bafa262b
Binary files /dev/null and b/public/images/items/thumbnail/hearth-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/hearthstone-base-blueprints-crafting-item.png b/public/images/items/thumbnail/hearthstone-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/hearthstone-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/hearthstone-base.png b/public/images/items/thumbnail/hearthstone-base.png
new file mode 100644
index 00000000..35866f9b
Binary files /dev/null and b/public/images/items/thumbnail/hearthstone-base.png differ
diff --git a/public/images/items/thumbnail/heat-bath-blueprints-crafting-item.png b/public/images/items/thumbnail/heat-bath-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/heat-bath-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/heat-bath-weapon.png b/public/images/items/thumbnail/heat-bath-weapon.png
new file mode 100644
index 00000000..eea3b81b
Binary files /dev/null and b/public/images/items/thumbnail/heat-bath-weapon.png differ
diff --git a/public/images/items/thumbnail/heating-oil-crafting-item.png b/public/images/items/thumbnail/heating-oil-crafting-item.png
new file mode 100644
index 00000000..fd5d3aea
Binary files /dev/null and b/public/images/items/thumbnail/heating-oil-crafting-item.png differ
diff --git a/public/images/items/thumbnail/heatproof-mage-cloth-crafting-item.png b/public/images/items/thumbnail/heatproof-mage-cloth-crafting-item.png
new file mode 100644
index 00000000..141cc772
Binary files /dev/null and b/public/images/items/thumbnail/heatproof-mage-cloth-crafting-item.png differ
diff --git a/public/images/items/thumbnail/heavy-floating-loot-cache-convertible.png b/public/images/items/thumbnail/heavy-floating-loot-cache-convertible.png
new file mode 100644
index 00000000..091e938e
Binary files /dev/null and b/public/images/items/thumbnail/heavy-floating-loot-cache-convertible.png differ
diff --git a/public/images/items/thumbnail/heavy-gold-crafting-item.png b/public/images/items/thumbnail/heavy-gold-crafting-item.png
new file mode 100644
index 00000000..c881c849
Binary files /dev/null and b/public/images/items/thumbnail/heavy-gold-crafting-item.png differ
diff --git a/public/images/items/thumbnail/hero-achievement.png b/public/images/items/thumbnail/hero-achievement.png
new file mode 100644
index 00000000..407e4e6d
Binary files /dev/null and b/public/images/items/thumbnail/hero-achievement.png differ
diff --git a/public/images/items/thumbnail/hg-letter-research-convertible.png b/public/images/items/thumbnail/hg-letter-research-convertible.png
new file mode 100644
index 00000000..2d838471
Binary files /dev/null and b/public/images/items/thumbnail/hg-letter-research-convertible.png differ
diff --git a/public/images/items/thumbnail/hg-letter-research-quest-item.png b/public/images/items/thumbnail/hg-letter-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/hg-letter-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/hgcash.png b/public/images/items/thumbnail/hgcash.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/hgcash.png differ
diff --git a/public/images/items/thumbnail/hibernating-boulder-skin.png b/public/images/items/thumbnail/hibernating-boulder-skin.png
new file mode 100644
index 00000000..1e4428e0
Binary files /dev/null and b/public/images/items/thumbnail/hibernating-boulder-skin.png differ
diff --git a/public/images/items/thumbnail/hibernating-mecha-beetle-skin.png b/public/images/items/thumbnail/hibernating-mecha-beetle-skin.png
new file mode 100644
index 00000000..88cb5b8d
Binary files /dev/null and b/public/images/items/thumbnail/hibernating-mecha-beetle-skin.png differ
diff --git a/public/images/items/thumbnail/high-altitude-license-stat-item.png b/public/images/items/thumbnail/high-altitude-license-stat-item.png
new file mode 100644
index 00000000..f911afb9
Binary files /dev/null and b/public/images/items/thumbnail/high-altitude-license-stat-item.png differ
diff --git a/public/images/items/thumbnail/high-charge-egg-convertible-2014.png b/public/images/items/thumbnail/high-charge-egg-convertible-2014.png
new file mode 100644
index 00000000..07a2b8f7
Binary files /dev/null and b/public/images/items/thumbnail/high-charge-egg-convertible-2014.png differ
diff --git a/public/images/items/thumbnail/high-charge-egg-convertible.png b/public/images/items/thumbnail/high-charge-egg-convertible.png
new file mode 100644
index 00000000..07a2b8f7
Binary files /dev/null and b/public/images/items/thumbnail/high-charge-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/high-hween2020-treasure-chest-convertible.png b/public/images/items/thumbnail/high-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/high-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/high-tension-spring-parts-craft-item.png b/public/images/items/thumbnail/high-tension-spring-parts-craft-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/high-tension-spring-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/high-tension-spring-weapon.png b/public/images/items/thumbnail/high-tension-spring-weapon.png
new file mode 100644
index 00000000..df368257
Binary files /dev/null and b/public/images/items/thumbnail/high-tension-spring-weapon.png differ
diff --git a/public/images/items/thumbnail/hinge-of-eternity-craft-item.png b/public/images/items/thumbnail/hinge-of-eternity-craft-item.png
new file mode 100644
index 00000000..180d371f
Binary files /dev/null and b/public/images/items/thumbnail/hinge-of-eternity-craft-item.png differ
diff --git a/public/images/items/thumbnail/hitgrab-horsey-weapon.png b/public/images/items/thumbnail/hitgrab-horsey-weapon.png
new file mode 100644
index 00000000..8b680af4
Binary files /dev/null and b/public/images/items/thumbnail/hitgrab-horsey-weapon.png differ
diff --git a/public/images/items/thumbnail/hitgrab-rainbow-rockin-horse-weapon.png b/public/images/items/thumbnail/hitgrab-rainbow-rockin-horse-weapon.png
new file mode 100644
index 00000000..978ad736
Binary files /dev/null and b/public/images/items/thumbnail/hitgrab-rainbow-rockin-horse-weapon.png differ
diff --git a/public/images/items/thumbnail/hitgrab-rockin-horse-weapon.png b/public/images/items/thumbnail/hitgrab-rockin-horse-weapon.png
new file mode 100644
index 00000000..0db68ec4
Binary files /dev/null and b/public/images/items/thumbnail/hitgrab-rockin-horse-weapon.png differ
diff --git a/public/images/items/thumbnail/hobby-horse-parts-craft-item.png b/public/images/items/thumbnail/hobby-horse-parts-craft-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/hobby-horse-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/holiday-explosives-collectible.png b/public/images/items/thumbnail/holiday-explosives-collectible.png
new file mode 100644
index 00000000..c7ff68ff
Binary files /dev/null and b/public/images/items/thumbnail/holiday-explosives-collectible.png differ
diff --git a/public/images/items/thumbnail/holiday-express-weapon.png b/public/images/items/thumbnail/holiday-express-weapon.png
new file mode 100644
index 00000000..d2a2c091
Binary files /dev/null and b/public/images/items/thumbnail/holiday-express-weapon.png differ
diff --git a/public/images/items/thumbnail/holiday-wrapping-paper-collectible.png b/public/images/items/thumbnail/holiday-wrapping-paper-collectible.png
new file mode 100644
index 00000000..b6d06fda
Binary files /dev/null and b/public/images/items/thumbnail/holiday-wrapping-paper-collectible.png differ
diff --git a/public/images/items/thumbnail/hollow-heights-miniature-collectible.png b/public/images/items/thumbnail/hollow-heights-miniature-collectible.png
new file mode 100644
index 00000000..2ca0bbb1
Binary files /dev/null and b/public/images/items/thumbnail/hollow-heights-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/horrific-pumpkin-mouse-trap-skin.png b/public/images/items/thumbnail/horrific-pumpkin-mouse-trap-skin.png
new file mode 100644
index 00000000..7ec21061
Binary files /dev/null and b/public/images/items/thumbnail/horrific-pumpkin-mouse-trap-skin.png differ
diff --git a/public/images/items/thumbnail/horrific-venus-mouse-trap-weapon.png b/public/images/items/thumbnail/horrific-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..687f1126
Binary files /dev/null and b/public/images/items/thumbnail/horrific-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/horrifying-charming-princebot-skin.png b/public/images/items/thumbnail/horrifying-charming-princebot-skin.png
new file mode 100644
index 00000000..2310e1f5
Binary files /dev/null and b/public/images/items/thumbnail/horrifying-charming-princebot-skin.png differ
diff --git a/public/images/items/thumbnail/horse-festival-celebration-kit-convertible.png b/public/images/items/thumbnail/horse-festival-celebration-kit-convertible.png
new file mode 100644
index 00000000..4a50a302
Binary files /dev/null and b/public/images/items/thumbnail/horse-festival-celebration-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/horse-jade-base.png b/public/images/items/thumbnail/horse-jade-base.png
new file mode 100644
index 00000000..43563b65
Binary files /dev/null and b/public/images/items/thumbnail/horse-jade-base.png differ
diff --git a/public/images/items/thumbnail/horse-mask-collectible.png b/public/images/items/thumbnail/horse-mask-collectible.png
new file mode 100644
index 00000000..d4de88e6
Binary files /dev/null and b/public/images/items/thumbnail/horse-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/horse-power-potion.png b/public/images/items/thumbnail/horse-power-potion.png
new file mode 100644
index 00000000..7e9e1703
Binary files /dev/null and b/public/images/items/thumbnail/horse-power-potion.png differ
diff --git a/public/images/items/thumbnail/horse-power-trinket.png b/public/images/items/thumbnail/horse-power-trinket.png
new file mode 100644
index 00000000..a2e8420a
Binary files /dev/null and b/public/images/items/thumbnail/horse-power-trinket.png differ
diff --git a/public/images/items/thumbnail/horsehead-acronym-skin.png b/public/images/items/thumbnail/horsehead-acronym-skin.png
new file mode 100644
index 00000000..bffff8a4
Binary files /dev/null and b/public/images/items/thumbnail/horsehead-acronym-skin.png differ
diff --git a/public/images/items/thumbnail/hot-queso-cheese.png b/public/images/items/thumbnail/hot-queso-cheese.png
new file mode 100644
index 00000000..e8d8423e
Binary files /dev/null and b/public/images/items/thumbnail/hot-queso-cheese.png differ
diff --git a/public/images/items/thumbnail/hot-spice-crafting-item.png b/public/images/items/thumbnail/hot-spice-crafting-item.png
new file mode 100644
index 00000000..51e133bc
Binary files /dev/null and b/public/images/items/thumbnail/hot-spice-crafting-item.png differ
diff --git a/public/images/items/thumbnail/hot-tub-weapon.png b/public/images/items/thumbnail/hot-tub-weapon.png
new file mode 100644
index 00000000..699de3cb
Binary files /dev/null and b/public/images/items/thumbnail/hot-tub-weapon.png differ
diff --git a/public/images/items/thumbnail/hothouse-base.png b/public/images/items/thumbnail/hothouse-base.png
new file mode 100644
index 00000000..2b39bf83
Binary files /dev/null and b/public/images/items/thumbnail/hothouse-base.png differ
diff --git a/public/images/items/thumbnail/howlite-stat-item.png b/public/images/items/thumbnail/howlite-stat-item.png
new file mode 100644
index 00000000..d0b498d7
Binary files /dev/null and b/public/images/items/thumbnail/howlite-stat-item.png differ
diff --git a/public/images/items/thumbnail/huawei-welcome-pack-convertible.png b/public/images/items/thumbnail/huawei-welcome-pack-convertible.png
new file mode 100644
index 00000000..d4befde5
Binary files /dev/null and b/public/images/items/thumbnail/huawei-welcome-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/hunting-research-10000-bonus-loot.png b/public/images/items/thumbnail/hunting-research-10000-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/hunting-research-10000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/hunting-research-5000-bonus-loot.png b/public/images/items/thumbnail/hunting-research-5000-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/hunting-research-5000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/huntington-egg-convertible.png b/public/images/items/thumbnail/huntington-egg-convertible.png
new file mode 100644
index 00000000..0206e717
Binary files /dev/null and b/public/images/items/thumbnail/huntington-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/huntington-map-piece.png b/public/images/items/thumbnail/huntington-map-piece.png
new file mode 100644
index 00000000..5da4706d
Binary files /dev/null and b/public/images/items/thumbnail/huntington-map-piece.png differ
diff --git a/public/images/items/thumbnail/hween-2011-trap-crafting-item.png b/public/images/items/thumbnail/hween-2011-trap-crafting-item.png
new file mode 100644
index 00000000..8a140a91
Binary files /dev/null and b/public/images/items/thumbnail/hween-2011-trap-crafting-item.png differ
diff --git a/public/images/items/thumbnail/hween-2011-upgraded-weapon.png b/public/images/items/thumbnail/hween-2011-upgraded-weapon.png
new file mode 100644
index 00000000..df869ba1
Binary files /dev/null and b/public/images/items/thumbnail/hween-2011-upgraded-weapon.png differ
diff --git a/public/images/items/thumbnail/hween-2011-weapon.png b/public/images/items/thumbnail/hween-2011-weapon.png
new file mode 100644
index 00000000..5e0e8c70
Binary files /dev/null and b/public/images/items/thumbnail/hween-2011-weapon.png differ
diff --git a/public/images/items/thumbnail/hween-candy-stat-item.png b/public/images/items/thumbnail/hween-candy-stat-item.png
new file mode 100644
index 00000000..3167646b
Binary files /dev/null and b/public/images/items/thumbnail/hween-candy-stat-item.png differ
diff --git a/public/images/items/thumbnail/hween-gift-basket-2017-convertible.png b/public/images/items/thumbnail/hween-gift-basket-2017-convertible.png
new file mode 100644
index 00000000..8760ff61
Binary files /dev/null and b/public/images/items/thumbnail/hween-gift-basket-2017-convertible.png differ
diff --git a/public/images/items/thumbnail/hween-supply-kit-2017-convertible.png b/public/images/items/thumbnail/hween-supply-kit-2017-convertible.png
new file mode 100644
index 00000000..9f1f3ddb
Binary files /dev/null and b/public/images/items/thumbnail/hween-supply-kit-2017-convertible.png differ
diff --git a/public/images/items/thumbnail/hydra-egg-convertible.png b/public/images/items/thumbnail/hydra-egg-convertible.png
new file mode 100644
index 00000000..c493585f
Binary files /dev/null and b/public/images/items/thumbnail/hydra-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/hydro-geyser-trap-stat-item.png b/public/images/items/thumbnail/hydro-geyser-trap-stat-item.png
new file mode 100644
index 00000000..a982d10a
Binary files /dev/null and b/public/images/items/thumbnail/hydro-geyser-trap-stat-item.png differ
diff --git a/public/images/items/thumbnail/hydro-trinket.png b/public/images/items/thumbnail/hydro-trinket.png
new file mode 100644
index 00000000..c3b8de9f
Binary files /dev/null and b/public/images/items/thumbnail/hydro-trinket.png differ
diff --git a/public/images/items/thumbnail/ice-blaster-parts-crafting-item.png b/public/images/items/thumbnail/ice-blaster-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/ice-blaster-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ice-blaster-parts-stat-item.png b/public/images/items/thumbnail/ice-blaster-parts-stat-item.png
new file mode 100644
index 00000000..4a807860
Binary files /dev/null and b/public/images/items/thumbnail/ice-blaster-parts-stat-item.png differ
diff --git a/public/images/items/thumbnail/ice-blaster-weapon.png b/public/images/items/thumbnail/ice-blaster-weapon.png
new file mode 100644
index 00000000..ed5d03a8
Binary files /dev/null and b/public/images/items/thumbnail/ice-blaster-weapon.png differ
diff --git a/public/images/items/thumbnail/ice-brick-stat-item.png b/public/images/items/thumbnail/ice-brick-stat-item.png
new file mode 100644
index 00000000..bfc52371
Binary files /dev/null and b/public/images/items/thumbnail/ice-brick-stat-item.png differ
diff --git a/public/images/items/thumbnail/ice-cream-cake-base.png b/public/images/items/thumbnail/ice-cream-cake-base.png
new file mode 100644
index 00000000..242888aa
Binary files /dev/null and b/public/images/items/thumbnail/ice-cream-cake-base.png differ
diff --git a/public/images/items/thumbnail/ice-curd-crafting-item.png b/public/images/items/thumbnail/ice-curd-crafting-item.png
new file mode 100644
index 00000000..ba51731e
Binary files /dev/null and b/public/images/items/thumbnail/ice-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ice-fire-chrome-temporal-turbine-skin.png b/public/images/items/thumbnail/ice-fire-chrome-temporal-turbine-skin.png
new file mode 100644
index 00000000..603d690c
Binary files /dev/null and b/public/images/items/thumbnail/ice-fire-chrome-temporal-turbine-skin.png differ
diff --git a/public/images/items/thumbnail/ice-fortress-completed-stat-item.png b/public/images/items/thumbnail/ice-fortress-completed-stat-item.png
new file mode 100644
index 00000000..b2ce3e7f
Binary files /dev/null and b/public/images/items/thumbnail/ice-fortress-completed-stat-item.png differ
diff --git a/public/images/items/thumbnail/ice-fortress-hobbyist-case-convertible.png b/public/images/items/thumbnail/ice-fortress-hobbyist-case-convertible.png
new file mode 100644
index 00000000..1f42666f
Binary files /dev/null and b/public/images/items/thumbnail/ice-fortress-hobbyist-case-convertible.png differ
diff --git a/public/images/items/thumbnail/ice-fortress-journeyman-crate-convertible.png b/public/images/items/thumbnail/ice-fortress-journeyman-crate-convertible.png
new file mode 100644
index 00000000..19ffd928
Binary files /dev/null and b/public/images/items/thumbnail/ice-fortress-journeyman-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ice-fortress-pro-pack-convertible.png b/public/images/items/thumbnail/ice-fortress-pro-pack-convertible.png
new file mode 100644
index 00000000..c1e8f59d
Binary files /dev/null and b/public/images/items/thumbnail/ice-fortress-pro-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/ice-fortress-starter-kit-convertible.png b/public/images/items/thumbnail/ice-fortress-starter-kit-convertible.png
new file mode 100644
index 00000000..d3939d23
Binary files /dev/null and b/public/images/items/thumbnail/ice-fortress-starter-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/ice-grub-egg-convertible.png b/public/images/items/thumbnail/ice-grub-egg-convertible.png
new file mode 100644
index 00000000..de12a8f3
Binary files /dev/null and b/public/images/items/thumbnail/ice-grub-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/ice-maiden-weapon.png b/public/images/items/thumbnail/ice-maiden-weapon.png
new file mode 100644
index 00000000..74413395
Binary files /dev/null and b/public/images/items/thumbnail/ice-maiden-weapon.png differ
diff --git a/public/images/items/thumbnail/iceball-brawl-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/iceball-brawl-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..f78af7aa
Binary files /dev/null and b/public/images/items/thumbnail/iceball-brawl-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/iceball-brawl-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/iceball-brawl-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..f64095ef
Binary files /dev/null and b/public/images/items/thumbnail/iceball-brawl-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/iceball-brawl-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/iceball-brawl-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..ff04a5a9
Binary files /dev/null and b/public/images/items/thumbnail/iceball-brawl-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/iceberg-boiler-base.png b/public/images/items/thumbnail/iceberg-boiler-base.png
new file mode 100644
index 00000000..1d773f70
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-boiler-base.png differ
diff --git a/public/images/items/thumbnail/iceberg-claw-shot-crate-convertible.png b/public/images/items/thumbnail/iceberg-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..b75ab991
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/iceberg-drill-level-four-stat-item.png b/public/images/items/thumbnail/iceberg-drill-level-four-stat-item.png
new file mode 100644
index 00000000..4a0aa794
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-drill-level-four-stat-item.png differ
diff --git a/public/images/items/thumbnail/iceberg-drill-level-one-stat-item.png b/public/images/items/thumbnail/iceberg-drill-level-one-stat-item.png
new file mode 100644
index 00000000..4ebc7d33
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-drill-level-one-stat-item.png differ
diff --git a/public/images/items/thumbnail/iceberg-drill-level-three-stat-item.png b/public/images/items/thumbnail/iceberg-drill-level-three-stat-item.png
new file mode 100644
index 00000000..b5ff39a8
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-drill-level-three-stat-item.png differ
diff --git a/public/images/items/thumbnail/iceberg-drill-level-two-stat-item.png b/public/images/items/thumbnail/iceberg-drill-level-two-stat-item.png
new file mode 100644
index 00000000..cd7a48f9
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-drill-level-two-stat-item.png differ
diff --git a/public/images/items/thumbnail/iceberg-egg-convertible.png b/public/images/items/thumbnail/iceberg-egg-convertible.png
new file mode 100644
index 00000000..a75a2198
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/iceberg-invasion-kit-convertible.png b/public/images/items/thumbnail/iceberg-invasion-kit-convertible.png
new file mode 100644
index 00000000..704af96c
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-invasion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/iceberg-miniature-collectible.png b/public/images/items/thumbnail/iceberg-miniature-collectible.png
new file mode 100644
index 00000000..dc9ae9ff
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/iceberg-scroll-case-convertible.png b/public/images/items/thumbnail/iceberg-scroll-case-convertible.png
new file mode 100644
index 00000000..d22af306
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/iceberg-souvenir-collectible.png b/public/images/items/thumbnail/iceberg-souvenir-collectible.png
new file mode 100644
index 00000000..88d12c87
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/iceberg-strongbox-convertible.png b/public/images/items/thumbnail/iceberg-strongbox-convertible.png
new file mode 100644
index 00000000..c579afac
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-strongbox-convertible.png differ
diff --git a/public/images/items/thumbnail/iceberg-supply-chest-convertible.png b/public/images/items/thumbnail/iceberg-supply-chest-convertible.png
new file mode 100644
index 00000000..784eed00
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-supply-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/iceberg-treasure-chest-convertible.png b/public/images/items/thumbnail/iceberg-treasure-chest-convertible.png
new file mode 100644
index 00000000..abc26176
Binary files /dev/null and b/public/images/items/thumbnail/iceberg-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/icebreaker-license-map-piece.png b/public/images/items/thumbnail/icebreaker-license-map-piece.png
new file mode 100644
index 00000000..a9e9d930
Binary files /dev/null and b/public/images/items/thumbnail/icebreaker-license-map-piece.png differ
diff --git a/public/images/items/thumbnail/icebreaker-treasure-chest-convertible.png b/public/images/items/thumbnail/icebreaker-treasure-chest-convertible.png
new file mode 100644
index 00000000..b0db38e7
Binary files /dev/null and b/public/images/items/thumbnail/icebreaker-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/icewing-egg-convertible.png b/public/images/items/thumbnail/icewing-egg-convertible.png
new file mode 100644
index 00000000..a7393046
Binary files /dev/null and b/public/images/items/thumbnail/icewing-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/icewing-generals-egg-convertible.png b/public/images/items/thumbnail/icewing-generals-egg-convertible.png
new file mode 100644
index 00000000..82bc55cd
Binary files /dev/null and b/public/images/items/thumbnail/icewing-generals-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/icewing-plushie-message-item.png b/public/images/items/thumbnail/icewing-plushie-message-item.png
new file mode 100644
index 00000000..bf58a3da
Binary files /dev/null and b/public/images/items/thumbnail/icewing-plushie-message-item.png differ
diff --git a/public/images/items/thumbnail/icicles-collectible.png b/public/images/items/thumbnail/icicles-collectible.png
new file mode 100644
index 00000000..97852903
Binary files /dev/null and b/public/images/items/thumbnail/icicles-collectible.png differ
diff --git a/public/images/items/thumbnail/icing-sugar-craft-item.png b/public/images/items/thumbnail/icing-sugar-craft-item.png
new file mode 100644
index 00000000..dd32ba80
Binary files /dev/null and b/public/images/items/thumbnail/icing-sugar-craft-item.png differ
diff --git a/public/images/items/thumbnail/icy-chamber-curse-stat-item.png b/public/images/items/thumbnail/icy-chamber-curse-stat-item.png
new file mode 100644
index 00000000..402d5e1f
Binary files /dev/null and b/public/images/items/thumbnail/icy-chamber-curse-stat-item.png differ
diff --git a/public/images/items/thumbnail/icy-isabirra-cheese.png b/public/images/items/thumbnail/icy-isabirra-cheese.png
new file mode 100644
index 00000000..e8cc6363
Binary files /dev/null and b/public/images/items/thumbnail/icy-isabirra-cheese.png differ
diff --git a/public/images/items/thumbnail/icy-isabirra-ingredient-stat-item.png b/public/images/items/thumbnail/icy-isabirra-ingredient-stat-item.png
new file mode 100644
index 00000000..b1351124
Binary files /dev/null and b/public/images/items/thumbnail/icy-isabirra-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/icy-isabirra-pack-small-convertible.png b/public/images/items/thumbnail/icy-isabirra-pack-small-convertible.png
new file mode 100644
index 00000000..34249468
Binary files /dev/null and b/public/images/items/thumbnail/icy-isabirra-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/icy-melty-base.png b/public/images/items/thumbnail/icy-melty-base.png
new file mode 100644
index 00000000..aa40b874
Binary files /dev/null and b/public/images/items/thumbnail/icy-melty-base.png differ
diff --git a/public/images/items/thumbnail/icy-rhinobo-skin-crafting-item.png b/public/images/items/thumbnail/icy-rhinobo-skin-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/icy-rhinobo-skin-crafting-item.png differ
diff --git a/public/images/items/thumbnail/icy-rhinobot-weapon.png b/public/images/items/thumbnail/icy-rhinobot-weapon.png
new file mode 100644
index 00000000..35da1b75
Binary files /dev/null and b/public/images/items/thumbnail/icy-rhinobot-weapon.png differ
diff --git a/public/images/items/thumbnail/idol-hydro-skin.png b/public/images/items/thumbnail/idol-hydro-skin.png
new file mode 100644
index 00000000..5e34f4f7
Binary files /dev/null and b/public/images/items/thumbnail/idol-hydro-skin.png differ
diff --git a/public/images/items/thumbnail/idol-tactical-skin.png b/public/images/items/thumbnail/idol-tactical-skin.png
new file mode 100644
index 00000000..b7bac6ca
Binary files /dev/null and b/public/images/items/thumbnail/idol-tactical-skin.png differ
diff --git a/public/images/items/thumbnail/incinerated-garbage-bath-pattern-crafting-item.png b/public/images/items/thumbnail/incinerated-garbage-bath-pattern-crafting-item.png
new file mode 100644
index 00000000..23ffa540
Binary files /dev/null and b/public/images/items/thumbnail/incinerated-garbage-bath-pattern-crafting-item.png differ
diff --git a/public/images/items/thumbnail/incinerated-garbage-bath-skin.png b/public/images/items/thumbnail/incinerated-garbage-bath-skin.png
new file mode 100644
index 00000000..88ff5238
Binary files /dev/null and b/public/images/items/thumbnail/incinerated-garbage-bath-skin.png differ
diff --git a/public/images/items/thumbnail/inert-dowsing-rod-stat-item.png b/public/images/items/thumbnail/inert-dowsing-rod-stat-item.png
new file mode 100644
index 00000000..e35e8fb4
Binary files /dev/null and b/public/images/items/thumbnail/inert-dowsing-rod-stat-item.png differ
diff --git a/public/images/items/thumbnail/inferno-havarti-cheese.png b/public/images/items/thumbnail/inferno-havarti-cheese.png
new file mode 100644
index 00000000..e6217d37
Binary files /dev/null and b/public/images/items/thumbnail/inferno-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/inferno-pepper-craft-item.png b/public/images/items/thumbnail/inferno-pepper-craft-item.png
new file mode 100644
index 00000000..bc0e324e
Binary files /dev/null and b/public/images/items/thumbnail/inferno-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/infinite-dark-extraplanar-portals-skin.png b/public/images/items/thumbnail/infinite-dark-extraplanar-portals-skin.png
new file mode 100644
index 00000000..f1a9937c
Binary files /dev/null and b/public/images/items/thumbnail/infinite-dark-extraplanar-portals-skin.png differ
diff --git a/public/images/items/thumbnail/infinite-dark-magic-chocolate-skin.png b/public/images/items/thumbnail/infinite-dark-magic-chocolate-skin.png
new file mode 100644
index 00000000..cf6c1d44
Binary files /dev/null and b/public/images/items/thumbnail/infinite-dark-magic-chocolate-skin.png differ
diff --git a/public/images/items/thumbnail/infinite-dark-magic-mirror-weapon.png b/public/images/items/thumbnail/infinite-dark-magic-mirror-weapon.png
new file mode 100644
index 00000000..f7af6554
Binary files /dev/null and b/public/images/items/thumbnail/infinite-dark-magic-mirror-weapon.png differ
diff --git a/public/images/items/thumbnail/infinite-dark-magic-prisms-skin.png b/public/images/items/thumbnail/infinite-dark-magic-prisms-skin.png
new file mode 100644
index 00000000..d236ff74
Binary files /dev/null and b/public/images/items/thumbnail/infinite-dark-magic-prisms-skin.png differ
diff --git a/public/images/items/thumbnail/infinite-holiday-magic-windows-skin.png b/public/images/items/thumbnail/infinite-holiday-magic-windows-skin.png
new file mode 100644
index 00000000..7f2c22f5
Binary files /dev/null and b/public/images/items/thumbnail/infinite-holiday-magic-windows-skin.png differ
diff --git a/public/images/items/thumbnail/infinite-labyrinth-weapon.png b/public/images/items/thumbnail/infinite-labyrinth-weapon.png
new file mode 100644
index 00000000..54573562
Binary files /dev/null and b/public/images/items/thumbnail/infinite-labyrinth-weapon.png differ
diff --git a/public/images/items/thumbnail/infinite-nutcrackers-trap-skin.png b/public/images/items/thumbnail/infinite-nutcrackers-trap-skin.png
new file mode 100644
index 00000000..a6e72e3e
Binary files /dev/null and b/public/images/items/thumbnail/infinite-nutcrackers-trap-skin.png differ
diff --git a/public/images/items/thumbnail/infinite-party-possibilities-skin.png b/public/images/items/thumbnail/infinite-party-possibilities-skin.png
new file mode 100644
index 00000000..a2d6765c
Binary files /dev/null and b/public/images/items/thumbnail/infinite-party-possibilities-skin.png differ
diff --git a/public/images/items/thumbnail/infused-plate-crafting-item.png b/public/images/items/thumbnail/infused-plate-crafting-item.png
new file mode 100644
index 00000000..f72373e8
Binary files /dev/null and b/public/images/items/thumbnail/infused-plate-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ingenuity-grub-stat-item.png b/public/images/items/thumbnail/ingenuity-grub-stat-item.png
new file mode 100644
index 00000000..ae284749
Binary files /dev/null and b/public/images/items/thumbnail/ingenuity-grub-stat-item.png differ
diff --git a/public/images/items/thumbnail/initiate-achievement.png b/public/images/items/thumbnail/initiate-achievement.png
new file mode 100644
index 00000000..8c67dd65
Binary files /dev/null and b/public/images/items/thumbnail/initiate-achievement.png differ
diff --git a/public/images/items/thumbnail/insidious-gift-basket-convertible.png b/public/images/items/thumbnail/insidious-gift-basket-convertible.png
new file mode 100644
index 00000000..d38b7399
Binary files /dev/null and b/public/images/items/thumbnail/insidious-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/insidious-incense-stat-item.png b/public/images/items/thumbnail/insidious-incense-stat-item.png
new file mode 100644
index 00000000..167402cf
Binary files /dev/null and b/public/images/items/thumbnail/insidious-incense-stat-item.png differ
diff --git a/public/images/items/thumbnail/inspiration-ink-stat-item.png b/public/images/items/thumbnail/inspiration-ink-stat-item.png
new file mode 100644
index 00000000..a49002ca
Binary files /dev/null and b/public/images/items/thumbnail/inspiration-ink-stat-item.png differ
diff --git a/public/images/items/thumbnail/instruction-art-of-dance-skin.png b/public/images/items/thumbnail/instruction-art-of-dance-skin.png
new file mode 100644
index 00000000..1dde4e4a
Binary files /dev/null and b/public/images/items/thumbnail/instruction-art-of-dance-skin.png differ
diff --git a/public/images/items/thumbnail/interlocking-hull-fragment-stat-item.png b/public/images/items/thumbnail/interlocking-hull-fragment-stat-item.png
new file mode 100644
index 00000000..cefd1f7e
Binary files /dev/null and b/public/images/items/thumbnail/interlocking-hull-fragment-stat-item.png differ
diff --git a/public/images/items/thumbnail/intimidating-pincher-craft-item.png b/public/images/items/thumbnail/intimidating-pincher-craft-item.png
new file mode 100644
index 00000000..b4b63f0a
Binary files /dev/null and b/public/images/items/thumbnail/intimidating-pincher-craft-item.png differ
diff --git a/public/images/items/thumbnail/invisiglu-craft-item.png b/public/images/items/thumbnail/invisiglu-craft-item.png
new file mode 100644
index 00000000..429ae4ab
Binary files /dev/null and b/public/images/items/thumbnail/invisiglu-craft-item.png differ
diff --git a/public/images/items/thumbnail/ionized-salt-craft-item.png b/public/images/items/thumbnail/ionized-salt-craft-item.png
new file mode 100644
index 00000000..10b8eae4
Binary files /dev/null and b/public/images/items/thumbnail/ionized-salt-craft-item.png differ
diff --git a/public/images/items/thumbnail/iron-pellet-crafting-item.png b/public/images/items/thumbnail/iron-pellet-crafting-item.png
new file mode 100644
index 00000000..d9e6d6f7
Binary files /dev/null and b/public/images/items/thumbnail/iron-pellet-crafting-item.png differ
diff --git a/public/images/items/thumbnail/isle-idol-box-set-convertible.png b/public/images/items/thumbnail/isle-idol-box-set-convertible.png
new file mode 100644
index 00000000..11bce86f
Binary files /dev/null and b/public/images/items/thumbnail/isle-idol-box-set-convertible.png differ
diff --git a/public/images/items/thumbnail/isle-idol-weapon.png b/public/images/items/thumbnail/isle-idol-weapon.png
new file mode 100644
index 00000000..0ee2ae90
Binary files /dev/null and b/public/images/items/thumbnail/isle-idol-weapon.png differ
diff --git a/public/images/items/thumbnail/isles-treasure-chest-convertible.png b/public/images/items/thumbnail/isles-treasure-chest-convertible.png
new file mode 100644
index 00000000..b6fdb275
Binary files /dev/null and b/public/images/items/thumbnail/isles-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/itchy-sweater-collectible.png b/public/images/items/thumbnail/itchy-sweater-collectible.png
new file mode 100644
index 00000000..2c954bd0
Binary files /dev/null and b/public/images/items/thumbnail/itchy-sweater-collectible.png differ
diff --git a/public/images/items/thumbnail/jacked-rabbot-weapon.png b/public/images/items/thumbnail/jacked-rabbot-weapon.png
new file mode 100644
index 00000000..0732a486
Binary files /dev/null and b/public/images/items/thumbnail/jacked-rabbot-weapon.png differ
diff --git a/public/images/items/thumbnail/jade-base.png b/public/images/items/thumbnail/jade-base.png
new file mode 100644
index 00000000..791b6c33
Binary files /dev/null and b/public/images/items/thumbnail/jade-base.png differ
diff --git a/public/images/items/thumbnail/jade-tiger-chrome-sphynx-skin.png b/public/images/items/thumbnail/jade-tiger-chrome-sphynx-skin.png
new file mode 100644
index 00000000..521962d1
Binary files /dev/null and b/public/images/items/thumbnail/jade-tiger-chrome-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/jet-black-acronym-skin.png b/public/images/items/thumbnail/jet-black-acronym-skin.png
new file mode 100644
index 00000000..fd511a23
Binary files /dev/null and b/public/images/items/thumbnail/jet-black-acronym-skin.png differ
diff --git a/public/images/items/thumbnail/jet-stream-crate-convertible.png b/public/images/items/thumbnail/jet-stream-crate-convertible.png
new file mode 100644
index 00000000..1fda9e0b
Binary files /dev/null and b/public/images/items/thumbnail/jet-stream-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/jingle-bell-stat-item.png b/public/images/items/thumbnail/jingle-bell-stat-item.png
new file mode 100644
index 00000000..bb2947fa
Binary files /dev/null and b/public/images/items/thumbnail/jingle-bell-stat-item.png differ
diff --git a/public/images/items/thumbnail/jingling-glazed-gift-basket-convertible.png b/public/images/items/thumbnail/jingling-glazed-gift-basket-convertible.png
new file mode 100644
index 00000000..0a6e7061
Binary files /dev/null and b/public/images/items/thumbnail/jingling-glazed-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/jingling-glazed-supply-box-convertible.png b/public/images/items/thumbnail/jingling-glazed-supply-box-convertible.png
new file mode 100644
index 00000000..4d500bc2
Binary files /dev/null and b/public/images/items/thumbnail/jingling-glazed-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/jingling-glazed-supply-kit-convertible.png b/public/images/items/thumbnail/jingling-glazed-supply-kit-convertible.png
new file mode 100644
index 00000000..b6de7098
Binary files /dev/null and b/public/images/items/thumbnail/jingling-glazed-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/jod-champion-kit-convertible.png b/public/images/items/thumbnail/jod-champion-kit-convertible.png
new file mode 100644
index 00000000..1f709cd4
Binary files /dev/null and b/public/images/items/thumbnail/jod-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/jod-egg-convertible.png b/public/images/items/thumbnail/jod-egg-convertible.png
new file mode 100644
index 00000000..7171de78
Binary files /dev/null and b/public/images/items/thumbnail/jod-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/journeyman-achievement.png b/public/images/items/thumbnail/journeyman-achievement.png
new file mode 100644
index 00000000..e27987d6
Binary files /dev/null and b/public/images/items/thumbnail/journeyman-achievement.png differ
diff --git a/public/images/items/thumbnail/judge-christmas-skin.png b/public/images/items/thumbnail/judge-christmas-skin.png
new file mode 100644
index 00000000..69b12c78
Binary files /dev/null and b/public/images/items/thumbnail/judge-christmas-skin.png differ
diff --git a/public/images/items/thumbnail/judge-droid-weapon.png b/public/images/items/thumbnail/judge-droid-weapon.png
new file mode 100644
index 00000000..ba15dcca
Binary files /dev/null and b/public/images/items/thumbnail/judge-droid-weapon.png differ
diff --git a/public/images/items/thumbnail/jumbo-festive-gift-basket-convertible.png b/public/images/items/thumbnail/jumbo-festive-gift-basket-convertible.png
new file mode 100644
index 00000000..de3a11db
Binary files /dev/null and b/public/images/items/thumbnail/jumbo-festive-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/jumbo-furoma-rift-crafting-kit-convertible.png b/public/images/items/thumbnail/jumbo-furoma-rift-crafting-kit-convertible.png
new file mode 100644
index 00000000..c2c1c3c7
Binary files /dev/null and b/public/images/items/thumbnail/jumbo-furoma-rift-crafting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/jumbo-regal-gift-basket-convertible.png b/public/images/items/thumbnail/jumbo-regal-gift-basket-convertible.png
new file mode 100644
index 00000000..0a068d44
Binary files /dev/null and b/public/images/items/thumbnail/jumbo-regal-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/jumbo-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/jumbo-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..42cd829e
Binary files /dev/null and b/public/images/items/thumbnail/jumbo-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/kalor-ignis-egg-convertible.png b/public/images/items/thumbnail/kalor-ignis-egg-convertible.png
new file mode 100644
index 00000000..2de3f6cc
Binary files /dev/null and b/public/images/items/thumbnail/kalor-ignis-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/keepers-candle-map-piece.png b/public/images/items/thumbnail/keepers-candle-map-piece.png
new file mode 100644
index 00000000..74f21ad5
Binary files /dev/null and b/public/images/items/thumbnail/keepers-candle-map-piece.png differ
diff --git a/public/images/items/thumbnail/kilohertz-processor-convertible.png b/public/images/items/thumbnail/kilohertz-processor-convertible.png
new file mode 100644
index 00000000..3af24cec
Binary files /dev/null and b/public/images/items/thumbnail/kilohertz-processor-convertible.png differ
diff --git a/public/images/items/thumbnail/king-chromo-monstrobot-skin.png b/public/images/items/thumbnail/king-chromo-monstrobot-skin.png
new file mode 100644
index 00000000..2bab144b
Binary files /dev/null and b/public/images/items/thumbnail/king-chromo-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/king-desert-letter-map-piece.png b/public/images/items/thumbnail/king-desert-letter-map-piece.png
new file mode 100644
index 00000000..fd281e92
Binary files /dev/null and b/public/images/items/thumbnail/king-desert-letter-map-piece.png differ
diff --git a/public/images/items/thumbnail/king-midasbot-skin.png b/public/images/items/thumbnail/king-midasbot-skin.png
new file mode 100644
index 00000000..cd9c5d79
Binary files /dev/null and b/public/images/items/thumbnail/king-midasbot-skin.png differ
diff --git a/public/images/items/thumbnail/king-scarab-torn-page.png b/public/images/items/thumbnail/king-scarab-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/king-scarab-torn-page.png differ
diff --git a/public/images/items/thumbnail/kings-calibrator-message-item.png b/public/images/items/thumbnail/kings-calibrator-message-item.png
new file mode 100644
index 00000000..bb89d4e3
Binary files /dev/null and b/public/images/items/thumbnail/kings-calibrator-message-item.png differ
diff --git a/public/images/items/thumbnail/kings-credit-loot-crate-convertible.png b/public/images/items/thumbnail/kings-credit-loot-crate-convertible.png
new file mode 100644
index 00000000..918fd847
Binary files /dev/null and b/public/images/items/thumbnail/kings-credit-loot-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/kings-medallion-collectible.png b/public/images/items/thumbnail/kings-medallion-collectible.png
new file mode 100644
index 00000000..05e4cd85
Binary files /dev/null and b/public/images/items/thumbnail/kings-medallion-collectible.png differ
diff --git a/public/images/items/thumbnail/kings-prize-key-stat-item.png b/public/images/items/thumbnail/kings-prize-key-stat-item.png
new file mode 100644
index 00000000..ca7f922d
Binary files /dev/null and b/public/images/items/thumbnail/kings-prize-key-stat-item.png differ
diff --git a/public/images/items/thumbnail/kings-reserve-bubbleh-craft-item.png b/public/images/items/thumbnail/kings-reserve-bubbleh-craft-item.png
new file mode 100644
index 00000000..fe8d52c6
Binary files /dev/null and b/public/images/items/thumbnail/kings-reserve-bubbleh-craft-item.png differ
diff --git a/public/images/items/thumbnail/knight-achievement.png b/public/images/items/thumbnail/knight-achievement.png
new file mode 100644
index 00000000..bb81cf89
Binary files /dev/null and b/public/images/items/thumbnail/knight-achievement.png differ
diff --git a/public/images/items/thumbnail/kraken-chaos-weapon.png b/public/images/items/thumbnail/kraken-chaos-weapon.png
new file mode 100644
index 00000000..ce189da1
Binary files /dev/null and b/public/images/items/thumbnail/kraken-chaos-weapon.png differ
diff --git a/public/images/items/thumbnail/lab-monster-1-quest-item.png b/public/images/items/thumbnail/lab-monster-1-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/lab-monster-1-quest-item.png differ
diff --git a/public/images/items/thumbnail/lab-research-1000-bonus-loot.png b/public/images/items/thumbnail/lab-research-1000-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/lab-research-1000-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/lab-research-500-bonus-loot.png b/public/images/items/thumbnail/lab-research-500-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/lab-research-500-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/lab-research-750-bonus-loot.png b/public/images/items/thumbnail/lab-research-750-bonus-loot.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/lab-research-750-bonus-loot.png differ
diff --git a/public/images/items/thumbnail/lab-trinket.png b/public/images/items/thumbnail/lab-trinket.png
new file mode 100644
index 00000000..b16ab954
Binary files /dev/null and b/public/images/items/thumbnail/lab-trinket.png differ
diff --git a/public/images/items/thumbnail/laboratory-map-piece.png b/public/images/items/thumbnail/laboratory-map-piece.png
new file mode 100644
index 00000000..8e1f5d18
Binary files /dev/null and b/public/images/items/thumbnail/laboratory-map-piece.png differ
diff --git a/public/images/items/thumbnail/labyrinth-base.png b/public/images/items/thumbnail/labyrinth-base.png
new file mode 100644
index 00000000..a44e15e0
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-base.png differ
diff --git a/public/images/items/thumbnail/labyrinth-exploration-kit-convertible.png b/public/images/items/thumbnail/labyrinth-exploration-kit-convertible.png
new file mode 100644
index 00000000..8fc4a6b1
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-exploration-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/labyrinth-hidden-chamber-key-stat-item.png b/public/images/items/thumbnail/labyrinth-hidden-chamber-key-stat-item.png
new file mode 100644
index 00000000..43f93984
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-hidden-chamber-key-stat-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-journal-theme-collectible.png b/public/images/items/thumbnail/labyrinth-journal-theme-collectible.png
new file mode 100644
index 00000000..1c468429
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/labyrinth-lantern-fuel.png b/public/images/items/thumbnail/labyrinth-lantern-fuel.png
new file mode 100644
index 00000000..3a2006ac
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-lantern-fuel.png differ
diff --git a/public/images/items/thumbnail/labyrinth-lantern.png b/public/images/items/thumbnail/labyrinth-lantern.png
new file mode 100644
index 00000000..65adab5f
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-lantern.png differ
diff --git a/public/images/items/thumbnail/labyrinth-map-piece.png b/public/images/items/thumbnail/labyrinth-map-piece.png
new file mode 100644
index 00000000..99704d29
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-map-piece.png differ
diff --git a/public/images/items/thumbnail/labyrinth-scramble-clues-stat-item.png b/public/images/items/thumbnail/labyrinth-scramble-clues-stat-item.png
new file mode 100644
index 00000000..b177b2d9
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-scramble-clues-stat-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-scramble-doors-stat-item.png b/public/images/items/thumbnail/labyrinth-scramble-doors-stat-item.png
new file mode 100644
index 00000000..8fee4e8f
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-scramble-doors-stat-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-scroll-case-convertible.png b/public/images/items/thumbnail/labyrinth-scroll-case-convertible.png
new file mode 100644
index 00000000..adf397f8
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/labyrinth-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/labyrinth-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..22fbd367
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/labyrinth-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..6d1a35bb
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/labyrinth-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..268b2ab1
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-theme-scrap-4-crafting-item.png b/public/images/items/thumbnail/labyrinth-theme-scrap-4-crafting-item.png
new file mode 100644
index 00000000..47be5bfe
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-theme-scrap-4-crafting-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-theme-scrap-5-crafting-item.png b/public/images/items/thumbnail/labyrinth-theme-scrap-5-crafting-item.png
new file mode 100644
index 00000000..0c595b16
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-theme-scrap-5-crafting-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-theme-scrap-6-crafting-item.png b/public/images/items/thumbnail/labyrinth-theme-scrap-6-crafting-item.png
new file mode 100644
index 00000000..f9a49081
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-theme-scrap-6-crafting-item.png differ
diff --git a/public/images/items/thumbnail/labyrinth-treasure-chest-convertible.png b/public/images/items/thumbnail/labyrinth-treasure-chest-convertible.png
new file mode 100644
index 00000000..6a449133
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/labyrinth-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/labyrinth-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..533dabdc
Binary files /dev/null and b/public/images/items/thumbnail/labyrinth-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/lactrodectus-lancashire-cheese.png b/public/images/items/thumbnail/lactrodectus-lancashire-cheese.png
new file mode 100644
index 00000000..de52ef27
Binary files /dev/null and b/public/images/items/thumbnail/lactrodectus-lancashire-cheese.png differ
diff --git a/public/images/items/thumbnail/lagoon-map-piece.png b/public/images/items/thumbnail/lagoon-map-piece.png
new file mode 100644
index 00000000..ed1e79df
Binary files /dev/null and b/public/images/items/thumbnail/lagoon-map-piece.png differ
diff --git a/public/images/items/thumbnail/lantern-lighter-treasure-chest-convertible.png b/public/images/items/thumbnail/lantern-lighter-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/lantern-lighter-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/lantern-oil-trinket.png b/public/images/items/thumbnail/lantern-oil-trinket.png
new file mode 100644
index 00000000..8bd7f999
Binary files /dev/null and b/public/images/items/thumbnail/lantern-oil-trinket.png differ
diff --git a/public/images/items/thumbnail/large-dragons-supply-hoard-convertible.png b/public/images/items/thumbnail/large-dragons-supply-hoard-convertible.png
new file mode 100644
index 00000000..85b7c128
Binary files /dev/null and b/public/images/items/thumbnail/large-dragons-supply-hoard-convertible.png differ
diff --git a/public/images/items/thumbnail/large-gwh-supply-kit-convertible.png b/public/images/items/thumbnail/large-gwh-supply-kit-convertible.png
new file mode 100644
index 00000000..df7db4ac
Binary files /dev/null and b/public/images/items/thumbnail/large-gwh-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/large-rainbow-treasure-chest-convertible.png b/public/images/items/thumbnail/large-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..f5c0dd60
Binary files /dev/null and b/public/images/items/thumbnail/large-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/large-speedy-plumbing-kit-convertible.png b/public/images/items/thumbnail/large-speedy-plumbing-kit-convertible.png
new file mode 100644
index 00000000..9e72d1e5
Binary files /dev/null and b/public/images/items/thumbnail/large-speedy-plumbing-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/large-speedy-repair-kit-convertible.png b/public/images/items/thumbnail/large-speedy-repair-kit-convertible.png
new file mode 100644
index 00000000..c52e54f0
Binary files /dev/null and b/public/images/items/thumbnail/large-speedy-repair-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/large-spooky-convertible.png b/public/images/items/thumbnail/large-spooky-convertible.png
new file mode 100644
index 00000000..462cea8a
Binary files /dev/null and b/public/images/items/thumbnail/large-spooky-convertible.png differ
diff --git a/public/images/items/thumbnail/large-steel-barrel-convertible.png b/public/images/items/thumbnail/large-steel-barrel-convertible.png
new file mode 100644
index 00000000..c0123e06
Binary files /dev/null and b/public/images/items/thumbnail/large-steel-barrel-convertible.png differ
diff --git a/public/images/items/thumbnail/large-unstable-geode-convertible.png b/public/images/items/thumbnail/large-unstable-geode-convertible.png
new file mode 100644
index 00000000..1018d6f6
Binary files /dev/null and b/public/images/items/thumbnail/large-unstable-geode-convertible.png differ
diff --git a/public/images/items/thumbnail/large-waste-barrel-stat-item.png b/public/images/items/thumbnail/large-waste-barrel-stat-item.png
new file mode 100644
index 00000000..3f3f9d9d
Binary files /dev/null and b/public/images/items/thumbnail/large-waste-barrel-stat-item.png differ
diff --git a/public/images/items/thumbnail/large-winter-supply-kit-convertible.png b/public/images/items/thumbnail/large-winter-supply-kit-convertible.png
new file mode 100644
index 00000000..eb094c7b
Binary files /dev/null and b/public/images/items/thumbnail/large-winter-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/larry-mask-collectible.png b/public/images/items/thumbnail/larry-mask-collectible.png
new file mode 100644
index 00000000..d205103e
Binary files /dev/null and b/public/images/items/thumbnail/larry-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/larrys-first-move-skin.png b/public/images/items/thumbnail/larrys-first-move-skin.png
new file mode 100644
index 00000000..9ae2cecb
Binary files /dev/null and b/public/images/items/thumbnail/larrys-first-move-skin.png differ
diff --git a/public/images/items/thumbnail/larrys-mustache-cookie-collectible.png b/public/images/items/thumbnail/larrys-mustache-cookie-collectible.png
new file mode 100644
index 00000000..4b348adc
Binary files /dev/null and b/public/images/items/thumbnail/larrys-mustache-cookie-collectible.png differ
diff --git a/public/images/items/thumbnail/larrys-sandwich-collectible.png b/public/images/items/thumbnail/larrys-sandwich-collectible.png
new file mode 100644
index 00000000..e1be0503
Binary files /dev/null and b/public/images/items/thumbnail/larrys-sandwich-collectible.png differ
diff --git a/public/images/items/thumbnail/laser-infinite-labyrinth-skin.png b/public/images/items/thumbnail/laser-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..73e3ab6f
Binary files /dev/null and b/public/images/items/thumbnail/laser-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/launcher-parts-craft-item.png b/public/images/items/thumbnail/launcher-parts-craft-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/launcher-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/lava-bucket-crafting-item.png b/public/images/items/thumbnail/lava-bucket-crafting-item.png
new file mode 100644
index 00000000..25a84549
Binary files /dev/null and b/public/images/items/thumbnail/lava-bucket-crafting-item.png differ
diff --git a/public/images/items/thumbnail/lavish-beanster-cheese.png b/public/images/items/thumbnail/lavish-beanster-cheese.png
new file mode 100644
index 00000000..97380f75
Binary files /dev/null and b/public/images/items/thumbnail/lavish-beanster-cheese.png differ
diff --git a/public/images/items/thumbnail/lavish-beanster-pack-small-convertible.png b/public/images/items/thumbnail/lavish-beanster-pack-small-convertible.png
new file mode 100644
index 00000000..4b882db8
Binary files /dev/null and b/public/images/items/thumbnail/lavish-beanster-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/lavish-infinite-labyrinth-skin.png b/public/images/items/thumbnail/lavish-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..2df157e8
Binary files /dev/null and b/public/images/items/thumbnail/lavish-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/lavish-lapis-bean-egg-convertible.png b/public/images/items/thumbnail/lavish-lapis-bean-egg-convertible.png
new file mode 100644
index 00000000..6c941791
Binary files /dev/null and b/public/images/items/thumbnail/lavish-lapis-bean-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/lavish-lapis-bean-stat-item.png b/public/images/items/thumbnail/lavish-lapis-bean-stat-item.png
new file mode 100644
index 00000000..3ce7cf71
Binary files /dev/null and b/public/images/items/thumbnail/lavish-lapis-bean-stat-item.png differ
diff --git a/public/images/items/thumbnail/law-draw-weapon.png b/public/images/items/thumbnail/law-draw-weapon.png
new file mode 100644
index 00000000..0378ded8
Binary files /dev/null and b/public/images/items/thumbnail/law-draw-weapon.png differ
diff --git a/public/images/items/thumbnail/law-laser-weapon.png b/public/images/items/thumbnail/law-laser-weapon.png
new file mode 100644
index 00000000..2a5c4740
Binary files /dev/null and b/public/images/items/thumbnail/law-laser-weapon.png differ
diff --git a/public/images/items/thumbnail/lawful-lifeguard-weapon.png b/public/images/items/thumbnail/lawful-lifeguard-weapon.png
new file mode 100644
index 00000000..244e356d
Binary files /dev/null and b/public/images/items/thumbnail/lawful-lifeguard-weapon.png differ
diff --git a/public/images/items/thumbnail/leaping-lavish-beanster-cheese.png b/public/images/items/thumbnail/leaping-lavish-beanster-cheese.png
new file mode 100644
index 00000000..c1899348
Binary files /dev/null and b/public/images/items/thumbnail/leaping-lavish-beanster-cheese.png differ
diff --git a/public/images/items/thumbnail/leaping-lavish-beanster-pack-small-convertible.png b/public/images/items/thumbnail/leaping-lavish-beanster-pack-small-convertible.png
new file mode 100644
index 00000000..a435a590
Binary files /dev/null and b/public/images/items/thumbnail/leaping-lavish-beanster-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/legendary-achievement.png b/public/images/items/thumbnail/legendary-achievement.png
new file mode 100644
index 00000000..0b4d8a59
Binary files /dev/null and b/public/images/items/thumbnail/legendary-achievement.png differ
diff --git a/public/images/items/thumbnail/legendary-kingbot-weapon.png b/public/images/items/thumbnail/legendary-kingbot-weapon.png
new file mode 100644
index 00000000..0a708e5b
Binary files /dev/null and b/public/images/items/thumbnail/legendary-kingbot-weapon.png differ
diff --git a/public/images/items/thumbnail/legendary-snowbot-trap-skin.png b/public/images/items/thumbnail/legendary-snowbot-trap-skin.png
new file mode 100644
index 00000000..fe84df34
Binary files /dev/null and b/public/images/items/thumbnail/legendary-snowbot-trap-skin.png differ
diff --git a/public/images/items/thumbnail/let-it-snow-trinket.png b/public/images/items/thumbnail/let-it-snow-trinket.png
new file mode 100644
index 00000000..f8cb50ce
Binary files /dev/null and b/public/images/items/thumbnail/let-it-snow-trinket.png differ
diff --git a/public/images/items/thumbnail/leviathan-trap-skin.png b/public/images/items/thumbnail/leviathan-trap-skin.png
new file mode 100644
index 00000000..6452f7b3
Binary files /dev/null and b/public/images/items/thumbnail/leviathan-trap-skin.png differ
diff --git a/public/images/items/thumbnail/library-adv-hween2013-assignment-convertible.png b/public/images/items/thumbnail/library-adv-hween2013-assignment-convertible.png
new file mode 100644
index 00000000..48b637d9
Binary files /dev/null and b/public/images/items/thumbnail/library-adv-hween2013-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/library-adv-hween2013-research-quest-item.png b/public/images/items/thumbnail/library-adv-hween2013-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/library-adv-hween2013-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-boss-trinket.png b/public/images/items/thumbnail/library-boss-trinket.png
new file mode 100644
index 00000000..80e0a6a8
Binary files /dev/null and b/public/images/items/thumbnail/library-boss-trinket.png differ
diff --git a/public/images/items/thumbnail/library-boss-uncharged-trinket.png b/public/images/items/thumbnail/library-boss-uncharged-trinket.png
new file mode 100644
index 00000000..c61e1027
Binary files /dev/null and b/public/images/items/thumbnail/library-boss-uncharged-trinket.png differ
diff --git a/public/images/items/thumbnail/library-catalog-quest-item.png b/public/images/items/thumbnail/library-catalog-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/library-catalog-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-gift-basket-convertible.png b/public/images/items/thumbnail/library-gift-basket-convertible.png
new file mode 100644
index 00000000..87df4d13
Binary files /dev/null and b/public/images/items/thumbnail/library-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/library-hween2013-assignment-convertible.png b/public/images/items/thumbnail/library-hween2013-assignment-convertible.png
new file mode 100644
index 00000000..368320d8
Binary files /dev/null and b/public/images/items/thumbnail/library-hween2013-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/library-hween2013-research-quest-item.png b/public/images/items/thumbnail/library-hween2013-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/library-hween2013-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-intro-research-assignment-convertible.png b/public/images/items/thumbnail/library-intro-research-assignment-convertible.png
new file mode 100644
index 00000000..70bb4ec5
Binary files /dev/null and b/public/images/items/thumbnail/library-intro-research-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/library-m400-assignment-convertible.png b/public/images/items/thumbnail/library-m400-assignment-convertible.png
new file mode 100644
index 00000000..225ffb3a
Binary files /dev/null and b/public/images/items/thumbnail/library-m400-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/library-m400-bait-assignment-convertible.png b/public/images/items/thumbnail/library-m400-bait-assignment-convertible.png
new file mode 100644
index 00000000..2846d4c3
Binary files /dev/null and b/public/images/items/thumbnail/library-m400-bait-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/library-m400-bait-research-quest-item.png b/public/images/items/thumbnail/library-m400-bait-research-quest-item.png
new file mode 100644
index 00000000..f384aa96
Binary files /dev/null and b/public/images/items/thumbnail/library-m400-bait-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-m400-research-quest-item.png b/public/images/items/thumbnail/library-m400-research-quest-item.png
new file mode 100644
index 00000000..f384aa96
Binary files /dev/null and b/public/images/items/thumbnail/library-m400-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-mice-research-quest-item.png b/public/images/items/thumbnail/library-mice-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/library-mice-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-point-collectible.png b/public/images/items/thumbnail/library-point-collectible.png
new file mode 100644
index 00000000..e2039563
Binary files /dev/null and b/public/images/items/thumbnail/library-point-collectible.png differ
diff --git a/public/images/items/thumbnail/library-power-type-research-quest-item.png b/public/images/items/thumbnail/library-power-type-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/library-power-type-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/library-research-assignment-convertible.png b/public/images/items/thumbnail/library-research-assignment-convertible.png
new file mode 100644
index 00000000..70bb4ec5
Binary files /dev/null and b/public/images/items/thumbnail/library-research-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/library-supply-kit-convertible.png b/public/images/items/thumbnail/library-supply-kit-convertible.png
new file mode 100644
index 00000000..b4edd237
Binary files /dev/null and b/public/images/items/thumbnail/library-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/license-to-party-collectible.png b/public/images/items/thumbnail/license-to-party-collectible.png
new file mode 100644
index 00000000..e7161ca9
Binary files /dev/null and b/public/images/items/thumbnail/license-to-party-collectible.png differ
diff --git a/public/images/items/thumbnail/lich-egg-convertible.png b/public/images/items/thumbnail/lich-egg-convertible.png
new file mode 100644
index 00000000..62e765aa
Binary files /dev/null and b/public/images/items/thumbnail/lich-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/light-floating-loot-cache-convertible.png b/public/images/items/thumbnail/light-floating-loot-cache-convertible.png
new file mode 100644
index 00000000..986c1aa0
Binary files /dev/null and b/public/images/items/thumbnail/light-floating-loot-cache-convertible.png differ
diff --git a/public/images/items/thumbnail/lightning-slayer-chest-convertible.png b/public/images/items/thumbnail/lightning-slayer-chest-convertible.png
new file mode 100644
index 00000000..15b4f260
Binary files /dev/null and b/public/images/items/thumbnail/lightning-slayer-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/lightning-slayer-journal-theme-collectible.png b/public/images/items/thumbnail/lightning-slayer-journal-theme-collectible.png
new file mode 100644
index 00000000..1709adc4
Binary files /dev/null and b/public/images/items/thumbnail/lightning-slayer-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/lightning-slayer-scroll-case-convertible.png b/public/images/items/thumbnail/lightning-slayer-scroll-case-convertible.png
new file mode 100644
index 00000000..3402dd8e
Binary files /dev/null and b/public/images/items/thumbnail/lightning-slayer-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/lightning-slayer-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/lightning-slayer-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..a15f7aa8
Binary files /dev/null and b/public/images/items/thumbnail/lightning-slayer-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/lightning-slayer-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/lightning-slayer-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..9557e99e
Binary files /dev/null and b/public/images/items/thumbnail/lightning-slayer-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/lightning-slayer-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/lightning-slayer-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..fee646da
Binary files /dev/null and b/public/images/items/thumbnail/lightning-slayer-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/limelight-cheese.png b/public/images/items/thumbnail/limelight-cheese.png
new file mode 100644
index 00000000..93310420
Binary files /dev/null and b/public/images/items/thumbnail/limelight-cheese.png differ
diff --git a/public/images/items/thumbnail/limestone-crafting-item.png b/public/images/items/thumbnail/limestone-crafting-item.png
new file mode 100644
index 00000000..beac0faf
Binary files /dev/null and b/public/images/items/thumbnail/limestone-crafting-item.png differ
diff --git a/public/images/items/thumbnail/lion-sphynx-skin.png b/public/images/items/thumbnail/lion-sphynx-skin.png
new file mode 100644
index 00000000..f18038be
Binary files /dev/null and b/public/images/items/thumbnail/lion-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/liquid-lens-stat-item.png b/public/images/items/thumbnail/liquid-lens-stat-item.png
new file mode 100644
index 00000000..0f681350
Binary files /dev/null and b/public/images/items/thumbnail/liquid-lens-stat-item.png differ
diff --git a/public/images/items/thumbnail/liquid-oxygen-potion.png b/public/images/items/thumbnail/liquid-oxygen-potion.png
new file mode 100644
index 00000000..65959516
Binary files /dev/null and b/public/images/items/thumbnail/liquid-oxygen-potion.png differ
diff --git a/public/images/items/thumbnail/living-base.png b/public/images/items/thumbnail/living-base.png
new file mode 100644
index 00000000..ed942ef9
Binary files /dev/null and b/public/images/items/thumbnail/living-base.png differ
diff --git a/public/images/items/thumbnail/living-chest-convertible.png b/public/images/items/thumbnail/living-chest-convertible.png
new file mode 100644
index 00000000..96373819
Binary files /dev/null and b/public/images/items/thumbnail/living-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/living-garden-charm-pack-convertible.png b/public/images/items/thumbnail/living-garden-charm-pack-convertible.png
new file mode 100644
index 00000000..a3b1ce8e
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/living-garden-egg-convertible.png b/public/images/items/thumbnail/living-garden-egg-convertible.png
new file mode 100644
index 00000000..b7882a3e
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/living-garden-scroll-case-convertible.png b/public/images/items/thumbnail/living-garden-scroll-case-convertible.png
new file mode 100644
index 00000000..1c83a2df
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/living-garden-theme-collectible.png b/public/images/items/thumbnail/living-garden-theme-collectible.png
new file mode 100644
index 00000000..8f475dfb
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/living-garden-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/living-garden-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..cb1ccc6b
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/living-garden-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/living-garden-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..52536f20
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/living-garden-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/living-garden-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..992358a9
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/living-garden-treasure-chest-convertible.png b/public/images/items/thumbnail/living-garden-treasure-chest-convertible.png
new file mode 100644
index 00000000..4b9d1f73
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/living-garden-treasure-chest-f-convertible.png b/public/images/items/thumbnail/living-garden-treasure-chest-f-convertible.png
new file mode 100644
index 00000000..4b9d1f73
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-treasure-chest-f-convertible.png differ
diff --git a/public/images/items/thumbnail/living-garden-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/living-garden-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..4b9d1f73
Binary files /dev/null and b/public/images/items/thumbnail/living-garden-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/living-grove-base.png b/public/images/items/thumbnail/living-grove-base.png
new file mode 100644
index 00000000..400370b0
Binary files /dev/null and b/public/images/items/thumbnail/living-grove-base.png differ
diff --git a/public/images/items/thumbnail/living-grove-mould-crafting-item.png b/public/images/items/thumbnail/living-grove-mould-crafting-item.png
new file mode 100644
index 00000000..38bee225
Binary files /dev/null and b/public/images/items/thumbnail/living-grove-mould-crafting-item.png differ
diff --git a/public/images/items/thumbnail/living-salt-egg-convertible.png b/public/images/items/thumbnail/living-salt-egg-convertible.png
new file mode 100644
index 00000000..80fdae86
Binary files /dev/null and b/public/images/items/thumbnail/living-salt-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/living-shard-crafting-item.png b/public/images/items/thumbnail/living-shard-crafting-item.png
new file mode 100644
index 00000000..3c2eaebf
Binary files /dev/null and b/public/images/items/thumbnail/living-shard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/lny-2017-lantern-stat-item.png b/public/images/items/thumbnail/lny-2017-lantern-stat-item.png
new file mode 100644
index 00000000..099ba4b1
Binary files /dev/null and b/public/images/items/thumbnail/lny-2017-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2018-lantern-stat-item.png b/public/images/items/thumbnail/lny-2018-lantern-stat-item.png
new file mode 100644
index 00000000..491b84dd
Binary files /dev/null and b/public/images/items/thumbnail/lny-2018-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2019-lantern-stat-item.png b/public/images/items/thumbnail/lny-2019-lantern-stat-item.png
new file mode 100644
index 00000000..38ad8e6b
Binary files /dev/null and b/public/images/items/thumbnail/lny-2019-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2020-lantern-stat-item.png b/public/images/items/thumbnail/lny-2020-lantern-stat-item.png
new file mode 100644
index 00000000..ee959188
Binary files /dev/null and b/public/images/items/thumbnail/lny-2020-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2021-lantern-stat-item.png b/public/images/items/thumbnail/lny-2021-lantern-stat-item.png
new file mode 100644
index 00000000..c0704002
Binary files /dev/null and b/public/images/items/thumbnail/lny-2021-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2022-lantern-stat-item.png b/public/images/items/thumbnail/lny-2022-lantern-stat-item.png
new file mode 100644
index 00000000..5247c393
Binary files /dev/null and b/public/images/items/thumbnail/lny-2022-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2023-lantern-stat-item.png b/public/images/items/thumbnail/lny-2023-lantern-stat-item.png
new file mode 100644
index 00000000..88ec7f0c
Binary files /dev/null and b/public/images/items/thumbnail/lny-2023-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2024-lantern-stat-item.png b/public/images/items/thumbnail/lny-2024-lantern-stat-item.png
new file mode 100644
index 00000000..f106dcd8
Binary files /dev/null and b/public/images/items/thumbnail/lny-2024-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-2025-lantern-stat-item.png b/public/images/items/thumbnail/lny-2025-lantern-stat-item.png
new file mode 100644
index 00000000..d7050ef9
Binary files /dev/null and b/public/images/items/thumbnail/lny-2025-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-dragon-slayer-cannon-skin.png b/public/images/items/thumbnail/lny-dragon-slayer-cannon-skin.png
new file mode 100644
index 00000000..072f0ea7
Binary files /dev/null and b/public/images/items/thumbnail/lny-dragon-slayer-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/lny-pig-chrome-temporal-turbine-skin.png b/public/images/items/thumbnail/lny-pig-chrome-temporal-turbine-skin.png
new file mode 100644
index 00000000..cbe267e2
Binary files /dev/null and b/public/images/items/thumbnail/lny-pig-chrome-temporal-turbine-skin.png differ
diff --git a/public/images/items/thumbnail/lny-pig-timesplit-dissonance-skin.png b/public/images/items/thumbnail/lny-pig-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..7a43ea31
Binary files /dev/null and b/public/images/items/thumbnail/lny-pig-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/lny-rabbit-chrome-thought-obliterator-skin.png b/public/images/items/thumbnail/lny-rabbit-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..2c458dd1
Binary files /dev/null and b/public/images/items/thumbnail/lny-rabbit-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/thumbnail/lny-rat-geyser-physical-skin.png b/public/images/items/thumbnail/lny-rat-geyser-physical-skin.png
new file mode 100644
index 00000000..3a72b108
Binary files /dev/null and b/public/images/items/thumbnail/lny-rat-geyser-physical-skin.png differ
diff --git a/public/images/items/thumbnail/lny-rat-geyser-tactical-skin.png b/public/images/items/thumbnail/lny-rat-geyser-tactical-skin.png
new file mode 100644
index 00000000..6e4b4aaa
Binary files /dev/null and b/public/images/items/thumbnail/lny-rat-geyser-tactical-skin.png differ
diff --git a/public/images/items/thumbnail/lny-treasure-chest-2024-convertible.png b/public/images/items/thumbnail/lny-treasure-chest-2024-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/lny-treasure-chest-2024-convertible.png differ
diff --git a/public/images/items/thumbnail/lny-unlit-lantern-2018-stat-item.png b/public/images/items/thumbnail/lny-unlit-lantern-2018-stat-item.png
new file mode 100644
index 00000000..242e1ad2
Binary files /dev/null and b/public/images/items/thumbnail/lny-unlit-lantern-2018-stat-item.png differ
diff --git a/public/images/items/thumbnail/lny-unlit-lantern-stat-item.png b/public/images/items/thumbnail/lny-unlit-lantern-stat-item.png
new file mode 100644
index 00000000..aa2cd74b
Binary files /dev/null and b/public/images/items/thumbnail/lny-unlit-lantern-stat-item.png differ
diff --git a/public/images/items/thumbnail/lockbox-limburger-cheese.png b/public/images/items/thumbnail/lockbox-limburger-cheese.png
new file mode 100644
index 00000000..ea7dfef5
Binary files /dev/null and b/public/images/items/thumbnail/lockbox-limburger-cheese.png differ
diff --git a/public/images/items/thumbnail/lollipop-haunted-shipwreck-skin.png b/public/images/items/thumbnail/lollipop-haunted-shipwreck-skin.png
new file mode 100644
index 00000000..42d6462d
Binary files /dev/null and b/public/images/items/thumbnail/lollipop-haunted-shipwreck-skin.png differ
diff --git a/public/images/items/thumbnail/long-range-cannonball-stat-item.png b/public/images/items/thumbnail/long-range-cannonball-stat-item.png
new file mode 100644
index 00000000..80802d9a
Binary files /dev/null and b/public/images/items/thumbnail/long-range-cannonball-stat-item.png differ
diff --git a/public/images/items/thumbnail/loot-cache-egg-convertible.png b/public/images/items/thumbnail/loot-cache-egg-convertible.png
new file mode 100644
index 00000000..5e737994
Binary files /dev/null and b/public/images/items/thumbnail/loot-cache-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/lordlady-achievement.png b/public/images/items/thumbnail/lordlady-achievement.png
new file mode 100644
index 00000000..6b67f843
Binary files /dev/null and b/public/images/items/thumbnail/lordlady-achievement.png differ
diff --git a/public/images/items/thumbnail/lost-chest-piece-fifth-stat-item.png b/public/images/items/thumbnail/lost-chest-piece-fifth-stat-item.png
new file mode 100644
index 00000000..4640f633
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-piece-fifth-stat-item.png differ
diff --git a/public/images/items/thumbnail/lost-chest-piece-first-stat-item.png b/public/images/items/thumbnail/lost-chest-piece-first-stat-item.png
new file mode 100644
index 00000000..4640f633
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-piece-first-stat-item.png differ
diff --git a/public/images/items/thumbnail/lost-chest-piece-fourth-stat-item.png b/public/images/items/thumbnail/lost-chest-piece-fourth-stat-item.png
new file mode 100644
index 00000000..4640f633
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-piece-fourth-stat-item.png differ
diff --git a/public/images/items/thumbnail/lost-chest-piece-second-stat-item.png b/public/images/items/thumbnail/lost-chest-piece-second-stat-item.png
new file mode 100644
index 00000000..4640f633
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-piece-second-stat-item.png differ
diff --git a/public/images/items/thumbnail/lost-chest-piece-sixth-stat-item.png b/public/images/items/thumbnail/lost-chest-piece-sixth-stat-item.png
new file mode 100644
index 00000000..4640f633
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-piece-sixth-stat-item.png differ
diff --git a/public/images/items/thumbnail/lost-chest-piece-third-stat-item.png b/public/images/items/thumbnail/lost-chest-piece-third-stat-item.png
new file mode 100644
index 00000000..4640f633
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-piece-third-stat-item.png differ
diff --git a/public/images/items/thumbnail/lost-chest-recovery-kit-convertible.png b/public/images/items/thumbnail/lost-chest-recovery-kit-convertible.png
new file mode 100644
index 00000000..064b9cf6
Binary files /dev/null and b/public/images/items/thumbnail/lost-chest-recovery-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/lost-city-charm-pack-convertible.png b/public/images/items/thumbnail/lost-city-charm-pack-convertible.png
new file mode 100644
index 00000000..ad6d6b8f
Binary files /dev/null and b/public/images/items/thumbnail/lost-city-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/love-egg-convertible.png b/public/images/items/thumbnail/love-egg-convertible.png
new file mode 100644
index 00000000..ed195550
Binary files /dev/null and b/public/images/items/thumbnail/love-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/lovecraft-shelf-skin.png b/public/images/items/thumbnail/lovecraft-shelf-skin.png
new file mode 100644
index 00000000..10c10c8b
Binary files /dev/null and b/public/images/items/thumbnail/lovecraft-shelf-skin.png differ
diff --git a/public/images/items/thumbnail/low-charge-egg-convertible-2014.png b/public/images/items/thumbnail/low-charge-egg-convertible-2014.png
new file mode 100644
index 00000000..6f2c68c3
Binary files /dev/null and b/public/images/items/thumbnail/low-charge-egg-convertible-2014.png differ
diff --git a/public/images/items/thumbnail/low-charge-egg-convertible.png b/public/images/items/thumbnail/low-charge-egg-convertible.png
new file mode 100644
index 00000000..6f2c68c3
Binary files /dev/null and b/public/images/items/thumbnail/low-charge-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/low-hween2020-treasure-chest-convertible.png b/public/images/items/thumbnail/low-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/low-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/luck-power-trinket.png b/public/images/items/thumbnail/luck-power-trinket.png
new file mode 100644
index 00000000..d3c4d0b3
Binary files /dev/null and b/public/images/items/thumbnail/luck-power-trinket.png differ
diff --git a/public/images/items/thumbnail/luck-trinket.png b/public/images/items/thumbnail/luck-trinket.png
new file mode 100644
index 00000000..daa13818
Binary files /dev/null and b/public/images/items/thumbnail/luck-trinket.png differ
diff --git a/public/images/items/thumbnail/lucky-cap-collectible.png b/public/images/items/thumbnail/lucky-cap-collectible.png
new file mode 100644
index 00000000..bd617d81
Binary files /dev/null and b/public/images/items/thumbnail/lucky-cap-collectible.png differ
diff --git a/public/images/items/thumbnail/lucky-clover-kit-convertible.png b/public/images/items/thumbnail/lucky-clover-kit-convertible.png
new file mode 100644
index 00000000..30f6077b
Binary files /dev/null and b/public/images/items/thumbnail/lucky-clover-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-coin-convertible.png b/public/images/items/thumbnail/lucky-coin-convertible.png
new file mode 100644
index 00000000..6a86efa6
Binary files /dev/null and b/public/images/items/thumbnail/lucky-coin-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-egg-convertible.png b/public/images/items/thumbnail/lucky-egg-convertible.png
new file mode 100644
index 00000000..be53f10f
Binary files /dev/null and b/public/images/items/thumbnail/lucky-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-horseshoe-convertible.png b/public/images/items/thumbnail/lucky-horseshoe-convertible.png
new file mode 100644
index 00000000..156dcb0e
Binary files /dev/null and b/public/images/items/thumbnail/lucky-horseshoe-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-hunting-kit-convertible.png b/public/images/items/thumbnail/lucky-hunting-kit-convertible.png
new file mode 100644
index 00000000..397c8238
Binary files /dev/null and b/public/images/items/thumbnail/lucky-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-liker-charm-pack-convertible.png b/public/images/items/thumbnail/lucky-liker-charm-pack-convertible.png
new file mode 100644
index 00000000..a8057ba4
Binary files /dev/null and b/public/images/items/thumbnail/lucky-liker-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-rabbit-trinket.png b/public/images/items/thumbnail/lucky-rabbit-trinket.png
new file mode 100644
index 00000000..2125ffd4
Binary files /dev/null and b/public/images/items/thumbnail/lucky-rabbit-trinket.png differ
diff --git a/public/images/items/thumbnail/lucky-rainbow-kit-convertible.png b/public/images/items/thumbnail/lucky-rainbow-kit-convertible.png
new file mode 100644
index 00000000..b38a27b2
Binary files /dev/null and b/public/images/items/thumbnail/lucky-rainbow-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-underwear-convertible.png b/public/images/items/thumbnail/lucky-underwear-convertible.png
new file mode 100644
index 00000000..8dbc65ab
Binary files /dev/null and b/public/images/items/thumbnail/lucky-underwear-convertible.png differ
diff --git a/public/images/items/thumbnail/lucky-valentine-trinket.png b/public/images/items/thumbnail/lucky-valentine-trinket.png
new file mode 100644
index 00000000..982b100f
Binary files /dev/null and b/public/images/items/thumbnail/lucky-valentine-trinket.png differ
diff --git a/public/images/items/thumbnail/lunar-athletic-pack-convertible.png b/public/images/items/thumbnail/lunar-athletic-pack-convertible.png
new file mode 100644
index 00000000..a99f9841
Binary files /dev/null and b/public/images/items/thumbnail/lunar-athletic-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/lunar-new-year-2017-cheese.png b/public/images/items/thumbnail/lunar-new-year-2017-cheese.png
new file mode 100644
index 00000000..7c023c6d
Binary files /dev/null and b/public/images/items/thumbnail/lunar-new-year-2017-cheese.png differ
diff --git a/public/images/items/thumbnail/lunar-new-year-2018-cheese.png b/public/images/items/thumbnail/lunar-new-year-2018-cheese.png
new file mode 100644
index 00000000..00bd37b3
Binary files /dev/null and b/public/images/items/thumbnail/lunar-new-year-2018-cheese.png differ
diff --git a/public/images/items/thumbnail/lunar-new-year-scroll-case-convertible.png b/public/images/items/thumbnail/lunar-new-year-scroll-case-convertible.png
new file mode 100644
index 00000000..8faaa2fb
Binary files /dev/null and b/public/images/items/thumbnail/lunar-new-year-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/lunar-new-year-treasure-chest-convertible.png b/public/images/items/thumbnail/lunar-new-year-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/lunar-new-year-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/lunaria-camembert-4-convertible.png b/public/images/items/thumbnail/lunaria-camembert-4-convertible.png
new file mode 100644
index 00000000..4869253f
Binary files /dev/null and b/public/images/items/thumbnail/lunaria-camembert-4-convertible.png differ
diff --git a/public/images/items/thumbnail/lunaria-camembert-cheese.png b/public/images/items/thumbnail/lunaria-camembert-cheese.png
new file mode 100644
index 00000000..4869253f
Binary files /dev/null and b/public/images/items/thumbnail/lunaria-camembert-cheese.png differ
diff --git a/public/images/items/thumbnail/lunaria-petal-crafting-item.png b/public/images/items/thumbnail/lunaria-petal-crafting-item.png
new file mode 100644
index 00000000..f734f044
Binary files /dev/null and b/public/images/items/thumbnail/lunaria-petal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/m1000-egg-convertible.png b/public/images/items/thumbnail/m1000-egg-convertible.png
new file mode 100644
index 00000000..7ec77a9d
Binary files /dev/null and b/public/images/items/thumbnail/m1000-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/m1k-solo-scroll-case-convertible.png b/public/images/items/thumbnail/m1k-solo-scroll-case-convertible.png
new file mode 100644
index 00000000..1504daad
Binary files /dev/null and b/public/images/items/thumbnail/m1k-solo-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/m1k-solo-treasure-chest-convertible.png b/public/images/items/thumbnail/m1k-solo-treasure-chest-convertible.png
new file mode 100644
index 00000000..31b5459a
Binary files /dev/null and b/public/images/items/thumbnail/m1k-solo-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/m1k-team-scroll-case-convertible.png b/public/images/items/thumbnail/m1k-team-scroll-case-convertible.png
new file mode 100644
index 00000000..6327827b
Binary files /dev/null and b/public/images/items/thumbnail/m1k-team-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/m1k-team-treasure-chest-convertible.png b/public/images/items/thumbnail/m1k-team-treasure-chest-convertible.png
new file mode 100644
index 00000000..56ff07c8
Binary files /dev/null and b/public/images/items/thumbnail/m1k-team-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/m400-egg-convertible.png b/public/images/items/thumbnail/m400-egg-convertible.png
new file mode 100644
index 00000000..a37a3d83
Binary files /dev/null and b/public/images/items/thumbnail/m400-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/m400-intel-stat-item.png b/public/images/items/thumbnail/m400-intel-stat-item.png
new file mode 100644
index 00000000..f384aa96
Binary files /dev/null and b/public/images/items/thumbnail/m400-intel-stat-item.png differ
diff --git a/public/images/items/thumbnail/m400-monstrobot-skin.png b/public/images/items/thumbnail/m400-monstrobot-skin.png
new file mode 100644
index 00000000..1e972d6d
Binary files /dev/null and b/public/images/items/thumbnail/m400-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/m400-upgraded-monstrobot-skin.png b/public/images/items/thumbnail/m400-upgraded-monstrobot-skin.png
new file mode 100644
index 00000000..05f73725
Binary files /dev/null and b/public/images/items/thumbnail/m400-upgraded-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/mad-princess-party-bot-skin.png b/public/images/items/thumbnail/mad-princess-party-bot-skin.png
new file mode 100644
index 00000000..a6fc6c04
Binary files /dev/null and b/public/images/items/thumbnail/mad-princess-party-bot-skin.png differ
diff --git a/public/images/items/thumbnail/mage-weaver-egg-convertible.png b/public/images/items/thumbnail/mage-weaver-egg-convertible.png
new file mode 100644
index 00000000..80d20550
Binary files /dev/null and b/public/images/items/thumbnail/mage-weaver-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/magic-bean-egg-convertible.png b/public/images/items/thumbnail/magic-bean-egg-convertible.png
new file mode 100644
index 00000000..004362d6
Binary files /dev/null and b/public/images/items/thumbnail/magic-bean-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/magic-bean-stat-item.png b/public/images/items/thumbnail/magic-bean-stat-item.png
new file mode 100644
index 00000000..e0ccc0af
Binary files /dev/null and b/public/images/items/thumbnail/magic-bean-stat-item.png differ
diff --git a/public/images/items/thumbnail/magic-cork-dust-stat-item.png b/public/images/items/thumbnail/magic-cork-dust-stat-item.png
new file mode 100644
index 00000000..1c771049
Binary files /dev/null and b/public/images/items/thumbnail/magic-cork-dust-stat-item.png differ
diff --git a/public/images/items/thumbnail/magic-egg-convertible.png b/public/images/items/thumbnail/magic-egg-convertible.png
new file mode 100644
index 00000000..5dc71a63
Binary files /dev/null and b/public/images/items/thumbnail/magic-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/magic-essence-craft-item.png b/public/images/items/thumbnail/magic-essence-craft-item.png
new file mode 100644
index 00000000..3f69e58e
Binary files /dev/null and b/public/images/items/thumbnail/magic-essence-craft-item.png differ
diff --git a/public/images/items/thumbnail/magic-floor-egg-convertible.png b/public/images/items/thumbnail/magic-floor-egg-convertible.png
new file mode 100644
index 00000000..29b92e1f
Binary files /dev/null and b/public/images/items/thumbnail/magic-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/magic-seed-crafting-item.png b/public/images/items/thumbnail/magic-seed-crafting-item.png
new file mode 100644
index 00000000..58ccdaeb
Binary files /dev/null and b/public/images/items/thumbnail/magic-seed-crafting-item.png differ
diff --git a/public/images/items/thumbnail/magical-birthday-cake-message-item.png b/public/images/items/thumbnail/magical-birthday-cake-message-item.png
new file mode 100644
index 00000000..426e4b1b
Binary files /dev/null and b/public/images/items/thumbnail/magical-birthday-cake-message-item.png differ
diff --git a/public/images/items/thumbnail/magical-blue-pepper-craft-item.png b/public/images/items/thumbnail/magical-blue-pepper-craft-item.png
new file mode 100644
index 00000000..1655acda
Binary files /dev/null and b/public/images/items/thumbnail/magical-blue-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/magical-cleanup-kit-convertible.png b/public/images/items/thumbnail/magical-cleanup-kit-convertible.png
new file mode 100644
index 00000000..b9b16555
Binary files /dev/null and b/public/images/items/thumbnail/magical-cleanup-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/magical-eggsweeper-convertible.png b/public/images/items/thumbnail/magical-eggsweeper-convertible.png
new file mode 100644
index 00000000..e58decfe
Binary files /dev/null and b/public/images/items/thumbnail/magical-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/magical-feather-crafting-item.png b/public/images/items/thumbnail/magical-feather-crafting-item.png
new file mode 100644
index 00000000..700120ba
Binary files /dev/null and b/public/images/items/thumbnail/magical-feather-crafting-item.png differ
diff --git a/public/images/items/thumbnail/magical-havarti-cheese.png b/public/images/items/thumbnail/magical-havarti-cheese.png
new file mode 100644
index 00000000..18b09b4e
Binary files /dev/null and b/public/images/items/thumbnail/magical-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/magical-magician-king-bot-skin.png b/public/images/items/thumbnail/magical-magician-king-bot-skin.png
new file mode 100644
index 00000000..0037aaf5
Binary files /dev/null and b/public/images/items/thumbnail/magical-magician-king-bot-skin.png differ
diff --git a/public/images/items/thumbnail/magical-mist-basket-convertible.png b/public/images/items/thumbnail/magical-mist-basket-convertible.png
new file mode 100644
index 00000000..f0bdee25
Binary files /dev/null and b/public/images/items/thumbnail/magical-mist-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/magical-radioactive-blue-cheese.png b/public/images/items/thumbnail/magical-radioactive-blue-cheese.png
new file mode 100644
index 00000000..98d53dac
Binary files /dev/null and b/public/images/items/thumbnail/magical-radioactive-blue-cheese.png differ
diff --git a/public/images/items/thumbnail/magical-rift-gift-convertible.png b/public/images/items/thumbnail/magical-rift-gift-convertible.png
new file mode 100644
index 00000000..237a604b
Binary files /dev/null and b/public/images/items/thumbnail/magical-rift-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/magical-string-cheese.png b/public/images/items/thumbnail/magical-string-cheese.png
new file mode 100644
index 00000000..a0b7c876
Binary files /dev/null and b/public/images/items/thumbnail/magical-string-cheese.png differ
diff --git a/public/images/items/thumbnail/magically-wrapped-gift.png b/public/images/items/thumbnail/magically-wrapped-gift.png
new file mode 100644
index 00000000..b89307b6
Binary files /dev/null and b/public/images/items/thumbnail/magically-wrapped-gift.png differ
diff --git a/public/images/items/thumbnail/magma-base.png b/public/images/items/thumbnail/magma-base.png
new file mode 100644
index 00000000..1baaf81f
Binary files /dev/null and b/public/images/items/thumbnail/magma-base.png differ
diff --git a/public/images/items/thumbnail/magmatic-golem-egg-convertible.png b/public/images/items/thumbnail/magmatic-golem-egg-convertible.png
new file mode 100644
index 00000000..4ea511d8
Binary files /dev/null and b/public/images/items/thumbnail/magmatic-golem-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/magmatic-minotaur-sentinel-skin.png b/public/images/items/thumbnail/magmatic-minotaur-sentinel-skin.png
new file mode 100644
index 00000000..f437d1e0
Binary files /dev/null and b/public/images/items/thumbnail/magmatic-minotaur-sentinel-skin.png differ
diff --git a/public/images/items/thumbnail/magnet-base-blueprints-crafting-item.png b/public/images/items/thumbnail/magnet-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/magnet-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/magnet-base.png b/public/images/items/thumbnail/magnet-base.png
new file mode 100644
index 00000000..8ecf709e
Binary files /dev/null and b/public/images/items/thumbnail/magnet-base.png differ
diff --git a/public/images/items/thumbnail/magnetic-charm-chunk-crafting-item.png b/public/images/items/thumbnail/magnetic-charm-chunk-crafting-item.png
new file mode 100644
index 00000000..25f5c9d9
Binary files /dev/null and b/public/images/items/thumbnail/magnetic-charm-chunk-crafting-item.png differ
diff --git a/public/images/items/thumbnail/maki-cheese.png b/public/images/items/thumbnail/maki-cheese.png
new file mode 100644
index 00000000..d480208c
Binary files /dev/null and b/public/images/items/thumbnail/maki-cheese.png differ
diff --git a/public/images/items/thumbnail/maki-string-cheese.png b/public/images/items/thumbnail/maki-string-cheese.png
new file mode 100644
index 00000000..67063478
Binary files /dev/null and b/public/images/items/thumbnail/maki-string-cheese.png differ
diff --git a/public/images/items/thumbnail/malevolent-maestro-egg-convertible.png b/public/images/items/thumbnail/malevolent-maestro-egg-convertible.png
new file mode 100644
index 00000000..52334e9f
Binary files /dev/null and b/public/images/items/thumbnail/malevolent-maestro-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mandarin-infinite-labyrinth-skin.png b/public/images/items/thumbnail/mandarin-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..c50721d7
Binary files /dev/null and b/public/images/items/thumbnail/mandarin-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/manticore-chrome-sphynx-skin.png b/public/images/items/thumbnail/manticore-chrome-sphynx-skin.png
new file mode 100644
index 00000000..62d007a7
Binary files /dev/null and b/public/images/items/thumbnail/manticore-chrome-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/map-clue-stat-item.png b/public/images/items/thumbnail/map-clue-stat-item.png
new file mode 100644
index 00000000..f3ee97aa
Binary files /dev/null and b/public/images/items/thumbnail/map-clue-stat-item.png differ
diff --git a/public/images/items/thumbnail/marble-cake-base.png b/public/images/items/thumbnail/marble-cake-base.png
new file mode 100644
index 00000000..0e690a40
Binary files /dev/null and b/public/images/items/thumbnail/marble-cake-base.png differ
diff --git a/public/images/items/thumbnail/marble-cheese.png b/public/images/items/thumbnail/marble-cheese.png
new file mode 100644
index 00000000..4b574408
Binary files /dev/null and b/public/images/items/thumbnail/marble-cheese.png differ
diff --git a/public/images/items/thumbnail/marble-string-cheese.png b/public/images/items/thumbnail/marble-string-cheese.png
new file mode 100644
index 00000000..b25ef433
Binary files /dev/null and b/public/images/items/thumbnail/marble-string-cheese.png differ
diff --git a/public/images/items/thumbnail/market-mogul-egg-convertible.png b/public/images/items/thumbnail/market-mogul-egg-convertible.png
new file mode 100644
index 00000000..93c8c70a
Binary files /dev/null and b/public/images/items/thumbnail/market-mogul-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/marketplace-buy-regal-stool-collectible.png b/public/images/items/thumbnail/marketplace-buy-regal-stool-collectible.png
new file mode 100644
index 00000000..13eba9af
Binary files /dev/null and b/public/images/items/thumbnail/marketplace-buy-regal-stool-collectible.png differ
diff --git a/public/images/items/thumbnail/marketplace-sell-regal-display-case-collectible.png b/public/images/items/thumbnail/marketplace-sell-regal-display-case-collectible.png
new file mode 100644
index 00000000..16ce5c2b
Binary files /dev/null and b/public/images/items/thumbnail/marketplace-sell-regal-display-case-collectible.png differ
diff --git a/public/images/items/thumbnail/marshmallow-monterey-cheese.png b/public/images/items/thumbnail/marshmallow-monterey-cheese.png
new file mode 100644
index 00000000..e74bbbda
Binary files /dev/null and b/public/images/items/thumbnail/marshmallow-monterey-cheese.png differ
diff --git a/public/images/items/thumbnail/massive-festive-basket-convertible.png b/public/images/items/thumbnail/massive-festive-basket-convertible.png
new file mode 100644
index 00000000..43a8365a
Binary files /dev/null and b/public/images/items/thumbnail/massive-festive-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/master-achievement.png b/public/images/items/thumbnail/master-achievement.png
new file mode 100644
index 00000000..dfc81c51
Binary files /dev/null and b/public/images/items/thumbnail/master-achievement.png differ
diff --git a/public/images/items/thumbnail/master-belt-shard-craft-item.png b/public/images/items/thumbnail/master-belt-shard-craft-item.png
new file mode 100644
index 00000000..abef8026
Binary files /dev/null and b/public/images/items/thumbnail/master-belt-shard-craft-item.png differ
diff --git a/public/images/items/thumbnail/master-binding-crafting-item.png b/public/images/items/thumbnail/master-binding-crafting-item.png
new file mode 100644
index 00000000..078b900e
Binary files /dev/null and b/public/images/items/thumbnail/master-binding-crafting-item.png differ
diff --git a/public/images/items/thumbnail/master-claw-shard-craft-item.png b/public/images/items/thumbnail/master-claw-shard-craft-item.png
new file mode 100644
index 00000000..f910bff5
Binary files /dev/null and b/public/images/items/thumbnail/master-claw-shard-craft-item.png differ
diff --git a/public/images/items/thumbnail/master-fang-shard-craft-item.png b/public/images/items/thumbnail/master-fang-shard-craft-item.png
new file mode 100644
index 00000000..8f20ca27
Binary files /dev/null and b/public/images/items/thumbnail/master-fang-shard-craft-item.png differ
diff --git a/public/images/items/thumbnail/master-lord-eggsweeper-convertible.png b/public/images/items/thumbnail/master-lord-eggsweeper-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/master-lord-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/master-magus-wand-stat-item.png b/public/images/items/thumbnail/master-magus-wand-stat-item.png
new file mode 100644
index 00000000..5a0c603b
Binary files /dev/null and b/public/images/items/thumbnail/master-magus-wand-stat-item.png differ
diff --git a/public/images/items/thumbnail/master-mimetite-stat-item.png b/public/images/items/thumbnail/master-mimetite-stat-item.png
new file mode 100644
index 00000000..44f9727d
Binary files /dev/null and b/public/images/items/thumbnail/master-mimetite-stat-item.png differ
diff --git a/public/images/items/thumbnail/master-mimolette-cheese.png b/public/images/items/thumbnail/master-mimolette-cheese.png
new file mode 100644
index 00000000..c0746a91
Binary files /dev/null and b/public/images/items/thumbnail/master-mimolette-cheese.png differ
diff --git a/public/images/items/thumbnail/master-mimolette-pack-large-convertible.png b/public/images/items/thumbnail/master-mimolette-pack-large-convertible.png
new file mode 100644
index 00000000..be4cf049
Binary files /dev/null and b/public/images/items/thumbnail/master-mimolette-pack-large-convertible.png differ
diff --git a/public/images/items/thumbnail/master-mimolette-pack-small-convertible.png b/public/images/items/thumbnail/master-mimolette-pack-small-convertible.png
new file mode 100644
index 00000000..d230fc88
Binary files /dev/null and b/public/images/items/thumbnail/master-mimolette-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/master-of-the-dojo-egg-convertible.png b/public/images/items/thumbnail/master-of-the-dojo-egg-convertible.png
new file mode 100644
index 00000000..e0cf2b24
Binary files /dev/null and b/public/images/items/thumbnail/master-of-the-dojo-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/masters-seal-craft-item.png b/public/images/items/thumbnail/masters-seal-craft-item.png
new file mode 100644
index 00000000..8855fa4c
Binary files /dev/null and b/public/images/items/thumbnail/masters-seal-craft-item.png differ
diff --git a/public/images/items/thumbnail/max-loot-multiplier-egg-convertible.png b/public/images/items/thumbnail/max-loot-multiplier-egg-convertible.png
new file mode 100644
index 00000000..423d309e
Binary files /dev/null and b/public/images/items/thumbnail/max-loot-multiplier-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-charge-egg-convertible-2014.png b/public/images/items/thumbnail/medium-charge-egg-convertible-2014.png
new file mode 100644
index 00000000..72eaf16a
Binary files /dev/null and b/public/images/items/thumbnail/medium-charge-egg-convertible-2014.png differ
diff --git a/public/images/items/thumbnail/medium-charge-egg-convertible.png b/public/images/items/thumbnail/medium-charge-egg-convertible.png
new file mode 100644
index 00000000..72eaf16a
Binary files /dev/null and b/public/images/items/thumbnail/medium-charge-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/medium-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/medium-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/medium-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/medium-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-queso-cheese.png b/public/images/items/thumbnail/medium-queso-cheese.png
new file mode 100644
index 00000000..6323dd47
Binary files /dev/null and b/public/images/items/thumbnail/medium-queso-cheese.png differ
diff --git a/public/images/items/thumbnail/medium-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/medium-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-spice-crafting-item.png b/public/images/items/thumbnail/medium-spice-crafting-item.png
new file mode 100644
index 00000000..8d69f165
Binary files /dev/null and b/public/images/items/thumbnail/medium-spice-crafting-item.png differ
diff --git a/public/images/items/thumbnail/medium-steel-barrel-convertible.png b/public/images/items/thumbnail/medium-steel-barrel-convertible.png
new file mode 100644
index 00000000..94672950
Binary files /dev/null and b/public/images/items/thumbnail/medium-steel-barrel-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..2853aaed
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/medium-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..d05a2928
Binary files /dev/null and b/public/images/items/thumbnail/medium-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/medium-waste-barrel-stat-item.png b/public/images/items/thumbnail/medium-waste-barrel-stat-item.png
new file mode 100644
index 00000000..29d4c3c5
Binary files /dev/null and b/public/images/items/thumbnail/medium-waste-barrel-stat-item.png differ
diff --git a/public/images/items/thumbnail/mega-tournament-journal-theme-collectible.png b/public/images/items/thumbnail/mega-tournament-journal-theme-collectible.png
new file mode 100644
index 00000000..1f6cc680
Binary files /dev/null and b/public/images/items/thumbnail/mega-tournament-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/mega-tournament-supply-kit-convertible.png b/public/images/items/thumbnail/mega-tournament-supply-kit-convertible.png
new file mode 100644
index 00000000..951dfd48
Binary files /dev/null and b/public/images/items/thumbnail/mega-tournament-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/mega-tribal-kit-convertible.png b/public/images/items/thumbnail/mega-tribal-kit-convertible.png
new file mode 100644
index 00000000..3b3d1624
Binary files /dev/null and b/public/images/items/thumbnail/mega-tribal-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/melee-floor-egg-convertible.png b/public/images/items/thumbnail/melee-floor-egg-convertible.png
new file mode 100644
index 00000000..748f449d
Binary files /dev/null and b/public/images/items/thumbnail/melee-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/meteor-prison-core-weapon.png b/public/images/items/thumbnail/meteor-prison-core-weapon.png
new file mode 100644
index 00000000..9ab2e186
Binary files /dev/null and b/public/images/items/thumbnail/meteor-prison-core-weapon.png differ
diff --git a/public/images/items/thumbnail/meteoric-core-fragments-stat-item.png b/public/images/items/thumbnail/meteoric-core-fragments-stat-item.png
new file mode 100644
index 00000000..3b8c95e1
Binary files /dev/null and b/public/images/items/thumbnail/meteoric-core-fragments-stat-item.png differ
diff --git a/public/images/items/thumbnail/meteorite-piece-craft-item.png b/public/images/items/thumbnail/meteorite-piece-craft-item.png
new file mode 100644
index 00000000..1e8aa84d
Binary files /dev/null and b/public/images/items/thumbnail/meteorite-piece-craft-item.png differ
diff --git a/public/images/items/thumbnail/mh-birthday-gift-basket-convertible.png b/public/images/items/thumbnail/mh-birthday-gift-basket-convertible.png
new file mode 100644
index 00000000..95b39c61
Binary files /dev/null and b/public/images/items/thumbnail/mh-birthday-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/microchip-curd-crafting-item.png b/public/images/items/thumbnail/microchip-curd-crafting-item.png
new file mode 100644
index 00000000..aa4549b6
Binary files /dev/null and b/public/images/items/thumbnail/microchip-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mighty-mole-egg-convertible.png b/public/images/items/thumbnail/mighty-mole-egg-convertible.png
new file mode 100644
index 00000000..ecaec6f1
Binary files /dev/null and b/public/images/items/thumbnail/mighty-mole-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mild-queso-cheese.png b/public/images/items/thumbnail/mild-queso-cheese.png
new file mode 100644
index 00000000..05ef3384
Binary files /dev/null and b/public/images/items/thumbnail/mild-queso-cheese.png differ
diff --git a/public/images/items/thumbnail/mild-spice-crafting-item.png b/public/images/items/thumbnail/mild-spice-crafting-item.png
new file mode 100644
index 00000000..2ce92ff5
Binary files /dev/null and b/public/images/items/thumbnail/mild-spice-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mine-crafting-item.png b/public/images/items/thumbnail/mine-crafting-item.png
new file mode 100644
index 00000000..269d019a
Binary files /dev/null and b/public/images/items/thumbnail/mine-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mineral-cheese.png b/public/images/items/thumbnail/mineral-cheese.png
new file mode 100644
index 00000000..a1a3acaf
Binary files /dev/null and b/public/images/items/thumbnail/mineral-cheese.png differ
diff --git a/public/images/items/thumbnail/mineral-crafting-item.png b/public/images/items/thumbnail/mineral-crafting-item.png
new file mode 100644
index 00000000..2dba2789
Binary files /dev/null and b/public/images/items/thumbnail/mineral-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mini-cauldron-collectible.png b/public/images/items/thumbnail/mini-cauldron-collectible.png
new file mode 100644
index 00000000..518bca7a
Binary files /dev/null and b/public/images/items/thumbnail/mini-cauldron-collectible.png differ
diff --git a/public/images/items/thumbnail/mini-fighter-jet-collectible.png b/public/images/items/thumbnail/mini-fighter-jet-collectible.png
new file mode 100644
index 00000000..5edddcf3
Binary files /dev/null and b/public/images/items/thumbnail/mini-fighter-jet-collectible.png differ
diff --git a/public/images/items/thumbnail/mini-maelstrom-crafting-item.png b/public/images/items/thumbnail/mini-maelstrom-crafting-item.png
new file mode 100644
index 00000000..4fcc0e17
Binary files /dev/null and b/public/images/items/thumbnail/mini-maelstrom-crafting-item.png differ
diff --git a/public/images/items/thumbnail/miniature-torch-collectible.png b/public/images/items/thumbnail/miniature-torch-collectible.png
new file mode 100644
index 00000000..30c73ad0
Binary files /dev/null and b/public/images/items/thumbnail/miniature-torch-collectible.png differ
diff --git a/public/images/items/thumbnail/mining-trinket.png b/public/images/items/thumbnail/mining-trinket.png
new file mode 100644
index 00000000..2981ff3a
Binary files /dev/null and b/public/images/items/thumbnail/mining-trinket.png differ
diff --git a/public/images/items/thumbnail/minotaur-base-blueprints-crafting-item.png b/public/images/items/thumbnail/minotaur-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/minotaur-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/minotaur-base-crafting-item.png b/public/images/items/thumbnail/minotaur-base-crafting-item.png
new file mode 100644
index 00000000..ca1c12a4
Binary files /dev/null and b/public/images/items/thumbnail/minotaur-base-crafting-item.png differ
diff --git a/public/images/items/thumbnail/minotaur-base.png b/public/images/items/thumbnail/minotaur-base.png
new file mode 100644
index 00000000..2d894c21
Binary files /dev/null and b/public/images/items/thumbnail/minotaur-base.png differ
diff --git a/public/images/items/thumbnail/minuscule-photo-album-message-item.png b/public/images/items/thumbnail/minuscule-photo-album-message-item.png
new file mode 100644
index 00000000..607dfceb
Binary files /dev/null and b/public/images/items/thumbnail/minuscule-photo-album-message-item.png differ
diff --git a/public/images/items/thumbnail/misplaced-missile-crafting-item.png b/public/images/items/thumbnail/misplaced-missile-crafting-item.png
new file mode 100644
index 00000000..2a8beff1
Binary files /dev/null and b/public/images/items/thumbnail/misplaced-missile-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mist-canister-stat-item.png b/public/images/items/thumbnail/mist-canister-stat-item.png
new file mode 100644
index 00000000..8aac3e8b
Binary files /dev/null and b/public/images/items/thumbnail/mist-canister-stat-item.png differ
diff --git a/public/images/items/thumbnail/mist-meter-regulator-base.png b/public/images/items/thumbnail/mist-meter-regulator-base.png
new file mode 100644
index 00000000..c74e848a
Binary files /dev/null and b/public/images/items/thumbnail/mist-meter-regulator-base.png differ
diff --git a/public/images/items/thumbnail/mistletoe-collectible.png b/public/images/items/thumbnail/mistletoe-collectible.png
new file mode 100644
index 00000000..084aff0a
Binary files /dev/null and b/public/images/items/thumbnail/mistletoe-collectible.png differ
diff --git a/public/images/items/thumbnail/mobile-trinket.png b/public/images/items/thumbnail/mobile-trinket.png
new file mode 100644
index 00000000..813b9f82
Binary files /dev/null and b/public/images/items/thumbnail/mobile-trinket.png differ
diff --git a/public/images/items/thumbnail/molten-glass-crafting-item.png b/public/images/items/thumbnail/molten-glass-crafting-item.png
new file mode 100644
index 00000000..bb3f3454
Binary files /dev/null and b/public/images/items/thumbnail/molten-glass-crafting-item.png differ
diff --git a/public/images/items/thumbnail/molten-oasis-skin.png b/public/images/items/thumbnail/molten-oasis-skin.png
new file mode 100644
index 00000000..56e2eeaa
Binary files /dev/null and b/public/images/items/thumbnail/molten-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/molten-shrapnel-base.png b/public/images/items/thumbnail/molten-shrapnel-base.png
new file mode 100644
index 00000000..55f73e3f
Binary files /dev/null and b/public/images/items/thumbnail/molten-shrapnel-base.png differ
diff --git a/public/images/items/thumbnail/monger-trinket.png b/public/images/items/thumbnail/monger-trinket.png
new file mode 100644
index 00000000..723d9a0a
Binary files /dev/null and b/public/images/items/thumbnail/monger-trinket.png differ
diff --git a/public/images/items/thumbnail/monkey-endless-labyrinth-skin.png b/public/images/items/thumbnail/monkey-endless-labyrinth-skin.png
new file mode 100644
index 00000000..ba366151
Binary files /dev/null and b/public/images/items/thumbnail/monkey-endless-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/monkey-festival-jumbo-kit-convertible.png b/public/images/items/thumbnail/monkey-festival-jumbo-kit-convertible.png
new file mode 100644
index 00000000..11ce97bf
Binary files /dev/null and b/public/images/items/thumbnail/monkey-festival-jumbo-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/monkey-fling-potion.png b/public/images/items/thumbnail/monkey-fling-potion.png
new file mode 100644
index 00000000..581af95a
Binary files /dev/null and b/public/images/items/thumbnail/monkey-fling-potion.png differ
diff --git a/public/images/items/thumbnail/monkey-fling-trinket.png b/public/images/items/thumbnail/monkey-fling-trinket.png
new file mode 100644
index 00000000..a7a599ad
Binary files /dev/null and b/public/images/items/thumbnail/monkey-fling-trinket.png differ
diff --git a/public/images/items/thumbnail/monkey-focused-crystal-laser-skin.png b/public/images/items/thumbnail/monkey-focused-crystal-laser-skin.png
new file mode 100644
index 00000000..b23b586a
Binary files /dev/null and b/public/images/items/thumbnail/monkey-focused-crystal-laser-skin.png differ
diff --git a/public/images/items/thumbnail/monkey-jade-base.png b/public/images/items/thumbnail/monkey-jade-base.png
new file mode 100644
index 00000000..6ba4a9d5
Binary files /dev/null and b/public/images/items/thumbnail/monkey-jade-base.png differ
diff --git a/public/images/items/thumbnail/monkey-mask-collectible.png b/public/images/items/thumbnail/monkey-mask-collectible.png
new file mode 100644
index 00000000..a743749c
Binary files /dev/null and b/public/images/items/thumbnail/monkey-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/monkey-multi-crystal-laser-skin.png b/public/images/items/thumbnail/monkey-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..0a1ed664
Binary files /dev/null and b/public/images/items/thumbnail/monkey-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/thumbnail/monolith-base.png b/public/images/items/thumbnail/monolith-base.png
new file mode 100644
index 00000000..5e99e3cc
Binary files /dev/null and b/public/images/items/thumbnail/monolith-base.png differ
diff --git a/public/images/items/thumbnail/monolithic-slab-crafting-item.png b/public/images/items/thumbnail/monolithic-slab-crafting-item.png
new file mode 100644
index 00000000..1ea05431
Binary files /dev/null and b/public/images/items/thumbnail/monolithic-slab-crafting-item.png differ
diff --git a/public/images/items/thumbnail/monster-egg-convertible.png b/public/images/items/thumbnail/monster-egg-convertible.png
new file mode 100644
index 00000000..dd930d8c
Binary files /dev/null and b/public/images/items/thumbnail/monster-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/monster-of-the-meteor-egg-convertible.png b/public/images/items/thumbnail/monster-of-the-meteor-egg-convertible.png
new file mode 100644
index 00000000..4892e325
Binary files /dev/null and b/public/images/items/thumbnail/monster-of-the-meteor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/monstrous-midge-egg-convertible.png b/public/images/items/thumbnail/monstrous-midge-egg-convertible.png
new file mode 100644
index 00000000..156a3f92
Binary files /dev/null and b/public/images/items/thumbnail/monstrous-midge-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/moon-celestial-dissonance-weapon-skin.png b/public/images/items/thumbnail/moon-celestial-dissonance-weapon-skin.png
new file mode 100644
index 00000000..1f30d693
Binary files /dev/null and b/public/images/items/thumbnail/moon-celestial-dissonance-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/moon-cheese.png b/public/images/items/thumbnail/moon-cheese.png
new file mode 100644
index 00000000..4e7b44f7
Binary files /dev/null and b/public/images/items/thumbnail/moon-cheese.png differ
diff --git a/public/images/items/thumbnail/mountain-ninja-cheese.png b/public/images/items/thumbnail/mountain-ninja-cheese.png
new file mode 100644
index 00000000..6c85d853
Binary files /dev/null and b/public/images/items/thumbnail/mountain-ninja-cheese.png differ
diff --git a/public/images/items/thumbnail/mousataur-skull-stat-item.png b/public/images/items/thumbnail/mousataur-skull-stat-item.png
new file mode 100644
index 00000000..1f95ac47
Binary files /dev/null and b/public/images/items/thumbnail/mousataur-skull-stat-item.png differ
diff --git a/public/images/items/thumbnail/mouse-deathbot-weapon.png b/public/images/items/thumbnail/mouse-deathbot-weapon.png
new file mode 100644
index 00000000..4c8cb577
Binary files /dev/null and b/public/images/items/thumbnail/mouse-deathbot-weapon.png differ
diff --git a/public/images/items/thumbnail/mouse-macaroon-collectible.png b/public/images/items/thumbnail/mouse-macaroon-collectible.png
new file mode 100644
index 00000000..64048be5
Binary files /dev/null and b/public/images/items/thumbnail/mouse-macaroon-collectible.png differ
diff --git a/public/images/items/thumbnail/mouse-mary-onette-weapon.png b/public/images/items/thumbnail/mouse-mary-onette-weapon.png
new file mode 100644
index 00000000..8e0ecbb3
Binary files /dev/null and b/public/images/items/thumbnail/mouse-mary-onette-weapon.png differ
diff --git a/public/images/items/thumbnail/mouse-pincushion-collectible.png b/public/images/items/thumbnail/mouse-pincushion-collectible.png
new file mode 100644
index 00000000..69eb2c3b
Binary files /dev/null and b/public/images/items/thumbnail/mouse-pincushion-collectible.png differ
diff --git a/public/images/items/thumbnail/mouse-rocketine-weapon.png b/public/images/items/thumbnail/mouse-rocketine-weapon.png
new file mode 100644
index 00000000..fee95ab0
Binary files /dev/null and b/public/images/items/thumbnail/mouse-rocketine-weapon.png differ
diff --git a/public/images/items/thumbnail/mouse-scale-crafting-item.png b/public/images/items/thumbnail/mouse-scale-crafting-item.png
new file mode 100644
index 00000000..b172b2f8
Binary files /dev/null and b/public/images/items/thumbnail/mouse-scale-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mouse-scale-egg-convertible.png b/public/images/items/thumbnail/mouse-scale-egg-convertible.png
new file mode 100644
index 00000000..d678e7ee
Binary files /dev/null and b/public/images/items/thumbnail/mouse-scale-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mouse-statuette-collectible.png b/public/images/items/thumbnail/mouse-statuette-collectible.png
new file mode 100644
index 00000000..3227c06a
Binary files /dev/null and b/public/images/items/thumbnail/mouse-statuette-collectible.png differ
diff --git a/public/images/items/thumbnail/mouse-trebuchet-weapon.png b/public/images/items/thumbnail/mouse-trebuchet-weapon.png
new file mode 100644
index 00000000..8e35ab84
Binary files /dev/null and b/public/images/items/thumbnail/mouse-trebuchet-weapon.png differ
diff --git a/public/images/items/thumbnail/mousoleum-champion-kit-convertible.png b/public/images/items/thumbnail/mousoleum-champion-kit-convertible.png
new file mode 100644
index 00000000..c7b51bca
Binary files /dev/null and b/public/images/items/thumbnail/mousoleum-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/mousoleum-wall-health-stat-item.png b/public/images/items/thumbnail/mousoleum-wall-health-stat-item.png
new file mode 100644
index 00000000..c3181c1e
Binary files /dev/null and b/public/images/items/thumbnail/mousoleum-wall-health-stat-item.png differ
diff --git a/public/images/items/thumbnail/mousoleum-wall-stat-item.png b/public/images/items/thumbnail/mousoleum-wall-stat-item.png
new file mode 100644
index 00000000..c3181c1e
Binary files /dev/null and b/public/images/items/thumbnail/mousoleum-wall-stat-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-fealty-stat-item.png b/public/images/items/thumbnail/moussu-picchu-fealty-stat-item.png
new file mode 100644
index 00000000..ce2a9ac1
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-fealty-stat-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-gift-basket-convertible.png b/public/images/items/thumbnail/moussu-picchu-gift-basket-convertible.png
new file mode 100644
index 00000000..434c1f26
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-journal-theme-collectible.png b/public/images/items/thumbnail/moussu-picchu-journal-theme-collectible.png
new file mode 100644
index 00000000..d150f124
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-map-piece.png b/public/images/items/thumbnail/moussu-picchu-map-piece.png
new file mode 100644
index 00000000..6763d014
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-map-piece.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-scholar-stat-item.png b/public/images/items/thumbnail/moussu-picchu-scholar-stat-item.png
new file mode 100644
index 00000000..fefbfb82
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-scholar-stat-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-scroll-case-convertible.png b/public/images/items/thumbnail/moussu-picchu-scroll-case-convertible.png
new file mode 100644
index 00000000..060c43bb
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-supply-kit-convertible.png b/public/images/items/thumbnail/moussu-picchu-supply-kit-convertible.png
new file mode 100644
index 00000000..4ecfbc39
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-tech-stat-item.png b/public/images/items/thumbnail/moussu-picchu-tech-stat-item.png
new file mode 100644
index 00000000..81571401
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-tech-stat-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/moussu-picchu-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..0f816be3
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/moussu-picchu-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..37805907
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/moussu-picchu-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..8b878dbd
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-treasure-chest-convertible.png b/public/images/items/thumbnail/moussu-picchu-treasure-chest-convertible.png
new file mode 100644
index 00000000..81abc9d7
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/moussu-picchu-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/moussu-picchu-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..13520389
Binary files /dev/null and b/public/images/items/thumbnail/moussu-picchu-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/mozzarella-cheese.png b/public/images/items/thumbnail/mozzarella-cheese.png
new file mode 100644
index 00000000..5845dc91
Binary files /dev/null and b/public/images/items/thumbnail/mozzarella-cheese.png differ
diff --git a/public/images/items/thumbnail/multi-crystal-laser-weapon.png b/public/images/items/thumbnail/multi-crystal-laser-weapon.png
new file mode 100644
index 00000000..6bd51ae9
Binary files /dev/null and b/public/images/items/thumbnail/multi-crystal-laser-weapon.png differ
diff --git a/public/images/items/thumbnail/muridae-egg-convertible.png b/public/images/items/thumbnail/muridae-egg-convertible.png
new file mode 100644
index 00000000..d05c5fdc
Binary files /dev/null and b/public/images/items/thumbnail/muridae-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/muridae-gift-basket-convertible.png b/public/images/items/thumbnail/muridae-gift-basket-convertible.png
new file mode 100644
index 00000000..a4535e8c
Binary files /dev/null and b/public/images/items/thumbnail/muridae-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/muridae-mega-supply-kit-convertible.png b/public/images/items/thumbnail/muridae-mega-supply-kit-convertible.png
new file mode 100644
index 00000000..590b0b02
Binary files /dev/null and b/public/images/items/thumbnail/muridae-mega-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/muridae-scroll-case-convertible.png b/public/images/items/thumbnail/muridae-scroll-case-convertible.png
new file mode 100644
index 00000000..e2512978
Binary files /dev/null and b/public/images/items/thumbnail/muridae-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/muridae-supply-kit-convertible.png b/public/images/items/thumbnail/muridae-supply-kit-convertible.png
new file mode 100644
index 00000000..4f62a8ae
Binary files /dev/null and b/public/images/items/thumbnail/muridae-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/muridae-treasure-chest-convertible.png b/public/images/items/thumbnail/muridae-treasure-chest-convertible.png
new file mode 100644
index 00000000..143c26c8
Binary files /dev/null and b/public/images/items/thumbnail/muridae-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/mutant-mongrel-egg-convertible.png b/public/images/items/thumbnail/mutant-mongrel-egg-convertible.png
new file mode 100644
index 00000000..3ff841f9
Binary files /dev/null and b/public/images/items/thumbnail/mutant-mongrel-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mutated-behemoth-egg-convertible.png b/public/images/items/thumbnail/mutated-behemoth-egg-convertible.png
new file mode 100644
index 00000000..2d17c254
Binary files /dev/null and b/public/images/items/thumbnail/mutated-behemoth-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mutated-venus-mouse-trap-weapon.png b/public/images/items/thumbnail/mutated-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..7d687671
Binary files /dev/null and b/public/images/items/thumbnail/mutated-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/mysterious-blueprints-craft-item.png b/public/images/items/thumbnail/mysterious-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/mysterious-box-convertible.png b/public/images/items/thumbnail/mysterious-box-convertible.png
new file mode 100644
index 00000000..dd47db6a
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-box-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-box-s-convertible.png b/public/images/items/thumbnail/mysterious-box-s-convertible.png
new file mode 100644
index 00000000..dd47db6a
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-box-s-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-mythical-scroll-case-2-convertible.png b/public/images/items/thumbnail/mysterious-mythical-scroll-case-2-convertible.png
new file mode 100644
index 00000000..73e2e8ce
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-mythical-scroll-case-2-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-mythical-scroll-case-3-convertible.png b/public/images/items/thumbnail/mysterious-mythical-scroll-case-3-convertible.png
new file mode 100644
index 00000000..73e2e8ce
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-mythical-scroll-case-3-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-mythical-scroll-case-convertible.png b/public/images/items/thumbnail/mysterious-mythical-scroll-case-convertible.png
new file mode 100644
index 00000000..73e2e8ce
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-mythical-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-mythical-treasure-chest-2-convertible.png b/public/images/items/thumbnail/mysterious-mythical-treasure-chest-2-convertible.png
new file mode 100644
index 00000000..29f97630
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-mythical-treasure-chest-2-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-mythical-treasure-chest-3-convertible.png b/public/images/items/thumbnail/mysterious-mythical-treasure-chest-3-convertible.png
new file mode 100644
index 00000000..29f97630
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-mythical-treasure-chest-3-convertible.png differ
diff --git a/public/images/items/thumbnail/mysterious-mythical-treasure-chest-convertible.png b/public/images/items/thumbnail/mysterious-mythical-treasure-chest-convertible.png
new file mode 100644
index 00000000..29f97630
Binary files /dev/null and b/public/images/items/thumbnail/mysterious-mythical-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/mystery-gift-box-convertible.png b/public/images/items/thumbnail/mystery-gift-box-convertible.png
new file mode 100644
index 00000000..87d29378
Binary files /dev/null and b/public/images/items/thumbnail/mystery-gift-box-convertible.png differ
diff --git a/public/images/items/thumbnail/mystery-satchel-of-gold-convertible.png b/public/images/items/thumbnail/mystery-satchel-of-gold-convertible.png
new file mode 100644
index 00000000..9247fd75
Binary files /dev/null and b/public/images/items/thumbnail/mystery-satchel-of-gold-convertible.png differ
diff --git a/public/images/items/thumbnail/mystic-advanced-research-quest-item.png b/public/images/items/thumbnail/mystic-advanced-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/mystic-advanced-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/mystic-crystal-crafting-item.png b/public/images/items/thumbnail/mystic-crystal-crafting-item.png
new file mode 100644
index 00000000..e268dd85
Binary files /dev/null and b/public/images/items/thumbnail/mystic-crystal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mystic-curd-crafting-item.png b/public/images/items/thumbnail/mystic-curd-crafting-item.png
new file mode 100644
index 00000000..27e708a5
Binary files /dev/null and b/public/images/items/thumbnail/mystic-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mystic-king-egg-convertible.png b/public/images/items/thumbnail/mystic-king-egg-convertible.png
new file mode 100644
index 00000000..27e31cce
Binary files /dev/null and b/public/images/items/thumbnail/mystic-king-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mystic-low-weapon.png b/public/images/items/thumbnail/mystic-low-weapon.png
new file mode 100644
index 00000000..9e9f396e
Binary files /dev/null and b/public/images/items/thumbnail/mystic-low-weapon.png differ
diff --git a/public/images/items/thumbnail/mystic-page-crafting-item.png b/public/images/items/thumbnail/mystic-page-crafting-item.png
new file mode 100644
index 00000000..9d46d1ac
Binary files /dev/null and b/public/images/items/thumbnail/mystic-page-crafting-item.png differ
diff --git a/public/images/items/thumbnail/mystickingresearch-quest-item.png b/public/images/items/thumbnail/mystickingresearch-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/mystickingresearch-quest-item.png differ
diff --git a/public/images/items/thumbnail/mythical-dragon-egg-convertible.png b/public/images/items/thumbnail/mythical-dragon-egg-convertible.png
new file mode 100644
index 00000000..5196eeb5
Binary files /dev/null and b/public/images/items/thumbnail/mythical-dragon-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mythical-dragon-heart-stat-item.png b/public/images/items/thumbnail/mythical-dragon-heart-stat-item.png
new file mode 100644
index 00000000..0d939657
Binary files /dev/null and b/public/images/items/thumbnail/mythical-dragon-heart-stat-item.png differ
diff --git a/public/images/items/thumbnail/mythical-giant-king-egg-convertible.png b/public/images/items/thumbnail/mythical-giant-king-egg-convertible.png
new file mode 100644
index 00000000..83674713
Binary files /dev/null and b/public/images/items/thumbnail/mythical-giant-king-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mythical-master-egg-convertible.png b/public/images/items/thumbnail/mythical-master-egg-convertible.png
new file mode 100644
index 00000000..62085699
Binary files /dev/null and b/public/images/items/thumbnail/mythical-master-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/mythical-mulch-stat-item.png b/public/images/items/thumbnail/mythical-mulch-stat-item.png
new file mode 100644
index 00000000..1543b2b7
Binary files /dev/null and b/public/images/items/thumbnail/mythical-mulch-stat-item.png differ
diff --git a/public/images/items/thumbnail/mythweaver-egg-convertible.png b/public/images/items/thumbnail/mythweaver-egg-convertible.png
new file mode 100644
index 00000000..bce39c29
Binary files /dev/null and b/public/images/items/thumbnail/mythweaver-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/nachore-stat-item.png b/public/images/items/thumbnail/nachore-stat-item.png
new file mode 100644
index 00000000..4af295dc
Binary files /dev/null and b/public/images/items/thumbnail/nachore-stat-item.png differ
diff --git a/public/images/items/thumbnail/nanny-bolts-craft-item.png b/public/images/items/thumbnail/nanny-bolts-craft-item.png
new file mode 100644
index 00000000..542d3acf
Binary files /dev/null and b/public/images/items/thumbnail/nanny-bolts-craft-item.png differ
diff --git a/public/images/items/thumbnail/nanny-glasses-crafting-item.png b/public/images/items/thumbnail/nanny-glasses-crafting-item.png
new file mode 100644
index 00000000..617fb710
Binary files /dev/null and b/public/images/items/thumbnail/nanny-glasses-crafting-item.png differ
diff --git a/public/images/items/thumbnail/nanny-trinket.png b/public/images/items/thumbnail/nanny-trinket.png
new file mode 100644
index 00000000..9ecbdc6b
Binary files /dev/null and b/public/images/items/thumbnail/nanny-trinket.png differ
diff --git a/public/images/items/thumbnail/nannybot-parts-crafting-item.png b/public/images/items/thumbnail/nannybot-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/nannybot-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/nannybot-weapon.png b/public/images/items/thumbnail/nannybot-weapon.png
new file mode 100644
index 00000000..022fa7a9
Binary files /dev/null and b/public/images/items/thumbnail/nannybot-weapon.png differ
diff --git a/public/images/items/thumbnail/naturalist-egg-convertible.png b/public/images/items/thumbnail/naturalist-egg-convertible.png
new file mode 100644
index 00000000..7b205a1e
Binary files /dev/null and b/public/images/items/thumbnail/naturalist-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2014-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2014-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2014-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2014-list-convertible.png b/public/images/items/thumbnail/naughty-2014-list-convertible.png
new file mode 100644
index 00000000..ea8b9dbe
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2014-list-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2015-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2015-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2015-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2016-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2016-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2016-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2017-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2017-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2017-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2018-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2018-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2018-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2019-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2019-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2019-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2020-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2020-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2020-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2021-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2021-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2021-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-2022-list-chest-convertible.png b/public/images/items/thumbnail/naughty-2022-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-2022-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-list-chest-convertible.png b/public/images/items/thumbnail/naughty-list-chest-convertible.png
new file mode 100644
index 00000000..0fc85b2f
Binary files /dev/null and b/public/images/items/thumbnail/naughty-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-list-convertible.png b/public/images/items/thumbnail/naughty-list-convertible.png
new file mode 100644
index 00000000..ea8b9dbe
Binary files /dev/null and b/public/images/items/thumbnail/naughty-list-convertible.png differ
diff --git a/public/images/items/thumbnail/naughty-list-printing-press-base.png b/public/images/items/thumbnail/naughty-list-printing-press-base.png
new file mode 100644
index 00000000..3cf7cbd6
Binary files /dev/null and b/public/images/items/thumbnail/naughty-list-printing-press-base.png differ
diff --git a/public/images/items/thumbnail/nautilus-weapon.png b/public/images/items/thumbnail/nautilus-weapon.png
new file mode 100644
index 00000000..fd51d8e6
Binary files /dev/null and b/public/images/items/thumbnail/nautilus-weapon.png differ
diff --git a/public/images/items/thumbnail/nerg-egg-convertible.png b/public/images/items/thumbnail/nerg-egg-convertible.png
new file mode 100644
index 00000000..98a10852
Binary files /dev/null and b/public/images/items/thumbnail/nerg-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/nerg-power-trinket.png b/public/images/items/thumbnail/nerg-power-trinket.png
new file mode 100644
index 00000000..04a6fe43
Binary files /dev/null and b/public/images/items/thumbnail/nerg-power-trinket.png differ
diff --git a/public/images/items/thumbnail/nerg-survival-kit-convertible.png b/public/images/items/thumbnail/nerg-survival-kit-convertible.png
new file mode 100644
index 00000000..3d1df884
Binary files /dev/null and b/public/images/items/thumbnail/nerg-survival-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/net-cannon-weapon.png b/public/images/items/thumbnail/net-cannon-weapon.png
new file mode 100644
index 00000000..e012e3ab
Binary files /dev/null and b/public/images/items/thumbnail/net-cannon-weapon.png differ
diff --git a/public/images/items/thumbnail/new-base-blueprints-crafting-item.png b/public/images/items/thumbnail/new-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/new-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/new-year-princebot-skin.png b/public/images/items/thumbnail/new-year-princebot-skin.png
new file mode 100644
index 00000000..fe5b1001
Binary files /dev/null and b/public/images/items/thumbnail/new-year-princebot-skin.png differ
diff --git a/public/images/items/thumbnail/new-year-scroll-case-convertible.png b/public/images/items/thumbnail/new-year-scroll-case-convertible.png
new file mode 100644
index 00000000..cfc43d63
Binary files /dev/null and b/public/images/items/thumbnail/new-year-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/new-year-yule-log-stat-item.png b/public/images/items/thumbnail/new-year-yule-log-stat-item.png
new file mode 100644
index 00000000..4629c564
Binary files /dev/null and b/public/images/items/thumbnail/new-year-yule-log-stat-item.png differ
diff --git a/public/images/items/thumbnail/new-years-2015-victory-stat-item.png b/public/images/items/thumbnail/new-years-2015-victory-stat-item.png
new file mode 100644
index 00000000..22512f8c
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2015-victory-stat-item.png differ
diff --git a/public/images/items/thumbnail/new-years-2017-base.png b/public/images/items/thumbnail/new-years-2017-base.png
new file mode 100644
index 00000000..d9370112
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2017-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2017-weapon.png b/public/images/items/thumbnail/new-years-2017-weapon.png
new file mode 100644
index 00000000..f7fae335
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2017-weapon.png differ
diff --git a/public/images/items/thumbnail/new-years-2018-base.png b/public/images/items/thumbnail/new-years-2018-base.png
new file mode 100644
index 00000000..1e5e5c69
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2018-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2019-base.png b/public/images/items/thumbnail/new-years-2019-base.png
new file mode 100644
index 00000000..33c561f2
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2019-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2020-base.png b/public/images/items/thumbnail/new-years-2020-base.png
new file mode 100644
index 00000000..09eb3e92
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2020-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2021-base.png b/public/images/items/thumbnail/new-years-2021-base.png
new file mode 100644
index 00000000..b0e5cac1
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2021-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2022-base.png b/public/images/items/thumbnail/new-years-2022-base.png
new file mode 100644
index 00000000..0cf74d43
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2022-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2023-base.png b/public/images/items/thumbnail/new-years-2023-base.png
new file mode 100644
index 00000000..1c3c86e5
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2023-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2024-base.png b/public/images/items/thumbnail/new-years-2024-base.png
new file mode 100644
index 00000000..103e82c2
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2024-base.png differ
diff --git a/public/images/items/thumbnail/new-years-2025-base.png b/public/images/items/thumbnail/new-years-2025-base.png
new file mode 100644
index 00000000..aa44cf2d
Binary files /dev/null and b/public/images/items/thumbnail/new-years-2025-base.png differ
diff --git a/public/images/items/thumbnail/new-years-celebratory-party-cannon-skin.png b/public/images/items/thumbnail/new-years-celebratory-party-cannon-skin.png
new file mode 100644
index 00000000..9c59feeb
Binary files /dev/null and b/public/images/items/thumbnail/new-years-celebratory-party-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-chest-convertible.png b/public/images/items/thumbnail/new-years-chest-convertible.png
new file mode 100644
index 00000000..e9ff4794
Binary files /dev/null and b/public/images/items/thumbnail/new-years-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/new-years-chrome-sphynx-skin.png b/public/images/items/thumbnail/new-years-chrome-sphynx-skin.png
new file mode 100644
index 00000000..338aa429
Binary files /dev/null and b/public/images/items/thumbnail/new-years-chrome-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-clockwork-portal-skin.png b/public/images/items/thumbnail/new-years-clockwork-portal-skin.png
new file mode 100644
index 00000000..909fbc3c
Binary files /dev/null and b/public/images/items/thumbnail/new-years-clockwork-portal-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-dimensional-chest-skin.png b/public/images/items/thumbnail/new-years-dimensional-chest-skin.png
new file mode 100644
index 00000000..408af66b
Binary files /dev/null and b/public/images/items/thumbnail/new-years-dimensional-chest-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-endless-labyrinth-skin.png b/public/images/items/thumbnail/new-years-endless-labyrinth-skin.png
new file mode 100644
index 00000000..bf8638bb
Binary files /dev/null and b/public/images/items/thumbnail/new-years-endless-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-event-horizon-crafting-item.png b/public/images/items/thumbnail/new-years-event-horizon-crafting-item.png
new file mode 100644
index 00000000..1ad08b9b
Binary files /dev/null and b/public/images/items/thumbnail/new-years-event-horizon-crafting-item.png differ
diff --git a/public/images/items/thumbnail/new-years-event-horizon-weapon.png b/public/images/items/thumbnail/new-years-event-horizon-weapon.png
new file mode 100644
index 00000000..f1ae359d
Binary files /dev/null and b/public/images/items/thumbnail/new-years-event-horizon-weapon.png differ
diff --git a/public/images/items/thumbnail/new-years-floating-arcane-weapon-skin.png b/public/images/items/thumbnail/new-years-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..63f3b309
Binary files /dev/null and b/public/images/items/thumbnail/new-years-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-nougat-stat-item.png b/public/images/items/thumbnail/new-years-nougat-stat-item.png
new file mode 100644
index 00000000..186e156c
Binary files /dev/null and b/public/images/items/thumbnail/new-years-nougat-stat-item.png differ
diff --git a/public/images/items/thumbnail/new-years-party-ball-convertible.png b/public/images/items/thumbnail/new-years-party-ball-convertible.png
new file mode 100644
index 00000000..8980c827
Binary files /dev/null and b/public/images/items/thumbnail/new-years-party-ball-convertible.png differ
diff --git a/public/images/items/thumbnail/new-years-scarlet-ember-root-trap-skin.png b/public/images/items/thumbnail/new-years-scarlet-ember-root-trap-skin.png
new file mode 100644
index 00000000..238fcfeb
Binary files /dev/null and b/public/images/items/thumbnail/new-years-scarlet-ember-root-trap-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-slac-ii-skin.png b/public/images/items/thumbnail/new-years-slac-ii-skin.png
new file mode 100644
index 00000000..ee3d7207
Binary files /dev/null and b/public/images/items/thumbnail/new-years-slac-ii-skin.png differ
diff --git a/public/images/items/thumbnail/new-years-voucher-stat-item.png b/public/images/items/thumbnail/new-years-voucher-stat-item.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/new-years-voucher-stat-item.png differ
diff --git a/public/images/items/thumbnail/nibbler-egg-convertible.png b/public/images/items/thumbnail/nibbler-egg-convertible.png
new file mode 100644
index 00000000..955f5bfa
Binary files /dev/null and b/public/images/items/thumbnail/nibbler-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2014-list-chest-convertible.png b/public/images/items/thumbnail/nice-2014-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-2014-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2014-list-convertible.png b/public/images/items/thumbnail/nice-2014-list-convertible.png
new file mode 100644
index 00000000..3dd1eaad
Binary files /dev/null and b/public/images/items/thumbnail/nice-2014-list-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2015-list-chest-convertible.png b/public/images/items/thumbnail/nice-2015-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-2015-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2016-list-chest-convertible.png b/public/images/items/thumbnail/nice-2016-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-2016-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2017-list-chest-convertible.png b/public/images/items/thumbnail/nice-2017-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-2017-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2018-list-chest-convertible.png b/public/images/items/thumbnail/nice-2018-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-2018-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2021-list-chest-convertible.png b/public/images/items/thumbnail/nice-2021-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-2021-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-2022-list-chest-convertible.png b/public/images/items/thumbnail/nice-2022-list-chest-convertible.png
new file mode 100644
index 00000000..448835c0
Binary files /dev/null and b/public/images/items/thumbnail/nice-2022-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-list-chest-convertible.png b/public/images/items/thumbnail/nice-list-chest-convertible.png
new file mode 100644
index 00000000..ec97e5c7
Binary files /dev/null and b/public/images/items/thumbnail/nice-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/nice-list-convertible.png b/public/images/items/thumbnail/nice-list-convertible.png
new file mode 100644
index 00000000..3dd1eaad
Binary files /dev/null and b/public/images/items/thumbnail/nice-list-convertible.png differ
diff --git a/public/images/items/thumbnail/night-egg-convertible.png b/public/images/items/thumbnail/night-egg-convertible.png
new file mode 100644
index 00000000..d7ea8c20
Binary files /dev/null and b/public/images/items/thumbnail/night-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/nightlight-trinket.png b/public/images/items/thumbnail/nightlight-trinket.png
new file mode 100644
index 00000000..08533d52
Binary files /dev/null and b/public/images/items/thumbnail/nightlight-trinket.png differ
diff --git a/public/images/items/thumbnail/nightshade-basket-convertible.png b/public/images/items/thumbnail/nightshade-basket-convertible.png
new file mode 100644
index 00000000..13593a16
Binary files /dev/null and b/public/images/items/thumbnail/nightshade-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/nightshade-boost-trinket.png b/public/images/items/thumbnail/nightshade-boost-trinket.png
new file mode 100644
index 00000000..a0c6f11d
Binary files /dev/null and b/public/images/items/thumbnail/nightshade-boost-trinket.png differ
diff --git a/public/images/items/thumbnail/nightshade-egg-convertible.png b/public/images/items/thumbnail/nightshade-egg-convertible.png
new file mode 100644
index 00000000..c9f8fe72
Binary files /dev/null and b/public/images/items/thumbnail/nightshade-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/nightshade-farming-kit-convertible.png b/public/images/items/thumbnail/nightshade-farming-kit-convertible.png
new file mode 100644
index 00000000..23ee0cf1
Binary files /dev/null and b/public/images/items/thumbnail/nightshade-farming-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/nightshade-kit-convertible.png b/public/images/items/thumbnail/nightshade-kit-convertible.png
new file mode 100644
index 00000000..776d8d63
Binary files /dev/null and b/public/images/items/thumbnail/nightshade-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/nine-reindeer-antlers-collectible.png b/public/images/items/thumbnail/nine-reindeer-antlers-collectible.png
new file mode 100644
index 00000000..91cca0c3
Binary files /dev/null and b/public/images/items/thumbnail/nine-reindeer-antlers-collectible.png differ
diff --git a/public/images/items/thumbnail/ninja-ambush-skin-crafting-item.png b/public/images/items/thumbnail/ninja-ambush-skin-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/ninja-ambush-skin-crafting-item.png differ
diff --git a/public/images/items/thumbnail/ninja-ambush-weapon.png b/public/images/items/thumbnail/ninja-ambush-weapon.png
new file mode 100644
index 00000000..b7aa5598
Binary files /dev/null and b/public/images/items/thumbnail/ninja-ambush-weapon.png differ
diff --git a/public/images/items/thumbnail/noble-floor-egg-convertible.png b/public/images/items/thumbnail/noble-floor-egg-convertible.png
new file mode 100644
index 00000000..5da55747
Binary files /dev/null and b/public/images/items/thumbnail/noble-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/noisemaker-collectible.png b/public/images/items/thumbnail/noisemaker-collectible.png
new file mode 100644
index 00000000..e5bf15d1
Binary files /dev/null and b/public/images/items/thumbnail/noisemaker-collectible.png differ
diff --git a/public/images/items/thumbnail/nori-craft-item.png b/public/images/items/thumbnail/nori-craft-item.png
new file mode 100644
index 00000000..f0dce951
Binary files /dev/null and b/public/images/items/thumbnail/nori-craft-item.png differ
diff --git a/public/images/items/thumbnail/not-so-secret-bunny-message-item.png b/public/images/items/thumbnail/not-so-secret-bunny-message-item.png
new file mode 100644
index 00000000..363af149
Binary files /dev/null and b/public/images/items/thumbnail/not-so-secret-bunny-message-item.png differ
diff --git a/public/images/items/thumbnail/nothing-stat-item.png b/public/images/items/thumbnail/nothing-stat-item.png
new file mode 100644
index 00000000..ab72bf69
Binary files /dev/null and b/public/images/items/thumbnail/nothing-stat-item.png differ
diff --git a/public/images/items/thumbnail/novice-journeyman-eggsweeper-convertible.png b/public/images/items/thumbnail/novice-journeyman-eggsweeper-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/novice-journeyman-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/novice-starter-kit-convertible.png b/public/images/items/thumbnail/novice-starter-kit-convertible.png
new file mode 100644
index 00000000..30019b26
Binary files /dev/null and b/public/images/items/thumbnail/novice-starter-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/noxious-school-of-sharks-pattern-crafting-item.png b/public/images/items/thumbnail/noxious-school-of-sharks-pattern-crafting-item.png
new file mode 100644
index 00000000..23ffa540
Binary files /dev/null and b/public/images/items/thumbnail/noxious-school-of-sharks-pattern-crafting-item.png differ
diff --git a/public/images/items/thumbnail/noxious-school-of-sharks-skin.png b/public/images/items/thumbnail/noxious-school-of-sharks-skin.png
new file mode 100644
index 00000000..cb809ff2
Binary files /dev/null and b/public/images/items/thumbnail/noxious-school-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/nuclear-garlic-crafting-item.png b/public/images/items/thumbnail/nuclear-garlic-crafting-item.png
new file mode 100644
index 00000000..9cada30b
Binary files /dev/null and b/public/images/items/thumbnail/nuclear-garlic-crafting-item.png differ
diff --git a/public/images/items/thumbnail/nugget-of-nougat-stat-item.png b/public/images/items/thumbnail/nugget-of-nougat-stat-item.png
new file mode 100644
index 00000000..f9a11809
Binary files /dev/null and b/public/images/items/thumbnail/nugget-of-nougat-stat-item.png differ
diff --git a/public/images/items/thumbnail/null-gauntlet-stat-item.png b/public/images/items/thumbnail/null-gauntlet-stat-item.png
new file mode 100644
index 00000000..7a13aba0
Binary files /dev/null and b/public/images/items/thumbnail/null-gauntlet-stat-item.png differ
diff --git a/public/images/items/thumbnail/null-rift-egg-convertible.png b/public/images/items/thumbnail/null-rift-egg-convertible.png
new file mode 100644
index 00000000..f75a1b10
Binary files /dev/null and b/public/images/items/thumbnail/null-rift-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/nutcracker-collectible.png b/public/images/items/thumbnail/nutcracker-collectible.png
new file mode 100644
index 00000000..50805548
Binary files /dev/null and b/public/images/items/thumbnail/nutcracker-collectible.png differ
diff --git a/public/images/items/thumbnail/nutcracker-winter-weapon.png b/public/images/items/thumbnail/nutcracker-winter-weapon.png
new file mode 100644
index 00000000..f61ec6f2
Binary files /dev/null and b/public/images/items/thumbnail/nutcracker-winter-weapon.png differ
diff --git a/public/images/items/thumbnail/nutmug-cheese.png b/public/images/items/thumbnail/nutmug-cheese.png
new file mode 100644
index 00000000..15644749
Binary files /dev/null and b/public/images/items/thumbnail/nutmug-cheese.png differ
diff --git a/public/images/items/thumbnail/nvmrc-forcefield-trap-weapon.png b/public/images/items/thumbnail/nvmrc-forcefield-trap-weapon.png
new file mode 100644
index 00000000..61749a9c
Binary files /dev/null and b/public/images/items/thumbnail/nvmrc-forcefield-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/oasis-bead-crafting-item.png b/public/images/items/thumbnail/oasis-bead-crafting-item.png
new file mode 100644
index 00000000..a46f4e59
Binary files /dev/null and b/public/images/items/thumbnail/oasis-bead-crafting-item.png differ
diff --git a/public/images/items/thumbnail/oasis-water-node-blueprint-crafting-item.png b/public/images/items/thumbnail/oasis-water-node-blueprint-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/oasis-water-node-blueprint-crafting-item.png differ
diff --git a/public/images/items/thumbnail/oasis-water-node-parts-crafting-item.png b/public/images/items/thumbnail/oasis-water-node-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/oasis-water-node-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/oasis-water-node-weapon.png b/public/images/items/thumbnail/oasis-water-node-weapon.png
new file mode 100644
index 00000000..5324b3e7
Binary files /dev/null and b/public/images/items/thumbnail/oasis-water-node-weapon.png differ
diff --git a/public/images/items/thumbnail/obelisk-of-incineration-blueprints-craft-item.png b/public/images/items/thumbnail/obelisk-of-incineration-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/obelisk-of-incineration-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/obelisk-of-incineration-weapon.png b/public/images/items/thumbnail/obelisk-of-incineration-weapon.png
new file mode 100644
index 00000000..a1b8b6e1
Binary files /dev/null and b/public/images/items/thumbnail/obelisk-of-incineration-weapon.png differ
diff --git a/public/images/items/thumbnail/obelisk-of-slumber-weapon.png b/public/images/items/thumbnail/obelisk-of-slumber-weapon.png
new file mode 100644
index 00000000..1e566896
Binary files /dev/null and b/public/images/items/thumbnail/obelisk-of-slumber-weapon.png differ
diff --git a/public/images/items/thumbnail/obelisk-parts-craft-item.png b/public/images/items/thumbnail/obelisk-parts-craft-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/obelisk-parts-craft-item.png differ
diff --git a/public/images/items/thumbnail/obvious-ambush-blueprints-crafting-item.png b/public/images/items/thumbnail/obvious-ambush-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/obvious-ambush-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/obvious-ambush-weapon.png b/public/images/items/thumbnail/obvious-ambush-weapon.png
new file mode 100644
index 00000000..7415c4e0
Binary files /dev/null and b/public/images/items/thumbnail/obvious-ambush-weapon.png differ
diff --git a/public/images/items/thumbnail/ocean-crafting-kit-convertible.png b/public/images/items/thumbnail/ocean-crafting-kit-convertible.png
new file mode 100644
index 00000000..4d1cb0bb
Binary files /dev/null and b/public/images/items/thumbnail/ocean-crafting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/ocean-navigation-map-piece.png b/public/images/items/thumbnail/ocean-navigation-map-piece.png
new file mode 100644
index 00000000..667a8bcc
Binary files /dev/null and b/public/images/items/thumbnail/ocean-navigation-map-piece.png differ
diff --git a/public/images/items/thumbnail/oculus-stat-item.png b/public/images/items/thumbnail/oculus-stat-item.png
new file mode 100644
index 00000000..69e4eec9
Binary files /dev/null and b/public/images/items/thumbnail/oculus-stat-item.png differ
diff --git a/public/images/items/thumbnail/oil-showers-kit-convertible.png b/public/images/items/thumbnail/oil-showers-kit-convertible.png
new file mode 100644
index 00000000..440db52c
Binary files /dev/null and b/public/images/items/thumbnail/oil-showers-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/old-lantern.png b/public/images/items/thumbnail/old-lantern.png
new file mode 100644
index 00000000..4d0b044a
Binary files /dev/null and b/public/images/items/thumbnail/old-lantern.png differ
diff --git a/public/images/items/thumbnail/one-droid-action-figure-collectible.png b/public/images/items/thumbnail/one-droid-action-figure-collectible.png
new file mode 100644
index 00000000..1b799a79
Binary files /dev/null and b/public/images/items/thumbnail/one-droid-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/onyx-gorgonzola-cheese.png b/public/images/items/thumbnail/onyx-gorgonzola-cheese.png
new file mode 100644
index 00000000..361b2c0c
Binary files /dev/null and b/public/images/items/thumbnail/onyx-gorgonzola-cheese.png differ
diff --git a/public/images/items/thumbnail/onyx-mallet-blueprints-crafting-item.png b/public/images/items/thumbnail/onyx-mallet-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/onyx-mallet-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/onyx-mallet-weapon.png b/public/images/items/thumbnail/onyx-mallet-weapon.png
new file mode 100644
index 00000000..31590a3a
Binary files /dev/null and b/public/images/items/thumbnail/onyx-mallet-weapon.png differ
diff --git a/public/images/items/thumbnail/onyx-stone-craft-item.png b/public/images/items/thumbnail/onyx-stone-craft-item.png
new file mode 100644
index 00000000..aa68235e
Binary files /dev/null and b/public/images/items/thumbnail/onyx-stone-craft-item.png differ
diff --git a/public/images/items/thumbnail/optic-receiver-collectible.png b/public/images/items/thumbnail/optic-receiver-collectible.png
new file mode 100644
index 00000000..f36bc7d8
Binary files /dev/null and b/public/images/items/thumbnail/optic-receiver-collectible.png differ
diff --git a/public/images/items/thumbnail/orange-pepper-plant-convertible.png b/public/images/items/thumbnail/orange-pepper-plant-convertible.png
new file mode 100644
index 00000000..c5c4d135
Binary files /dev/null and b/public/images/items/thumbnail/orange-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/orange-winter-hunt-gift-box-convertible.png b/public/images/items/thumbnail/orange-winter-hunt-gift-box-convertible.png
new file mode 100644
index 00000000..48f264ca
Binary files /dev/null and b/public/images/items/thumbnail/orange-winter-hunt-gift-box-convertible.png differ
diff --git a/public/images/items/thumbnail/origin-of-dragons-scroll-case-convertible.png b/public/images/items/thumbnail/origin-of-dragons-scroll-case-convertible.png
new file mode 100644
index 00000000..eb3bfa29
Binary files /dev/null and b/public/images/items/thumbnail/origin-of-dragons-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/origin-of-dragons-treasure-chest-convertible.png b/public/images/items/thumbnail/origin-of-dragons-treasure-chest-convertible.png
new file mode 100644
index 00000000..5356b384
Binary files /dev/null and b/public/images/items/thumbnail/origin-of-dragons-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/ornament-cookie-stat-item.png b/public/images/items/thumbnail/ornament-cookie-stat-item.png
new file mode 100644
index 00000000..8dcb057d
Binary files /dev/null and b/public/images/items/thumbnail/ornament-cookie-stat-item.png differ
diff --git a/public/images/items/thumbnail/ornament-yule-log-stat-item.png b/public/images/items/thumbnail/ornament-yule-log-stat-item.png
new file mode 100644
index 00000000..8ab76db6
Binary files /dev/null and b/public/images/items/thumbnail/ornament-yule-log-stat-item.png differ
diff --git a/public/images/items/thumbnail/ornaments-festive-decoration-stat-item.png b/public/images/items/thumbnail/ornaments-festive-decoration-stat-item.png
new file mode 100644
index 00000000..194382d7
Binary files /dev/null and b/public/images/items/thumbnail/ornaments-festive-decoration-stat-item.png differ
diff --git a/public/images/items/thumbnail/over-9000-egg-convertible.png b/public/images/items/thumbnail/over-9000-egg-convertible.png
new file mode 100644
index 00000000..220d9b06
Binary files /dev/null and b/public/images/items/thumbnail/over-9000-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/overflowing-pump-egg-convertible.png b/public/images/items/thumbnail/overflowing-pump-egg-convertible.png
new file mode 100644
index 00000000..34e7f9a5
Binary files /dev/null and b/public/images/items/thumbnail/overflowing-pump-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/overgrown-slac-ii-skin.png b/public/images/items/thumbnail/overgrown-slac-ii-skin.png
new file mode 100644
index 00000000..2414afaa
Binary files /dev/null and b/public/images/items/thumbnail/overgrown-slac-ii-skin.png differ
diff --git a/public/images/items/thumbnail/ox-chrome-monstrobot-skin.png b/public/images/items/thumbnail/ox-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..cd9ac08e
Binary files /dev/null and b/public/images/items/thumbnail/ox-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/ox-jade-base.png b/public/images/items/thumbnail/ox-jade-base.png
new file mode 100644
index 00000000..1f814374
Binary files /dev/null and b/public/images/items/thumbnail/ox-jade-base.png differ
diff --git a/public/images/items/thumbnail/ox-lny-journal-theme-collectible.png b/public/images/items/thumbnail/ox-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..32b74d25
Binary files /dev/null and b/public/images/items/thumbnail/ox-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/ox-mask-collectible.png b/public/images/items/thumbnail/ox-mask-collectible.png
new file mode 100644
index 00000000..2c1fba2d
Binary files /dev/null and b/public/images/items/thumbnail/ox-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/ox-plushie-collectible.png b/public/images/items/thumbnail/ox-plushie-collectible.png
new file mode 100644
index 00000000..429e78ed
Binary files /dev/null and b/public/images/items/thumbnail/ox-plushie-collectible.png differ
diff --git a/public/images/items/thumbnail/oxygen-baron-egg-convertible.png b/public/images/items/thumbnail/oxygen-baron-egg-convertible.png
new file mode 100644
index 00000000..f5e523bf
Binary files /dev/null and b/public/images/items/thumbnail/oxygen-baron-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/oxygen-burst-trinket.png b/public/images/items/thumbnail/oxygen-burst-trinket.png
new file mode 100644
index 00000000..2061824d
Binary files /dev/null and b/public/images/items/thumbnail/oxygen-burst-trinket.png differ
diff --git a/public/images/items/thumbnail/oxygen-stat-item.png b/public/images/items/thumbnail/oxygen-stat-item.png
new file mode 100644
index 00000000..89ca21ea
Binary files /dev/null and b/public/images/items/thumbnail/oxygen-stat-item.png differ
diff --git a/public/images/items/thumbnail/packed-snow-collectible.png b/public/images/items/thumbnail/packed-snow-collectible.png
new file mode 100644
index 00000000..2746100d
Binary files /dev/null and b/public/images/items/thumbnail/packed-snow-collectible.png differ
diff --git a/public/images/items/thumbnail/pagoda-advanced-research-quest-item.png b/public/images/items/thumbnail/pagoda-advanced-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/pagoda-advanced-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/pagoda-research-quest-item.png b/public/images/items/thumbnail/pagoda-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/pagoda-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/paint-can-on-rope-collectible.png b/public/images/items/thumbnail/paint-can-on-rope-collectible.png
new file mode 100644
index 00000000..59b819d9
Binary files /dev/null and b/public/images/items/thumbnail/paint-can-on-rope-collectible.png differ
diff --git a/public/images/items/thumbnail/paintbrand-paint-craft-item.png b/public/images/items/thumbnail/paintbrand-paint-craft-item.png
new file mode 100644
index 00000000..0624badc
Binary files /dev/null and b/public/images/items/thumbnail/paintbrand-paint-craft-item.png differ
diff --git a/public/images/items/thumbnail/paper-dragon-mask-collectible.png b/public/images/items/thumbnail/paper-dragon-mask-collectible.png
new file mode 100644
index 00000000..41bd21f7
Binary files /dev/null and b/public/images/items/thumbnail/paper-dragon-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/papyrus-base.png b/public/images/items/thumbnail/papyrus-base.png
new file mode 100644
index 00000000..ceebda0a
Binary files /dev/null and b/public/images/items/thumbnail/papyrus-base.png differ
diff --git a/public/images/items/thumbnail/papyrus-crafting-item.png b/public/images/items/thumbnail/papyrus-crafting-item.png
new file mode 100644
index 00000000..a1382bae
Binary files /dev/null and b/public/images/items/thumbnail/papyrus-crafting-item.png differ
diff --git a/public/images/items/thumbnail/papyrus-seed-stat-item.png b/public/images/items/thumbnail/papyrus-seed-stat-item.png
new file mode 100644
index 00000000..3ebd25c9
Binary files /dev/null and b/public/images/items/thumbnail/papyrus-seed-stat-item.png differ
diff --git a/public/images/items/thumbnail/parable-papyrus-stat-item.png b/public/images/items/thumbnail/parable-papyrus-stat-item.png
new file mode 100644
index 00000000..283b284e
Binary files /dev/null and b/public/images/items/thumbnail/parable-papyrus-stat-item.png differ
diff --git a/public/images/items/thumbnail/paradise-falls-weapon.png b/public/images/items/thumbnail/paradise-falls-weapon.png
new file mode 100644
index 00000000..aea171d4
Binary files /dev/null and b/public/images/items/thumbnail/paradise-falls-weapon.png differ
diff --git a/public/images/items/thumbnail/party-charm-journal-theme-collectible.png b/public/images/items/thumbnail/party-charm-journal-theme-collectible.png
new file mode 100644
index 00000000..1dbe79fe
Binary files /dev/null and b/public/images/items/thumbnail/party-charm-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/party-confetti-collectible.png b/public/images/items/thumbnail/party-confetti-collectible.png
new file mode 100644
index 00000000..40b5c092
Binary files /dev/null and b/public/images/items/thumbnail/party-confetti-collectible.png differ
diff --git a/public/images/items/thumbnail/party-cracker-convertible.png b/public/images/items/thumbnail/party-cracker-convertible.png
new file mode 100644
index 00000000..a96844d0
Binary files /dev/null and b/public/images/items/thumbnail/party-cracker-convertible.png differ
diff --git a/public/images/items/thumbnail/party-hat-craft-item.png b/public/images/items/thumbnail/party-hat-craft-item.png
new file mode 100644
index 00000000..5a17eaa4
Binary files /dev/null and b/public/images/items/thumbnail/party-hat-craft-item.png differ
diff --git a/public/images/items/thumbnail/party-size-chrome-scroll-case-convertible.png b/public/images/items/thumbnail/party-size-chrome-scroll-case-convertible.png
new file mode 100644
index 00000000..7e0558ab
Binary files /dev/null and b/public/images/items/thumbnail/party-size-chrome-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/party-size-rainbow-scroll-case-convertible.png b/public/images/items/thumbnail/party-size-rainbow-scroll-case-convertible.png
new file mode 100644
index 00000000..04b290cd
Binary files /dev/null and b/public/images/items/thumbnail/party-size-rainbow-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/party-supplies-stat-item.png b/public/images/items/thumbnail/party-supplies-stat-item.png
new file mode 100644
index 00000000..3cf2398e
Binary files /dev/null and b/public/images/items/thumbnail/party-supplies-stat-item.png differ
diff --git a/public/images/items/thumbnail/party-trinket.png b/public/images/items/thumbnail/party-trinket.png
new file mode 100644
index 00000000..3ed3d145
Binary files /dev/null and b/public/images/items/thumbnail/party-trinket.png differ
diff --git a/public/images/items/thumbnail/partybot-weapon.png b/public/images/items/thumbnail/partybot-weapon.png
new file mode 100644
index 00000000..b8dc5fcd
Binary files /dev/null and b/public/images/items/thumbnail/partybot-weapon.png differ
diff --git a/public/images/items/thumbnail/passing-parcel-convertible.png b/public/images/items/thumbnail/passing-parcel-convertible.png
new file mode 100644
index 00000000..fff0ac57
Binary files /dev/null and b/public/images/items/thumbnail/passing-parcel-convertible.png differ
diff --git a/public/images/items/thumbnail/passing-parcel-message-item.png b/public/images/items/thumbnail/passing-parcel-message-item.png
new file mode 100644
index 00000000..31b6c2b0
Binary files /dev/null and b/public/images/items/thumbnail/passing-parcel-message-item.png differ
diff --git a/public/images/items/thumbnail/pearly-cemetery-gate-grappler-skin.png b/public/images/items/thumbnail/pearly-cemetery-gate-grappler-skin.png
new file mode 100644
index 00000000..1d4b2ffd
Binary files /dev/null and b/public/images/items/thumbnail/pearly-cemetery-gate-grappler-skin.png differ
diff --git a/public/images/items/thumbnail/pecan-pecorino-cheese.png b/public/images/items/thumbnail/pecan-pecorino-cheese.png
new file mode 100644
index 00000000..37c45383
Binary files /dev/null and b/public/images/items/thumbnail/pecan-pecorino-cheese.png differ
diff --git a/public/images/items/thumbnail/peggy-egg-convertible.png b/public/images/items/thumbnail/peggy-egg-convertible.png
new file mode 100644
index 00000000..edf55119
Binary files /dev/null and b/public/images/items/thumbnail/peggy-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/peony-ember-prison-core-trap-skin.png b/public/images/items/thumbnail/peony-ember-prison-core-trap-skin.png
new file mode 100644
index 00000000..a6481a05
Binary files /dev/null and b/public/images/items/thumbnail/peony-ember-prison-core-trap-skin.png differ
diff --git a/public/images/items/thumbnail/peppermint-latte-message-item.png b/public/images/items/thumbnail/peppermint-latte-message-item.png
new file mode 100644
index 00000000..40c622fd
Binary files /dev/null and b/public/images/items/thumbnail/peppermint-latte-message-item.png differ
diff --git a/public/images/items/thumbnail/perfect-orb.png b/public/images/items/thumbnail/perfect-orb.png
new file mode 100644
index 00000000..7dee5293
Binary files /dev/null and b/public/images/items/thumbnail/perfect-orb.png differ
diff --git a/public/images/items/thumbnail/petrified-fruitcake-collectible.png b/public/images/items/thumbnail/petrified-fruitcake-collectible.png
new file mode 100644
index 00000000..6c42a630
Binary files /dev/null and b/public/images/items/thumbnail/petrified-fruitcake-collectible.png differ
diff --git a/public/images/items/thumbnail/phantasmic-essence-crafting-item.png b/public/images/items/thumbnail/phantasmic-essence-crafting-item.png
new file mode 100644
index 00000000..721777c5
Binary files /dev/null and b/public/images/items/thumbnail/phantasmic-essence-crafting-item.png differ
diff --git a/public/images/items/thumbnail/phantasmic-oasis-blueprints-crafting-item.png b/public/images/items/thumbnail/phantasmic-oasis-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/phantasmic-oasis-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/phantasmic-oasis-parts-crafting-item.png b/public/images/items/thumbnail/phantasmic-oasis-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/phantasmic-oasis-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/phantasmic-oasis-weapon.png b/public/images/items/thumbnail/phantasmic-oasis-weapon.png
new file mode 100644
index 00000000..97914fae
Binary files /dev/null and b/public/images/items/thumbnail/phantasmic-oasis-weapon.png differ
diff --git a/public/images/items/thumbnail/phantom-spring-phantasmic-oasis-skin.png b/public/images/items/thumbnail/phantom-spring-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..c9f9189e
Binary files /dev/null and b/public/images/items/thumbnail/phantom-spring-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/physical-enhancement-base.png b/public/images/items/thumbnail/physical-enhancement-base.png
new file mode 100644
index 00000000..d443659c
Binary files /dev/null and b/public/images/items/thumbnail/physical-enhancement-base.png differ
diff --git a/public/images/items/thumbnail/physical-geyser-trap-stat-item.png b/public/images/items/thumbnail/physical-geyser-trap-stat-item.png
new file mode 100644
index 00000000..bc421d23
Binary files /dev/null and b/public/images/items/thumbnail/physical-geyser-trap-stat-item.png differ
diff --git a/public/images/items/thumbnail/picchu-freeze-base.png b/public/images/items/thumbnail/picchu-freeze-base.png
new file mode 100644
index 00000000..eb0e4728
Binary files /dev/null and b/public/images/items/thumbnail/picchu-freeze-base.png differ
diff --git a/public/images/items/thumbnail/pig-jade-base.png b/public/images/items/thumbnail/pig-jade-base.png
new file mode 100644
index 00000000..612c4fe5
Binary files /dev/null and b/public/images/items/thumbnail/pig-jade-base.png differ
diff --git a/public/images/items/thumbnail/pig-lny-journal-theme-collectible.png b/public/images/items/thumbnail/pig-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..293d001d
Binary files /dev/null and b/public/images/items/thumbnail/pig-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/pig-mask-collectible.png b/public/images/items/thumbnail/pig-mask-collectible.png
new file mode 100644
index 00000000..c8949e63
Binary files /dev/null and b/public/images/items/thumbnail/pig-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/pile-of-chrome-bits-convertible.png b/public/images/items/thumbnail/pile-of-chrome-bits-convertible.png
new file mode 100644
index 00000000..fce50e98
Binary files /dev/null and b/public/images/items/thumbnail/pile-of-chrome-bits-convertible.png differ
diff --git a/public/images/items/thumbnail/pillowcase-2016-stat-item.png b/public/images/items/thumbnail/pillowcase-2016-stat-item.png
new file mode 100644
index 00000000..87ac8fba
Binary files /dev/null and b/public/images/items/thumbnail/pillowcase-2016-stat-item.png differ
diff --git a/public/images/items/thumbnail/pillowcase-journal-theme-collectible.png b/public/images/items/thumbnail/pillowcase-journal-theme-collectible.png
new file mode 100644
index 00000000..1c8734a5
Binary files /dev/null and b/public/images/items/thumbnail/pillowcase-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/pillowcase-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/pillowcase-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..d19923d9
Binary files /dev/null and b/public/images/items/thumbnail/pillowcase-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/pillowcase-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/pillowcase-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..6dfeb249
Binary files /dev/null and b/public/images/items/thumbnail/pillowcase-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/pillowcase-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/pillowcase-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..f45e6e81
Binary files /dev/null and b/public/images/items/thumbnail/pillowcase-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/pillowslac-slac-ii-skin.png b/public/images/items/thumbnail/pillowslac-slac-ii-skin.png
new file mode 100644
index 00000000..ad1feb0c
Binary files /dev/null and b/public/images/items/thumbnail/pillowslac-slac-ii-skin.png differ
diff --git a/public/images/items/thumbnail/pinch-of-annoyance-crafting-item.png b/public/images/items/thumbnail/pinch-of-annoyance-crafting-item.png
new file mode 100644
index 00000000..514f6006
Binary files /dev/null and b/public/images/items/thumbnail/pinch-of-annoyance-crafting-item.png differ
diff --git a/public/images/items/thumbnail/pirate-cheese-pack-small-convertible.png b/public/images/items/thumbnail/pirate-cheese-pack-small-convertible.png
new file mode 100644
index 00000000..23c2b3ba
Binary files /dev/null and b/public/images/items/thumbnail/pirate-cheese-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/pirate-crew-egg-convertible.png b/public/images/items/thumbnail/pirate-crew-egg-convertible.png
new file mode 100644
index 00000000..0e99246b
Binary files /dev/null and b/public/images/items/thumbnail/pirate-crew-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/pirate-egg-convertible.png b/public/images/items/thumbnail/pirate-egg-convertible.png
new file mode 100644
index 00000000..af0f7b9d
Binary files /dev/null and b/public/images/items/thumbnail/pirate-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/pirate-sleigh-weapon.png b/public/images/items/thumbnail/pirate-sleigh-weapon.png
new file mode 100644
index 00000000..cad8ddd6
Binary files /dev/null and b/public/images/items/thumbnail/pirate-sleigh-weapon.png differ
diff --git a/public/images/items/thumbnail/plain-shorts-stat-item.png b/public/images/items/thumbnail/plain-shorts-stat-item.png
new file mode 100644
index 00000000..0678a424
Binary files /dev/null and b/public/images/items/thumbnail/plain-shorts-stat-item.png differ
diff --git a/public/images/items/thumbnail/plank-of-gingerbread-craft-item.png b/public/images/items/thumbnail/plank-of-gingerbread-craft-item.png
new file mode 100644
index 00000000..6c661997
Binary files /dev/null and b/public/images/items/thumbnail/plank-of-gingerbread-craft-item.png differ
diff --git a/public/images/items/thumbnail/plant-pot-craft-item.png b/public/images/items/thumbnail/plant-pot-craft-item.png
new file mode 100644
index 00000000..8ef6159f
Binary files /dev/null and b/public/images/items/thumbnail/plant-pot-craft-item.png differ
diff --git a/public/images/items/thumbnail/plate-of-fealty-crafting-item.png b/public/images/items/thumbnail/plate-of-fealty-crafting-item.png
new file mode 100644
index 00000000..75c71f85
Binary files /dev/null and b/public/images/items/thumbnail/plate-of-fealty-crafting-item.png differ
diff --git a/public/images/items/thumbnail/platinum-bar-crafting-item.png b/public/images/items/thumbnail/platinum-bar-crafting-item.png
new file mode 100644
index 00000000..94927527
Binary files /dev/null and b/public/images/items/thumbnail/platinum-bar-crafting-item.png differ
diff --git a/public/images/items/thumbnail/plumepearl-herbs-crafting-item.png b/public/images/items/thumbnail/plumepearl-herbs-crafting-item.png
new file mode 100644
index 00000000..b9b9c11d
Binary files /dev/null and b/public/images/items/thumbnail/plumepearl-herbs-crafting-item.png differ
diff --git a/public/images/items/thumbnail/plush-terrible-twos-message-item.png b/public/images/items/thumbnail/plush-terrible-twos-message-item.png
new file mode 100644
index 00000000..987f2575
Binary files /dev/null and b/public/images/items/thumbnail/plush-terrible-twos-message-item.png differ
diff --git a/public/images/items/thumbnail/plush-tiger-message-item.png b/public/images/items/thumbnail/plush-tiger-message-item.png
new file mode 100644
index 00000000..b03fc000
Binary files /dev/null and b/public/images/items/thumbnail/plush-tiger-message-item.png differ
diff --git a/public/images/items/thumbnail/pneumatic-tube-weapon.png b/public/images/items/thumbnail/pneumatic-tube-weapon.png
new file mode 100644
index 00000000..d40f6418
Binary files /dev/null and b/public/images/items/thumbnail/pneumatic-tube-weapon.png differ
diff --git a/public/images/items/thumbnail/point-stat-item.png b/public/images/items/thumbnail/point-stat-item.png
new file mode 100644
index 00000000..eff5de5f
Binary files /dev/null and b/public/images/items/thumbnail/point-stat-item.png differ
diff --git a/public/images/items/thumbnail/pointsettia-storm-wrought-ballista-trap-skin.png b/public/images/items/thumbnail/pointsettia-storm-wrought-ballista-trap-skin.png
new file mode 100644
index 00000000..950c3c29
Binary files /dev/null and b/public/images/items/thumbnail/pointsettia-storm-wrought-ballista-trap-skin.png differ
diff --git a/public/images/items/thumbnail/pointy-trinket.png b/public/images/items/thumbnail/pointy-trinket.png
new file mode 100644
index 00000000..487d78f9
Binary files /dev/null and b/public/images/items/thumbnail/pointy-trinket.png differ
diff --git a/public/images/items/thumbnail/poison-flowers-kit-convertible.png b/public/images/items/thumbnail/poison-flowers-kit-convertible.png
new file mode 100644
index 00000000..0172c252
Binary files /dev/null and b/public/images/items/thumbnail/poison-flowers-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/poison-grub-egg-convertible.png b/public/images/items/thumbnail/poison-grub-egg-convertible.png
new file mode 100644
index 00000000..dd8d8a49
Binary files /dev/null and b/public/images/items/thumbnail/poison-grub-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/poisonous-pressure-plate-weapon.png b/public/images/items/thumbnail/poisonous-pressure-plate-weapon.png
new file mode 100644
index 00000000..d7491551
Binary files /dev/null and b/public/images/items/thumbnail/poisonous-pressure-plate-weapon.png differ
diff --git a/public/images/items/thumbnail/poisonous-provolone-cheese.png b/public/images/items/thumbnail/poisonous-provolone-cheese.png
new file mode 100644
index 00000000..fa3411e5
Binary files /dev/null and b/public/images/items/thumbnail/poisonous-provolone-cheese.png differ
diff --git a/public/images/items/thumbnail/poisonous-provolone-ingredient-stat-item.png b/public/images/items/thumbnail/poisonous-provolone-ingredient-stat-item.png
new file mode 100644
index 00000000..54a986c3
Binary files /dev/null and b/public/images/items/thumbnail/poisonous-provolone-ingredient-stat-item.png differ
diff --git a/public/images/items/thumbnail/poisonous-provolone-pack-small-convertible.png b/public/images/items/thumbnail/poisonous-provolone-pack-small-convertible.png
new file mode 100644
index 00000000..bda74eff
Binary files /dev/null and b/public/images/items/thumbnail/poisonous-provolone-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/polar-base.png b/public/images/items/thumbnail/polar-base.png
new file mode 100644
index 00000000..749b083f
Binary files /dev/null and b/public/images/items/thumbnail/polar-base.png differ
diff --git a/public/images/items/thumbnail/polluted-base-blueprints-crafting-item.png b/public/images/items/thumbnail/polluted-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/polluted-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/polluted-base-parts-crafting-item.png b/public/images/items/thumbnail/polluted-base-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/polluted-base-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/polluted-base.png b/public/images/items/thumbnail/polluted-base.png
new file mode 100644
index 00000000..d9b5c0ad
Binary files /dev/null and b/public/images/items/thumbnail/polluted-base.png differ
diff --git a/public/images/items/thumbnail/polluted-chrome-monstrobot-pattern-crafting-item.png b/public/images/items/thumbnail/polluted-chrome-monstrobot-pattern-crafting-item.png
new file mode 100644
index 00000000..23ffa540
Binary files /dev/null and b/public/images/items/thumbnail/polluted-chrome-monstrobot-pattern-crafting-item.png differ
diff --git a/public/images/items/thumbnail/polluted-chrome-monstrobot-skin.png b/public/images/items/thumbnail/polluted-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..2148bd54
Binary files /dev/null and b/public/images/items/thumbnail/polluted-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/polluted-parmesan-cheese.png b/public/images/items/thumbnail/polluted-parmesan-cheese.png
new file mode 100644
index 00000000..0ac64544
Binary files /dev/null and b/public/images/items/thumbnail/polluted-parmesan-cheese.png differ
diff --git a/public/images/items/thumbnail/polluted-parmesan-potion.png b/public/images/items/thumbnail/polluted-parmesan-potion.png
new file mode 100644
index 00000000..455c89b4
Binary files /dev/null and b/public/images/items/thumbnail/polluted-parmesan-potion.png differ
diff --git a/public/images/items/thumbnail/polluted-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/polluted-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..9b53c5d1
Binary files /dev/null and b/public/images/items/thumbnail/polluted-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/polluted-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/polluted-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..402377e8
Binary files /dev/null and b/public/images/items/thumbnail/polluted-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/polluted-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/polluted-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..d10c73a6
Binary files /dev/null and b/public/images/items/thumbnail/polluted-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/polluted-trinket.png b/public/images/items/thumbnail/polluted-trinket.png
new file mode 100644
index 00000000..3c63205f
Binary files /dev/null and b/public/images/items/thumbnail/polluted-trinket.png differ
diff --git a/public/images/items/thumbnail/pollutinum-wealth-chest-convertible.png b/public/images/items/thumbnail/pollutinum-wealth-chest-convertible.png
new file mode 100644
index 00000000..55e4a937
Binary files /dev/null and b/public/images/items/thumbnail/pollutinum-wealth-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/pollution-control-supply-kit-convertible.png b/public/images/items/thumbnail/pollution-control-supply-kit-convertible.png
new file mode 100644
index 00000000..23cba073
Binary files /dev/null and b/public/images/items/thumbnail/pollution-control-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/pond-penny-stat-item.png b/public/images/items/thumbnail/pond-penny-stat-item.png
new file mode 100644
index 00000000..854d2a9d
Binary files /dev/null and b/public/images/items/thumbnail/pond-penny-stat-item.png differ
diff --git a/public/images/items/thumbnail/posing-mouse-action-figure-collectible.png b/public/images/items/thumbnail/posing-mouse-action-figure-collectible.png
new file mode 100644
index 00000000..a53c7f9d
Binary files /dev/null and b/public/images/items/thumbnail/posing-mouse-action-figure-collectible.png differ
diff --git a/public/images/items/thumbnail/pot-of-gold-convertible.png b/public/images/items/thumbnail/pot-of-gold-convertible.png
new file mode 100644
index 00000000..f00a7873
Binary files /dev/null and b/public/images/items/thumbnail/pot-of-gold-convertible.png differ
diff --git a/public/images/items/thumbnail/powdered-bleach-crafting-item.png b/public/images/items/thumbnail/powdered-bleach-crafting-item.png
new file mode 100644
index 00000000..ec2b94b2
Binary files /dev/null and b/public/images/items/thumbnail/powdered-bleach-crafting-item.png differ
diff --git a/public/images/items/thumbnail/power-trinket.png b/public/images/items/thumbnail/power-trinket.png
new file mode 100644
index 00000000..3fba6dd8
Binary files /dev/null and b/public/images/items/thumbnail/power-trinket.png differ
diff --git a/public/images/items/thumbnail/powercore-hammer-crafting-item.png b/public/images/items/thumbnail/powercore-hammer-crafting-item.png
new file mode 100644
index 00000000..62dda460
Binary files /dev/null and b/public/images/items/thumbnail/powercore-hammer-crafting-item.png differ
diff --git a/public/images/items/thumbnail/predatory-processor-crafting-item.png b/public/images/items/thumbnail/predatory-processor-crafting-item.png
new file mode 100644
index 00000000..25e82200
Binary files /dev/null and b/public/images/items/thumbnail/predatory-processor-crafting-item.png differ
diff --git a/public/images/items/thumbnail/pressure-egg-convertible.png b/public/images/items/thumbnail/pressure-egg-convertible.png
new file mode 100644
index 00000000..ba773101
Binary files /dev/null and b/public/images/items/thumbnail/pressure-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/princessbot-princebot-skin.png b/public/images/items/thumbnail/princessbot-princebot-skin.png
new file mode 100644
index 00000000..e17937ca
Binary files /dev/null and b/public/images/items/thumbnail/princessbot-princebot-skin.png differ
diff --git a/public/images/items/thumbnail/printing-press-charge-stat-item.png b/public/images/items/thumbnail/printing-press-charge-stat-item.png
new file mode 100644
index 00000000..7dc272ad
Binary files /dev/null and b/public/images/items/thumbnail/printing-press-charge-stat-item.png differ
diff --git a/public/images/items/thumbnail/prize-credit-stat-item.png b/public/images/items/thumbnail/prize-credit-stat-item.png
new file mode 100644
index 00000000..5974cb6c
Binary files /dev/null and b/public/images/items/thumbnail/prize-credit-stat-item.png differ
diff --git a/public/images/items/thumbnail/prize-power-stat-item.png b/public/images/items/thumbnail/prize-power-stat-item.png
new file mode 100644
index 00000000..21f17711
Binary files /dev/null and b/public/images/items/thumbnail/prize-power-stat-item.png differ
diff --git a/public/images/items/thumbnail/promotion-potion.png b/public/images/items/thumbnail/promotion-potion.png
new file mode 100644
index 00000000..39e29850
Binary files /dev/null and b/public/images/items/thumbnail/promotion-potion.png differ
diff --git a/public/images/items/thumbnail/pumpkin-basket-convertible.png b/public/images/items/thumbnail/pumpkin-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/pumpkin-candle-collectible.png b/public/images/items/thumbnail/pumpkin-candle-collectible.png
new file mode 100644
index 00000000..c7e66b3b
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-candle-collectible.png differ
diff --git a/public/images/items/thumbnail/pumpkin-patch-journal-theme-collectible.png b/public/images/items/thumbnail/pumpkin-patch-journal-theme-collectible.png
new file mode 100644
index 00000000..3edd0786
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-patch-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/pumpkin-patch-thrasher-smoldering-sentinel-skin.png b/public/images/items/thumbnail/pumpkin-patch-thrasher-smoldering-sentinel-skin.png
new file mode 100644
index 00000000..50411892
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-patch-thrasher-smoldering-sentinel-skin.png differ
diff --git a/public/images/items/thumbnail/pumpkin-pummeler-blueprints-crafting-item.png b/public/images/items/thumbnail/pumpkin-pummeler-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-pummeler-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/pumpkin-pummeler-weapon.png b/public/images/items/thumbnail/pumpkin-pummeler-weapon.png
new file mode 100644
index 00000000..c7e3fb94
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-pummeler-weapon.png differ
diff --git a/public/images/items/thumbnail/pumpkin-spice-latte-message-item.png b/public/images/items/thumbnail/pumpkin-spice-latte-message-item.png
new file mode 100644
index 00000000..f6acb894
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-spice-latte-message-item.png differ
diff --git a/public/images/items/thumbnail/pumpkin-treat-basket-convertible.png b/public/images/items/thumbnail/pumpkin-treat-basket-convertible.png
new file mode 100644
index 00000000..ad719dca
Binary files /dev/null and b/public/images/items/thumbnail/pumpkin-treat-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/pungent-havarti-cheese.png b/public/images/items/thumbnail/pungent-havarti-cheese.png
new file mode 100644
index 00000000..ecde9b22
Binary files /dev/null and b/public/images/items/thumbnail/pungent-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/pungent-purple-pepper-craft-item.png b/public/images/items/thumbnail/pungent-purple-pepper-craft-item.png
new file mode 100644
index 00000000..3704a863
Binary files /dev/null and b/public/images/items/thumbnail/pungent-purple-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/puppet-floor-egg-convertible.png b/public/images/items/thumbnail/puppet-floor-egg-convertible.png
new file mode 100644
index 00000000..f6ab32fb
Binary files /dev/null and b/public/images/items/thumbnail/puppet-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/purple-pepper-plant-convertible.png b/public/images/items/thumbnail/purple-pepper-plant-convertible.png
new file mode 100644
index 00000000..3597390b
Binary files /dev/null and b/public/images/items/thumbnail/purple-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/purple-winter-hunt-gift-box-convertible.png b/public/images/items/thumbnail/purple-winter-hunt-gift-box-convertible.png
new file mode 100644
index 00000000..4c0e2298
Binary files /dev/null and b/public/images/items/thumbnail/purple-winter-hunt-gift-box-convertible.png differ
diff --git a/public/images/items/thumbnail/puzzlebox-infinite-labyrinth-skin.png b/public/images/items/thumbnail/puzzlebox-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..29209a3c
Binary files /dev/null and b/public/images/items/thumbnail/puzzlebox-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/puzzletrap-block-convertible.png b/public/images/items/thumbnail/puzzletrap-block-convertible.png
new file mode 100644
index 00000000..804c7a8e
Binary files /dev/null and b/public/images/items/thumbnail/puzzletrap-block-convertible.png differ
diff --git a/public/images/items/thumbnail/pygmy-swarm-egg-convertible.png b/public/images/items/thumbnail/pygmy-swarm-egg-convertible.png
new file mode 100644
index 00000000..70eb94ca
Binary files /dev/null and b/public/images/items/thumbnail/pygmy-swarm-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-cannonstorm-base.png b/public/images/items/thumbnail/queso-cannonstorm-base.png
new file mode 100644
index 00000000..9a033c94
Binary files /dev/null and b/public/images/items/thumbnail/queso-cannonstorm-base.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-base.png b/public/images/items/thumbnail/queso-canyon-base.png
new file mode 100644
index 00000000..3502287c
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-base.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-draconic-weapon.png b/public/images/items/thumbnail/queso-canyon-draconic-weapon.png
new file mode 100644
index 00000000..19e5e061
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-draconic-weapon.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-forgotten-weapon.png b/public/images/items/thumbnail/queso-canyon-forgotten-weapon.png
new file mode 100644
index 00000000..ffb2a1d2
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-forgotten-weapon.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-map-piece.png b/public/images/items/thumbnail/queso-canyon-map-piece.png
new file mode 100644
index 00000000..886aebc2
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-map-piece.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-theme-collectible.png b/public/images/items/thumbnail/queso-canyon-theme-collectible.png
new file mode 100644
index 00000000..409feb63
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-tour-scroll-case.png b/public/images/items/thumbnail/queso-canyon-tour-scroll-case.png
new file mode 100644
index 00000000..6b30df94
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-tour-scroll-case.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-tour-treasure-chest-convertible.png b/public/images/items/thumbnail/queso-canyon-tour-treasure-chest-convertible.png
new file mode 100644
index 00000000..91163f19
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-tour-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-canyon-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/queso-canyon-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..dff59e93
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyon-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-canyoneer-scroll-case-convertible.png b/public/images/items/thumbnail/queso-canyoneer-scroll-case-convertible.png
new file mode 100644
index 00000000..5dc495c2
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyoneer-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-canyoneer-treasure-chest-convertible.png b/public/images/items/thumbnail/queso-canyoneer-treasure-chest-convertible.png
new file mode 100644
index 00000000..ca1ca8f5
Binary files /dev/null and b/public/images/items/thumbnail/queso-canyoneer-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-factory-weapon.png b/public/images/items/thumbnail/queso-factory-weapon.png
new file mode 100644
index 00000000..bf7d56ba
Binary files /dev/null and b/public/images/items/thumbnail/queso-factory-weapon.png differ
diff --git a/public/images/items/thumbnail/queso-geyser-gift-basket-convertible.png b/public/images/items/thumbnail/queso-geyser-gift-basket-convertible.png
new file mode 100644
index 00000000..f060eb5a
Binary files /dev/null and b/public/images/items/thumbnail/queso-geyser-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-geyser-map-piece.png b/public/images/items/thumbnail/queso-geyser-map-piece.png
new file mode 100644
index 00000000..946e1e68
Binary files /dev/null and b/public/images/items/thumbnail/queso-geyser-map-piece.png differ
diff --git a/public/images/items/thumbnail/queso-geyser-starter-pack-convertible.png b/public/images/items/thumbnail/queso-geyser-starter-pack-convertible.png
new file mode 100644
index 00000000..c41ae0d7
Binary files /dev/null and b/public/images/items/thumbnail/queso-geyser-starter-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-geyser-supply-kit-convertible.png b/public/images/items/thumbnail/queso-geyser-supply-kit-convertible.png
new file mode 100644
index 00000000..afe174eb
Binary files /dev/null and b/public/images/items/thumbnail/queso-geyser-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-keg-large-convertible.png b/public/images/items/thumbnail/queso-keg-large-convertible.png
new file mode 100644
index 00000000..756f9a6b
Binary files /dev/null and b/public/images/items/thumbnail/queso-keg-large-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-keg-medium-convertible.png b/public/images/items/thumbnail/queso-keg-medium-convertible.png
new file mode 100644
index 00000000..4d113784
Binary files /dev/null and b/public/images/items/thumbnail/queso-keg-medium-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-keg-small-convertible.png b/public/images/items/thumbnail/queso-keg-small-convertible.png
new file mode 100644
index 00000000..5b1adbd4
Binary files /dev/null and b/public/images/items/thumbnail/queso-keg-small-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-nachore-egg-convertible.png b/public/images/items/thumbnail/queso-nachore-egg-convertible.png
new file mode 100644
index 00000000..792999d6
Binary files /dev/null and b/public/images/items/thumbnail/queso-nachore-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-pump-egg-convertible.png b/public/images/items/thumbnail/queso-pump-egg-convertible.png
new file mode 100644
index 00000000..149c450f
Binary files /dev/null and b/public/images/items/thumbnail/queso-pump-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-river-boss-cheese.png b/public/images/items/thumbnail/queso-river-boss-cheese.png
new file mode 100644
index 00000000..841f505d
Binary files /dev/null and b/public/images/items/thumbnail/queso-river-boss-cheese.png differ
diff --git a/public/images/items/thumbnail/queso-spice-egg-convertible.png b/public/images/items/thumbnail/queso-spice-egg-convertible.png
new file mode 100644
index 00000000..ddc3cecd
Binary files /dev/null and b/public/images/items/thumbnail/queso-spice-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/queso-theme-scrap-i-crafting-item.png b/public/images/items/thumbnail/queso-theme-scrap-i-crafting-item.png
new file mode 100644
index 00000000..2b969cd5
Binary files /dev/null and b/public/images/items/thumbnail/queso-theme-scrap-i-crafting-item.png differ
diff --git a/public/images/items/thumbnail/queso-theme-scrap-ii-crafting-item.png b/public/images/items/thumbnail/queso-theme-scrap-ii-crafting-item.png
new file mode 100644
index 00000000..87ea4890
Binary files /dev/null and b/public/images/items/thumbnail/queso-theme-scrap-ii-crafting-item.png differ
diff --git a/public/images/items/thumbnail/queso-theme-scrap-iii-crafting-item.png b/public/images/items/thumbnail/queso-theme-scrap-iii-crafting-item.png
new file mode 100644
index 00000000..99443314
Binary files /dev/null and b/public/images/items/thumbnail/queso-theme-scrap-iii-crafting-item.png differ
diff --git a/public/images/items/thumbnail/queso-wild-tonic-egg-convertible.png b/public/images/items/thumbnail/queso-wild-tonic-egg-convertible.png
new file mode 100644
index 00000000..c5f87da6
Binary files /dev/null and b/public/images/items/thumbnail/queso-wild-tonic-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/quesodillo-egg-convertible.png b/public/images/items/thumbnail/quesodillo-egg-convertible.png
new file mode 100644
index 00000000..98e21009
Binary files /dev/null and b/public/images/items/thumbnail/quesodillo-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rabbit-jade-base.png b/public/images/items/thumbnail/rabbit-jade-base.png
new file mode 100644
index 00000000..8332d5e3
Binary files /dev/null and b/public/images/items/thumbnail/rabbit-jade-base.png differ
diff --git a/public/images/items/thumbnail/rabbit-lny-journal-theme-collectible.png b/public/images/items/thumbnail/rabbit-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..44d33f06
Binary files /dev/null and b/public/images/items/thumbnail/rabbit-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/rabbit-mask-collectible.png b/public/images/items/thumbnail/rabbit-mask-collectible.png
new file mode 100644
index 00000000..01825422
Binary files /dev/null and b/public/images/items/thumbnail/rabbit-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/radioactive-blue-cheese-potion.png b/public/images/items/thumbnail/radioactive-blue-cheese-potion.png
new file mode 100644
index 00000000..4fd8e628
Binary files /dev/null and b/public/images/items/thumbnail/radioactive-blue-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/radioactive-blue-cheese.png b/public/images/items/thumbnail/radioactive-blue-cheese.png
new file mode 100644
index 00000000..6acf95c8
Binary files /dev/null and b/public/images/items/thumbnail/radioactive-blue-cheese.png differ
diff --git a/public/images/items/thumbnail/radioactive-curd-crafting-item.png b/public/images/items/thumbnail/radioactive-curd-crafting-item.png
new file mode 100644
index 00000000..f56fdac8
Binary files /dev/null and b/public/images/items/thumbnail/radioactive-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/radioactive-sludge-craft-item.png b/public/images/items/thumbnail/radioactive-sludge-craft-item.png
new file mode 100644
index 00000000..2c07ad15
Binary files /dev/null and b/public/images/items/thumbnail/radioactive-sludge-craft-item.png differ
diff --git a/public/images/items/thumbnail/raging-ox-slumbering-boulder-skin.png b/public/images/items/thumbnail/raging-ox-slumbering-boulder-skin.png
new file mode 100644
index 00000000..f1f53d02
Binary files /dev/null and b/public/images/items/thumbnail/raging-ox-slumbering-boulder-skin.png differ
diff --git a/public/images/items/thumbnail/rain-cheese-potion.png b/public/images/items/thumbnail/rain-cheese-potion.png
new file mode 100644
index 00000000..864b92c5
Binary files /dev/null and b/public/images/items/thumbnail/rain-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/rain-cheese.png b/public/images/items/thumbnail/rain-cheese.png
new file mode 100644
index 00000000..1d0b623c
Binary files /dev/null and b/public/images/items/thumbnail/rain-cheese.png differ
diff --git a/public/images/items/thumbnail/rain-egg-convertible.png b/public/images/items/thumbnail/rain-egg-convertible.png
new file mode 100644
index 00000000..13c09847
Binary files /dev/null and b/public/images/items/thumbnail/rain-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rain-warden-stone-stat-item.png b/public/images/items/thumbnail/rain-warden-stone-stat-item.png
new file mode 100644
index 00000000..e941bccf
Binary files /dev/null and b/public/images/items/thumbnail/rain-warden-stone-stat-item.png differ
diff --git a/public/images/items/thumbnail/rainbow-luck-trinket.png b/public/images/items/thumbnail/rainbow-luck-trinket.png
new file mode 100644
index 00000000..fe4dfde3
Binary files /dev/null and b/public/images/items/thumbnail/rainbow-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/rainbow-mohawk-wig-of-awesomeness-craft-item.png b/public/images/items/thumbnail/rainbow-mohawk-wig-of-awesomeness-craft-item.png
new file mode 100644
index 00000000..26e4e8fb
Binary files /dev/null and b/public/images/items/thumbnail/rainbow-mohawk-wig-of-awesomeness-craft-item.png differ
diff --git a/public/images/items/thumbnail/rainbow-scroll-case-convertible.png b/public/images/items/thumbnail/rainbow-scroll-case-convertible.png
new file mode 100644
index 00000000..bba2e9f8
Binary files /dev/null and b/public/images/items/thumbnail/rainbow-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/rainbow-spore-trinket.png b/public/images/items/thumbnail/rainbow-spore-trinket.png
new file mode 100644
index 00000000..ed023f7b
Binary files /dev/null and b/public/images/items/thumbnail/rainbow-spore-trinket.png differ
diff --git a/public/images/items/thumbnail/raisins-of-wrath.png b/public/images/items/thumbnail/raisins-of-wrath.png
new file mode 100644
index 00000000..0f961645
Binary files /dev/null and b/public/images/items/thumbnail/raisins-of-wrath.png differ
diff --git a/public/images/items/thumbnail/ram-shrine-crystal-laser-skin.png b/public/images/items/thumbnail/ram-shrine-crystal-laser-skin.png
new file mode 100644
index 00000000..8b61a0c1
Binary files /dev/null and b/public/images/items/thumbnail/ram-shrine-crystal-laser-skin.png differ
diff --git a/public/images/items/thumbnail/ramming-speed-potion.png b/public/images/items/thumbnail/ramming-speed-potion.png
new file mode 100644
index 00000000..a0e17d7b
Binary files /dev/null and b/public/images/items/thumbnail/ramming-speed-potion.png differ
diff --git a/public/images/items/thumbnail/ramming-speed-trinket.png b/public/images/items/thumbnail/ramming-speed-trinket.png
new file mode 100644
index 00000000..dfead29b
Binary files /dev/null and b/public/images/items/thumbnail/ramming-speed-trinket.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-arduous-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-arduous-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/rare-arduous-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-arduous-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-athletic-lunar-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-athletic-lunar-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-athletic-lunar-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-beanstalk-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-beanstalk-treasure-chest-convertible.png
new file mode 100644
index 00000000..b70ded7a
Binary files /dev/null and b/public/images/items/thumbnail/rare-beanstalk-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2014-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2014-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2014-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2015-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2015-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2015-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2016-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2016-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2016-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2017-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2019-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2020-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-birthday-2021-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..c6e76c58
Binary files /dev/null and b/public/images/items/thumbnail/rare-birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-elite-2021-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-elite-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-elite-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-boss-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..bb4620cc
Binary files /dev/null and b/public/images/items/thumbnail/rare-boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-bounty-reward-convertible.png b/public/images/items/thumbnail/rare-bounty-reward-convertible.png
new file mode 100644
index 00000000..b597925d
Binary files /dev/null and b/public/images/items/thumbnail/rare-bounty-reward-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-bounty-reward-f-convertible.png b/public/images/items/thumbnail/rare-bounty-reward-f-convertible.png
new file mode 100644
index 00000000..b597925d
Binary files /dev/null and b/public/images/items/thumbnail/rare-bounty-reward-f-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-bristle-woods-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-bristle-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..e5b72c02
Binary files /dev/null and b/public/images/items/thumbnail/rare-bristle-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-burroughs-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-burroughs-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..220c03a8
Binary files /dev/null and b/public/images/items/thumbnail/rare-burroughs-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-c-boss-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-c-boss-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..92df793f
Binary files /dev/null and b/public/images/items/thumbnail/rare-c-boss-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-c-boss-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-c-boss-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..92df793f
Binary files /dev/null and b/public/images/items/thumbnail/rare-c-boss-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-c-boss-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-c-boss-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..92df793f
Binary files /dev/null and b/public/images/items/thumbnail/rare-c-boss-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-c-boss-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-c-boss-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..92df793f
Binary files /dev/null and b/public/images/items/thumbnail/rare-c-boss-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-c-boss-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-c-boss-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..92df793f
Binary files /dev/null and b/public/images/items/thumbnail/rare-c-boss-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-c-boss-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-c-boss-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..92df793f
Binary files /dev/null and b/public/images/items/thumbnail/rare-c-boss-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-catacombs-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-catacombs-treasure-chest-convertible.png
new file mode 100644
index 00000000..eb32fc30
Binary files /dev/null and b/public/images/items/thumbnail/rare-catacombs-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-chrome-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-chrome-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..e99d9878
Binary files /dev/null and b/public/images/items/thumbnail/rare-chrome-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-chrome-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-chrome-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..e99d9878
Binary files /dev/null and b/public/images/items/thumbnail/rare-chrome-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-chrome-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-chrome-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..e99d9878
Binary files /dev/null and b/public/images/items/thumbnail/rare-chrome-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-chrome-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-chrome-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..e99d9878
Binary files /dev/null and b/public/images/items/thumbnail/rare-chrome-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-chrome-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-chrome-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..e99d9878
Binary files /dev/null and b/public/images/items/thumbnail/rare-chrome-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-chrome-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-chrome-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..e99d9878
Binary files /dev/null and b/public/images/items/thumbnail/rare-chrome-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-digby-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-digby-treasure-chest-convertible.png
new file mode 100644
index 00000000..45f28fc8
Binary files /dev/null and b/public/images/items/thumbnail/rare-digby-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-draconic-depths-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-draconic-depths-treasure-chest-convertible.png
new file mode 100644
index 00000000..990676b2
Binary files /dev/null and b/public/images/items/thumbnail/rare-draconic-depths-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-easy-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-easy-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-easy-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-easy-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/rare-easy-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-easy-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-egg-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-egg-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..6ba1961f
Binary files /dev/null and b/public/images/items/thumbnail/rare-egg-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-egg-eggstreme-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-egg-eggstreme-treasure-chest-convertible.png
new file mode 100644
index 00000000..f0028da0
Binary files /dev/null and b/public/images/items/thumbnail/rare-egg-eggstreme-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-egg-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-egg-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..2bc7cd09
Binary files /dev/null and b/public/images/items/thumbnail/rare-egg-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-egg-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-egg-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..767aedf7
Binary files /dev/null and b/public/images/items/thumbnail/rare-egg-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elab-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-elab-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-elab-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elab-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-elab-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-elab-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elab-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/rare-elab-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-elab-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-elaborate-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elaborate-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elaborate-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-elite-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-elite-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/rare-elite-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-elite-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-farming-fishing-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-farming-fishing-treasure-chest-convertible.png
new file mode 100644
index 00000000..500d38af
Binary files /dev/null and b/public/images/items/thumbnail/rare-farming-fishing-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-ff-prelude-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-ff-prelude-treasure-chest-convertible.png
new file mode 100644
index 00000000..e5f1044e
Binary files /dev/null and b/public/images/items/thumbnail/rare-ff-prelude-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-floating-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-floating-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-floating-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-fort-rox-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-fort-rox-treasure-chest-convertible.png
new file mode 100644
index 00000000..54ea354b
Binary files /dev/null and b/public/images/items/thumbnail/rare-fort-rox-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-fungal-cavern-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-fungal-cavern-treasure-chest-convertible.png
new file mode 100644
index 00000000..e4932a00
Binary files /dev/null and b/public/images/items/thumbnail/rare-fungal-cavern-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-furoma-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-furoma-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..1cef972c
Binary files /dev/null and b/public/images/items/thumbnail/rare-furoma-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-g-birthday-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-g-birthday-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..69652108
Binary files /dev/null and b/public/images/items/thumbnail/rare-g-birthday-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-g-birthday-2019-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-g-birthday-2019-treasure-chest-convertible.png
new file mode 100644
index 00000000..69652108
Binary files /dev/null and b/public/images/items/thumbnail/rare-g-birthday-2019-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-g-birthday-2020-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-g-birthday-2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..69652108
Binary files /dev/null and b/public/images/items/thumbnail/rare-g-birthday-2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-g-birthday-2021-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-g-birthday-2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..69652108
Binary files /dev/null and b/public/images/items/thumbnail/rare-g-birthday-2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-g-birthday-2025-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-g-birthday-2025-treasure-chest-convertible.png
new file mode 100644
index 00000000..69652108
Binary files /dev/null and b/public/images/items/thumbnail/rare-g-birthday-2025-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-g-time-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-g-time-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..3a197c66
Binary files /dev/null and b/public/images/items/thumbnail/rare-g-time-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-geyser-dweller-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-geyser-dweller-treasure-chest-convertible.png
new file mode 100644
index 00000000..bd994416
Binary files /dev/null and b/public/images/items/thumbnail/rare-geyser-dweller-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-giant-rainbow-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-giant-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..901a687b
Binary files /dev/null and b/public/images/items/thumbnail/rare-giant-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-gilded-coin-2024-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-gilded-coin-2024-treasure-chest-convertible.png
new file mode 100644
index 00000000..e900530a
Binary files /dev/null and b/public/images/items/thumbnail/rare-gilded-coin-2024-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-gilded-coin-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-gilded-coin-treasure-chest-convertible.png
new file mode 100644
index 00000000..e900530a
Binary files /dev/null and b/public/images/items/thumbnail/rare-gilded-coin-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-gilded-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-gilded-treasure-chest-convertible.png
new file mode 100644
index 00000000..e900530a
Binary files /dev/null and b/public/images/items/thumbnail/rare-gilded-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-gnawnia-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-gnawnia-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..4d09db12
Binary files /dev/null and b/public/images/items/thumbnail/rare-gnawnia-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-gnawnia-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-gnawnia-treasure-chest-convertible.png
new file mode 100644
index 00000000..9fa7a586
Binary files /dev/null and b/public/images/items/thumbnail/rare-gnawnia-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-halloween-f-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-halloween-spooky-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-halloween-spooky-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-halloween-spooky-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-halloween-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-halloween-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-halloween-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-halloween-undead-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-halloween-undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-halloween-undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-hard-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-hard-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-hard-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-hard-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/rare-hard-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-hard-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-high-hween2020-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-high-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-high-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-icebreaker-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-icebreaker-treasure-chest-convertible.png
new file mode 100644
index 00000000..47143c62
Binary files /dev/null and b/public/images/items/thumbnail/rare-icebreaker-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-isles-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-isles-treasure-chest-convertible.png
new file mode 100644
index 00000000..133cb136
Binary files /dev/null and b/public/images/items/thumbnail/rare-isles-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-labyrinth-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-labyrinth-treasure-chest-convertible.png
new file mode 100644
index 00000000..9c8ea901
Binary files /dev/null and b/public/images/items/thumbnail/rare-labyrinth-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-lantern-lighter-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-lantern-lighter-treasure-chest-convertible.png
new file mode 100644
index 00000000..d6e078e5
Binary files /dev/null and b/public/images/items/thumbnail/rare-lantern-lighter-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-large-rainbow-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-large-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..58ccf2a2
Binary files /dev/null and b/public/images/items/thumbnail/rare-large-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-lightning-slayer-chest-convertible.png b/public/images/items/thumbnail/rare-lightning-slayer-chest-convertible.png
new file mode 100644
index 00000000..345a8756
Binary files /dev/null and b/public/images/items/thumbnail/rare-lightning-slayer-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-living-garden-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-living-garden-treasure-chest-convertible.png
new file mode 100644
index 00000000..e6ae7807
Binary files /dev/null and b/public/images/items/thumbnail/rare-living-garden-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-living-garden-treasure-chest-f-convertible.png b/public/images/items/thumbnail/rare-living-garden-treasure-chest-f-convertible.png
new file mode 100644
index 00000000..e6ae7807
Binary files /dev/null and b/public/images/items/thumbnail/rare-living-garden-treasure-chest-f-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-living-garden-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/rare-living-garden-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..e6ae7807
Binary files /dev/null and b/public/images/items/thumbnail/rare-living-garden-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-lny-treasure-chest-2024-convertible.png b/public/images/items/thumbnail/rare-lny-treasure-chest-2024-convertible.png
new file mode 100644
index 00000000..d6e078e5
Binary files /dev/null and b/public/images/items/thumbnail/rare-lny-treasure-chest-2024-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-low-hween2020-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-low-hween2020-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-low-hween2020-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-lunar-new-year-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-lunar-new-year-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-lunar-new-year-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-m1k-solo-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-m1k-solo-treasure-chest-convertible.png
new file mode 100644
index 00000000..4c75ef2d
Binary files /dev/null and b/public/images/items/thumbnail/rare-m1k-solo-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-m1k-team-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-m1k-team-treasure-chest-convertible.png
new file mode 100644
index 00000000..1e23cb02
Binary files /dev/null and b/public/images/items/thumbnail/rare-m1k-team-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-map-dust-crafter-kit-convertible.png b/public/images/items/thumbnail/rare-map-dust-crafter-kit-convertible.png
new file mode 100644
index 00000000..7f262ae3
Binary files /dev/null and b/public/images/items/thumbnail/rare-map-dust-crafter-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-map-dust-stat-item.png b/public/images/items/thumbnail/rare-map-dust-stat-item.png
new file mode 100644
index 00000000..04e6c1c5
Binary files /dev/null and b/public/images/items/thumbnail/rare-map-dust-stat-item.png differ
diff --git a/public/images/items/thumbnail/rare-medium-hween2017-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-medium-hween2017-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-hween2017-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-hween2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-medium-hween2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-hween2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-rh-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-medium-rh-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-rh-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-halloween-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-halloween-convertible.png
new file mode 100644
index 00000000..a919fedb
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-halloween-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s10-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s10-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s10-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s2-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s2-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s2-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s3-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s3-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s3-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s4-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s4-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s4-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s5-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s5-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s5-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s6-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s6-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s6-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s7-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s7-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s7-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s8-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s8-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s8-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-medium-treasure-chest-s9-convertible.png b/public/images/items/thumbnail/rare-medium-treasure-chest-s9-convertible.png
new file mode 100644
index 00000000..66b3e175
Binary files /dev/null and b/public/images/items/thumbnail/rare-medium-treasure-chest-s9-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-moussu-picchu-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-moussu-picchu-treasure-chest-convertible.png
new file mode 100644
index 00000000..da3c670e
Binary files /dev/null and b/public/images/items/thumbnail/rare-moussu-picchu-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-muridae-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-muridae-treasure-chest-convertible.png
new file mode 100644
index 00000000..b8ddcc97
Binary files /dev/null and b/public/images/items/thumbnail/rare-muridae-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2014-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2014-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2014-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2015-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2015-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2015-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2016-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2016-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2016-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2017-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2017-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2017-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2018-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2018-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2018-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2019-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2019-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2019-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2020-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2020-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2020-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2021-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2021-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2021-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-2022-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-2022-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-2022-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-naughty-list-chest-convertible.png b/public/images/items/thumbnail/rare-naughty-list-chest-convertible.png
new file mode 100644
index 00000000..ddf8a93b
Binary files /dev/null and b/public/images/items/thumbnail/rare-naughty-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-new-years-chest-convertible.png b/public/images/items/thumbnail/rare-new-years-chest-convertible.png
new file mode 100644
index 00000000..7f948dcc
Binary files /dev/null and b/public/images/items/thumbnail/rare-new-years-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2014-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2014-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2014-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2015-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2015-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2015-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2016-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2016-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2016-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2017-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2017-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2017-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2018-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2018-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2018-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2021-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2021-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2021-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-2022-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-2022-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-2022-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-nice-list-chest-convertible.png b/public/images/items/thumbnail/rare-nice-list-chest-convertible.png
new file mode 100644
index 00000000..f02e0d85
Binary files /dev/null and b/public/images/items/thumbnail/rare-nice-list-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-origin-of-dragons-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-origin-of-dragons-treasure-chest-convertible.png
new file mode 100644
index 00000000..4ec65b85
Binary files /dev/null and b/public/images/items/thumbnail/rare-origin-of-dragons-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-queso-canyon-tour-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-queso-canyon-tour-treasure-chest-convertible.png
new file mode 100644
index 00000000..d2300fb0
Binary files /dev/null and b/public/images/items/thumbnail/rare-queso-canyon-tour-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-queso-canyoneer-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-queso-canyoneer-treasure-chest-convertible.png
new file mode 100644
index 00000000..a1c91ca4
Binary files /dev/null and b/public/images/items/thumbnail/rare-queso-canyoneer-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-relic-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-relic-treasure-chest-convertible.png
new file mode 100644
index 00000000..fe62557e
Binary files /dev/null and b/public/images/items/thumbnail/rare-relic-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-rift-halloween-f-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-rift-halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..475192be
Binary files /dev/null and b/public/images/items/thumbnail/rare-rift-halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-riftstalker-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-riftstalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..5e291465
Binary files /dev/null and b/public/images/items/thumbnail/rare-riftstalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-riftwalker-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-riftwalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..00611da1
Binary files /dev/null and b/public/images/items/thumbnail/rare-riftwalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-school-of-sorcery-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-school-of-sorcery-treasure-chest-convertible.png
new file mode 100644
index 00000000..24980ea1
Binary files /dev/null and b/public/images/items/thumbnail/rare-school-of-sorcery-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-shelder-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-shelder-treasure-chest-convertible.png
new file mode 100644
index 00000000..fe70127f
Binary files /dev/null and b/public/images/items/thumbnail/rare-shelder-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-sky-palace-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-sky-palace-treasure-chest-convertible.png
new file mode 100644
index 00000000..39548f9c
Binary files /dev/null and b/public/images/items/thumbnail/rare-sky-palace-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-sky-pirate-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-sky-pirate-treasure-chest-convertible.png
new file mode 100644
index 00000000..0c6ac73d
Binary files /dev/null and b/public/images/items/thumbnail/rare-sky-pirate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-small-rainbow-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-small-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..5892976c
Binary files /dev/null and b/public/images/items/thumbnail/rare-small-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-sunken-city-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-sunken-city-treasure-chest-convertible.png
new file mode 100644
index 00000000..52ec9c68
Binary files /dev/null and b/public/images/items/thumbnail/rare-sunken-city-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-timetravel-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-timetravel-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..915201a0
Binary files /dev/null and b/public/images/items/thumbnail/rare-timetravel-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-toxic-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-toxic-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..338ce1ef
Binary files /dev/null and b/public/images/items/thumbnail/rare-toxic-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-toxic-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-toxic-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..83e0c449
Binary files /dev/null and b/public/images/items/thumbnail/rare-toxic-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-toxic-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-toxic-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..338ce1ef
Binary files /dev/null and b/public/images/items/thumbnail/rare-toxic-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-toxic-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-toxic-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..338ce1ef
Binary files /dev/null and b/public/images/items/thumbnail/rare-toxic-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-toxic-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-toxic-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..338ce1ef
Binary files /dev/null and b/public/images/items/thumbnail/rare-toxic-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-toxic-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-toxic-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..83e0c449
Binary files /dev/null and b/public/images/items/thumbnail/rare-toxic-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-treat-hween2021-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-treat-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..70240f0b
Binary files /dev/null and b/public/images/items/thumbnail/rare-treat-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-trick-hween2021-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-trick-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..a97c2c8f
Binary files /dev/null and b/public/images/items/thumbnail/rare-trick-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-undead-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..58c29f67
Binary files /dev/null and b/public/images/items/thumbnail/rare-undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-valentines-2015-chest-convertible.png b/public/images/items/thumbnail/rare-valentines-2015-chest-convertible.png
new file mode 100644
index 00000000..7bf94d3a
Binary files /dev/null and b/public/images/items/thumbnail/rare-valentines-2015-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-valentines-matchmaker-chest-convertible.png b/public/images/items/thumbnail/rare-valentines-matchmaker-chest-convertible.png
new file mode 100644
index 00000000..12750616
Binary files /dev/null and b/public/images/items/thumbnail/rare-valentines-matchmaker-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-valour-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-valour-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..a55987b1
Binary files /dev/null and b/public/images/items/thumbnail/rare-valour-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-valour-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-valour-treasure-chest-convertible.png
new file mode 100644
index 00000000..feb0c944
Binary files /dev/null and b/public/images/items/thumbnail/rare-valour-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-warpath-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-warpath-treasure-chest-convertible.png
new file mode 100644
index 00000000..b60759d7
Binary files /dev/null and b/public/images/items/thumbnail/rare-warpath-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-whisker-woods-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-whisker-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..906500fe
Binary files /dev/null and b/public/images/items/thumbnail/rare-whisker-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-whisker-woods-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-whisker-woods-treasure-chest-convertible.png
new file mode 100644
index 00000000..3c7d6e7c
Binary files /dev/null and b/public/images/items/thumbnail/rare-whisker-woods-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rare-zugzwang-treasure-chest-convertible.png b/public/images/items/thumbnail/rare-zugzwang-treasure-chest-convertible.png
new file mode 100644
index 00000000..036acc1e
Binary files /dev/null and b/public/images/items/thumbnail/rare-zugzwang-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rat-jade-base.png b/public/images/items/thumbnail/rat-jade-base.png
new file mode 100644
index 00000000..0fe2b75c
Binary files /dev/null and b/public/images/items/thumbnail/rat-jade-base.png differ
diff --git a/public/images/items/thumbnail/rat-lny-journal-theme-collectible.png b/public/images/items/thumbnail/rat-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..334f234b
Binary files /dev/null and b/public/images/items/thumbnail/rat-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/rat-mask-collectible.png b/public/images/items/thumbnail/rat-mask-collectible.png
new file mode 100644
index 00000000..0d3f20ef
Binary files /dev/null and b/public/images/items/thumbnail/rat-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/raw-ancient-jade-stat-item.png b/public/images/items/thumbnail/raw-ancient-jade-stat-item.png
new file mode 100644
index 00000000..269ae849
Binary files /dev/null and b/public/images/items/thumbnail/raw-ancient-jade-stat-item.png differ
diff --git a/public/images/items/thumbnail/raw-diamond-collectible.png b/public/images/items/thumbnail/raw-diamond-collectible.png
new file mode 100644
index 00000000..973bc193
Binary files /dev/null and b/public/images/items/thumbnail/raw-diamond-collectible.png differ
diff --git a/public/images/items/thumbnail/raw-rift-crystal-stat-item.png b/public/images/items/thumbnail/raw-rift-crystal-stat-item.png
new file mode 100644
index 00000000..ea6f8b37
Binary files /dev/null and b/public/images/items/thumbnail/raw-rift-crystal-stat-item.png differ
diff --git a/public/images/items/thumbnail/real-lich-egg-convertible.png b/public/images/items/thumbnail/real-lich-egg-convertible.png
new file mode 100644
index 00000000..2954054c
Binary files /dev/null and b/public/images/items/thumbnail/real-lich-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/realm-ripper-egg-convertible.png b/public/images/items/thumbnail/realm-ripper-egg-convertible.png
new file mode 100644
index 00000000..ca0576ec
Binary files /dev/null and b/public/images/items/thumbnail/realm-ripper-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/reaper-droid-archmagus-skin.png b/public/images/items/thumbnail/reaper-droid-archmagus-skin.png
new file mode 100644
index 00000000..2aa55503
Binary files /dev/null and b/public/images/items/thumbnail/reaper-droid-archmagus-skin.png differ
diff --git a/public/images/items/thumbnail/reaper-perch-weapon.png b/public/images/items/thumbnail/reaper-perch-weapon.png
new file mode 100644
index 00000000..2536f132
Binary files /dev/null and b/public/images/items/thumbnail/reaper-perch-weapon.png differ
diff --git a/public/images/items/thumbnail/recipe-unlock-stat-item.png b/public/images/items/thumbnail/recipe-unlock-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/recipe-unlock-stat-item.png differ
diff --git a/public/images/items/thumbnail/recruit-achievement.png b/public/images/items/thumbnail/recruit-achievement.png
new file mode 100644
index 00000000..7823ee60
Binary files /dev/null and b/public/images/items/thumbnail/recruit-achievement.png differ
diff --git a/public/images/items/thumbnail/recycled-essence-crafting-item.png b/public/images/items/thumbnail/recycled-essence-crafting-item.png
new file mode 100644
index 00000000..a784eef8
Binary files /dev/null and b/public/images/items/thumbnail/recycled-essence-crafting-item.png differ
diff --git a/public/images/items/thumbnail/red-button-collectible.png b/public/images/items/thumbnail/red-button-collectible.png
new file mode 100644
index 00000000..3ec8f39c
Binary files /dev/null and b/public/images/items/thumbnail/red-button-collectible.png differ
diff --git a/public/images/items/thumbnail/red-double-dewdrop-powder-crafting-item.png b/public/images/items/thumbnail/red-double-dewdrop-powder-crafting-item.png
new file mode 100644
index 00000000..17a49c58
Binary files /dev/null and b/public/images/items/thumbnail/red-double-dewdrop-powder-crafting-item.png differ
diff --git a/public/images/items/thumbnail/red-double-sponge-trinket.png b/public/images/items/thumbnail/red-double-sponge-trinket.png
new file mode 100644
index 00000000..c4a47236
Binary files /dev/null and b/public/images/items/thumbnail/red-double-sponge-trinket.png differ
diff --git a/public/images/items/thumbnail/red-drop-stat-item.png b/public/images/items/thumbnail/red-drop-stat-item.png
new file mode 100644
index 00000000..7de6bef3
Binary files /dev/null and b/public/images/items/thumbnail/red-drop-stat-item.png differ
diff --git a/public/images/items/thumbnail/red-pepper-plant-convertible.png b/public/images/items/thumbnail/red-pepper-plant-convertible.png
new file mode 100644
index 00000000..17ba4464
Binary files /dev/null and b/public/images/items/thumbnail/red-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/red-pepper-seed-craft-item.png b/public/images/items/thumbnail/red-pepper-seed-craft-item.png
new file mode 100644
index 00000000..8c6f16e2
Binary files /dev/null and b/public/images/items/thumbnail/red-pepper-seed-craft-item.png differ
diff --git a/public/images/items/thumbnail/red-pocket-envelope-convertible.png b/public/images/items/thumbnail/red-pocket-envelope-convertible.png
new file mode 100644
index 00000000..682d4551
Binary files /dev/null and b/public/images/items/thumbnail/red-pocket-envelope-convertible.png differ
diff --git a/public/images/items/thumbnail/red-sponge-trinket.png b/public/images/items/thumbnail/red-sponge-trinket.png
new file mode 100644
index 00000000..c6415d83
Binary files /dev/null and b/public/images/items/thumbnail/red-sponge-trinket.png differ
diff --git a/public/images/items/thumbnail/red-velvet-cake-base.png b/public/images/items/thumbnail/red-velvet-cake-base.png
new file mode 100644
index 00000000..99ccef2c
Binary files /dev/null and b/public/images/items/thumbnail/red-velvet-cake-base.png differ
diff --git a/public/images/items/thumbnail/red-wax-crafting-item.png b/public/images/items/thumbnail/red-wax-crafting-item.png
new file mode 100644
index 00000000..022bff27
Binary files /dev/null and b/public/images/items/thumbnail/red-wax-crafting-item.png differ
diff --git a/public/images/items/thumbnail/red-winter-hunt-gift.png b/public/images/items/thumbnail/red-winter-hunt-gift.png
new file mode 100644
index 00000000..bc157689
Binary files /dev/null and b/public/images/items/thumbnail/red-winter-hunt-gift.png differ
diff --git a/public/images/items/thumbnail/refined-pollutinum-base-blueprints-crafting-item.png b/public/images/items/thumbnail/refined-pollutinum-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/refined-pollutinum-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/refined-pollutinum-base.png b/public/images/items/thumbnail/refined-pollutinum-base.png
new file mode 100644
index 00000000..f4a35d86
Binary files /dev/null and b/public/images/items/thumbnail/refined-pollutinum-base.png differ
diff --git a/public/images/items/thumbnail/regal-celestial-dissonance-trap-skin.png b/public/images/items/thumbnail/regal-celestial-dissonance-trap-skin.png
new file mode 100644
index 00000000..40af80dc
Binary files /dev/null and b/public/images/items/thumbnail/regal-celestial-dissonance-trap-skin.png differ
diff --git a/public/images/items/thumbnail/regal-charm-codex-stat-item.png b/public/images/items/thumbnail/regal-charm-codex-stat-item.png
new file mode 100644
index 00000000..6fc2c66e
Binary files /dev/null and b/public/images/items/thumbnail/regal-charm-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/regal-chrome-floating-arcane-upgraded-skin.png b/public/images/items/thumbnail/regal-chrome-floating-arcane-upgraded-skin.png
new file mode 100644
index 00000000..8e152932
Binary files /dev/null and b/public/images/items/thumbnail/regal-chrome-floating-arcane-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/regal-codex-page-stat-item.png b/public/images/items/thumbnail/regal-codex-page-stat-item.png
new file mode 100644
index 00000000..c577854f
Binary files /dev/null and b/public/images/items/thumbnail/regal-codex-page-stat-item.png differ
diff --git a/public/images/items/thumbnail/regal-gift-basket-convertible.png b/public/images/items/thumbnail/regal-gift-basket-convertible.png
new file mode 100644
index 00000000..5d2f05da
Binary files /dev/null and b/public/images/items/thumbnail/regal-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/regal-infinite-dark-magic-mirror-skin.png b/public/images/items/thumbnail/regal-infinite-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..9e34f67e
Binary files /dev/null and b/public/images/items/thumbnail/regal-infinite-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/thumbnail/regal-legendary-kingbot-skin.png b/public/images/items/thumbnail/regal-legendary-kingbot-skin.png
new file mode 100644
index 00000000..35b522c4
Binary files /dev/null and b/public/images/items/thumbnail/regal-legendary-kingbot-skin.png differ
diff --git a/public/images/items/thumbnail/regal-princebot-trap-skin.png b/public/images/items/thumbnail/regal-princebot-trap-skin.png
new file mode 100644
index 00000000..dd0da970
Binary files /dev/null and b/public/images/items/thumbnail/regal-princebot-trap-skin.png differ
diff --git a/public/images/items/thumbnail/regal-slumbering-boulder-trap-skin.png b/public/images/items/thumbnail/regal-slumbering-boulder-trap-skin.png
new file mode 100644
index 00000000..de9511de
Binary files /dev/null and b/public/images/items/thumbnail/regal-slumbering-boulder-trap-skin.png differ
diff --git a/public/images/items/thumbnail/regal-temporal-turbine-skin.png b/public/images/items/thumbnail/regal-temporal-turbine-skin.png
new file mode 100644
index 00000000..7b7808d7
Binary files /dev/null and b/public/images/items/thumbnail/regal-temporal-turbine-skin.png differ
diff --git a/public/images/items/thumbnail/regal-theme-half-one-crafting-item.png b/public/images/items/thumbnail/regal-theme-half-one-crafting-item.png
new file mode 100644
index 00000000..ba63d9ce
Binary files /dev/null and b/public/images/items/thumbnail/regal-theme-half-one-crafting-item.png differ
diff --git a/public/images/items/thumbnail/regal-theme-half-two-crafting-item.png b/public/images/items/thumbnail/regal-theme-half-two-crafting-item.png
new file mode 100644
index 00000000..248d66f1
Binary files /dev/null and b/public/images/items/thumbnail/regal-theme-half-two-crafting-item.png differ
diff --git a/public/images/items/thumbnail/regal-trinket.png b/public/images/items/thumbnail/regal-trinket.png
new file mode 100644
index 00000000..d9ebee06
Binary files /dev/null and b/public/images/items/thumbnail/regal-trinket.png differ
diff --git a/public/images/items/thumbnail/regal-vault-procession-trap-skin.png b/public/images/items/thumbnail/regal-vault-procession-trap-skin.png
new file mode 100644
index 00000000..c68e2a1d
Binary files /dev/null and b/public/images/items/thumbnail/regal-vault-procession-trap-skin.png differ
diff --git a/public/images/items/thumbnail/reindeer-slippers-collectible.png b/public/images/items/thumbnail/reindeer-slippers-collectible.png
new file mode 100644
index 00000000..6b470f88
Binary files /dev/null and b/public/images/items/thumbnail/reindeer-slippers-collectible.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-egg-convertible.png b/public/images/items/thumbnail/relic-hunter-egg-convertible.png
new file mode 100644
index 00000000..c960e4b2
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-journal-theme-collectible.png b/public/images/items/thumbnail/relic-hunter-journal-theme-collectible.png
new file mode 100644
index 00000000..af12df84
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..97dd26a8
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..6bfb53f9
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..faf92d38
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-4-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-4-crafting-item.png
new file mode 100644
index 00000000..27cd4b34
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-4-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-5-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-5-crafting-item.png
new file mode 100644
index 00000000..681412f8
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-5-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-6-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-6-crafting-item.png
new file mode 100644
index 00000000..d6e26e1f
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-6-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-7-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-7-crafting-item.png
new file mode 100644
index 00000000..20b0f8d2
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-7-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-8-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-8-crafting-item.png
new file mode 100644
index 00000000..b68d87b7
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-8-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-hunter-theme-scrap-9-crafting-item.png b/public/images/items/thumbnail/relic-hunter-theme-scrap-9-crafting-item.png
new file mode 100644
index 00000000..111c7637
Binary files /dev/null and b/public/images/items/thumbnail/relic-hunter-theme-scrap-9-crafting-item.png differ
diff --git a/public/images/items/thumbnail/relic-scroll-case-convertible.png b/public/images/items/thumbnail/relic-scroll-case-convertible.png
new file mode 100644
index 00000000..afe01ba5
Binary files /dev/null and b/public/images/items/thumbnail/relic-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/relic-treasure-chest-convertible.png b/public/images/items/thumbnail/relic-treasure-chest-convertible.png
new file mode 100644
index 00000000..d49cfe41
Binary files /dev/null and b/public/images/items/thumbnail/relic-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/remote-detonator-base-blueprints-crafting-item.png b/public/images/items/thumbnail/remote-detonator-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/remote-detonator-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/remote-detonator-base.png b/public/images/items/thumbnail/remote-detonator-base.png
new file mode 100644
index 00000000..8b33f7ce
Binary files /dev/null and b/public/images/items/thumbnail/remote-detonator-base.png differ
diff --git a/public/images/items/thumbnail/remote-pumping-trinket.png b/public/images/items/thumbnail/remote-pumping-trinket.png
new file mode 100644
index 00000000..a5fdced3
Binary files /dev/null and b/public/images/items/thumbnail/remote-pumping-trinket.png differ
diff --git a/public/images/items/thumbnail/repear-perch-blueprint-crafting-item.png b/public/images/items/thumbnail/repear-perch-blueprint-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/repear-perch-blueprint-crafting-item.png differ
diff --git a/public/images/items/thumbnail/restitched-trinket.png b/public/images/items/thumbnail/restitched-trinket.png
new file mode 100644
index 00000000..35d8ef40
Binary files /dev/null and b/public/images/items/thumbnail/restitched-trinket.png differ
diff --git a/public/images/items/thumbnail/restoration-mousoleum-map-piece.png b/public/images/items/thumbnail/restoration-mousoleum-map-piece.png
new file mode 100644
index 00000000..afd6fd2e
Binary files /dev/null and b/public/images/items/thumbnail/restoration-mousoleum-map-piece.png differ
diff --git a/public/images/items/thumbnail/rewers-repost-weapon.png b/public/images/items/thumbnail/rewers-repost-weapon.png
new file mode 100644
index 00000000..1333d8ac
Binary files /dev/null and b/public/images/items/thumbnail/rewers-repost-weapon.png differ
diff --git a/public/images/items/thumbnail/rewind-raclette-cheese.png b/public/images/items/thumbnail/rewind-raclette-cheese.png
new file mode 100644
index 00000000..cc854687
Binary files /dev/null and b/public/images/items/thumbnail/rewind-raclette-cheese.png differ
diff --git a/public/images/items/thumbnail/rewind-trinket.png b/public/images/items/thumbnail/rewind-trinket.png
new file mode 100644
index 00000000..97dc0544
Binary files /dev/null and b/public/images/items/thumbnail/rewind-trinket.png differ
diff --git a/public/images/items/thumbnail/rhino-horn-craft-item.png b/public/images/items/thumbnail/rhino-horn-craft-item.png
new file mode 100644
index 00000000..73fbe510
Binary files /dev/null and b/public/images/items/thumbnail/rhino-horn-craft-item.png differ
diff --git a/public/images/items/thumbnail/rhinobot-blueprints-craft-item.png b/public/images/items/thumbnail/rhinobot-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/rhinobot-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/rhinobot-parts-crafting-item.png b/public/images/items/thumbnail/rhinobot-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/rhinobot-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rhinobot-weapon.png b/public/images/items/thumbnail/rhinobot-weapon.png
new file mode 100644
index 00000000..816c7a83
Binary files /dev/null and b/public/images/items/thumbnail/rhinobot-weapon.png differ
diff --git a/public/images/items/thumbnail/rice-paper-craft-item.png b/public/images/items/thumbnail/rice-paper-craft-item.png
new file mode 100644
index 00000000..723183a0
Binary files /dev/null and b/public/images/items/thumbnail/rice-paper-craft-item.png differ
diff --git a/public/images/items/thumbnail/richest-egg-convertible.png b/public/images/items/thumbnail/richest-egg-convertible.png
new file mode 100644
index 00000000..d5227cec
Binary files /dev/null and b/public/images/items/thumbnail/richest-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-2020-trinket.png b/public/images/items/thumbnail/rift-2020-trinket.png
new file mode 100644
index 00000000..c5c1fbd1
Binary files /dev/null and b/public/images/items/thumbnail/rift-2020-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-2021-trinket.png b/public/images/items/thumbnail/rift-2021-trinket.png
new file mode 100644
index 00000000..c4d5f02d
Binary files /dev/null and b/public/images/items/thumbnail/rift-2021-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-2022-trinket.png b/public/images/items/thumbnail/rift-2022-trinket.png
new file mode 100644
index 00000000..43dc4fcf
Binary files /dev/null and b/public/images/items/thumbnail/rift-2022-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-2023-trinket.png b/public/images/items/thumbnail/rift-2023-trinket.png
new file mode 100644
index 00000000..75f3ceba
Binary files /dev/null and b/public/images/items/thumbnail/rift-2023-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-2024-trinket.png b/public/images/items/thumbnail/rift-2024-trinket.png
new file mode 100644
index 00000000..e5d3b749
Binary files /dev/null and b/public/images/items/thumbnail/rift-2024-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-2025-trinket.png b/public/images/items/thumbnail/rift-2025-trinket.png
new file mode 100644
index 00000000..a11b3073
Binary files /dev/null and b/public/images/items/thumbnail/rift-2025-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-acolyte-bronze-chest-convertible.png b/public/images/items/thumbnail/rift-acolyte-bronze-chest-convertible.png
new file mode 100644
index 00000000..842e8867
Binary files /dev/null and b/public/images/items/thumbnail/rift-acolyte-bronze-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-acolyte-chest-convertible.png b/public/images/items/thumbnail/rift-acolyte-chest-convertible.png
new file mode 100644
index 00000000..eef64446
Binary files /dev/null and b/public/images/items/thumbnail/rift-acolyte-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-acolyte-gold-chest-convertible.png b/public/images/items/thumbnail/rift-acolyte-gold-chest-convertible.png
new file mode 100644
index 00000000..454f78a5
Binary files /dev/null and b/public/images/items/thumbnail/rift-acolyte-gold-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-acolyte-silver-chest-convertible.png b/public/images/items/thumbnail/rift-acolyte-silver-chest-convertible.png
new file mode 100644
index 00000000..931e43c5
Binary files /dev/null and b/public/images/items/thumbnail/rift-acolyte-silver-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-airship-trinket.png b/public/images/items/thumbnail/rift-airship-trinket.png
new file mode 100644
index 00000000..f2f7d36d
Binary files /dev/null and b/public/images/items/thumbnail/rift-airship-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-anti-skele-trinket.png b/public/images/items/thumbnail/rift-anti-skele-trinket.png
new file mode 100644
index 00000000..1cece6fc
Binary files /dev/null and b/public/images/items/thumbnail/rift-anti-skele-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-base-blueprints-crafting-item.png b/public/images/items/thumbnail/rift-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/rift-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-base.png b/public/images/items/thumbnail/rift-base.png
new file mode 100644
index 00000000..9a1ea3b5
Binary files /dev/null and b/public/images/items/thumbnail/rift-base.png differ
diff --git a/public/images/items/thumbnail/rift-battery-piece-crafting-item.png b/public/images/items/thumbnail/rift-battery-piece-crafting-item.png
new file mode 100644
index 00000000..32980ccb
Binary files /dev/null and b/public/images/items/thumbnail/rift-battery-piece-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-belt-shard-craft-item.png b/public/images/items/thumbnail/rift-belt-shard-craft-item.png
new file mode 100644
index 00000000..3c3d491f
Binary files /dev/null and b/public/images/items/thumbnail/rift-belt-shard-craft-item.png differ
diff --git a/public/images/items/thumbnail/rift-blossom-branch-crafting-item.png b/public/images/items/thumbnail/rift-blossom-branch-crafting-item.png
new file mode 100644
index 00000000..74afe05a
Binary files /dev/null and b/public/images/items/thumbnail/rift-blossom-branch-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-candy-stat-item.png b/public/images/items/thumbnail/rift-candy-stat-item.png
new file mode 100644
index 00000000..fad3c7c4
Binary files /dev/null and b/public/images/items/thumbnail/rift-candy-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-cheese-belt-token-crafting-item.png b/public/images/items/thumbnail/rift-cheese-belt-token-crafting-item.png
new file mode 100644
index 00000000..3031cf0d
Binary files /dev/null and b/public/images/items/thumbnail/rift-cheese-belt-token-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-cheese-claw-token-crafting-item.png b/public/images/items/thumbnail/rift-cheese-claw-token-crafting-item.png
new file mode 100644
index 00000000..dfc5a839
Binary files /dev/null and b/public/images/items/thumbnail/rift-cheese-claw-token-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-cheese-curd-crafting-item.png b/public/images/items/thumbnail/rift-cheese-curd-crafting-item.png
new file mode 100644
index 00000000..ee49c6fb
Binary files /dev/null and b/public/images/items/thumbnail/rift-cheese-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-cheese-fang-token-crafting-item.png b/public/images/items/thumbnail/rift-cheese-fang-token-crafting-item.png
new file mode 100644
index 00000000..671593aa
Binary files /dev/null and b/public/images/items/thumbnail/rift-cheese-fang-token-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-cherries-crafting-item.png b/public/images/items/thumbnail/rift-cherries-crafting-item.png
new file mode 100644
index 00000000..de6cc49a
Binary files /dev/null and b/public/images/items/thumbnail/rift-cherries-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-chrome-trinket.png b/public/images/items/thumbnail/rift-chrome-trinket.png
new file mode 100644
index 00000000..b9332952
Binary files /dev/null and b/public/images/items/thumbnail/rift-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-chronometer-stat-item.png b/public/images/items/thumbnail/rift-chronometer-stat-item.png
new file mode 100644
index 00000000..6b8a5e77
Binary files /dev/null and b/public/images/items/thumbnail/rift-chronometer-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-circuitry-chips.png b/public/images/items/thumbnail/rift-circuitry-chips.png
new file mode 100644
index 00000000..494dc147
Binary files /dev/null and b/public/images/items/thumbnail/rift-circuitry-chips.png differ
diff --git a/public/images/items/thumbnail/rift-circuitry-stat-item.png b/public/images/items/thumbnail/rift-circuitry-stat-item.png
new file mode 100644
index 00000000..800e6db9
Binary files /dev/null and b/public/images/items/thumbnail/rift-circuitry-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-claw-shard-craft-item.png b/public/images/items/thumbnail/rift-claw-shard-craft-item.png
new file mode 100644
index 00000000..69261ad2
Binary files /dev/null and b/public/images/items/thumbnail/rift-claw-shard-craft-item.png differ
diff --git a/public/images/items/thumbnail/rift-clockwork-cog-stat-item.png b/public/images/items/thumbnail/rift-clockwork-cog-stat-item.png
new file mode 100644
index 00000000..47192680
Binary files /dev/null and b/public/images/items/thumbnail/rift-clockwork-cog-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-combat-cheese.png b/public/images/items/thumbnail/rift-combat-cheese.png
new file mode 100644
index 00000000..8b8c320a
Binary files /dev/null and b/public/images/items/thumbnail/rift-combat-cheese.png differ
diff --git a/public/images/items/thumbnail/rift-crystal-crafting-item.png b/public/images/items/thumbnail/rift-crystal-crafting-item.png
new file mode 100644
index 00000000..5d973939
Binary files /dev/null and b/public/images/items/thumbnail/rift-crystal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-detector-map-piece.png b/public/images/items/thumbnail/rift-detector-map-piece.png
new file mode 100644
index 00000000..01c2e3c6
Binary files /dev/null and b/public/images/items/thumbnail/rift-detector-map-piece.png differ
diff --git a/public/images/items/thumbnail/rift-dirigible-kit-convertible.png b/public/images/items/thumbnail/rift-dirigible-kit-convertible.png
new file mode 100644
index 00000000..e917b190
Binary files /dev/null and b/public/images/items/thumbnail/rift-dirigible-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-dojo-master-egg-convertible.png b/public/images/items/thumbnail/rift-dojo-master-egg-convertible.png
new file mode 100644
index 00000000..70c87632
Binary files /dev/null and b/public/images/items/thumbnail/rift-dojo-master-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-dust-crafting-item.png b/public/images/items/thumbnail/rift-dust-crafting-item.png
new file mode 100644
index 00000000..7c9a84f1
Binary files /dev/null and b/public/images/items/thumbnail/rift-dust-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-egg-convertible.png b/public/images/items/thumbnail/rift-egg-convertible.png
new file mode 100644
index 00000000..59113fe7
Binary files /dev/null and b/public/images/items/thumbnail/rift-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-extreme-chrome-trinket.png b/public/images/items/thumbnail/rift-extreme-chrome-trinket.png
new file mode 100644
index 00000000..2b1f2ad6
Binary files /dev/null and b/public/images/items/thumbnail/rift-extreme-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-extreme-luck-trinket.png b/public/images/items/thumbnail/rift-extreme-luck-trinket.png
new file mode 100644
index 00000000..5c993e7d
Binary files /dev/null and b/public/images/items/thumbnail/rift-extreme-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-extreme-power-trinket.png b/public/images/items/thumbnail/rift-extreme-power-trinket.png
new file mode 100644
index 00000000..e17ba900
Binary files /dev/null and b/public/images/items/thumbnail/rift-extreme-power-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-extreme-snowball-trinket.png b/public/images/items/thumbnail/rift-extreme-snowball-trinket.png
new file mode 100644
index 00000000..8eebcd4e
Binary files /dev/null and b/public/images/items/thumbnail/rift-extreme-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-fang-egg-convertible.png b/public/images/items/thumbnail/rift-fang-egg-convertible.png
new file mode 100644
index 00000000..2c29ba9c
Binary files /dev/null and b/public/images/items/thumbnail/rift-fang-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-fang-shard-craft-item.png b/public/images/items/thumbnail/rift-fang-shard-craft-item.png
new file mode 100644
index 00000000..37345fe5
Binary files /dev/null and b/public/images/items/thumbnail/rift-fang-shard-craft-item.png differ
diff --git a/public/images/items/thumbnail/rift-furoma-energy-trinket.png b/public/images/items/thumbnail/rift-furoma-energy-trinket.png
new file mode 100644
index 00000000..138770cb
Binary files /dev/null and b/public/images/items/thumbnail/rift-furoma-energy-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-gaunt-upgrade-a-stat-item.png b/public/images/items/thumbnail/rift-gaunt-upgrade-a-stat-item.png
new file mode 100644
index 00000000..14e91672
Binary files /dev/null and b/public/images/items/thumbnail/rift-gaunt-upgrade-a-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-gaunt-upgrade-b-stat-item.png b/public/images/items/thumbnail/rift-gaunt-upgrade-b-stat-item.png
new file mode 100644
index 00000000..d6422c7e
Binary files /dev/null and b/public/images/items/thumbnail/rift-gaunt-upgrade-b-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-gauntlet-fuel-stat-item.png b/public/images/items/thumbnail/rift-gauntlet-fuel-stat-item.png
new file mode 100644
index 00000000..7bd7a349
Binary files /dev/null and b/public/images/items/thumbnail/rift-gauntlet-fuel-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-glacier-gatler-weapon.png b/public/images/items/thumbnail/rift-glacier-gatler-weapon.png
new file mode 100644
index 00000000..fd59b62d
Binary files /dev/null and b/public/images/items/thumbnail/rift-glacier-gatler-weapon.png differ
diff --git a/public/images/items/thumbnail/rift-glutter-cheese.png b/public/images/items/thumbnail/rift-glutter-cheese.png
new file mode 100644
index 00000000..f0381389
Binary files /dev/null and b/public/images/items/thumbnail/rift-glutter-cheese.png differ
diff --git a/public/images/items/thumbnail/rift-gold-bonus-trinket.png b/public/images/items/thumbnail/rift-gold-bonus-trinket.png
new file mode 100644
index 00000000..3b7e4843
Binary files /dev/null and b/public/images/items/thumbnail/rift-gold-bonus-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-halloween-f-treasure-chest-convertible.png b/public/images/items/thumbnail/rift-halloween-f-treasure-chest-convertible.png
new file mode 100644
index 00000000..307997ae
Binary files /dev/null and b/public/images/items/thumbnail/rift-halloween-f-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-halloween-journal-theme-collectible.png b/public/images/items/thumbnail/rift-halloween-journal-theme-collectible.png
new file mode 100644
index 00000000..8c5a941c
Binary files /dev/null and b/public/images/items/thumbnail/rift-halloween-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/rift-halloween-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/rift-halloween-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..2e21fe28
Binary files /dev/null and b/public/images/items/thumbnail/rift-halloween-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-halloween-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/rift-halloween-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..a3c3fb1a
Binary files /dev/null and b/public/images/items/thumbnail/rift-halloween-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-halloween-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/rift-halloween-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..1dd9aca1
Binary files /dev/null and b/public/images/items/thumbnail/rift-halloween-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-hapless-cheese.png b/public/images/items/thumbnail/rift-hapless-cheese.png
new file mode 100644
index 00000000..38b2e99f
Binary files /dev/null and b/public/images/items/thumbnail/rift-hapless-cheese.png differ
diff --git a/public/images/items/thumbnail/rift-hourglass-sand-stat-item.png b/public/images/items/thumbnail/rift-hourglass-sand-stat-item.png
new file mode 100644
index 00000000..fb42b0a2
Binary files /dev/null and b/public/images/items/thumbnail/rift-hourglass-sand-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-hourglass-stat-item.png b/public/images/items/thumbnail/rift-hourglass-stat-item.png
new file mode 100644
index 00000000..75e70ad0
Binary files /dev/null and b/public/images/items/thumbnail/rift-hourglass-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-luck-codex-stat-item.png b/public/images/items/thumbnail/rift-luck-codex-stat-item.png
new file mode 100644
index 00000000..ef407e14
Binary files /dev/null and b/public/images/items/thumbnail/rift-luck-codex-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-luck-trinket.png b/public/images/items/thumbnail/rift-luck-trinket.png
new file mode 100644
index 00000000..4d4af374
Binary files /dev/null and b/public/images/items/thumbnail/rift-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-master-cheese.png b/public/images/items/thumbnail/rift-master-cheese.png
new file mode 100644
index 00000000..678d9e9c
Binary files /dev/null and b/public/images/items/thumbnail/rift-master-cheese.png differ
diff --git a/public/images/items/thumbnail/rift-mist-crafting-item.png b/public/images/items/thumbnail/rift-mist-crafting-item.png
new file mode 100644
index 00000000..c4846421
Binary files /dev/null and b/public/images/items/thumbnail/rift-mist-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-mist-diffuser-base.png b/public/images/items/thumbnail/rift-mist-diffuser-base.png
new file mode 100644
index 00000000..eaae67c2
Binary files /dev/null and b/public/images/items/thumbnail/rift-mist-diffuser-base.png differ
diff --git a/public/images/items/thumbnail/rift-mist-egg-convertible.png b/public/images/items/thumbnail/rift-mist-egg-convertible.png
new file mode 100644
index 00000000..b66b18d7
Binary files /dev/null and b/public/images/items/thumbnail/rift-mist-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-mynorca-weapon.png b/public/images/items/thumbnail/rift-mynorca-weapon.png
new file mode 100644
index 00000000..0510514f
Binary files /dev/null and b/public/images/items/thumbnail/rift-mynorca-weapon.png differ
diff --git a/public/images/items/thumbnail/rift-notes-1-torn-page.png b/public/images/items/thumbnail/rift-notes-1-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/rift-notes-1-torn-page.png differ
diff --git a/public/images/items/thumbnail/rift-notes-2-torn-page.png b/public/images/items/thumbnail/rift-notes-2-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/rift-notes-2-torn-page.png differ
diff --git a/public/images/items/thumbnail/rift-notes-3-torn-page.png b/public/images/items/thumbnail/rift-notes-3-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/rift-notes-3-torn-page.png differ
diff --git a/public/images/items/thumbnail/rift-onyx-cheese.png b/public/images/items/thumbnail/rift-onyx-cheese.png
new file mode 100644
index 00000000..b7eb6873
Binary files /dev/null and b/public/images/items/thumbnail/rift-onyx-cheese.png differ
diff --git a/public/images/items/thumbnail/rift-onyx-stone-craft-item.png b/public/images/items/thumbnail/rift-onyx-stone-craft-item.png
new file mode 100644
index 00000000..9834cfff
Binary files /dev/null and b/public/images/items/thumbnail/rift-onyx-stone-craft-item.png differ
diff --git a/public/images/items/thumbnail/rift-portal-warmer-stat-item.png b/public/images/items/thumbnail/rift-portal-warmer-stat-item.png
new file mode 100644
index 00000000..ab104fd6
Binary files /dev/null and b/public/images/items/thumbnail/rift-portal-warmer-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-power-trinket.png b/public/images/items/thumbnail/rift-power-trinket.png
new file mode 100644
index 00000000..76be18f2
Binary files /dev/null and b/public/images/items/thumbnail/rift-power-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-quantum-quartz-stat-item.png b/public/images/items/thumbnail/rift-quantum-quartz-stat-item.png
new file mode 100644
index 00000000..3da0ca38
Binary files /dev/null and b/public/images/items/thumbnail/rift-quantum-quartz-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-rainbow-spore-trinket.png b/public/images/items/thumbnail/rift-rainbow-spore-trinket.png
new file mode 100644
index 00000000..3e6d370f
Binary files /dev/null and b/public/images/items/thumbnail/rift-rainbow-spore-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-rumble-cheese.png b/public/images/items/thumbnail/rift-rumble-cheese.png
new file mode 100644
index 00000000..fb5f650e
Binary files /dev/null and b/public/images/items/thumbnail/rift-rumble-cheese.png differ
diff --git a/public/images/items/thumbnail/rift-scramble-portals-stat-item.png b/public/images/items/thumbnail/rift-scramble-portals-stat-item.png
new file mode 100644
index 00000000..5c3ff296
Binary files /dev/null and b/public/images/items/thumbnail/rift-scramble-portals-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-snowball-trinket.png b/public/images/items/thumbnail/rift-snowball-trinket.png
new file mode 100644
index 00000000..7810f8c8
Binary files /dev/null and b/public/images/items/thumbnail/rift-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-spooky-trinket.png b/public/images/items/thumbnail/rift-spooky-trinket.png
new file mode 100644
index 00000000..8732071b
Binary files /dev/null and b/public/images/items/thumbnail/rift-spooky-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-sprocket-stat-item.png b/public/images/items/thumbnail/rift-sprocket-stat-item.png
new file mode 100644
index 00000000..10b7cfab
Binary files /dev/null and b/public/images/items/thumbnail/rift-sprocket-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-stalker-scroll-case-convertible.png b/public/images/items/thumbnail/rift-stalker-scroll-case-convertible.png
new file mode 100644
index 00000000..d1342a77
Binary files /dev/null and b/public/images/items/thumbnail/rift-stalker-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-stars-crafting-item.png b/public/images/items/thumbnail/rift-stars-crafting-item.png
new file mode 100644
index 00000000..72256a9b
Binary files /dev/null and b/public/images/items/thumbnail/rift-stars-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-super-chrome-trinket.png b/public/images/items/thumbnail/rift-super-chrome-trinket.png
new file mode 100644
index 00000000..d595aba8
Binary files /dev/null and b/public/images/items/thumbnail/rift-super-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-super-furoma-energy-trinket.png b/public/images/items/thumbnail/rift-super-furoma-energy-trinket.png
new file mode 100644
index 00000000..b75ea577
Binary files /dev/null and b/public/images/items/thumbnail/rift-super-furoma-energy-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-super-luck-trinket.png b/public/images/items/thumbnail/rift-super-luck-trinket.png
new file mode 100644
index 00000000..2afa8f95
Binary files /dev/null and b/public/images/items/thumbnail/rift-super-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-super-power-trinket.png b/public/images/items/thumbnail/rift-super-power-trinket.png
new file mode 100644
index 00000000..0401e8fd
Binary files /dev/null and b/public/images/items/thumbnail/rift-super-power-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-super-snowball-trinket.png b/public/images/items/thumbnail/rift-super-snowball-trinket.png
new file mode 100644
index 00000000..845346de
Binary files /dev/null and b/public/images/items/thumbnail/rift-super-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-survival-kit-convertible.png b/public/images/items/thumbnail/rift-survival-kit-convertible.png
new file mode 100644
index 00000000..1490dac8
Binary files /dev/null and b/public/images/items/thumbnail/rift-survival-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-susheese.png b/public/images/items/thumbnail/rift-susheese.png
new file mode 100644
index 00000000..49974ee9
Binary files /dev/null and b/public/images/items/thumbnail/rift-susheese.png differ
diff --git a/public/images/items/thumbnail/rift-tarnished-trinket.png b/public/images/items/thumbnail/rift-tarnished-trinket.png
new file mode 100644
index 00000000..a2b03470
Binary files /dev/null and b/public/images/items/thumbnail/rift-tarnished-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-temporal-distortion-stat-item.png b/public/images/items/thumbnail/rift-temporal-distortion-stat-item.png
new file mode 100644
index 00000000..79d699a9
Binary files /dev/null and b/public/images/items/thumbnail/rift-temporal-distortion-stat-item.png differ
diff --git a/public/images/items/thumbnail/rift-torn-roots-crafting-item.png b/public/images/items/thumbnail/rift-torn-roots-crafting-item.png
new file mode 100644
index 00000000..ad29c094
Binary files /dev/null and b/public/images/items/thumbnail/rift-torn-roots-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rift-treasure-hunting-basket-convertible.png b/public/images/items/thumbnail/rift-treasure-hunting-basket-convertible.png
new file mode 100644
index 00000000..8679c7d8
Binary files /dev/null and b/public/images/items/thumbnail/rift-treasure-hunting-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-trinket.png b/public/images/items/thumbnail/rift-trinket.png
new file mode 100644
index 00000000..800412ff
Binary files /dev/null and b/public/images/items/thumbnail/rift-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-ultimate-chrome-trinket.png b/public/images/items/thumbnail/rift-ultimate-chrome-trinket.png
new file mode 100644
index 00000000..6f589c55
Binary files /dev/null and b/public/images/items/thumbnail/rift-ultimate-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-ultimate-luck-power-trinket.png b/public/images/items/thumbnail/rift-ultimate-luck-power-trinket.png
new file mode 100644
index 00000000..ecd70c7f
Binary files /dev/null and b/public/images/items/thumbnail/rift-ultimate-luck-power-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-ultimate-luck-trinket.png b/public/images/items/thumbnail/rift-ultimate-luck-trinket.png
new file mode 100644
index 00000000..151f47c5
Binary files /dev/null and b/public/images/items/thumbnail/rift-ultimate-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-ultimate-power-trinket.png b/public/images/items/thumbnail/rift-ultimate-power-trinket.png
new file mode 100644
index 00000000..f5ff0d2d
Binary files /dev/null and b/public/images/items/thumbnail/rift-ultimate-power-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-ultimate-snowball-trinket.png b/public/images/items/thumbnail/rift-ultimate-snowball-trinket.png
new file mode 100644
index 00000000..1b96498f
Binary files /dev/null and b/public/images/items/thumbnail/rift-ultimate-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-vacuum-trinket.png b/public/images/items/thumbnail/rift-vacuum-trinket.png
new file mode 100644
index 00000000..7158c9b3
Binary files /dev/null and b/public/images/items/thumbnail/rift-vacuum-trinket.png differ
diff --git a/public/images/items/thumbnail/rift-valour-gift-basket-convertible.png b/public/images/items/thumbnail/rift-valour-gift-basket-convertible.png
new file mode 100644
index 00000000..f5887f90
Binary files /dev/null and b/public/images/items/thumbnail/rift-valour-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-valour-large-supply-kit-convertible.png b/public/images/items/thumbnail/rift-valour-large-supply-kit-convertible.png
new file mode 100644
index 00000000..e271b2fc
Binary files /dev/null and b/public/images/items/thumbnail/rift-valour-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-valour-map-piece.png b/public/images/items/thumbnail/rift-valour-map-piece.png
new file mode 100644
index 00000000..1a0922f8
Binary files /dev/null and b/public/images/items/thumbnail/rift-valour-map-piece.png differ
diff --git a/public/images/items/thumbnail/rift-valour-supply-kit-convertible.png b/public/images/items/thumbnail/rift-valour-supply-kit-convertible.png
new file mode 100644
index 00000000..aba333a5
Binary files /dev/null and b/public/images/items/thumbnail/rift-valour-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-venom-egg-convertible.png b/public/images/items/thumbnail/rift-venom-egg-convertible.png
new file mode 100644
index 00000000..b44539a0
Binary files /dev/null and b/public/images/items/thumbnail/rift-venom-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rift-walker-scroll-case-convertible.png b/public/images/items/thumbnail/rift-walker-scroll-case-convertible.png
new file mode 100644
index 00000000..f7cc0db9
Binary files /dev/null and b/public/images/items/thumbnail/rift-walker-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/riftgrass-crafting-item.png b/public/images/items/thumbnail/riftgrass-crafting-item.png
new file mode 100644
index 00000000..87ee283d
Binary files /dev/null and b/public/images/items/thumbnail/riftgrass-crafting-item.png differ
diff --git a/public/images/items/thumbnail/riftiago-cheese.png b/public/images/items/thumbnail/riftiago-cheese.png
new file mode 100644
index 00000000..0766cce0
Binary files /dev/null and b/public/images/items/thumbnail/riftiago-cheese.png differ
diff --git a/public/images/items/thumbnail/riftiago-potion.png b/public/images/items/thumbnail/riftiago-potion.png
new file mode 100644
index 00000000..cfd68f1f
Binary files /dev/null and b/public/images/items/thumbnail/riftiago-potion.png differ
diff --git a/public/images/items/thumbnail/riftifier-potion.png b/public/images/items/thumbnail/riftifier-potion.png
new file mode 100644
index 00000000..92f2a98a
Binary files /dev/null and b/public/images/items/thumbnail/riftifier-potion.png differ
diff --git a/public/images/items/thumbnail/riftstalker-treasure-chest-convertible.png b/public/images/items/thumbnail/riftstalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..ba0ecaed
Binary files /dev/null and b/public/images/items/thumbnail/riftstalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/riftwalker-treasure-chest-convertible.png b/public/images/items/thumbnail/riftwalker-treasure-chest-convertible.png
new file mode 100644
index 00000000..8d186821
Binary files /dev/null and b/public/images/items/thumbnail/riftwalker-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/riftwood-collectible.png b/public/images/items/thumbnail/riftwood-collectible.png
new file mode 100644
index 00000000..671790ee
Binary files /dev/null and b/public/images/items/thumbnail/riftwood-collectible.png differ
diff --git a/public/images/items/thumbnail/riptide-egg-convertible.png b/public/images/items/thumbnail/riptide-egg-convertible.png
new file mode 100644
index 00000000..d8044d6f
Binary files /dev/null and b/public/images/items/thumbnail/riptide-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/river-dance-art-of-dance-skin.png b/public/images/items/thumbnail/river-dance-art-of-dance-skin.png
new file mode 100644
index 00000000..74b1b907
Binary files /dev/null and b/public/images/items/thumbnail/river-dance-art-of-dance-skin.png differ
diff --git a/public/images/items/thumbnail/robot-head-stat-item.png b/public/images/items/thumbnail/robot-head-stat-item.png
new file mode 100644
index 00000000..6b00bf1d
Binary files /dev/null and b/public/images/items/thumbnail/robot-head-stat-item.png differ
diff --git a/public/images/items/thumbnail/robot-scrap-blue-leg-stat-item.png b/public/images/items/thumbnail/robot-scrap-blue-leg-stat-item.png
new file mode 100644
index 00000000..d1ef5f6f
Binary files /dev/null and b/public/images/items/thumbnail/robot-scrap-blue-leg-stat-item.png differ
diff --git a/public/images/items/thumbnail/robot-scrap-green-arm-stat-item.png b/public/images/items/thumbnail/robot-scrap-green-arm-stat-item.png
new file mode 100644
index 00000000..4e5cdd91
Binary files /dev/null and b/public/images/items/thumbnail/robot-scrap-green-arm-stat-item.png differ
diff --git a/public/images/items/thumbnail/robot-scrap-pink-leg-stat-item.png b/public/images/items/thumbnail/robot-scrap-pink-leg-stat-item.png
new file mode 100644
index 00000000..206e9b74
Binary files /dev/null and b/public/images/items/thumbnail/robot-scrap-pink-leg-stat-item.png differ
diff --git a/public/images/items/thumbnail/robot-scrap-red-chest-stat-item.png b/public/images/items/thumbnail/robot-scrap-red-chest-stat-item.png
new file mode 100644
index 00000000..c003cddc
Binary files /dev/null and b/public/images/items/thumbnail/robot-scrap-red-chest-stat-item.png differ
diff --git a/public/images/items/thumbnail/robot-scrap-yellow-arm-stat-item.png b/public/images/items/thumbnail/robot-scrap-yellow-arm-stat-item.png
new file mode 100644
index 00000000..9d1af853
Binary files /dev/null and b/public/images/items/thumbnail/robot-scrap-yellow-arm-stat-item.png differ
diff --git a/public/images/items/thumbnail/rocket-propelled-gavel-weapon.png b/public/images/items/thumbnail/rocket-propelled-gavel-weapon.png
new file mode 100644
index 00000000..1f6f5088
Binary files /dev/null and b/public/images/items/thumbnail/rocket-propelled-gavel-weapon.png differ
diff --git a/public/images/items/thumbnail/rockforth-cheese.png b/public/images/items/thumbnail/rockforth-cheese.png
new file mode 100644
index 00000000..cc377495
Binary files /dev/null and b/public/images/items/thumbnail/rockforth-cheese.png differ
diff --git a/public/images/items/thumbnail/rodentia-winter-gift-convertible.png b/public/images/items/thumbnail/rodentia-winter-gift-convertible.png
new file mode 100644
index 00000000..bc157689
Binary files /dev/null and b/public/images/items/thumbnail/rodentia-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-beanstalk-supply-ship-convertible.png b/public/images/items/thumbnail/ronza-beanstalk-supply-ship-convertible.png
new file mode 100644
index 00000000..66ab317a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-beanstalk-supply-ship-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-diving-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-diving-supply-crate-convertible.png
new file mode 100644
index 00000000..82f509cc
Binary files /dev/null and b/public/images/items/thumbnail/ronza-diving-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-extra-rich-supply-ship-convertible.png b/public/images/items/thumbnail/ronza-extra-rich-supply-ship-convertible.png
new file mode 100644
index 00000000..30878fe7
Binary files /dev/null and b/public/images/items/thumbnail/ronza-extra-rich-supply-ship-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-floating-islands-supply-ship-convertible.png b/public/images/items/thumbnail/ronza-floating-islands-supply-ship-convertible.png
new file mode 100644
index 00000000..b860759a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-floating-islands-supply-ship-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-fort-rox-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-fort-rox-supply-crate-convertible.png
new file mode 100644
index 00000000..3a0ba843
Binary files /dev/null and b/public/images/items/thumbnail/ronza-fort-rox-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-fungal-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-fungal-supply-crate-convertible.png
new file mode 100644
index 00000000..95a9108a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-fungal-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-gauntlet-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-gauntlet-supply-crate-convertible.png
new file mode 100644
index 00000000..e072b63a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-gauntlet-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-labyrinth-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-labyrinth-supply-crate-convertible.png
new file mode 100644
index 00000000..3138e0b7
Binary files /dev/null and b/public/images/items/thumbnail/ronza-labyrinth-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-living-garden-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-living-garden-supply-crate-convertible.png
new file mode 100644
index 00000000..b6d8d1f9
Binary files /dev/null and b/public/images/items/thumbnail/ronza-living-garden-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-moussu-picchu-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-moussu-picchu-supply-crate-convertible.png
new file mode 100644
index 00000000..9ba28e27
Binary files /dev/null and b/public/images/items/thumbnail/ronza-moussu-picchu-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-queso-canyon-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-queso-canyon-supply-crate-convertible.png
new file mode 100644
index 00000000..d264241f
Binary files /dev/null and b/public/images/items/thumbnail/ronza-queso-canyon-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-rift-supply-crate-2017-convertible.png b/public/images/items/thumbnail/ronza-rift-supply-crate-2017-convertible.png
new file mode 100644
index 00000000..d0b4746a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-rift-supply-crate-2017-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-rift-supply-crate-2020-convertible.png b/public/images/items/thumbnail/ronza-rift-supply-crate-2020-convertible.png
new file mode 100644
index 00000000..d0b4746a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-rift-supply-crate-2020-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-rift-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-rift-supply-crate-convertible.png
new file mode 100644
index 00000000..d0b4746a
Binary files /dev/null and b/public/images/items/thumbnail/ronza-rift-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-school-of-sorcery-supply-ship-convertible.png b/public/images/items/thumbnail/ronza-school-of-sorcery-supply-ship-convertible.png
new file mode 100644
index 00000000..3ec2f97b
Binary files /dev/null and b/public/images/items/thumbnail/ronza-school-of-sorcery-supply-ship-convertible.png differ
diff --git a/public/images/items/thumbnail/ronza-tribal-supply-crate-convertible.png b/public/images/items/thumbnail/ronza-tribal-supply-crate-convertible.png
new file mode 100644
index 00000000..2931a3ba
Binary files /dev/null and b/public/images/items/thumbnail/ronza-tribal-supply-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ronzaburger-with-cheese-collectible.png b/public/images/items/thumbnail/ronzaburger-with-cheese-collectible.png
new file mode 100644
index 00000000..c5c5bf68
Binary files /dev/null and b/public/images/items/thumbnail/ronzaburger-with-cheese-collectible.png differ
diff --git a/public/images/items/thumbnail/ronzas-blue-satchel-convertible.png b/public/images/items/thumbnail/ronzas-blue-satchel-convertible.png
new file mode 100644
index 00000000..69ff8bb4
Binary files /dev/null and b/public/images/items/thumbnail/ronzas-blue-satchel-convertible.png differ
diff --git a/public/images/items/thumbnail/ronzas-flock-of-golden-anti-dragonbots-weapon.png b/public/images/items/thumbnail/ronzas-flock-of-golden-anti-dragonbots-weapon.png
new file mode 100644
index 00000000..aff18218
Binary files /dev/null and b/public/images/items/thumbnail/ronzas-flock-of-golden-anti-dragonbots-weapon.png differ
diff --git a/public/images/items/thumbnail/ronzas-green-satchel-convertible.png b/public/images/items/thumbnail/ronzas-green-satchel-convertible.png
new file mode 100644
index 00000000..a38922cf
Binary files /dev/null and b/public/images/items/thumbnail/ronzas-green-satchel-convertible.png differ
diff --git a/public/images/items/thumbnail/ronzas-red-satchel-convertible.png b/public/images/items/thumbnail/ronzas-red-satchel-convertible.png
new file mode 100644
index 00000000..294972b1
Binary files /dev/null and b/public/images/items/thumbnail/ronzas-red-satchel-convertible.png differ
diff --git a/public/images/items/thumbnail/rook-crumble-trinket.png b/public/images/items/thumbnail/rook-crumble-trinket.png
new file mode 100644
index 00000000..aa88538b
Binary files /dev/null and b/public/images/items/thumbnail/rook-crumble-trinket.png differ
diff --git a/public/images/items/thumbnail/rooster-droid-archmagus-skin.png b/public/images/items/thumbnail/rooster-droid-archmagus-skin.png
new file mode 100644
index 00000000..47aba6d7
Binary files /dev/null and b/public/images/items/thumbnail/rooster-droid-archmagus-skin.png differ
diff --git a/public/images/items/thumbnail/rooster-jade-base.png b/public/images/items/thumbnail/rooster-jade-base.png
new file mode 100644
index 00000000..32b48fb9
Binary files /dev/null and b/public/images/items/thumbnail/rooster-jade-base.png differ
diff --git a/public/images/items/thumbnail/rooster-mask-collectible.png b/public/images/items/thumbnail/rooster-mask-collectible.png
new file mode 100644
index 00000000..54d7a4d7
Binary files /dev/null and b/public/images/items/thumbnail/rooster-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/rope-craft-item.png b/public/images/items/thumbnail/rope-craft-item.png
new file mode 100644
index 00000000..4eda2916
Binary files /dev/null and b/public/images/items/thumbnail/rope-craft-item.png differ
diff --git a/public/images/items/thumbnail/royal-beanster-cheese.png b/public/images/items/thumbnail/royal-beanster-cheese.png
new file mode 100644
index 00000000..887618e3
Binary files /dev/null and b/public/images/items/thumbnail/royal-beanster-cheese.png differ
diff --git a/public/images/items/thumbnail/royal-beanster-pack-small-convertible.png b/public/images/items/thumbnail/royal-beanster-pack-small-convertible.png
new file mode 100644
index 00000000..81650204
Binary files /dev/null and b/public/images/items/thumbnail/royal-beanster-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/royal-chrome-storm-ballista-skin.png b/public/images/items/thumbnail/royal-chrome-storm-ballista-skin.png
new file mode 100644
index 00000000..92352415
Binary files /dev/null and b/public/images/items/thumbnail/royal-chrome-storm-ballista-skin.png differ
diff --git a/public/images/items/thumbnail/royal-ruby-bean-egg-convertible.png b/public/images/items/thumbnail/royal-ruby-bean-egg-convertible.png
new file mode 100644
index 00000000..36c8bc35
Binary files /dev/null and b/public/images/items/thumbnail/royal-ruby-bean-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/royal-ruby-bean-stat-item.png b/public/images/items/thumbnail/royal-ruby-bean-stat-item.png
new file mode 100644
index 00000000..2365d4f4
Binary files /dev/null and b/public/images/items/thumbnail/royal-ruby-bean-stat-item.png differ
diff --git a/public/images/items/thumbnail/royal-ruby-refractor-base.png b/public/images/items/thumbnail/royal-ruby-refractor-base.png
new file mode 100644
index 00000000..487aaee7
Binary files /dev/null and b/public/images/items/thumbnail/royal-ruby-refractor-base.png differ
diff --git a/public/images/items/thumbnail/rrs-egg-convertible.png b/public/images/items/thumbnail/rrs-egg-convertible.png
new file mode 100644
index 00000000..05078fc6
Binary files /dev/null and b/public/images/items/thumbnail/rrs-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/rubber-crafting-item.png b/public/images/items/thumbnail/rubber-crafting-item.png
new file mode 100644
index 00000000..f380bfef
Binary files /dev/null and b/public/images/items/thumbnail/rubber-crafting-item.png differ
diff --git a/public/images/items/thumbnail/rubber-spider-collectible.png b/public/images/items/thumbnail/rubber-spider-collectible.png
new file mode 100644
index 00000000..daba0975
Binary files /dev/null and b/public/images/items/thumbnail/rubber-spider-collectible.png differ
diff --git a/public/images/items/thumbnail/rumble-cheese.png b/public/images/items/thumbnail/rumble-cheese.png
new file mode 100644
index 00000000..ab68fedc
Binary files /dev/null and b/public/images/items/thumbnail/rumble-cheese.png differ
diff --git a/public/images/items/thumbnail/rune-craft-item.png b/public/images/items/thumbnail/rune-craft-item.png
new file mode 100644
index 00000000..81c5cdc7
Binary files /dev/null and b/public/images/items/thumbnail/rune-craft-item.png differ
diff --git a/public/images/items/thumbnail/rune-shark-weapon.png b/public/images/items/thumbnail/rune-shark-weapon.png
new file mode 100644
index 00000000..c09c351b
Binary files /dev/null and b/public/images/items/thumbnail/rune-shark-weapon.png differ
diff --git a/public/images/items/thumbnail/runic-base.png b/public/images/items/thumbnail/runic-base.png
new file mode 100644
index 00000000..62d504c4
Binary files /dev/null and b/public/images/items/thumbnail/runic-base.png differ
diff --git a/public/images/items/thumbnail/runic-cheese-potion.png b/public/images/items/thumbnail/runic-cheese-potion.png
new file mode 100644
index 00000000..a9af23b6
Binary files /dev/null and b/public/images/items/thumbnail/runic-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/runic-cheese.png b/public/images/items/thumbnail/runic-cheese.png
new file mode 100644
index 00000000..4b48bd10
Binary files /dev/null and b/public/images/items/thumbnail/runic-cheese.png differ
diff --git a/public/images/items/thumbnail/runic-string-cheese-potion.png b/public/images/items/thumbnail/runic-string-cheese-potion.png
new file mode 100644
index 00000000..be7b20b1
Binary files /dev/null and b/public/images/items/thumbnail/runic-string-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/runic-string-cheese.png b/public/images/items/thumbnail/runic-string-cheese.png
new file mode 100644
index 00000000..5a6506ed
Binary files /dev/null and b/public/images/items/thumbnail/runic-string-cheese.png differ
diff --git a/public/images/items/thumbnail/runny-cheese.png b/public/images/items/thumbnail/runny-cheese.png
new file mode 100644
index 00000000..182ed4e1
Binary files /dev/null and b/public/images/items/thumbnail/runny-cheese.png differ
diff --git a/public/images/items/thumbnail/runny-egg-convertible.png b/public/images/items/thumbnail/runny-egg-convertible.png
new file mode 100644
index 00000000..348dc8a8
Binary files /dev/null and b/public/images/items/thumbnail/runny-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sacred-scroll-crafting-item.png b/public/images/items/thumbnail/sacred-scroll-crafting-item.png
new file mode 100644
index 00000000..12a0961a
Binary files /dev/null and b/public/images/items/thumbnail/sacred-scroll-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sad-pamphlet-collectible.png b/public/images/items/thumbnail/sad-pamphlet-collectible.png
new file mode 100644
index 00000000..95934060
Binary files /dev/null and b/public/images/items/thumbnail/sad-pamphlet-collectible.png differ
diff --git a/public/images/items/thumbnail/safeguard-trinket.png b/public/images/items/thumbnail/safeguard-trinket.png
new file mode 100644
index 00000000..e347acdc
Binary files /dev/null and b/public/images/items/thumbnail/safeguard-trinket.png differ
diff --git a/public/images/items/thumbnail/salt-craft-item.png b/public/images/items/thumbnail/salt-craft-item.png
new file mode 100644
index 00000000..1c850216
Binary files /dev/null and b/public/images/items/thumbnail/salt-craft-item.png differ
diff --git a/public/images/items/thumbnail/salty-sea-egg-convertible.png b/public/images/items/thumbnail/salty-sea-egg-convertible.png
new file mode 100644
index 00000000..ee80b660
Binary files /dev/null and b/public/images/items/thumbnail/salty-sea-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sam-fed-weapon.png b/public/images/items/thumbnail/sam-fed-weapon.png
new file mode 100644
index 00000000..d2702d76
Binary files /dev/null and b/public/images/items/thumbnail/sam-fed-weapon.png differ
diff --git a/public/images/items/thumbnail/sand-crypts-charm-pack-convertible.png b/public/images/items/thumbnail/sand-crypts-charm-pack-convertible.png
new file mode 100644
index 00000000..9596c596
Binary files /dev/null and b/public/images/items/thumbnail/sand-crypts-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/sand-dollar-egg-convertible.png b/public/images/items/thumbnail/sand-dollar-egg-convertible.png
new file mode 100644
index 00000000..ae9e0d61
Binary files /dev/null and b/public/images/items/thumbnail/sand-dollar-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sand-dollar-stat-item.png b/public/images/items/thumbnail/sand-dollar-stat-item.png
new file mode 100644
index 00000000..90bcce46
Binary files /dev/null and b/public/images/items/thumbnail/sand-dollar-stat-item.png differ
diff --git a/public/images/items/thumbnail/sand-dunes-charm-pack-convertible.png b/public/images/items/thumbnail/sand-dunes-charm-pack-convertible.png
new file mode 100644
index 00000000..3b7200ef
Binary files /dev/null and b/public/images/items/thumbnail/sand-dunes-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/sandblasted-metal-crafting-item.png b/public/images/items/thumbnail/sandblasted-metal-crafting-item.png
new file mode 100644
index 00000000..1557e7fd
Binary files /dev/null and b/public/images/items/thumbnail/sandblasted-metal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sandcastle-shard-weapon.png b/public/images/items/thumbnail/sandcastle-shard-weapon.png
new file mode 100644
index 00000000..c1cfd14d
Binary files /dev/null and b/public/images/items/thumbnail/sandcastle-shard-weapon.png differ
diff --git a/public/images/items/thumbnail/sandstorm-monstrobot-parts-crafting-item.png b/public/images/items/thumbnail/sandstorm-monstrobot-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/sandstorm-monstrobot-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sandstormbot-weapon-blueprint-crafting-item.png b/public/images/items/thumbnail/sandstormbot-weapon-blueprint-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/sandstormbot-weapon-blueprint-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sandstormbot-weapon.png b/public/images/items/thumbnail/sandstormbot-weapon.png
new file mode 100644
index 00000000..16421756
Binary files /dev/null and b/public/images/items/thumbnail/sandstormbot-weapon.png differ
diff --git a/public/images/items/thumbnail/sandtail-winter-gift-convertible.png b/public/images/items/thumbnail/sandtail-winter-gift-convertible.png
new file mode 100644
index 00000000..4c0e2298
Binary files /dev/null and b/public/images/items/thumbnail/sandtail-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/santa-bear-message-item.png b/public/images/items/thumbnail/santa-bear-message-item.png
new file mode 100644
index 00000000..054717a6
Binary files /dev/null and b/public/images/items/thumbnail/santa-bear-message-item.png differ
diff --git a/public/images/items/thumbnail/sarcophamouse-egg-convertible.png b/public/images/items/thumbnail/sarcophamouse-egg-convertible.png
new file mode 100644
index 00000000..375ae067
Binary files /dev/null and b/public/images/items/thumbnail/sarcophamouse-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/savoury-veg-crate-convertible.png b/public/images/items/thumbnail/savoury-veg-crate-convertible.png
new file mode 100644
index 00000000..ee79e1d7
Binary files /dev/null and b/public/images/items/thumbnail/savoury-veg-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/savoury-vegetables-craft-item.png b/public/images/items/thumbnail/savoury-vegetables-craft-item.png
new file mode 100644
index 00000000..5ffc23f0
Binary files /dev/null and b/public/images/items/thumbnail/savoury-vegetables-craft-item.png differ
diff --git a/public/images/items/thumbnail/sb-gift-basket-convertible.png b/public/images/items/thumbnail/sb-gift-basket-convertible.png
new file mode 100644
index 00000000..bc4233ab
Binary files /dev/null and b/public/images/items/thumbnail/sb-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/sb-supply-pack.png b/public/images/items/thumbnail/sb-supply-pack.png
new file mode 100644
index 00000000..fdfa83cb
Binary files /dev/null and b/public/images/items/thumbnail/sb-supply-pack.png differ
diff --git a/public/images/items/thumbnail/scalloped-pink-egg-convertible.png b/public/images/items/thumbnail/scalloped-pink-egg-convertible.png
new file mode 100644
index 00000000..f3371b67
Binary files /dev/null and b/public/images/items/thumbnail/scalloped-pink-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/scarab-chest-convertible.png b/public/images/items/thumbnail/scarab-chest-convertible.png
new file mode 100644
index 00000000..b3f50f01
Binary files /dev/null and b/public/images/items/thumbnail/scarab-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/scavenger-egg-convertible.png b/public/images/items/thumbnail/scavenger-egg-convertible.png
new file mode 100644
index 00000000..39a3ebab
Binary files /dev/null and b/public/images/items/thumbnail/scavenger-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/scavenger-hunt-convertible.png b/public/images/items/thumbnail/scavenger-hunt-convertible.png
new file mode 100644
index 00000000..df6f5c0b
Binary files /dev/null and b/public/images/items/thumbnail/scavenger-hunt-convertible.png differ
diff --git a/public/images/items/thumbnail/scavenger-hunt-hint-stat-item.png b/public/images/items/thumbnail/scavenger-hunt-hint-stat-item.png
new file mode 100644
index 00000000..bfb5b644
Binary files /dev/null and b/public/images/items/thumbnail/scavenger-hunt-hint-stat-item.png differ
diff --git a/public/images/items/thumbnail/school-of-friends-trap-skin.png b/public/images/items/thumbnail/school-of-friends-trap-skin.png
new file mode 100644
index 00000000..eac25d45
Binary files /dev/null and b/public/images/items/thumbnail/school-of-friends-trap-skin.png differ
diff --git a/public/images/items/thumbnail/school-of-secret-santa-sharks-skin.png b/public/images/items/thumbnail/school-of-secret-santa-sharks-skin.png
new file mode 100644
index 00000000..1fbc882d
Binary files /dev/null and b/public/images/items/thumbnail/school-of-secret-santa-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/school-of-sharks-parts-crafting-item.png b/public/images/items/thumbnail/school-of-sharks-parts-crafting-item.png
new file mode 100644
index 00000000..133f2f02
Binary files /dev/null and b/public/images/items/thumbnail/school-of-sharks-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/school-of-sorcery-journal-theme-collectible.png b/public/images/items/thumbnail/school-of-sorcery-journal-theme-collectible.png
new file mode 100644
index 00000000..705331f4
Binary files /dev/null and b/public/images/items/thumbnail/school-of-sorcery-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/school-of-sorcery-map-piece.png b/public/images/items/thumbnail/school-of-sorcery-map-piece.png
new file mode 100644
index 00000000..d7374cde
Binary files /dev/null and b/public/images/items/thumbnail/school-of-sorcery-map-piece.png differ
diff --git a/public/images/items/thumbnail/school-of-sorcery-scroll-case-convertible.png b/public/images/items/thumbnail/school-of-sorcery-scroll-case-convertible.png
new file mode 100644
index 00000000..24ab9ce8
Binary files /dev/null and b/public/images/items/thumbnail/school-of-sorcery-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/school-of-sorcery-treasure-chest-convertible.png b/public/images/items/thumbnail/school-of-sorcery-treasure-chest-convertible.png
new file mode 100644
index 00000000..4197f398
Binary files /dev/null and b/public/images/items/thumbnail/school-of-sorcery-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/scrap-metal-craft-item.png b/public/images/items/thumbnail/scrap-metal-craft-item.png
new file mode 100644
index 00000000..39e24401
Binary files /dev/null and b/public/images/items/thumbnail/scrap-metal-craft-item.png differ
diff --git a/public/images/items/thumbnail/scum-scrubber-trap-blueprints-crafting-item.png b/public/images/items/thumbnail/scum-scrubber-trap-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/scum-scrubber-trap-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/scum-scrubber-trap-parts-crafting-item.png b/public/images/items/thumbnail/scum-scrubber-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/scum-scrubber-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/scum-scrubber-weapon.png b/public/images/items/thumbnail/scum-scrubber-weapon.png
new file mode 100644
index 00000000..480305c5
Binary files /dev/null and b/public/images/items/thumbnail/scum-scrubber-weapon.png differ
diff --git a/public/images/items/thumbnail/seal-skin.png b/public/images/items/thumbnail/seal-skin.png
new file mode 100644
index 00000000..69ec276a
Binary files /dev/null and b/public/images/items/thumbnail/seal-skin.png differ
diff --git a/public/images/items/thumbnail/searcher-trinket.png b/public/images/items/thumbnail/searcher-trinket.png
new file mode 100644
index 00000000..3f38acb0
Binary files /dev/null and b/public/images/items/thumbnail/searcher-trinket.png differ
diff --git a/public/images/items/thumbnail/seashell-craft-item.png b/public/images/items/thumbnail/seashell-craft-item.png
new file mode 100644
index 00000000..9bff12a3
Binary files /dev/null and b/public/images/items/thumbnail/seashell-craft-item.png differ
diff --git a/public/images/items/thumbnail/seashell-crate-convertible.png b/public/images/items/thumbnail/seashell-crate-convertible.png
new file mode 100644
index 00000000..dc9b122d
Binary files /dev/null and b/public/images/items/thumbnail/seashell-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/seasonal-base.png b/public/images/items/thumbnail/seasonal-base.png
new file mode 100644
index 00000000..c64f42cc
Binary files /dev/null and b/public/images/items/thumbnail/seasonal-base.png differ
diff --git a/public/images/items/thumbnail/seasonal-garden-egg-convertible.png b/public/images/items/thumbnail/seasonal-garden-egg-convertible.png
new file mode 100644
index 00000000..3fc1c4b4
Binary files /dev/null and b/public/images/items/thumbnail/seasonal-garden-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/seasonal-gift-of-the-day-base.png b/public/images/items/thumbnail/seasonal-gift-of-the-day-base.png
new file mode 100644
index 00000000..685ee898
Binary files /dev/null and b/public/images/items/thumbnail/seasonal-gift-of-the-day-base.png differ
diff --git a/public/images/items/thumbnail/seasonalgardenresearch-quest-item.png b/public/images/items/thumbnail/seasonalgardenresearch-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/seasonalgardenresearch-quest-item.png differ
diff --git a/public/images/items/thumbnail/seasoned-gouda-cheese.png b/public/images/items/thumbnail/seasoned-gouda-cheese.png
new file mode 100644
index 00000000..15b115bf
Binary files /dev/null and b/public/images/items/thumbnail/seasoned-gouda-cheese.png differ
diff --git a/public/images/items/thumbnail/seasoned-gouda-potion.png b/public/images/items/thumbnail/seasoned-gouda-potion.png
new file mode 100644
index 00000000..ce99f133
Binary files /dev/null and b/public/images/items/thumbnail/seasoned-gouda-potion.png differ
diff --git a/public/images/items/thumbnail/second-draft-derby-cheese.png b/public/images/items/thumbnail/second-draft-derby-cheese.png
new file mode 100644
index 00000000..6e717e93
Binary files /dev/null and b/public/images/items/thumbnail/second-draft-derby-cheese.png differ
diff --git a/public/images/items/thumbnail/second-draft-derby-pack-small-convertible.png b/public/images/items/thumbnail/second-draft-derby-pack-small-convertible.png
new file mode 100644
index 00000000..4af34c74
Binary files /dev/null and b/public/images/items/thumbnail/second-draft-derby-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/sentinel-shadow-skin.png b/public/images/items/thumbnail/sentinel-shadow-skin.png
new file mode 100644
index 00000000..e768da1b
Binary files /dev/null and b/public/images/items/thumbnail/sentinel-shadow-skin.png differ
diff --git a/public/images/items/thumbnail/sentinel-weapon.png b/public/images/items/thumbnail/sentinel-weapon.png
new file mode 100644
index 00000000..6a75c94c
Binary files /dev/null and b/public/images/items/thumbnail/sentinel-weapon.png differ
diff --git a/public/images/items/thumbnail/september-challenge-fifth-convertible.png b/public/images/items/thumbnail/september-challenge-fifth-convertible.png
new file mode 100644
index 00000000..461b3b63
Binary files /dev/null and b/public/images/items/thumbnail/september-challenge-fifth-convertible.png differ
diff --git a/public/images/items/thumbnail/september-challenge-first-convertible.png b/public/images/items/thumbnail/september-challenge-first-convertible.png
new file mode 100644
index 00000000..ea6a4f99
Binary files /dev/null and b/public/images/items/thumbnail/september-challenge-first-convertible.png differ
diff --git a/public/images/items/thumbnail/september-challenge-fourth-convertible.png b/public/images/items/thumbnail/september-challenge-fourth-convertible.png
new file mode 100644
index 00000000..508eeac6
Binary files /dev/null and b/public/images/items/thumbnail/september-challenge-fourth-convertible.png differ
diff --git a/public/images/items/thumbnail/september-challenge-second-convertible.png b/public/images/items/thumbnail/september-challenge-second-convertible.png
new file mode 100644
index 00000000..055fc429
Binary files /dev/null and b/public/images/items/thumbnail/september-challenge-second-convertible.png differ
diff --git a/public/images/items/thumbnail/september-challenge-third-convertible.png b/public/images/items/thumbnail/september-challenge-third-convertible.png
new file mode 100644
index 00000000..bf5e7f3f
Binary files /dev/null and b/public/images/items/thumbnail/september-challenge-third-convertible.png differ
diff --git a/public/images/items/thumbnail/seven-gingerbread-mice-collectible.png b/public/images/items/thumbnail/seven-gingerbread-mice-collectible.png
new file mode 100644
index 00000000..8d2cc5df
Binary files /dev/null and b/public/images/items/thumbnail/seven-gingerbread-mice-collectible.png differ
diff --git a/public/images/items/thumbnail/sextant-craft-item.png b/public/images/items/thumbnail/sextant-craft-item.png
new file mode 100644
index 00000000..a52ef161
Binary files /dev/null and b/public/images/items/thumbnail/sextant-craft-item.png differ
diff --git a/public/images/items/thumbnail/shade-eclipse-resource-stat-item.png b/public/images/items/thumbnail/shade-eclipse-resource-stat-item.png
new file mode 100644
index 00000000..6266a930
Binary files /dev/null and b/public/images/items/thumbnail/shade-eclipse-resource-stat-item.png differ
diff --git a/public/images/items/thumbnail/shadow-master-egg-convertible.png b/public/images/items/thumbnail/shadow-master-egg-convertible.png
new file mode 100644
index 00000000..f60c936c
Binary files /dev/null and b/public/images/items/thumbnail/shadow-master-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/shadow-moonstone-egg-convertible.png b/public/images/items/thumbnail/shadow-moonstone-egg-convertible.png
new file mode 100644
index 00000000..06a90cbc
Binary files /dev/null and b/public/images/items/thumbnail/shadow-moonstone-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/shadow-moonstone-stat-item.png b/public/images/items/thumbnail/shadow-moonstone-stat-item.png
new file mode 100644
index 00000000..d8fd23c5
Binary files /dev/null and b/public/images/items/thumbnail/shadow-moonstone-stat-item.png differ
diff --git a/public/images/items/thumbnail/shadow-trinket.png b/public/images/items/thumbnail/shadow-trinket.png
new file mode 100644
index 00000000..c0b5126e
Binary files /dev/null and b/public/images/items/thumbnail/shadow-trinket.png differ
diff --git a/public/images/items/thumbnail/shadowvine-crafting-item.png b/public/images/items/thumbnail/shadowvine-crafting-item.png
new file mode 100644
index 00000000..a119fa91
Binary files /dev/null and b/public/images/items/thumbnail/shadowvine-crafting-item.png differ
diff --git a/public/images/items/thumbnail/shamrock-trinket.png b/public/images/items/thumbnail/shamrock-trinket.png
new file mode 100644
index 00000000..a23bd040
Binary files /dev/null and b/public/images/items/thumbnail/shamrock-trinket.png differ
diff --git a/public/images/items/thumbnail/sharing-egg-convertible.png b/public/images/items/thumbnail/sharing-egg-convertible.png
new file mode 100644
index 00000000..c086798b
Binary files /dev/null and b/public/images/items/thumbnail/sharing-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sharpshooter-egg-convertible.png b/public/images/items/thumbnail/sharpshooter-egg-convertible.png
new file mode 100644
index 00000000..88fb7349
Binary files /dev/null and b/public/images/items/thumbnail/sharpshooter-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/shattered-arcanum-skin.png b/public/images/items/thumbnail/shattered-arcanum-skin.png
new file mode 100644
index 00000000..bab15eeb
Binary files /dev/null and b/public/images/items/thumbnail/shattered-arcanum-skin.png differ
diff --git a/public/images/items/thumbnail/shattered-carmine-1-torn-page.png b/public/images/items/thumbnail/shattered-carmine-1-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/shattered-carmine-1-torn-page.png differ
diff --git a/public/images/items/thumbnail/shattered-carmine-2-torn-page.png b/public/images/items/thumbnail/shattered-carmine-2-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/shattered-carmine-2-torn-page.png differ
diff --git a/public/images/items/thumbnail/shattered-chest-convertible.png b/public/images/items/thumbnail/shattered-chest-convertible.png
new file mode 100644
index 00000000..52acf3d2
Binary files /dev/null and b/public/images/items/thumbnail/shattered-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/shattered-egg-convertible.png b/public/images/items/thumbnail/shattered-egg-convertible.png
new file mode 100644
index 00000000..0dfba47b
Binary files /dev/null and b/public/images/items/thumbnail/shattered-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/shattered-rift-crystal-crafting-item.png b/public/images/items/thumbnail/shattered-rift-crystal-crafting-item.png
new file mode 100644
index 00000000..d95742d4
Binary files /dev/null and b/public/images/items/thumbnail/shattered-rift-crystal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/shattering-trinket.png b/public/images/items/thumbnail/shattering-trinket.png
new file mode 100644
index 00000000..40f1161c
Binary files /dev/null and b/public/images/items/thumbnail/shattering-trinket.png differ
diff --git a/public/images/items/thumbnail/sheep-festival-jumbo-kit-convertible.png b/public/images/items/thumbnail/sheep-festival-jumbo-kit-convertible.png
new file mode 100644
index 00000000..f45015e3
Binary files /dev/null and b/public/images/items/thumbnail/sheep-festival-jumbo-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/sheep-jade-base.png b/public/images/items/thumbnail/sheep-jade-base.png
new file mode 100644
index 00000000..44d8e7b6
Binary files /dev/null and b/public/images/items/thumbnail/sheep-jade-base.png differ
diff --git a/public/images/items/thumbnail/sheep-mask-collectible.png b/public/images/items/thumbnail/sheep-mask-collectible.png
new file mode 100644
index 00000000..c3b6b5e3
Binary files /dev/null and b/public/images/items/thumbnail/sheep-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/shelder-egg-convertible.png b/public/images/items/thumbnail/shelder-egg-convertible.png
new file mode 100644
index 00000000..50fa1fb7
Binary files /dev/null and b/public/images/items/thumbnail/shelder-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/shelder-scroll-case-convertible.png b/public/images/items/thumbnail/shelder-scroll-case-convertible.png
new file mode 100644
index 00000000..f7d052ad
Binary files /dev/null and b/public/images/items/thumbnail/shelder-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/shelder-treasure-chest-convertible.png b/public/images/items/thumbnail/shelder-treasure-chest-convertible.png
new file mode 100644
index 00000000..fc819e7b
Binary files /dev/null and b/public/images/items/thumbnail/shelder-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/shell-cheese.png b/public/images/items/thumbnail/shell-cheese.png
new file mode 100644
index 00000000..20d5b573
Binary files /dev/null and b/public/images/items/thumbnail/shell-cheese.png differ
diff --git a/public/images/items/thumbnail/sheriff-badge-trinket.png b/public/images/items/thumbnail/sheriff-badge-trinket.png
new file mode 100644
index 00000000..3892ce74
Binary files /dev/null and b/public/images/items/thumbnail/sheriff-badge-trinket.png differ
diff --git a/public/images/items/thumbnail/sheriff-satchel-convertible.png b/public/images/items/thumbnail/sheriff-satchel-convertible.png
new file mode 100644
index 00000000..8a9154a6
Binary files /dev/null and b/public/images/items/thumbnail/sheriff-satchel-convertible.png differ
diff --git a/public/images/items/thumbnail/shielding-trinket.png b/public/images/items/thumbnail/shielding-trinket.png
new file mode 100644
index 00000000..a3540483
Binary files /dev/null and b/public/images/items/thumbnail/shielding-trinket.png differ
diff --git a/public/images/items/thumbnail/shine-trinket.png b/public/images/items/thumbnail/shine-trinket.png
new file mode 100644
index 00000000..798b3586
Binary files /dev/null and b/public/images/items/thumbnail/shine-trinket.png differ
diff --git a/public/images/items/thumbnail/ship-blueprints-craft-item.png b/public/images/items/thumbnail/ship-blueprints-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/ship-blueprints-craft-item.png differ
diff --git a/public/images/items/thumbnail/shoreline-supplies-convertible.png b/public/images/items/thumbnail/shoreline-supplies-convertible.png
new file mode 100644
index 00000000..b1d4676a
Binary files /dev/null and b/public/images/items/thumbnail/shoreline-supplies-convertible.png differ
diff --git a/public/images/items/thumbnail/shortcut-trinket.png b/public/images/items/thumbnail/shortcut-trinket.png
new file mode 100644
index 00000000..80f2c520
Binary files /dev/null and b/public/images/items/thumbnail/shortcut-trinket.png differ
diff --git a/public/images/items/thumbnail/shredded-furoma-map-piece.png b/public/images/items/thumbnail/shredded-furoma-map-piece.png
new file mode 100644
index 00000000..ddde8ffc
Binary files /dev/null and b/public/images/items/thumbnail/shredded-furoma-map-piece.png differ
diff --git a/public/images/items/thumbnail/shrink-ray-weapon.png b/public/images/items/thumbnail/shrink-ray-weapon.png
new file mode 100644
index 00000000..80c00b9e
Binary files /dev/null and b/public/images/items/thumbnail/shrink-ray-weapon.png differ
diff --git a/public/images/items/thumbnail/shufflers-kit-convertible.png b/public/images/items/thumbnail/shufflers-kit-convertible.png
new file mode 100644
index 00000000..36cc09d7
Binary files /dev/null and b/public/images/items/thumbnail/shufflers-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/silly-bday-hat-collectible.png b/public/images/items/thumbnail/silly-bday-hat-collectible.png
new file mode 100644
index 00000000..d226fde5
Binary files /dev/null and b/public/images/items/thumbnail/silly-bday-hat-collectible.png differ
diff --git a/public/images/items/thumbnail/silth-egg-convertible.png b/public/images/items/thumbnail/silth-egg-convertible.png
new file mode 100644
index 00000000..8404d277
Binary files /dev/null and b/public/images/items/thumbnail/silth-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/silver-bolt-stat-item.png b/public/images/items/thumbnail/silver-bolt-stat-item.png
new file mode 100644
index 00000000..092e80f2
Binary files /dev/null and b/public/images/items/thumbnail/silver-bolt-stat-item.png differ
diff --git a/public/images/items/thumbnail/silver-footlocker-convertible.png b/public/images/items/thumbnail/silver-footlocker-convertible.png
new file mode 100644
index 00000000..0433b449
Binary files /dev/null and b/public/images/items/thumbnail/silver-footlocker-convertible.png differ
diff --git a/public/images/items/thumbnail/simple-orb-crafting-item.png b/public/images/items/thumbnail/simple-orb-crafting-item.png
new file mode 100644
index 00000000..e851d642
Binary files /dev/null and b/public/images/items/thumbnail/simple-orb-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sinister-portal-weapon.png b/public/images/items/thumbnail/sinister-portal-weapon.png
new file mode 100644
index 00000000..dfed0fee
Binary files /dev/null and b/public/images/items/thumbnail/sinister-portal-weapon.png differ
diff --git a/public/images/items/thumbnail/six-snow-balls-collectible.png b/public/images/items/thumbnail/six-snow-balls-collectible.png
new file mode 100644
index 00000000..22db290b
Binary files /dev/null and b/public/images/items/thumbnail/six-snow-balls-collectible.png differ
diff --git a/public/images/items/thumbnail/skeletal-rune-shark-skin.png b/public/images/items/thumbnail/skeletal-rune-shark-skin.png
new file mode 100644
index 00000000..808235ab
Binary files /dev/null and b/public/images/items/thumbnail/skeletal-rune-shark-skin.png differ
diff --git a/public/images/items/thumbnail/skelloton-base.png b/public/images/items/thumbnail/skelloton-base.png
new file mode 100644
index 00000000..ccca1988
Binary files /dev/null and b/public/images/items/thumbnail/skelloton-base.png differ
diff --git a/public/images/items/thumbnail/ski-sign-crafting-item.png b/public/images/items/thumbnail/ski-sign-crafting-item.png
new file mode 100644
index 00000000..84ae4615
Binary files /dev/null and b/public/images/items/thumbnail/ski-sign-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sky-cheese-pack-small-convertible.png b/public/images/items/thumbnail/sky-cheese-pack-small-convertible.png
new file mode 100644
index 00000000..b23fa254
Binary files /dev/null and b/public/images/items/thumbnail/sky-cheese-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-cheese.png b/public/images/items/thumbnail/sky-cheese.png
new file mode 100644
index 00000000..6a16eb98
Binary files /dev/null and b/public/images/items/thumbnail/sky-cheese.png differ
diff --git a/public/images/items/thumbnail/sky-conqueror-egg-convertible.png b/public/images/items/thumbnail/sky-conqueror-egg-convertible.png
new file mode 100644
index 00000000..3b793cb0
Binary files /dev/null and b/public/images/items/thumbnail/sky-conqueror-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-explorer-egg-convertible.png b/public/images/items/thumbnail/sky-explorer-egg-convertible.png
new file mode 100644
index 00000000..a8baa758
Binary files /dev/null and b/public/images/items/thumbnail/sky-explorer-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-gem-egg-convertible.png b/public/images/items/thumbnail/sky-gem-egg-convertible.png
new file mode 100644
index 00000000..b07227ff
Binary files /dev/null and b/public/images/items/thumbnail/sky-gem-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-ore-egg-convertible.png b/public/images/items/thumbnail/sky-ore-egg-convertible.png
new file mode 100644
index 00000000..c24ec450
Binary files /dev/null and b/public/images/items/thumbnail/sky-ore-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-palace-scroll-case-convertible.png b/public/images/items/thumbnail/sky-palace-scroll-case-convertible.png
new file mode 100644
index 00000000..349f50b1
Binary files /dev/null and b/public/images/items/thumbnail/sky-palace-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-palace-treasure-chest-convertible.png b/public/images/items/thumbnail/sky-palace-treasure-chest-convertible.png
new file mode 100644
index 00000000..76cf0fe9
Binary files /dev/null and b/public/images/items/thumbnail/sky-palace-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-cheese-curd-crafting-item.png b/public/images/items/thumbnail/sky-pirate-cheese-curd-crafting-item.png
new file mode 100644
index 00000000..447dd256
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-cheese-curd-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-cheese.png b/public/images/items/thumbnail/sky-pirate-cheese.png
new file mode 100644
index 00000000..6c812a1f
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-cheese.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-egg-convertible.png b/public/images/items/thumbnail/sky-pirate-egg-convertible.png
new file mode 100644
index 00000000..418c82cf
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-scroll-case-5-person-convertible.png b/public/images/items/thumbnail/sky-pirate-scroll-case-5-person-convertible.png
new file mode 100644
index 00000000..435cf862
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-scroll-case-5-person-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-scroll-case-convertible.png b/public/images/items/thumbnail/sky-pirate-scroll-case-convertible.png
new file mode 100644
index 00000000..435cf862
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-seal-stat-item.png b/public/images/items/thumbnail/sky-pirate-seal-stat-item.png
new file mode 100644
index 00000000..9ac65dee
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-seal-stat-item.png differ
diff --git a/public/images/items/thumbnail/sky-pirate-treasure-chest-convertible.png b/public/images/items/thumbnail/sky-pirate-treasure-chest-convertible.png
new file mode 100644
index 00000000..762c7264
Binary files /dev/null and b/public/images/items/thumbnail/sky-pirate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-scrambler-stat-item.png b/public/images/items/thumbnail/sky-scrambler-stat-item.png
new file mode 100644
index 00000000..092bb70f
Binary files /dev/null and b/public/images/items/thumbnail/sky-scrambler-stat-item.png differ
diff --git a/public/images/items/thumbnail/sky-sprocket-egg-convertible.png b/public/images/items/thumbnail/sky-sprocket-egg-convertible.png
new file mode 100644
index 00000000..c0443795
Binary files /dev/null and b/public/images/items/thumbnail/sky-sprocket-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sky-sprocket-stat-item.png b/public/images/items/thumbnail/sky-sprocket-stat-item.png
new file mode 100644
index 00000000..20b51765
Binary files /dev/null and b/public/images/items/thumbnail/sky-sprocket-stat-item.png differ
diff --git a/public/images/items/thumbnail/skysoft-silk-egg-convertible.png b/public/images/items/thumbnail/skysoft-silk-egg-convertible.png
new file mode 100644
index 00000000..3aef2a20
Binary files /dev/null and b/public/images/items/thumbnail/skysoft-silk-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/skysoft-silk-stat-item.png b/public/images/items/thumbnail/skysoft-silk-stat-item.png
new file mode 100644
index 00000000..79b15c56
Binary files /dev/null and b/public/images/items/thumbnail/skysoft-silk-stat-item.png differ
diff --git a/public/images/items/thumbnail/slac-ii-sling-weapon.png b/public/images/items/thumbnail/slac-ii-sling-weapon.png
new file mode 100644
index 00000000..0fa11ba6
Binary files /dev/null and b/public/images/items/thumbnail/slac-ii-sling-weapon.png differ
diff --git a/public/images/items/thumbnail/slac-in-a-box-stat-item.png b/public/images/items/thumbnail/slac-in-a-box-stat-item.png
new file mode 100644
index 00000000..81a340b0
Binary files /dev/null and b/public/images/items/thumbnail/slac-in-a-box-stat-item.png differ
diff --git a/public/images/items/thumbnail/slac-spring-weapon.png b/public/images/items/thumbnail/slac-spring-weapon.png
new file mode 100644
index 00000000..f93eda7e
Binary files /dev/null and b/public/images/items/thumbnail/slac-spring-weapon.png differ
diff --git a/public/images/items/thumbnail/slap-cat-message-item.png b/public/images/items/thumbnail/slap-cat-message-item.png
new file mode 100644
index 00000000..081cfb1b
Binary files /dev/null and b/public/images/items/thumbnail/slap-cat-message-item.png differ
diff --git a/public/images/items/thumbnail/sled-collectible.png b/public/images/items/thumbnail/sled-collectible.png
new file mode 100644
index 00000000..aec12578
Binary files /dev/null and b/public/images/items/thumbnail/sled-collectible.png differ
diff --git a/public/images/items/thumbnail/sleigh-bell-collectible.png b/public/images/items/thumbnail/sleigh-bell-collectible.png
new file mode 100644
index 00000000..e193b34c
Binary files /dev/null and b/public/images/items/thumbnail/sleigh-bell-collectible.png differ
diff --git a/public/images/items/thumbnail/slightly-smaller-gift-convertible.png b/public/images/items/thumbnail/slightly-smaller-gift-convertible.png
new file mode 100644
index 00000000..b89307b6
Binary files /dev/null and b/public/images/items/thumbnail/slightly-smaller-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/slumbering-baker-trap-skin.png b/public/images/items/thumbnail/slumbering-baker-trap-skin.png
new file mode 100644
index 00000000..4a6722f4
Binary files /dev/null and b/public/images/items/thumbnail/slumbering-baker-trap-skin.png differ
diff --git a/public/images/items/thumbnail/slumbering-beauty-skin.png b/public/images/items/thumbnail/slumbering-beauty-skin.png
new file mode 100644
index 00000000..6c3add35
Binary files /dev/null and b/public/images/items/thumbnail/slumbering-beauty-skin.png differ
diff --git a/public/images/items/thumbnail/slumbering-bunny-skin.png b/public/images/items/thumbnail/slumbering-bunny-skin.png
new file mode 100644
index 00000000..8d998e1f
Binary files /dev/null and b/public/images/items/thumbnail/slumbering-bunny-skin.png differ
diff --git a/public/images/items/thumbnail/slumbering-flower-skin.png b/public/images/items/thumbnail/slumbering-flower-skin.png
new file mode 100644
index 00000000..1c1b2701
Binary files /dev/null and b/public/images/items/thumbnail/slumbering-flower-skin.png differ
diff --git a/public/images/items/thumbnail/slushy-crafting-kit-convertible.png b/public/images/items/thumbnail/slushy-crafting-kit-convertible.png
new file mode 100644
index 00000000..4115bf89
Binary files /dev/null and b/public/images/items/thumbnail/slushy-crafting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/slushy-shoreline-egg-convertible.png b/public/images/items/thumbnail/slushy-shoreline-egg-convertible.png
new file mode 100644
index 00000000..b67d9f00
Binary files /dev/null and b/public/images/items/thumbnail/slushy-shoreline-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/small-rainbow-treasure-chest-convertible.png b/public/images/items/thumbnail/small-rainbow-treasure-chest-convertible.png
new file mode 100644
index 00000000..b5d6e78b
Binary files /dev/null and b/public/images/items/thumbnail/small-rainbow-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/small-steel-barrel-convertible.png b/public/images/items/thumbnail/small-steel-barrel-convertible.png
new file mode 100644
index 00000000..847047bd
Binary files /dev/null and b/public/images/items/thumbnail/small-steel-barrel-convertible.png differ
diff --git a/public/images/items/thumbnail/small-unstable-geode-convertible.png b/public/images/items/thumbnail/small-unstable-geode-convertible.png
new file mode 100644
index 00000000..38e33e4e
Binary files /dev/null and b/public/images/items/thumbnail/small-unstable-geode-convertible.png differ
diff --git a/public/images/items/thumbnail/small-waste-barrel-stat-item.png b/public/images/items/thumbnail/small-waste-barrel-stat-item.png
new file mode 100644
index 00000000..126f47bc
Binary files /dev/null and b/public/images/items/thumbnail/small-waste-barrel-stat-item.png differ
diff --git a/public/images/items/thumbnail/smart-water-jet-trinket.png b/public/images/items/thumbnail/smart-water-jet-trinket.png
new file mode 100644
index 00000000..f7da6eb8
Binary files /dev/null and b/public/images/items/thumbnail/smart-water-jet-trinket.png differ
diff --git a/public/images/items/thumbnail/smashed-pumpkin-crafting-item.png b/public/images/items/thumbnail/smashed-pumpkin-crafting-item.png
new file mode 100644
index 00000000..1d8455aa
Binary files /dev/null and b/public/images/items/thumbnail/smashed-pumpkin-crafting-item.png differ
diff --git a/public/images/items/thumbnail/smashed-teddy-bear-collectible.png b/public/images/items/thumbnail/smashed-teddy-bear-collectible.png
new file mode 100644
index 00000000..673c7026
Binary files /dev/null and b/public/images/items/thumbnail/smashed-teddy-bear-collectible.png differ
diff --git a/public/images/items/thumbnail/smelly-sodium-base.png b/public/images/items/thumbnail/smelly-sodium-base.png
new file mode 100644
index 00000000..7f520774
Binary files /dev/null and b/public/images/items/thumbnail/smelly-sodium-base.png differ
diff --git a/public/images/items/thumbnail/snake-firework-launcher-skin.png b/public/images/items/thumbnail/snake-firework-launcher-skin.png
new file mode 100644
index 00000000..2f51c635
Binary files /dev/null and b/public/images/items/thumbnail/snake-firework-launcher-skin.png differ
diff --git a/public/images/items/thumbnail/snake-jade-base.png b/public/images/items/thumbnail/snake-jade-base.png
new file mode 100644
index 00000000..335c3435
Binary files /dev/null and b/public/images/items/thumbnail/snake-jade-base.png differ
diff --git a/public/images/items/thumbnail/snake-lny-journal-theme-collectible.png b/public/images/items/thumbnail/snake-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..dd9ed164
Binary files /dev/null and b/public/images/items/thumbnail/snake-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/snake-mask-collectible.png b/public/images/items/thumbnail/snake-mask-collectible.png
new file mode 100644
index 00000000..9805712f
Binary files /dev/null and b/public/images/items/thumbnail/snake-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/snake-wealth-ingot-collectible.png b/public/images/items/thumbnail/snake-wealth-ingot-collectible.png
new file mode 100644
index 00000000..34e88ad1
Binary files /dev/null and b/public/images/items/thumbnail/snake-wealth-ingot-collectible.png differ
diff --git a/public/images/items/thumbnail/snakebite-potion.png b/public/images/items/thumbnail/snakebite-potion.png
new file mode 100644
index 00000000..4f9a5425
Binary files /dev/null and b/public/images/items/thumbnail/snakebite-potion.png differ
diff --git a/public/images/items/thumbnail/snakebite-trinket.png b/public/images/items/thumbnail/snakebite-trinket.png
new file mode 100644
index 00000000..f7ee8a39
Binary files /dev/null and b/public/images/items/thumbnail/snakebite-trinket.png differ
diff --git a/public/images/items/thumbnail/snow-barrage-weapon.png b/public/images/items/thumbnail/snow-barrage-weapon.png
new file mode 100644
index 00000000..c055caa9
Binary files /dev/null and b/public/images/items/thumbnail/snow-barrage-weapon.png differ
diff --git a/public/images/items/thumbnail/snow-block-stat-item.png b/public/images/items/thumbnail/snow-block-stat-item.png
new file mode 100644
index 00000000..a8bf7073
Binary files /dev/null and b/public/images/items/thumbnail/snow-block-stat-item.png differ
diff --git a/public/images/items/thumbnail/snow-festive-decoration-stat-item.png b/public/images/items/thumbnail/snow-festive-decoration-stat-item.png
new file mode 100644
index 00000000..319209bb
Binary files /dev/null and b/public/images/items/thumbnail/snow-festive-decoration-stat-item.png differ
diff --git a/public/images/items/thumbnail/snow-globe-collectible.png b/public/images/items/thumbnail/snow-globe-collectible.png
new file mode 100644
index 00000000..398d403a
Binary files /dev/null and b/public/images/items/thumbnail/snow-globe-collectible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-base.png b/public/images/items/thumbnail/snow-golem-base.png
new file mode 100644
index 00000000..7a84cbf9
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-base.png differ
diff --git a/public/images/items/thumbnail/snow-golem-gift-basket-convertible.png b/public/images/items/thumbnail/snow-golem-gift-basket-convertible.png
new file mode 100644
index 00000000..006f99fe
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-journal-theme-collectible.png b/public/images/items/thumbnail/snow-golem-journal-theme-collectible.png
new file mode 100644
index 00000000..2f2b2811
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-miniature-collectible.png b/public/images/items/thumbnail/snow-golem-miniature-collectible.png
new file mode 100644
index 00000000..7384e1c6
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-supply-box-convertible.png b/public/images/items/thumbnail/snow-golem-supply-box-convertible.png
new file mode 100644
index 00000000..98a3f1a2
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-supply-kit-convertible.png b/public/images/items/thumbnail/snow-golem-supply-kit-convertible.png
new file mode 100644
index 00000000..a1a3c0d3
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-theme-scrap-1-crafting-item.png b/public/images/items/thumbnail/snow-golem-theme-scrap-1-crafting-item.png
new file mode 100644
index 00000000..c726d3fb
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-theme-scrap-1-crafting-item.png differ
diff --git a/public/images/items/thumbnail/snow-golem-theme-scrap-2-crafting-item.png b/public/images/items/thumbnail/snow-golem-theme-scrap-2-crafting-item.png
new file mode 100644
index 00000000..8d906387
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-theme-scrap-2-crafting-item.png differ
diff --git a/public/images/items/thumbnail/snow-golem-theme-scrap-3-crafting-item.png b/public/images/items/thumbnail/snow-golem-theme-scrap-3-crafting-item.png
new file mode 100644
index 00000000..605f1ea4
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-theme-scrap-3-crafting-item.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trap-arcane-skin.png b/public/images/items/thumbnail/snow-golem-trap-arcane-skin.png
new file mode 100644
index 00000000..a01ac2b2
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trap-arcane-skin.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trap-forgotten-skin.png b/public/images/items/thumbnail/snow-golem-trap-forgotten-skin.png
new file mode 100644
index 00000000..6b17c200
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trap-forgotten-skin.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trap-hydro-skin.png b/public/images/items/thumbnail/snow-golem-trap-hydro-skin.png
new file mode 100644
index 00000000..f983bb46
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trap-hydro-skin.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trap-physical-skin.png b/public/images/items/thumbnail/snow-golem-trap-physical-skin.png
new file mode 100644
index 00000000..ab7861cf
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trap-physical-skin.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trap-tactical-skin.png b/public/images/items/thumbnail/snow-golem-trap-tactical-skin.png
new file mode 100644
index 00000000..fea61cdb
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trap-tactical-skin.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trap-weapon.png b/public/images/items/thumbnail/snow-golem-trap-weapon.png
new file mode 100644
index 00000000..1385f44e
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/snow-golem-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/snow-golem-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..101bd2de
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/snow-golem-trinket.png b/public/images/items/thumbnail/snow-golem-trinket.png
new file mode 100644
index 00000000..823dd36b
Binary files /dev/null and b/public/images/items/thumbnail/snow-golem-trinket.png differ
diff --git a/public/images/items/thumbnail/snow-king-bot-skin.png b/public/images/items/thumbnail/snow-king-bot-skin.png
new file mode 100644
index 00000000..58c2a139
Binary files /dev/null and b/public/images/items/thumbnail/snow-king-bot-skin.png differ
diff --git a/public/images/items/thumbnail/snow-yule-log-stat-item.png b/public/images/items/thumbnail/snow-yule-log-stat-item.png
new file mode 100644
index 00000000..e1973e58
Binary files /dev/null and b/public/images/items/thumbnail/snow-yule-log-stat-item.png differ
diff --git a/public/images/items/thumbnail/snowball-charm-maker-2022-stat-item.png b/public/images/items/thumbnail/snowball-charm-maker-2022-stat-item.png
new file mode 100644
index 00000000..9a051843
Binary files /dev/null and b/public/images/items/thumbnail/snowball-charm-maker-2022-stat-item.png differ
diff --git a/public/images/items/thumbnail/snowball-cheese.png b/public/images/items/thumbnail/snowball-cheese.png
new file mode 100644
index 00000000..632c736f
Binary files /dev/null and b/public/images/items/thumbnail/snowball-cheese.png differ
diff --git a/public/images/items/thumbnail/snowball-dust-pack-convertible.png b/public/images/items/thumbnail/snowball-dust-pack-convertible.png
new file mode 100644
index 00000000..1eba2772
Binary files /dev/null and b/public/images/items/thumbnail/snowball-dust-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/snowball-mystery-pack-convertible.png b/public/images/items/thumbnail/snowball-mystery-pack-convertible.png
new file mode 100644
index 00000000..a56f8513
Binary files /dev/null and b/public/images/items/thumbnail/snowball-mystery-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/snowball-showdown-upgrade-stat-item.png b/public/images/items/thumbnail/snowball-showdown-upgrade-stat-item.png
new file mode 100644
index 00000000..769cb1ef
Binary files /dev/null and b/public/images/items/thumbnail/snowball-showdown-upgrade-stat-item.png differ
diff --git a/public/images/items/thumbnail/snowball-theme-collectible.png b/public/images/items/thumbnail/snowball-theme-collectible.png
new file mode 100644
index 00000000..84280f33
Binary files /dev/null and b/public/images/items/thumbnail/snowball-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/snowball-trinket.png b/public/images/items/thumbnail/snowball-trinket.png
new file mode 100644
index 00000000..12f2ec9e
Binary files /dev/null and b/public/images/items/thumbnail/snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/snowflake-cookie-stat-item.png b/public/images/items/thumbnail/snowflake-cookie-stat-item.png
new file mode 100644
index 00000000..a27190a4
Binary files /dev/null and b/public/images/items/thumbnail/snowflake-cookie-stat-item.png differ
diff --git a/public/images/items/thumbnail/snowfort-snowglobe-collectible.png b/public/images/items/thumbnail/snowfort-snowglobe-collectible.png
new file mode 100644
index 00000000..9a54a20c
Binary files /dev/null and b/public/images/items/thumbnail/snowfort-snowglobe-collectible.png differ
diff --git a/public/images/items/thumbnail/snowglobe-trap-weapon.png b/public/images/items/thumbnail/snowglobe-trap-weapon.png
new file mode 100644
index 00000000..41a10fc4
Binary files /dev/null and b/public/images/items/thumbnail/snowglobe-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/soap-trinket.png b/public/images/items/thumbnail/soap-trinket.png
new file mode 100644
index 00000000..3fcc4b76
Binary files /dev/null and b/public/images/items/thumbnail/soap-trinket.png differ
diff --git a/public/images/items/thumbnail/soapy-oasis-pattern-crafting-item.png b/public/images/items/thumbnail/soapy-oasis-pattern-crafting-item.png
new file mode 100644
index 00000000..23ffa540
Binary files /dev/null and b/public/images/items/thumbnail/soapy-oasis-pattern-crafting-item.png differ
diff --git a/public/images/items/thumbnail/soapy-oasis-skin.png b/public/images/items/thumbnail/soapy-oasis-skin.png
new file mode 100644
index 00000000..75915cb2
Binary files /dev/null and b/public/images/items/thumbnail/soapy-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/soapy-phantasmic-oasis-skin.png b/public/images/items/thumbnail/soapy-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..849d874c
Binary files /dev/null and b/public/images/items/thumbnail/soapy-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/soapy-phantasmic-pattern-crafting-item.png b/public/images/items/thumbnail/soapy-phantasmic-pattern-crafting-item.png
new file mode 100644
index 00000000..23ffa540
Binary files /dev/null and b/public/images/items/thumbnail/soapy-phantasmic-pattern-crafting-item.png differ
diff --git a/public/images/items/thumbnail/soapy-suds-crafting-item.png b/public/images/items/thumbnail/soapy-suds-crafting-item.png
new file mode 100644
index 00000000..41125e88
Binary files /dev/null and b/public/images/items/thumbnail/soapy-suds-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sock-ghost-plush-message-item.png b/public/images/items/thumbnail/sock-ghost-plush-message-item.png
new file mode 100644
index 00000000..1c9bc7d7
Binary files /dev/null and b/public/images/items/thumbnail/sock-ghost-plush-message-item.png differ
diff --git a/public/images/items/thumbnail/softserve-trinket.png b/public/images/items/thumbnail/softserve-trinket.png
new file mode 100644
index 00000000..c5a82d61
Binary files /dev/null and b/public/images/items/thumbnail/softserve-trinket.png differ
diff --git a/public/images/items/thumbnail/soggy-fireworks-collectible.png b/public/images/items/thumbnail/soggy-fireworks-collectible.png
new file mode 100644
index 00000000..122609e5
Binary files /dev/null and b/public/images/items/thumbnail/soggy-fireworks-collectible.png differ
diff --git a/public/images/items/thumbnail/soggy-journal-collectible.png b/public/images/items/thumbnail/soggy-journal-collectible.png
new file mode 100644
index 00000000..e21051d6
Binary files /dev/null and b/public/images/items/thumbnail/soggy-journal-collectible.png differ
diff --git a/public/images/items/thumbnail/soiled-base-blueprints-crafting-item.png b/public/images/items/thumbnail/soiled-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/soiled-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/soiled-base-parts-crafting-item.png b/public/images/items/thumbnail/soiled-base-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/soiled-base-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/soiled-base.png b/public/images/items/thumbnail/soiled-base.png
new file mode 100644
index 00000000..27d9a415
Binary files /dev/null and b/public/images/items/thumbnail/soiled-base.png differ
diff --git a/public/images/items/thumbnail/sooty-stocking-collectible.png b/public/images/items/thumbnail/sooty-stocking-collectible.png
new file mode 100644
index 00000000..ce83cac7
Binary files /dev/null and b/public/images/items/thumbnail/sooty-stocking-collectible.png differ
diff --git a/public/images/items/thumbnail/sorcerer-sapphire-egg-convertible.png b/public/images/items/thumbnail/sorcerer-sapphire-egg-convertible.png
new file mode 100644
index 00000000..6e30f96b
Binary files /dev/null and b/public/images/items/thumbnail/sorcerer-sapphire-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/sorcerers-sapphire-refractor-base.png b/public/images/items/thumbnail/sorcerers-sapphire-refractor-base.png
new file mode 100644
index 00000000..30f2a67b
Binary files /dev/null and b/public/images/items/thumbnail/sorcerers-sapphire-refractor-base.png differ
diff --git a/public/images/items/thumbnail/sorcerers-sapphire-stat-item.png b/public/images/items/thumbnail/sorcerers-sapphire-stat-item.png
new file mode 100644
index 00000000..e462d373
Binary files /dev/null and b/public/images/items/thumbnail/sorcerers-sapphire-stat-item.png differ
diff --git a/public/images/items/thumbnail/soul-catcher-parts-crafting-item.png b/public/images/items/thumbnail/soul-catcher-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/soul-catcher-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/soul-piercer-skin.png b/public/images/items/thumbnail/soul-piercer-skin.png
new file mode 100644
index 00000000..922625b3
Binary files /dev/null and b/public/images/items/thumbnail/soul-piercer-skin.png differ
diff --git a/public/images/items/thumbnail/soul-searching-temporal-turbine-skin.png b/public/images/items/thumbnail/soul-searching-temporal-turbine-skin.png
new file mode 100644
index 00000000..39753f71
Binary files /dev/null and b/public/images/items/thumbnail/soul-searching-temporal-turbine-skin.png differ
diff --git a/public/images/items/thumbnail/spectral-floating-tactical-skin.png b/public/images/items/thumbnail/spectral-floating-tactical-skin.png
new file mode 100644
index 00000000..02a64baa
Binary files /dev/null and b/public/images/items/thumbnail/spectral-floating-tactical-skin.png differ
diff --git a/public/images/items/thumbnail/spectral-floating-tactical-upgraded-skin.png b/public/images/items/thumbnail/spectral-floating-tactical-upgraded-skin.png
new file mode 100644
index 00000000..6db575c4
Binary files /dev/null and b/public/images/items/thumbnail/spectral-floating-tactical-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/speed-coggy-colby-cheese.png b/public/images/items/thumbnail/speed-coggy-colby-cheese.png
new file mode 100644
index 00000000..1cc55f05
Binary files /dev/null and b/public/images/items/thumbnail/speed-coggy-colby-cheese.png differ
diff --git a/public/images/items/thumbnail/speedy-plumbing-gift-basket-convertible.png b/public/images/items/thumbnail/speedy-plumbing-gift-basket-convertible.png
new file mode 100644
index 00000000..a0ec6503
Binary files /dev/null and b/public/images/items/thumbnail/speedy-plumbing-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/speedy-plumbing-kit-convertible.png b/public/images/items/thumbnail/speedy-plumbing-kit-convertible.png
new file mode 100644
index 00000000..343cc4bf
Binary files /dev/null and b/public/images/items/thumbnail/speedy-plumbing-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/speedy-repair-gift-basket-convertible.png b/public/images/items/thumbnail/speedy-repair-gift-basket-convertible.png
new file mode 100644
index 00000000..301e2689
Binary files /dev/null and b/public/images/items/thumbnail/speedy-repair-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/speedy-repair-supply-kit-convertible.png b/public/images/items/thumbnail/speedy-repair-supply-kit-convertible.png
new file mode 100644
index 00000000..54938d89
Binary files /dev/null and b/public/images/items/thumbnail/speedy-repair-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/spellbook-base-blueprints-crafting-item.png b/public/images/items/thumbnail/spellbook-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/spellbook-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/spellbook-base.png b/public/images/items/thumbnail/spellbook-base.png
new file mode 100644
index 00000000..263ed339
Binary files /dev/null and b/public/images/items/thumbnail/spellbook-base.png differ
diff --git a/public/images/items/thumbnail/spellbook-trinket.png b/public/images/items/thumbnail/spellbook-trinket.png
new file mode 100644
index 00000000..b65f3d0f
Binary files /dev/null and b/public/images/items/thumbnail/spellbook-trinket.png differ
diff --git a/public/images/items/thumbnail/sphynx-crystal-crafting-item.png b/public/images/items/thumbnail/sphynx-crystal-crafting-item.png
new file mode 100644
index 00000000..1bf89e8a
Binary files /dev/null and b/public/images/items/thumbnail/sphynx-crystal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sphynx-weapon-blueprint-crafting-item.png b/public/images/items/thumbnail/sphynx-weapon-blueprint-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/sphynx-weapon-blueprint-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sphynx-weapon-parts-crafting-item.png b/public/images/items/thumbnail/sphynx-weapon-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/sphynx-weapon-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/sphynx-weapon.png b/public/images/items/thumbnail/sphynx-weapon.png
new file mode 100644
index 00000000..17e13c6e
Binary files /dev/null and b/public/images/items/thumbnail/sphynx-weapon.png differ
diff --git a/public/images/items/thumbnail/spicy-havarti-cheese.png b/public/images/items/thumbnail/spicy-havarti-cheese.png
new file mode 100644
index 00000000..1c1ee1f7
Binary files /dev/null and b/public/images/items/thumbnail/spicy-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/spicy-red-pepper-craft-item.png b/public/images/items/thumbnail/spicy-red-pepper-craft-item.png
new file mode 100644
index 00000000..d8123cad
Binary files /dev/null and b/public/images/items/thumbnail/spicy-red-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/spiked-anchor-trinket.png b/public/images/items/thumbnail/spiked-anchor-trinket.png
new file mode 100644
index 00000000..b7a25835
Binary files /dev/null and b/public/images/items/thumbnail/spiked-anchor-trinket.png differ
diff --git a/public/images/items/thumbnail/spiked-base-blueprints-crafting-item.png b/public/images/items/thumbnail/spiked-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/spiked-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/spiked-base.png b/public/images/items/thumbnail/spiked-base.png
new file mode 100644
index 00000000..3b297eda
Binary files /dev/null and b/public/images/items/thumbnail/spiked-base.png differ
diff --git a/public/images/items/thumbnail/spiked-metal-crafting-item.png b/public/images/items/thumbnail/spiked-metal-crafting-item.png
new file mode 100644
index 00000000..e67b0237
Binary files /dev/null and b/public/images/items/thumbnail/spiked-metal-crafting-item.png differ
diff --git a/public/images/items/thumbnail/spirit-of-halloween-acronym-skin.png b/public/images/items/thumbnail/spirit-of-halloween-acronym-skin.png
new file mode 100644
index 00000000..5f54361f
Binary files /dev/null and b/public/images/items/thumbnail/spirit-of-halloween-acronym-skin.png differ
diff --git a/public/images/items/thumbnail/splintered-wood-craft-item.png b/public/images/items/thumbnail/splintered-wood-craft-item.png
new file mode 100644
index 00000000..e621f389
Binary files /dev/null and b/public/images/items/thumbnail/splintered-wood-craft-item.png differ
diff --git a/public/images/items/thumbnail/sponge-trinket.png b/public/images/items/thumbnail/sponge-trinket.png
new file mode 100644
index 00000000..4108f9c3
Binary files /dev/null and b/public/images/items/thumbnail/sponge-trinket.png differ
diff --git a/public/images/items/thumbnail/spooky-chrome-temporal-turbine-trap-skin.png b/public/images/items/thumbnail/spooky-chrome-temporal-turbine-trap-skin.png
new file mode 100644
index 00000000..220d6c91
Binary files /dev/null and b/public/images/items/thumbnail/spooky-chrome-temporal-turbine-trap-skin.png differ
diff --git a/public/images/items/thumbnail/spooky-endless-labyrinth-skin.png b/public/images/items/thumbnail/spooky-endless-labyrinth-skin.png
new file mode 100644
index 00000000..a684927c
Binary files /dev/null and b/public/images/items/thumbnail/spooky-endless-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/spooky-flashlight-battery-stat-item.png b/public/images/items/thumbnail/spooky-flashlight-battery-stat-item.png
new file mode 100644
index 00000000..a6ae2997
Binary files /dev/null and b/public/images/items/thumbnail/spooky-flashlight-battery-stat-item.png differ
diff --git a/public/images/items/thumbnail/spooky-mary-onette-skin.png b/public/images/items/thumbnail/spooky-mary-onette-skin.png
new file mode 100644
index 00000000..e3e39b80
Binary files /dev/null and b/public/images/items/thumbnail/spooky-mary-onette-skin.png differ
diff --git a/public/images/items/thumbnail/spooky-mask-collectible.png b/public/images/items/thumbnail/spooky-mask-collectible.png
new file mode 100644
index 00000000..6840a5d6
Binary files /dev/null and b/public/images/items/thumbnail/spooky-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/spooky-reward-box-convertible.png b/public/images/items/thumbnail/spooky-reward-box-convertible.png
new file mode 100644
index 00000000..5585391e
Binary files /dev/null and b/public/images/items/thumbnail/spooky-reward-box-convertible.png differ
diff --git a/public/images/items/thumbnail/spooky-shuffle-pack-convertible.png b/public/images/items/thumbnail/spooky-shuffle-pack-convertible.png
new file mode 100644
index 00000000..1159b420
Binary files /dev/null and b/public/images/items/thumbnail/spooky-shuffle-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/spooky-shuffle-ticket-box-convertible.png b/public/images/items/thumbnail/spooky-shuffle-ticket-box-convertible.png
new file mode 100644
index 00000000..95a97da7
Binary files /dev/null and b/public/images/items/thumbnail/spooky-shuffle-ticket-box-convertible.png differ
diff --git a/public/images/items/thumbnail/spooky-shuffle-upgrade-stat-item.png b/public/images/items/thumbnail/spooky-shuffle-upgrade-stat-item.png
new file mode 100644
index 00000000..7a47b5e0
Binary files /dev/null and b/public/images/items/thumbnail/spooky-shuffle-upgrade-stat-item.png differ
diff --git a/public/images/items/thumbnail/spooky-skin-pack-2-convertible.png b/public/images/items/thumbnail/spooky-skin-pack-2-convertible.png
new file mode 100644
index 00000000..2a6ed4c3
Binary files /dev/null and b/public/images/items/thumbnail/spooky-skin-pack-2-convertible.png differ
diff --git a/public/images/items/thumbnail/spooky-skin-pack-convertible.png b/public/images/items/thumbnail/spooky-skin-pack-convertible.png
new file mode 100644
index 00000000..55b679ad
Binary files /dev/null and b/public/images/items/thumbnail/spooky-skin-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/spooky-slac-ii-skin.png b/public/images/items/thumbnail/spooky-slac-ii-skin.png
new file mode 100644
index 00000000..a31b09d7
Binary files /dev/null and b/public/images/items/thumbnail/spooky-slac-ii-skin.png differ
diff --git a/public/images/items/thumbnail/spooky-spiked-crusher-skin.png b/public/images/items/thumbnail/spooky-spiked-crusher-skin.png
new file mode 100644
index 00000000..e0ab2ff9
Binary files /dev/null and b/public/images/items/thumbnail/spooky-spiked-crusher-skin.png differ
diff --git a/public/images/items/thumbnail/spooky-supplies-stat-item.png b/public/images/items/thumbnail/spooky-supplies-stat-item.png
new file mode 100644
index 00000000..1727aee4
Binary files /dev/null and b/public/images/items/thumbnail/spooky-supplies-stat-item.png differ
diff --git a/public/images/items/thumbnail/spooky-supply-kit-convertible.png b/public/images/items/thumbnail/spooky-supply-kit-convertible.png
new file mode 100644
index 00000000..873c0af1
Binary files /dev/null and b/public/images/items/thumbnail/spooky-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/spooky-toothbrush-collectible.png b/public/images/items/thumbnail/spooky-toothbrush-collectible.png
new file mode 100644
index 00000000..23ad0dde
Binary files /dev/null and b/public/images/items/thumbnail/spooky-toothbrush-collectible.png differ
diff --git a/public/images/items/thumbnail/spooky-trinket.png b/public/images/items/thumbnail/spooky-trinket.png
new file mode 100644
index 00000000..cd43eaa9
Binary files /dev/null and b/public/images/items/thumbnail/spooky-trinket.png differ
diff --git a/public/images/items/thumbnail/spore-trinket.png b/public/images/items/thumbnail/spore-trinket.png
new file mode 100644
index 00000000..b4095818
Binary files /dev/null and b/public/images/items/thumbnail/spore-trinket.png differ
diff --git a/public/images/items/thumbnail/sport-yule-log-stat-item.png b/public/images/items/thumbnail/sport-yule-log-stat-item.png
new file mode 100644
index 00000000..589a8790
Binary files /dev/null and b/public/images/items/thumbnail/sport-yule-log-stat-item.png differ
diff --git a/public/images/items/thumbnail/spring-arcanum-skin.png b/public/images/items/thumbnail/spring-arcanum-skin.png
new file mode 100644
index 00000000..4a170d76
Binary files /dev/null and b/public/images/items/thumbnail/spring-arcanum-skin.png differ
diff --git a/public/images/items/thumbnail/spring-bunny-geyser-physical-skin.png b/public/images/items/thumbnail/spring-bunny-geyser-physical-skin.png
new file mode 100644
index 00000000..767d66a7
Binary files /dev/null and b/public/images/items/thumbnail/spring-bunny-geyser-physical-skin.png differ
diff --git a/public/images/items/thumbnail/spring-chick-message-item.png b/public/images/items/thumbnail/spring-chick-message-item.png
new file mode 100644
index 00000000..b9809b59
Binary files /dev/null and b/public/images/items/thumbnail/spring-chick-message-item.png differ
diff --git a/public/images/items/thumbnail/spring-chrome-storm-wrought-ballista-skin.png b/public/images/items/thumbnail/spring-chrome-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..d53a1b31
Binary files /dev/null and b/public/images/items/thumbnail/spring-chrome-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/thumbnail/spring-easter-basket-acroynm-skin.png b/public/images/items/thumbnail/spring-easter-basket-acroynm-skin.png
new file mode 100644
index 00000000..ab131320
Binary files /dev/null and b/public/images/items/thumbnail/spring-easter-basket-acroynm-skin.png differ
diff --git a/public/images/items/thumbnail/spring-egg-carton-convertible.png b/public/images/items/thumbnail/spring-egg-carton-convertible.png
new file mode 100644
index 00000000..707858e9
Binary files /dev/null and b/public/images/items/thumbnail/spring-egg-carton-convertible.png differ
diff --git a/public/images/items/thumbnail/spring-gift-basket-convertible.png b/public/images/items/thumbnail/spring-gift-basket-convertible.png
new file mode 100644
index 00000000..fb6fd0c2
Binary files /dev/null and b/public/images/items/thumbnail/spring-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-2019-gift-basket-convertible.png b/public/images/items/thumbnail/spring-hunt-2019-gift-basket-convertible.png
new file mode 100644
index 00000000..e3888aad
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-2019-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-2019-supply-kit-convertible.png b/public/images/items/thumbnail/spring-hunt-2019-supply-kit-convertible.png
new file mode 100644
index 00000000..fca47f9f
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-2019-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-2021-journal-theme-collectible.png b/public/images/items/thumbnail/spring-hunt-2021-journal-theme-collectible.png
new file mode 100644
index 00000000..27d663ab
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-2021-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-chrome-monstrobot-skin.png b/public/images/items/thumbnail/spring-hunt-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..7ec7e474
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-chrome-sphynx-wrath-skin.png b/public/images/items/thumbnail/spring-hunt-chrome-sphynx-wrath-skin.png
new file mode 100644
index 00000000..99dea4e2
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-chrome-sphynx-wrath-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-draconic-cannon-skin.png b/public/images/items/thumbnail/spring-hunt-draconic-cannon-skin.png
new file mode 100644
index 00000000..8ba13ff2
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-draconic-cannon-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-ember-prison-core-skin.png b/public/images/items/thumbnail/spring-hunt-ember-prison-core-skin.png
new file mode 100644
index 00000000..2ee1b87c
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-ember-prison-core-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-endless-labyrinth-skin.png b/public/images/items/thumbnail/spring-hunt-endless-labyrinth-skin.png
new file mode 100644
index 00000000..8ec44306
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-endless-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-focused-laser-skin.png b/public/images/items/thumbnail/spring-hunt-focused-laser-skin.png
new file mode 100644
index 00000000..cbbaec65
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-focused-laser-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-infinite-labyrinth-skin.png b/public/images/items/thumbnail/spring-hunt-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..f50d1f9a
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-multi-crystal-laser-skin.png b/public/images/items/thumbnail/spring-hunt-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..2a9a432d
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-school-of-sharks-skin.png b/public/images/items/thumbnail/spring-hunt-school-of-sharks-skin.png
new file mode 100644
index 00000000..b6b6217d
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-school-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-shark-skin.png b/public/images/items/thumbnail/spring-hunt-shark-skin.png
new file mode 100644
index 00000000..263f3f46
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-shark-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-stinger-skin.png b/public/images/items/thumbnail/spring-hunt-stinger-skin.png
new file mode 100644
index 00000000..a479817c
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-stinger-skin.png differ
diff --git a/public/images/items/thumbnail/spring-hunt-temporal-dissonance-skin.png b/public/images/items/thumbnail/spring-hunt-temporal-dissonance-skin.png
new file mode 100644
index 00000000..b1a8fa47
Binary files /dev/null and b/public/images/items/thumbnail/spring-hunt-temporal-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/spring-key-shard-crafting-item.png b/public/images/items/thumbnail/spring-key-shard-crafting-item.png
new file mode 100644
index 00000000..2d5d61d0
Binary files /dev/null and b/public/images/items/thumbnail/spring-key-shard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/spring-mynorca-skin.png b/public/images/items/thumbnail/spring-mynorca-skin.png
new file mode 100644
index 00000000..fa1a18e7
Binary files /dev/null and b/public/images/items/thumbnail/spring-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/spring-sentinel-skin.png b/public/images/items/thumbnail/spring-sentinel-skin.png
new file mode 100644
index 00000000..979c4aeb
Binary files /dev/null and b/public/images/items/thumbnail/spring-sentinel-skin.png differ
diff --git a/public/images/items/thumbnail/spring-toy-collectible.png b/public/images/items/thumbnail/spring-toy-collectible.png
new file mode 100644
index 00000000..eed7659f
Binary files /dev/null and b/public/images/items/thumbnail/spring-toy-collectible.png differ
diff --git a/public/images/items/thumbnail/springer-skin.png b/public/images/items/thumbnail/springer-skin.png
new file mode 100644
index 00000000..d3e73eb9
Binary files /dev/null and b/public/images/items/thumbnail/springer-skin.png differ
diff --git a/public/images/items/thumbnail/springtime-umbrella-collectible.png b/public/images/items/thumbnail/springtime-umbrella-collectible.png
new file mode 100644
index 00000000..bb2dff73
Binary files /dev/null and b/public/images/items/thumbnail/springtime-umbrella-collectible.png differ
diff --git a/public/images/items/thumbnail/sprinkley-cupcake-surprise-weapon.png b/public/images/items/thumbnail/sprinkley-cupcake-surprise-weapon.png
new file mode 100644
index 00000000..3861aa66
Binary files /dev/null and b/public/images/items/thumbnail/sprinkley-cupcake-surprise-weapon.png differ
diff --git a/public/images/items/thumbnail/sprinkley-sprinkling-kit-convertible.png b/public/images/items/thumbnail/sprinkley-sprinkling-kit-convertible.png
new file mode 100644
index 00000000..10bf2bd4
Binary files /dev/null and b/public/images/items/thumbnail/sprinkley-sprinkling-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/sprinkley-sweet-basket-convertible.png b/public/images/items/thumbnail/sprinkley-sweet-basket-convertible.png
new file mode 100644
index 00000000..865f0917
Binary files /dev/null and b/public/images/items/thumbnail/sprinkley-sweet-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/sprinkley-sweet-combo-kit-convertible.png b/public/images/items/thumbnail/sprinkley-sweet-combo-kit-convertible.png
new file mode 100644
index 00000000..f7a27231
Binary files /dev/null and b/public/images/items/thumbnail/sprinkley-sweet-combo-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/sprinkley-sweet-cupcake-trinket.png b/public/images/items/thumbnail/sprinkley-sweet-cupcake-trinket.png
new file mode 100644
index 00000000..1246d2d2
Binary files /dev/null and b/public/images/items/thumbnail/sprinkley-sweet-cupcake-trinket.png differ
diff --git a/public/images/items/thumbnail/sprinkling-kit-convertible.png b/public/images/items/thumbnail/sprinkling-kit-convertible.png
new file mode 100644
index 00000000..4e73db80
Binary files /dev/null and b/public/images/items/thumbnail/sprinkling-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/spud-egg-convertible.png b/public/images/items/thumbnail/spud-egg-convertible.png
new file mode 100644
index 00000000..855face2
Binary files /dev/null and b/public/images/items/thumbnail/spud-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/squishy-sheep-collectible.png b/public/images/items/thumbnail/squishy-sheep-collectible.png
new file mode 100644
index 00000000..a5b9584b
Binary files /dev/null and b/public/images/items/thumbnail/squishy-sheep-collectible.png differ
diff --git a/public/images/items/thumbnail/ss-huntington-iii-miniature-collectible.png b/public/images/items/thumbnail/ss-huntington-iii-miniature-collectible.png
new file mode 100644
index 00000000..447f6f63
Binary files /dev/null and b/public/images/items/thumbnail/ss-huntington-iii-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/ss-huntington-iii-souvenir-collectible.png b/public/images/items/thumbnail/ss-huntington-iii-souvenir-collectible.png
new file mode 100644
index 00000000..79cfaae6
Binary files /dev/null and b/public/images/items/thumbnail/ss-huntington-iii-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/stack-war-scraps-convertible.png b/public/images/items/thumbnail/stack-war-scraps-convertible.png
new file mode 100644
index 00000000..6f296e71
Binary files /dev/null and b/public/images/items/thumbnail/stack-war-scraps-convertible.png differ
diff --git a/public/images/items/thumbnail/stale-cheese-craft-item.png b/public/images/items/thumbnail/stale-cheese-craft-item.png
new file mode 100644
index 00000000..b35cfec6
Binary files /dev/null and b/public/images/items/thumbnail/stale-cheese-craft-item.png differ
diff --git a/public/images/items/thumbnail/stale-cupcake-stat-item.png b/public/images/items/thumbnail/stale-cupcake-stat-item.png
new file mode 100644
index 00000000..fe574487
Binary files /dev/null and b/public/images/items/thumbnail/stale-cupcake-stat-item.png differ
diff --git a/public/images/items/thumbnail/stale-super-brie-craft-item.png b/public/images/items/thumbnail/stale-super-brie-craft-item.png
new file mode 100644
index 00000000..31b3d4af
Binary files /dev/null and b/public/images/items/thumbnail/stale-super-brie-craft-item.png differ
diff --git a/public/images/items/thumbnail/stalemate-trinket.png b/public/images/items/thumbnail/stalemate-trinket.png
new file mode 100644
index 00000000..42403028
Binary files /dev/null and b/public/images/items/thumbnail/stalemate-trinket.png differ
diff --git a/public/images/items/thumbnail/staling-trinket.png b/public/images/items/thumbnail/staling-trinket.png
new file mode 100644
index 00000000..cb80fd56
Binary files /dev/null and b/public/images/items/thumbnail/staling-trinket.png differ
diff --git a/public/images/items/thumbnail/star-spire-chrome-dissonance-trap-skin.png b/public/images/items/thumbnail/star-spire-chrome-dissonance-trap-skin.png
new file mode 100644
index 00000000..e0cb93bd
Binary files /dev/null and b/public/images/items/thumbnail/star-spire-chrome-dissonance-trap-skin.png differ
diff --git a/public/images/items/thumbnail/stealthy-egg-convertible.png b/public/images/items/thumbnail/stealthy-egg-convertible.png
new file mode 100644
index 00000000..0e5b157a
Binary files /dev/null and b/public/images/items/thumbnail/stealthy-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/steam-immolator-skin.png b/public/images/items/thumbnail/steam-immolator-skin.png
new file mode 100644
index 00000000..1f144a87
Binary files /dev/null and b/public/images/items/thumbnail/steam-immolator-skin.png differ
diff --git a/public/images/items/thumbnail/steam-laser-mk-i-parts-crafting-item.png b/public/images/items/thumbnail/steam-laser-mk-i-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/steam-laser-mk-i-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/steam-laser-mk-i-weapon.png b/public/images/items/thumbnail/steam-laser-mk-i-weapon.png
new file mode 100644
index 00000000..4bc8cb38
Binary files /dev/null and b/public/images/items/thumbnail/steam-laser-mk-i-weapon.png differ
diff --git a/public/images/items/thumbnail/steam-laser-mk-ii-parts-crafting-item.png b/public/images/items/thumbnail/steam-laser-mk-ii-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/steam-laser-mk-ii-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/steam-laser-mk-ii-weapon.png b/public/images/items/thumbnail/steam-laser-mk-ii-weapon.png
new file mode 100644
index 00000000..5a8ba149
Binary files /dev/null and b/public/images/items/thumbnail/steam-laser-mk-ii-weapon.png differ
diff --git a/public/images/items/thumbnail/steam-laser-mk-iii-weapon.png b/public/images/items/thumbnail/steam-laser-mk-iii-weapon.png
new file mode 100644
index 00000000..52a88f9a
Binary files /dev/null and b/public/images/items/thumbnail/steam-laser-mk-iii-weapon.png differ
diff --git a/public/images/items/thumbnail/steam-maw-skin.png b/public/images/items/thumbnail/steam-maw-skin.png
new file mode 100644
index 00000000..8f4a0a6a
Binary files /dev/null and b/public/images/items/thumbnail/steam-maw-skin.png differ
diff --git a/public/images/items/thumbnail/steam-nine-crafting-item.png b/public/images/items/thumbnail/steam-nine-crafting-item.png
new file mode 100644
index 00000000..f3f6927f
Binary files /dev/null and b/public/images/items/thumbnail/steam-nine-crafting-item.png differ
diff --git a/public/images/items/thumbnail/steaming-pumpkin-spice-latte-skin.png b/public/images/items/thumbnail/steaming-pumpkin-spice-latte-skin.png
new file mode 100644
index 00000000..da04749e
Binary files /dev/null and b/public/images/items/thumbnail/steaming-pumpkin-spice-latte-skin.png differ
diff --git a/public/images/items/thumbnail/stewing-boiling-cauldron-trap-skin.png b/public/images/items/thumbnail/stewing-boiling-cauldron-trap-skin.png
new file mode 100644
index 00000000..d358753b
Binary files /dev/null and b/public/images/items/thumbnail/stewing-boiling-cauldron-trap-skin.png differ
diff --git a/public/images/items/thumbnail/sticky-trinket.png b/public/images/items/thumbnail/sticky-trinket.png
new file mode 100644
index 00000000..445b6c0b
Binary files /dev/null and b/public/images/items/thumbnail/sticky-trinket.png differ
diff --git a/public/images/items/thumbnail/stitch-furoma-map-piece.png b/public/images/items/thumbnail/stitch-furoma-map-piece.png
new file mode 100644
index 00000000..0edfcfe9
Binary files /dev/null and b/public/images/items/thumbnail/stitch-furoma-map-piece.png differ
diff --git a/public/images/items/thumbnail/stolen-birthday-gift.png b/public/images/items/thumbnail/stolen-birthday-gift.png
new file mode 100644
index 00000000..9a02307b
Binary files /dev/null and b/public/images/items/thumbnail/stolen-birthday-gift.png differ
diff --git a/public/images/items/thumbnail/stolen-hween-candy-basket-convertible.png b/public/images/items/thumbnail/stolen-hween-candy-basket-convertible.png
new file mode 100644
index 00000000..3ca57989
Binary files /dev/null and b/public/images/items/thumbnail/stolen-hween-candy-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/stone-base.png b/public/images/items/thumbnail/stone-base.png
new file mode 100644
index 00000000..76bdb098
Binary files /dev/null and b/public/images/items/thumbnail/stone-base.png differ
diff --git a/public/images/items/thumbnail/storm-egg-convertible.png b/public/images/items/thumbnail/storm-egg-convertible.png
new file mode 100644
index 00000000..b85598f6
Binary files /dev/null and b/public/images/items/thumbnail/storm-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/storm-wrought-ballista-parts-crafting-item.png b/public/images/items/thumbnail/storm-wrought-ballista-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/storm-wrought-ballista-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/storm-wrought-ballista-weapon.png b/public/images/items/thumbnail/storm-wrought-ballista-weapon.png
new file mode 100644
index 00000000..9bac9dd1
Binary files /dev/null and b/public/images/items/thumbnail/storm-wrought-ballista-weapon.png differ
diff --git a/public/images/items/thumbnail/stormy-clamembert-cheese.png b/public/images/items/thumbnail/stormy-clamembert-cheese.png
new file mode 100644
index 00000000..8a38d982
Binary files /dev/null and b/public/images/items/thumbnail/stormy-clamembert-cheese.png differ
diff --git a/public/images/items/thumbnail/stormy-clamembert-pack-small-convertible.png b/public/images/items/thumbnail/stormy-clamembert-pack-small-convertible.png
new file mode 100644
index 00000000..a63e7862
Binary files /dev/null and b/public/images/items/thumbnail/stormy-clamembert-pack-small-convertible.png differ
diff --git a/public/images/items/thumbnail/stormy-clamembert-potion.png b/public/images/items/thumbnail/stormy-clamembert-potion.png
new file mode 100644
index 00000000..5a39019b
Binary files /dev/null and b/public/images/items/thumbnail/stormy-clamembert-potion.png differ
diff --git a/public/images/items/thumbnail/striker-trinket.png b/public/images/items/thumbnail/striker-trinket.png
new file mode 100644
index 00000000..366565e4
Binary files /dev/null and b/public/images/items/thumbnail/striker-trinket.png differ
diff --git a/public/images/items/thumbnail/string-undead-emmental-cheese.png b/public/images/items/thumbnail/string-undead-emmental-cheese.png
new file mode 100644
index 00000000..f515b8db
Binary files /dev/null and b/public/images/items/thumbnail/string-undead-emmental-cheese.png differ
diff --git a/public/images/items/thumbnail/string-undead-emmental-potion.png b/public/images/items/thumbnail/string-undead-emmental-potion.png
new file mode 100644
index 00000000..96a91b59
Binary files /dev/null and b/public/images/items/thumbnail/string-undead-emmental-potion.png differ
diff --git a/public/images/items/thumbnail/stripy-red-egg-convertible.png b/public/images/items/thumbnail/stripy-red-egg-convertible.png
new file mode 100644
index 00000000..3bf53822
Binary files /dev/null and b/public/images/items/thumbnail/stripy-red-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/submersible-supplies-convertible.png b/public/images/items/thumbnail/submersible-supplies-convertible.png
new file mode 100644
index 00000000..1cd44be6
Binary files /dev/null and b/public/images/items/thumbnail/submersible-supplies-convertible.png differ
diff --git a/public/images/items/thumbnail/sudsy-gift-basket-convertible.png b/public/images/items/thumbnail/sudsy-gift-basket-convertible.png
new file mode 100644
index 00000000..4170e36a
Binary files /dev/null and b/public/images/items/thumbnail/sudsy-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/sugar-rush-in-a-box-convertible.png b/public/images/items/thumbnail/sugar-rush-in-a-box-convertible.png
new file mode 100644
index 00000000..bfd8e456
Binary files /dev/null and b/public/images/items/thumbnail/sugar-rush-in-a-box-convertible.png differ
diff --git a/public/images/items/thumbnail/sugar-rush-plushie-collectible.png b/public/images/items/thumbnail/sugar-rush-plushie-collectible.png
new file mode 100644
index 00000000..85deed9c
Binary files /dev/null and b/public/images/items/thumbnail/sugar-rush-plushie-collectible.png differ
diff --git a/public/images/items/thumbnail/summer-key-shard-crafting-item.png b/public/images/items/thumbnail/summer-key-shard-crafting-item.png
new file mode 100644
index 00000000..9cea6433
Binary files /dev/null and b/public/images/items/thumbnail/summer-key-shard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/summer-mynorca-skin.png b/public/images/items/thumbnail/summer-mynorca-skin.png
new file mode 100644
index 00000000..fb1910ed
Binary files /dev/null and b/public/images/items/thumbnail/summer-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/sun-celestial-dissonance-weapon-skin.png b/public/images/items/thumbnail/sun-celestial-dissonance-weapon-skin.png
new file mode 100644
index 00000000..bc743e0b
Binary files /dev/null and b/public/images/items/thumbnail/sun-celestial-dissonance-weapon-skin.png differ
diff --git a/public/images/items/thumbnail/sunken-city-map-piece.png b/public/images/items/thumbnail/sunken-city-map-piece.png
new file mode 100644
index 00000000..b7af4956
Binary files /dev/null and b/public/images/items/thumbnail/sunken-city-map-piece.png differ
diff --git a/public/images/items/thumbnail/sunken-city-miniature-collectible.png b/public/images/items/thumbnail/sunken-city-miniature-collectible.png
new file mode 100644
index 00000000..825098dd
Binary files /dev/null and b/public/images/items/thumbnail/sunken-city-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/sunken-city-scroll-case-convertible.png b/public/images/items/thumbnail/sunken-city-scroll-case-convertible.png
new file mode 100644
index 00000000..1c2e2e81
Binary files /dev/null and b/public/images/items/thumbnail/sunken-city-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/sunken-city-treasure-chest-convertible.png b/public/images/items/thumbnail/sunken-city-treasure-chest-convertible.png
new file mode 100644
index 00000000..2df65749
Binary files /dev/null and b/public/images/items/thumbnail/sunken-city-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/sunken-dive-crate-convertible.png b/public/images/items/thumbnail/sunken-dive-crate-convertible.png
new file mode 100644
index 00000000..97d898a2
Binary files /dev/null and b/public/images/items/thumbnail/sunken-dive-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/sunken-gift-basket-convertible.png b/public/images/items/thumbnail/sunken-gift-basket-convertible.png
new file mode 100644
index 00000000..c0c5658a
Binary files /dev/null and b/public/images/items/thumbnail/sunken-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/sunken-treasure-egg-convertible.png b/public/images/items/thumbnail/sunken-treasure-egg-convertible.png
new file mode 100644
index 00000000..9502bc71
Binary files /dev/null and b/public/images/items/thumbnail/sunken-treasure-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/super-ancient-trinket.png b/public/images/items/thumbnail/super-ancient-trinket.png
new file mode 100644
index 00000000..e292d63f
Binary files /dev/null and b/public/images/items/thumbnail/super-ancient-trinket.png differ
diff --git a/public/images/items/thumbnail/super-attraction-trinket.png b/public/images/items/thumbnail/super-attraction-trinket.png
new file mode 100644
index 00000000..714af77f
Binary files /dev/null and b/public/images/items/thumbnail/super-attraction-trinket.png differ
diff --git a/public/images/items/thumbnail/super-brain-trinket.png b/public/images/items/thumbnail/super-brain-trinket.png
new file mode 100644
index 00000000..626cec94
Binary files /dev/null and b/public/images/items/thumbnail/super-brain-trinket.png differ
diff --git a/public/images/items/thumbnail/super-brie-cheese.png b/public/images/items/thumbnail/super-brie-cheese.png
new file mode 100644
index 00000000..321ad999
Binary files /dev/null and b/public/images/items/thumbnail/super-brie-cheese.png differ
diff --git a/public/images/items/thumbnail/super-brie-factory-gift-basket-convertible.png b/public/images/items/thumbnail/super-brie-factory-gift-basket-convertible.png
new file mode 100644
index 00000000..939e861e
Binary files /dev/null and b/public/images/items/thumbnail/super-brie-factory-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/super-brie-factory-supply-kit-convertible.png b/public/images/items/thumbnail/super-brie-factory-supply-kit-convertible.png
new file mode 100644
index 00000000..693028f4
Binary files /dev/null and b/public/images/items/thumbnail/super-brie-factory-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/super-briefs-message-item.png b/public/images/items/thumbnail/super-briefs-message-item.png
new file mode 100644
index 00000000..1553212b
Binary files /dev/null and b/public/images/items/thumbnail/super-briefs-message-item.png differ
diff --git a/public/images/items/thumbnail/super-cactus-trinket.png b/public/images/items/thumbnail/super-cactus-trinket.png
new file mode 100644
index 00000000..e5a7f0be
Binary files /dev/null and b/public/images/items/thumbnail/super-cactus-trinket.png differ
diff --git a/public/images/items/thumbnail/super-chrome-trinket.png b/public/images/items/thumbnail/super-chrome-trinket.png
new file mode 100644
index 00000000..b23b0af2
Binary files /dev/null and b/public/images/items/thumbnail/super-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/super-dragonbane-trinket.png b/public/images/items/thumbnail/super-dragonbane-trinket.png
new file mode 100644
index 00000000..783bab9e
Binary files /dev/null and b/public/images/items/thumbnail/super-dragonbane-trinket.png differ
diff --git a/public/images/items/thumbnail/super-festive-bundle-convertible.png b/public/images/items/thumbnail/super-festive-bundle-convertible.png
new file mode 100644
index 00000000..e852e681
Binary files /dev/null and b/public/images/items/thumbnail/super-festive-bundle-convertible.png differ
diff --git a/public/images/items/thumbnail/super-flame-march-archer-trinket.png b/public/images/items/thumbnail/super-flame-march-archer-trinket.png
new file mode 100644
index 00000000..8447b971
Binary files /dev/null and b/public/images/items/thumbnail/super-flame-march-archer-trinket.png differ
diff --git a/public/images/items/thumbnail/super-flame-march-cavalry-trinket.png b/public/images/items/thumbnail/super-flame-march-cavalry-trinket.png
new file mode 100644
index 00000000..f7610037
Binary files /dev/null and b/public/images/items/thumbnail/super-flame-march-cavalry-trinket.png differ
diff --git a/public/images/items/thumbnail/super-flame-march-general-trinket.png b/public/images/items/thumbnail/super-flame-march-general-trinket.png
new file mode 100644
index 00000000..59d50b27
Binary files /dev/null and b/public/images/items/thumbnail/super-flame-march-general-trinket.png differ
diff --git a/public/images/items/thumbnail/super-flame-march-mage-trinket.png b/public/images/items/thumbnail/super-flame-march-mage-trinket.png
new file mode 100644
index 00000000..f9faf3c4
Binary files /dev/null and b/public/images/items/thumbnail/super-flame-march-mage-trinket.png differ
diff --git a/public/images/items/thumbnail/super-flame-march-scout-trinket.png b/public/images/items/thumbnail/super-flame-march-scout-trinket.png
new file mode 100644
index 00000000..8494bc6b
Binary files /dev/null and b/public/images/items/thumbnail/super-flame-march-scout-trinket.png differ
diff --git a/public/images/items/thumbnail/super-flame-march-warrior-trinket.png b/public/images/items/thumbnail/super-flame-march-warrior-trinket.png
new file mode 100644
index 00000000..d8ed3ff4
Binary files /dev/null and b/public/images/items/thumbnail/super-flame-march-warrior-trinket.png differ
diff --git a/public/images/items/thumbnail/super-gold-bonus-trinket.png b/public/images/items/thumbnail/super-gold-bonus-trinket.png
new file mode 100644
index 00000000..500173dd
Binary files /dev/null and b/public/images/items/thumbnail/super-gold-bonus-trinket.png differ
diff --git a/public/images/items/thumbnail/super-lantern-oil-trinket.png b/public/images/items/thumbnail/super-lantern-oil-trinket.png
new file mode 100644
index 00000000..9e6871cd
Binary files /dev/null and b/public/images/items/thumbnail/super-lantern-oil-trinket.png differ
diff --git a/public/images/items/thumbnail/super-luck-power-trinket.png b/public/images/items/thumbnail/super-luck-power-trinket.png
new file mode 100644
index 00000000..5839f906
Binary files /dev/null and b/public/images/items/thumbnail/super-luck-power-trinket.png differ
diff --git a/public/images/items/thumbnail/super-luck-trinket.png b/public/images/items/thumbnail/super-luck-trinket.png
new file mode 100644
index 00000000..fb3b4a3d
Binary files /dev/null and b/public/images/items/thumbnail/super-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/super-nightshade-farming-trinket.png b/public/images/items/thumbnail/super-nightshade-farming-trinket.png
new file mode 100644
index 00000000..b8f24ea2
Binary files /dev/null and b/public/images/items/thumbnail/super-nightshade-farming-trinket.png differ
diff --git a/public/images/items/thumbnail/super-party-trinket.png b/public/images/items/thumbnail/super-party-trinket.png
new file mode 100644
index 00000000..a5a30dc9
Binary files /dev/null and b/public/images/items/thumbnail/super-party-trinket.png differ
diff --git a/public/images/items/thumbnail/super-polluted-trinket.png b/public/images/items/thumbnail/super-polluted-trinket.png
new file mode 100644
index 00000000..27034f32
Binary files /dev/null and b/public/images/items/thumbnail/super-polluted-trinket.png differ
diff --git a/public/images/items/thumbnail/super-power-trinket.png b/public/images/items/thumbnail/super-power-trinket.png
new file mode 100644
index 00000000..ee757f44
Binary files /dev/null and b/public/images/items/thumbnail/super-power-trinket.png differ
diff --git a/public/images/items/thumbnail/super-radioactive-blue-cheese.png b/public/images/items/thumbnail/super-radioactive-blue-cheese.png
new file mode 100644
index 00000000..1e41a9ce
Binary files /dev/null and b/public/images/items/thumbnail/super-radioactive-blue-cheese.png differ
diff --git a/public/images/items/thumbnail/super-radioactive-blue-potion.png b/public/images/items/thumbnail/super-radioactive-blue-potion.png
new file mode 100644
index 00000000..ed40f657
Binary files /dev/null and b/public/images/items/thumbnail/super-radioactive-blue-potion.png differ
diff --git a/public/images/items/thumbnail/super-regal-gift-basket-convertible.png b/public/images/items/thumbnail/super-regal-gift-basket-convertible.png
new file mode 100644
index 00000000..da280f14
Binary files /dev/null and b/public/images/items/thumbnail/super-regal-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/super-regal-trinket.png b/public/images/items/thumbnail/super-regal-trinket.png
new file mode 100644
index 00000000..cc58cf30
Binary files /dev/null and b/public/images/items/thumbnail/super-regal-trinket.png differ
diff --git a/public/images/items/thumbnail/super-rift-vacuum-trinket.png b/public/images/items/thumbnail/super-rift-vacuum-trinket.png
new file mode 100644
index 00000000..25f52860
Binary files /dev/null and b/public/images/items/thumbnail/super-rift-vacuum-trinket.png differ
diff --git a/public/images/items/thumbnail/super-safe-drencher-steam-laser-mk-iii-skin.png b/public/images/items/thumbnail/super-safe-drencher-steam-laser-mk-iii-skin.png
new file mode 100644
index 00000000..c5708445
Binary files /dev/null and b/public/images/items/thumbnail/super-safe-drencher-steam-laser-mk-iii-skin.png differ
diff --git a/public/images/items/thumbnail/super-safe-toy-crossbow-skin.png b/public/images/items/thumbnail/super-safe-toy-crossbow-skin.png
new file mode 100644
index 00000000..da111f2c
Binary files /dev/null and b/public/images/items/thumbnail/super-safe-toy-crossbow-skin.png differ
diff --git a/public/images/items/thumbnail/super-salt-trinket.png b/public/images/items/thumbnail/super-salt-trinket.png
new file mode 100644
index 00000000..c83447ba
Binary files /dev/null and b/public/images/items/thumbnail/super-salt-trinket.png differ
diff --git a/public/images/items/thumbnail/super-scum-scrubber-weapon.png b/public/images/items/thumbnail/super-scum-scrubber-weapon.png
new file mode 100644
index 00000000..59e4503f
Binary files /dev/null and b/public/images/items/thumbnail/super-scum-scrubber-weapon.png differ
diff --git a/public/images/items/thumbnail/super-snowball-trinket.png b/public/images/items/thumbnail/super-snowball-trinket.png
new file mode 100644
index 00000000..3600ae85
Binary files /dev/null and b/public/images/items/thumbnail/super-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/super-soap-trinket.png b/public/images/items/thumbnail/super-soap-trinket.png
new file mode 100644
index 00000000..2ca70181
Binary files /dev/null and b/public/images/items/thumbnail/super-soap-trinket.png differ
diff --git a/public/images/items/thumbnail/super-spore-trinket.png b/public/images/items/thumbnail/super-spore-trinket.png
new file mode 100644
index 00000000..9464992c
Binary files /dev/null and b/public/images/items/thumbnail/super-spore-trinket.png differ
diff --git a/public/images/items/thumbnail/super-staling-trinket.png b/public/images/items/thumbnail/super-staling-trinket.png
new file mode 100644
index 00000000..4719bd4a
Binary files /dev/null and b/public/images/items/thumbnail/super-staling-trinket.png differ
diff --git a/public/images/items/thumbnail/super-sudsy-cleanup-kit-convertible.png b/public/images/items/thumbnail/super-sudsy-cleanup-kit-convertible.png
new file mode 100644
index 00000000..27c3009c
Binary files /dev/null and b/public/images/items/thumbnail/super-sudsy-cleanup-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/super-wax-trinket.png b/public/images/items/thumbnail/super-wax-trinket.png
new file mode 100644
index 00000000..618c5574
Binary files /dev/null and b/public/images/items/thumbnail/super-wax-trinket.png differ
diff --git a/public/images/items/thumbnail/supply-grabber-weapon.png b/public/images/items/thumbnail/supply-grabber-weapon.png
new file mode 100644
index 00000000..2e3c3f16
Binary files /dev/null and b/public/images/items/thumbnail/supply-grabber-weapon.png differ
diff --git a/public/images/items/thumbnail/surfboard-infinite-dark-magic-mirror-skin.png b/public/images/items/thumbnail/surfboard-infinite-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..fbe50f4c
Binary files /dev/null and b/public/images/items/thumbnail/surfboard-infinite-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/thumbnail/surprise-party-weapon.png b/public/images/items/thumbnail/surprise-party-weapon.png
new file mode 100644
index 00000000..e53d55c8
Binary files /dev/null and b/public/images/items/thumbnail/surprise-party-weapon.png differ
diff --git a/public/images/items/thumbnail/susheese-cheese.png b/public/images/items/thumbnail/susheese-cheese.png
new file mode 100644
index 00000000..025b3837
Binary files /dev/null and b/public/images/items/thumbnail/susheese-cheese.png differ
diff --git a/public/images/items/thumbnail/sweet-havarti-cheese.png b/public/images/items/thumbnail/sweet-havarti-cheese.png
new file mode 100644
index 00000000..f94ed1b5
Binary files /dev/null and b/public/images/items/thumbnail/sweet-havarti-cheese.png differ
diff --git a/public/images/items/thumbnail/sweet-yellow-pepper-craft-item.png b/public/images/items/thumbnail/sweet-yellow-pepper-craft-item.png
new file mode 100644
index 00000000..cbee8b82
Binary files /dev/null and b/public/images/items/thumbnail/sweet-yellow-pepper-craft-item.png differ
diff --git a/public/images/items/thumbnail/swiss-army-mouse-trap-weapon.png b/public/images/items/thumbnail/swiss-army-mouse-trap-weapon.png
new file mode 100644
index 00000000..f2f5b27a
Binary files /dev/null and b/public/images/items/thumbnail/swiss-army-mouse-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/swiss-cheese.png b/public/images/items/thumbnail/swiss-cheese.png
new file mode 100644
index 00000000..35c6b0c4
Binary files /dev/null and b/public/images/items/thumbnail/swiss-cheese.png differ
diff --git a/public/images/items/thumbnail/swiss-string-cheese.png b/public/images/items/thumbnail/swiss-string-cheese.png
new file mode 100644
index 00000000..fad3280f
Binary files /dev/null and b/public/images/items/thumbnail/swiss-string-cheese.png differ
diff --git a/public/images/items/thumbnail/sylvan-plushie-message-item.png b/public/images/items/thumbnail/sylvan-plushie-message-item.png
new file mode 100644
index 00000000..3e90e373
Binary files /dev/null and b/public/images/items/thumbnail/sylvan-plushie-message-item.png differ
diff --git a/public/images/items/thumbnail/table-of-contents-journal-theme-collectible.png b/public/images/items/thumbnail/table-of-contents-journal-theme-collectible.png
new file mode 100644
index 00000000..c6b3821f
Binary files /dev/null and b/public/images/items/thumbnail/table-of-contents-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/tacky-glue-trap-weapon.png b/public/images/items/thumbnail/tacky-glue-trap-weapon.png
new file mode 100644
index 00000000..9d47a6de
Binary files /dev/null and b/public/images/items/thumbnail/tacky-glue-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/tactical-geyser-trap-stat-item.png b/public/images/items/thumbnail/tactical-geyser-trap-stat-item.png
new file mode 100644
index 00000000..195ff75a
Binary files /dev/null and b/public/images/items/thumbnail/tactical-geyser-trap-stat-item.png differ
diff --git a/public/images/items/thumbnail/tactical-grip-stat-item.png b/public/images/items/thumbnail/tactical-grip-stat-item.png
new file mode 100644
index 00000000..83ed7818
Binary files /dev/null and b/public/images/items/thumbnail/tactical-grip-stat-item.png differ
diff --git a/public/images/items/thumbnail/tactical-zombie-gear-convertible.png b/public/images/items/thumbnail/tactical-zombie-gear-convertible.png
new file mode 100644
index 00000000..81de3fed
Binary files /dev/null and b/public/images/items/thumbnail/tactical-zombie-gear-convertible.png differ
diff --git a/public/images/items/thumbnail/tarannosaurus-rex-weapon.png b/public/images/items/thumbnail/tarannosaurus-rex-weapon.png
new file mode 100644
index 00000000..84c659d6
Binary files /dev/null and b/public/images/items/thumbnail/tarannosaurus-rex-weapon.png differ
diff --git a/public/images/items/thumbnail/tarnished-trinket.png b/public/images/items/thumbnail/tarnished-trinket.png
new file mode 100644
index 00000000..5bbf28cb
Binary files /dev/null and b/public/images/items/thumbnail/tarnished-trinket.png differ
diff --git a/public/images/items/thumbnail/tasty-spider-mould-crafting-item.png b/public/images/items/thumbnail/tasty-spider-mould-crafting-item.png
new file mode 100644
index 00000000..60dfc2f0
Binary files /dev/null and b/public/images/items/thumbnail/tasty-spider-mould-crafting-item.png differ
diff --git a/public/images/items/thumbnail/tattered-celestial-skin-pattern-stat-item.png b/public/images/items/thumbnail/tattered-celestial-skin-pattern-stat-item.png
new file mode 100644
index 00000000..471e5e05
Binary files /dev/null and b/public/images/items/thumbnail/tattered-celestial-skin-pattern-stat-item.png differ
diff --git a/public/images/items/thumbnail/tattered-mousoleum-map-piece.png b/public/images/items/thumbnail/tattered-mousoleum-map-piece.png
new file mode 100644
index 00000000..80610acf
Binary files /dev/null and b/public/images/items/thumbnail/tattered-mousoleum-map-piece.png differ
diff --git a/public/images/items/thumbnail/teamwork-egg-convertible.png b/public/images/items/thumbnail/teamwork-egg-convertible.png
new file mode 100644
index 00000000..a75eef7e
Binary files /dev/null and b/public/images/items/thumbnail/teamwork-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tech-advanced-research-quest-item.png b/public/images/items/thumbnail/tech-advanced-research-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/tech-advanced-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/tech-cheese-mould-crafting-item.png b/public/images/items/thumbnail/tech-cheese-mould-crafting-item.png
new file mode 100644
index 00000000..020ec851
Binary files /dev/null and b/public/images/items/thumbnail/tech-cheese-mould-crafting-item.png differ
diff --git a/public/images/items/thumbnail/tech-power-core-crafting-item.png b/public/images/items/thumbnail/tech-power-core-crafting-item.png
new file mode 100644
index 00000000..065880ce
Binary files /dev/null and b/public/images/items/thumbnail/tech-power-core-crafting-item.png differ
diff --git a/public/images/items/thumbnail/techkingresearch-quest-item.png b/public/images/items/thumbnail/techkingresearch-quest-item.png
new file mode 100644
index 00000000..5647635b
Binary files /dev/null and b/public/images/items/thumbnail/techkingresearch-quest-item.png differ
diff --git a/public/images/items/thumbnail/technic-king-egg-convertible.png b/public/images/items/thumbnail/technic-king-egg-convertible.png
new file mode 100644
index 00000000..94d28957
Binary files /dev/null and b/public/images/items/thumbnail/technic-king-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/technic-low-weapon.png b/public/images/items/thumbnail/technic-low-weapon.png
new file mode 100644
index 00000000..495a7cd7
Binary files /dev/null and b/public/images/items/thumbnail/technic-low-weapon.png differ
diff --git a/public/images/items/thumbnail/technic-page-crafting-item.png b/public/images/items/thumbnail/technic-page-crafting-item.png
new file mode 100644
index 00000000..ed7e65e7
Binary files /dev/null and b/public/images/items/thumbnail/technic-page-crafting-item.png differ
diff --git a/public/images/items/thumbnail/teddy-bear-message-item.png b/public/images/items/thumbnail/teddy-bear-message-item.png
new file mode 100644
index 00000000..54ee2830
Binary files /dev/null and b/public/images/items/thumbnail/teddy-bear-message-item.png differ
diff --git a/public/images/items/thumbnail/telescope-craft-item.png b/public/images/items/thumbnail/telescope-craft-item.png
new file mode 100644
index 00000000..0c4f3cba
Binary files /dev/null and b/public/images/items/thumbnail/telescope-craft-item.png differ
diff --git a/public/images/items/thumbnail/temporal-dissonance-weapon.png b/public/images/items/thumbnail/temporal-dissonance-weapon.png
new file mode 100644
index 00000000..88d62004
Binary files /dev/null and b/public/images/items/thumbnail/temporal-dissonance-weapon.png differ
diff --git a/public/images/items/thumbnail/temporal-fusion-trinket.png b/public/images/items/thumbnail/temporal-fusion-trinket.png
new file mode 100644
index 00000000..9e6fa1b5
Binary files /dev/null and b/public/images/items/thumbnail/temporal-fusion-trinket.png differ
diff --git a/public/images/items/thumbnail/temporal-plate-crafting-item.png b/public/images/items/thumbnail/temporal-plate-crafting-item.png
new file mode 100644
index 00000000..a8215092
Binary files /dev/null and b/public/images/items/thumbnail/temporal-plate-crafting-item.png differ
diff --git a/public/images/items/thumbnail/temporal-rune-stat-item.png b/public/images/items/thumbnail/temporal-rune-stat-item.png
new file mode 100644
index 00000000..ce0384e6
Binary files /dev/null and b/public/images/items/thumbnail/temporal-rune-stat-item.png differ
diff --git a/public/images/items/thumbnail/temporal-turbine-trap-blueprints-crafting-item.png b/public/images/items/thumbnail/temporal-turbine-trap-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/temporal-turbine-trap-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/temporal-turbine-trap-parts-crafting-item.png b/public/images/items/thumbnail/temporal-turbine-trap-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/temporal-turbine-trap-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/temporal-turbine.png b/public/images/items/thumbnail/temporal-turbine.png
new file mode 100644
index 00000000..8e64b6ac
Binary files /dev/null and b/public/images/items/thumbnail/temporal-turbine.png differ
diff --git a/public/images/items/thumbnail/ten-candy-canes-collectible.png b/public/images/items/thumbnail/ten-candy-canes-collectible.png
new file mode 100644
index 00000000..0b8c006d
Binary files /dev/null and b/public/images/items/thumbnail/ten-candy-canes-collectible.png differ
diff --git a/public/images/items/thumbnail/tenth-birthday-2018-cake-base.png b/public/images/items/thumbnail/tenth-birthday-2018-cake-base.png
new file mode 100644
index 00000000..8b507cf8
Binary files /dev/null and b/public/images/items/thumbnail/tenth-birthday-2018-cake-base.png differ
diff --git a/public/images/items/thumbnail/tenth-birthday-gift-basket-convertible.png b/public/images/items/thumbnail/tenth-birthday-gift-basket-convertible.png
new file mode 100644
index 00000000..7a7a64ba
Binary files /dev/null and b/public/images/items/thumbnail/tenth-birthday-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/tenth-birthday-storm-wrought-ballista-skin.png b/public/images/items/thumbnail/tenth-birthday-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..14a3472b
Binary files /dev/null and b/public/images/items/thumbnail/tenth-birthday-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/thumbnail/tenth-birthday-supply-kit-convertible.png b/public/images/items/thumbnail/tenth-birthday-supply-kit-convertible.png
new file mode 100644
index 00000000..7e440609
Binary files /dev/null and b/public/images/items/thumbnail/tenth-birthday-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/terre-ricotta-cheese.png b/public/images/items/thumbnail/terre-ricotta-cheese.png
new file mode 100644
index 00000000..7b8466dc
Binary files /dev/null and b/public/images/items/thumbnail/terre-ricotta-cheese.png differ
diff --git a/public/images/items/thumbnail/terre-ricotta-potion.png b/public/images/items/thumbnail/terre-ricotta-potion.png
new file mode 100644
index 00000000..eac089e2
Binary files /dev/null and b/public/images/items/thumbnail/terre-ricotta-potion.png differ
diff --git a/public/images/items/thumbnail/terrifying-spider-weapon.png b/public/images/items/thumbnail/terrifying-spider-weapon.png
new file mode 100644
index 00000000..6bb72bfe
Binary files /dev/null and b/public/images/items/thumbnail/terrifying-spider-weapon.png differ
diff --git a/public/images/items/thumbnail/terrifying-timesplit-dissonance-skin.png b/public/images/items/thumbnail/terrifying-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..7ff4f02d
Binary files /dev/null and b/public/images/items/thumbnail/terrifying-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/thief-base.png b/public/images/items/thumbnail/thief-base.png
new file mode 100644
index 00000000..3183b4d1
Binary files /dev/null and b/public/images/items/thumbnail/thief-base.png differ
diff --git a/public/images/items/thumbnail/thief-floor-egg-convertible.png b/public/images/items/thumbnail/thief-floor-egg-convertible.png
new file mode 100644
index 00000000..f7d8242c
Binary files /dev/null and b/public/images/items/thumbnail/thief-floor-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/thing-bottomoless-grave-skin.png b/public/images/items/thumbnail/thing-bottomoless-grave-skin.png
new file mode 100644
index 00000000..4fc9e2fa
Binary files /dev/null and b/public/images/items/thumbnail/thing-bottomoless-grave-skin.png differ
diff --git a/public/images/items/thumbnail/thistle-egg-convertible.png b/public/images/items/thumbnail/thistle-egg-convertible.png
new file mode 100644
index 00000000..2ee08f95
Binary files /dev/null and b/public/images/items/thumbnail/thistle-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/thorned-mouse-trap-plans-craft-item.png b/public/images/items/thumbnail/thorned-mouse-trap-plans-craft-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/thorned-mouse-trap-plans-craft-item.png differ
diff --git a/public/images/items/thumbnail/thorned-venus-mouse-trap-husk-craft-item.png b/public/images/items/thumbnail/thorned-venus-mouse-trap-husk-craft-item.png
new file mode 100644
index 00000000..f12f27f8
Binary files /dev/null and b/public/images/items/thumbnail/thorned-venus-mouse-trap-husk-craft-item.png differ
diff --git a/public/images/items/thumbnail/thorned-vine-craft-item.png b/public/images/items/thumbnail/thorned-vine-craft-item.png
new file mode 100644
index 00000000..3cac6bed
Binary files /dev/null and b/public/images/items/thumbnail/thorned-vine-craft-item.png differ
diff --git a/public/images/items/thumbnail/thought-obliterator-parts-crafting-item.png b/public/images/items/thumbnail/thought-obliterator-parts-crafting-item.png
new file mode 100644
index 00000000..2bb837b9
Binary files /dev/null and b/public/images/items/thumbnail/thought-obliterator-parts-crafting-item.png differ
diff --git a/public/images/items/thumbnail/thoughtfully-enraged-rhinobot-skin.png b/public/images/items/thumbnail/thoughtfully-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..9dc3163d
Binary files /dev/null and b/public/images/items/thumbnail/thoughtfully-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/thumbnail/thousandth-draft-derby-cheese.png b/public/images/items/thumbnail/thousandth-draft-derby-cheese.png
new file mode 100644
index 00000000..30e7b7cc
Binary files /dev/null and b/public/images/items/thumbnail/thousandth-draft-derby-cheese.png differ
diff --git a/public/images/items/thumbnail/three-meteorite-pieces-convertible.png b/public/images/items/thumbnail/three-meteorite-pieces-convertible.png
new file mode 100644
index 00000000..5bb7b7f8
Binary files /dev/null and b/public/images/items/thumbnail/three-meteorite-pieces-convertible.png differ
diff --git a/public/images/items/thumbnail/three-santa-hats-collectible.png b/public/images/items/thumbnail/three-santa-hats-collectible.png
new file mode 100644
index 00000000..87af3ecb
Binary files /dev/null and b/public/images/items/thumbnail/three-santa-hats-collectible.png differ
diff --git a/public/images/items/thumbnail/throned-venus-mouse-trap-weapon.png b/public/images/items/thumbnail/throned-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..f0f6c3ac
Binary files /dev/null and b/public/images/items/thumbnail/throned-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/throwable-snow-stat-item.png b/public/images/items/thumbnail/throwable-snow-stat-item.png
new file mode 100644
index 00000000..99400ce9
Binary files /dev/null and b/public/images/items/thumbnail/throwable-snow-stat-item.png differ
diff --git a/public/images/items/thumbnail/throwable-snowball-booster-pack-convertible.png b/public/images/items/thumbnail/throwable-snowball-booster-pack-convertible.png
new file mode 100644
index 00000000..72667c1e
Binary files /dev/null and b/public/images/items/thumbnail/throwable-snowball-booster-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/thunderlord-egg-convertible.png b/public/images/items/thumbnail/thunderlord-egg-convertible.png
new file mode 100644
index 00000000..12ccc986
Binary files /dev/null and b/public/images/items/thumbnail/thunderlord-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tiara-collectible.png b/public/images/items/thumbnail/tiara-collectible.png
new file mode 100644
index 00000000..50edfd41
Binary files /dev/null and b/public/images/items/thumbnail/tiara-collectible.png differ
diff --git a/public/images/items/thumbnail/tidal-base.png b/public/images/items/thumbnail/tidal-base.png
new file mode 100644
index 00000000..db4a2e38
Binary files /dev/null and b/public/images/items/thumbnail/tidal-base.png differ
diff --git a/public/images/items/thumbnail/tier-five-egg-convertible.png b/public/images/items/thumbnail/tier-five-egg-convertible.png
new file mode 100644
index 00000000..801a2d57
Binary files /dev/null and b/public/images/items/thumbnail/tier-five-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tier-four-egg-convertible.png b/public/images/items/thumbnail/tier-four-egg-convertible.png
new file mode 100644
index 00000000..753806fd
Binary files /dev/null and b/public/images/items/thumbnail/tier-four-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tiger-heart-chest-collectible.png b/public/images/items/thumbnail/tiger-heart-chest-collectible.png
new file mode 100644
index 00000000..bd8677c6
Binary files /dev/null and b/public/images/items/thumbnail/tiger-heart-chest-collectible.png differ
diff --git a/public/images/items/thumbnail/tiger-jade-base.png b/public/images/items/thumbnail/tiger-jade-base.png
new file mode 100644
index 00000000..a3aa1825
Binary files /dev/null and b/public/images/items/thumbnail/tiger-jade-base.png differ
diff --git a/public/images/items/thumbnail/tiger-key-collectible.png b/public/images/items/thumbnail/tiger-key-collectible.png
new file mode 100644
index 00000000..591e7214
Binary files /dev/null and b/public/images/items/thumbnail/tiger-key-collectible.png differ
diff --git a/public/images/items/thumbnail/tiger-lny-journal-theme-collectible.png b/public/images/items/thumbnail/tiger-lny-journal-theme-collectible.png
new file mode 100644
index 00000000..3ce1b2f2
Binary files /dev/null and b/public/images/items/thumbnail/tiger-lny-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/tiger-mask-collectible.png b/public/images/items/thumbnail/tiger-mask-collectible.png
new file mode 100644
index 00000000..15dfc0af
Binary files /dev/null and b/public/images/items/thumbnail/tiger-mask-collectible.png differ
diff --git a/public/images/items/thumbnail/tiki-base-blueprints-crafting-item.png b/public/images/items/thumbnail/tiki-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/tiki-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/tiki-base.png b/public/images/items/thumbnail/tiki-base.png
new file mode 100644
index 00000000..0af06cb6
Binary files /dev/null and b/public/images/items/thumbnail/tiki-base.png differ
diff --git a/public/images/items/thumbnail/tiki-fuel-stat-item.png b/public/images/items/thumbnail/tiki-fuel-stat-item.png
new file mode 100644
index 00000000..4a35d981
Binary files /dev/null and b/public/images/items/thumbnail/tiki-fuel-stat-item.png differ
diff --git a/public/images/items/thumbnail/time-travel-gilded-scroll-case-convertible.png b/public/images/items/thumbnail/time-travel-gilded-scroll-case-convertible.png
new file mode 100644
index 00000000..edac5b83
Binary files /dev/null and b/public/images/items/thumbnail/time-travel-gilded-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/time-travel-scroll-case-convertible.png b/public/images/items/thumbnail/time-travel-scroll-case-convertible.png
new file mode 100644
index 00000000..8dd46670
Binary files /dev/null and b/public/images/items/thumbnail/time-travel-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/timeless-mystic-gem-craft-item.png b/public/images/items/thumbnail/timeless-mystic-gem-craft-item.png
new file mode 100644
index 00000000..fe5408ce
Binary files /dev/null and b/public/images/items/thumbnail/timeless-mystic-gem-craft-item.png differ
diff --git a/public/images/items/thumbnail/timeout-hour-glass-craft-item.png b/public/images/items/thumbnail/timeout-hour-glass-craft-item.png
new file mode 100644
index 00000000..da283114
Binary files /dev/null and b/public/images/items/thumbnail/timeout-hour-glass-craft-item.png differ
diff --git a/public/images/items/thumbnail/timeout-upgrade-crafting-item.png b/public/images/items/thumbnail/timeout-upgrade-crafting-item.png
new file mode 100644
index 00000000..55294727
Binary files /dev/null and b/public/images/items/thumbnail/timeout-upgrade-crafting-item.png differ
diff --git a/public/images/items/thumbnail/timesplit-sand-castle-skin.png b/public/images/items/thumbnail/timesplit-sand-castle-skin.png
new file mode 100644
index 00000000..41f3c4a6
Binary files /dev/null and b/public/images/items/thumbnail/timesplit-sand-castle-skin.png differ
diff --git a/public/images/items/thumbnail/timetravel-2018-treasure-chest-convertible.png b/public/images/items/thumbnail/timetravel-2018-treasure-chest-convertible.png
new file mode 100644
index 00000000..94dc3376
Binary files /dev/null and b/public/images/items/thumbnail/timetravel-2018-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/tin-scrap-crafting-item.png b/public/images/items/thumbnail/tin-scrap-crafting-item.png
new file mode 100644
index 00000000..b089bf85
Binary files /dev/null and b/public/images/items/thumbnail/tin-scrap-crafting-item.png differ
diff --git a/public/images/items/thumbnail/tiny-egg-convertible.png b/public/images/items/thumbnail/tiny-egg-convertible.png
new file mode 100644
index 00000000..1674b080
Binary files /dev/null and b/public/images/items/thumbnail/tiny-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/toboggan-cookie-stat-item.png b/public/images/items/thumbnail/toboggan-cookie-stat-item.png
new file mode 100644
index 00000000..5daafeeb
Binary files /dev/null and b/public/images/items/thumbnail/toboggan-cookie-stat-item.png differ
diff --git a/public/images/items/thumbnail/toboggan-nitro-stat-item.png b/public/images/items/thumbnail/toboggan-nitro-stat-item.png
new file mode 100644
index 00000000..5e95ce50
Binary files /dev/null and b/public/images/items/thumbnail/toboggan-nitro-stat-item.png differ
diff --git a/public/images/items/thumbnail/toboggan-plank-stat-item.png b/public/images/items/thumbnail/toboggan-plank-stat-item.png
new file mode 100644
index 00000000..5932a442
Binary files /dev/null and b/public/images/items/thumbnail/toboggan-plank-stat-item.png differ
diff --git a/public/images/items/thumbnail/toboggan-steel-stat-item.png b/public/images/items/thumbnail/toboggan-steel-stat-item.png
new file mode 100644
index 00000000..5e10b1e5
Binary files /dev/null and b/public/images/items/thumbnail/toboggan-steel-stat-item.png differ
diff --git a/public/images/items/thumbnail/toboggan-twine-stat-item.png b/public/images/items/thumbnail/toboggan-twine-stat-item.png
new file mode 100644
index 00000000..4315d627
Binary files /dev/null and b/public/images/items/thumbnail/toboggan-twine-stat-item.png differ
diff --git a/public/images/items/thumbnail/toboggan-wax-stat-item.png b/public/images/items/thumbnail/toboggan-wax-stat-item.png
new file mode 100644
index 00000000..6a53d4f7
Binary files /dev/null and b/public/images/items/thumbnail/toboggan-wax-stat-item.png differ
diff --git a/public/images/items/thumbnail/tobogganer-big-box-convertible.png b/public/images/items/thumbnail/tobogganer-big-box-convertible.png
new file mode 100644
index 00000000..d34c227d
Binary files /dev/null and b/public/images/items/thumbnail/tobogganer-big-box-convertible.png differ
diff --git a/public/images/items/thumbnail/token-of-the-cheese-belt-craft-item.png b/public/images/items/thumbnail/token-of-the-cheese-belt-craft-item.png
new file mode 100644
index 00000000..af7f707c
Binary files /dev/null and b/public/images/items/thumbnail/token-of-the-cheese-belt-craft-item.png differ
diff --git a/public/images/items/thumbnail/token-of-the-cheese-claw-craft-item.png b/public/images/items/thumbnail/token-of-the-cheese-claw-craft-item.png
new file mode 100644
index 00000000..fe102fab
Binary files /dev/null and b/public/images/items/thumbnail/token-of-the-cheese-claw-craft-item.png differ
diff --git a/public/images/items/thumbnail/token-of-the-cheese-fang-craft-item.png b/public/images/items/thumbnail/token-of-the-cheese-fang-craft-item.png
new file mode 100644
index 00000000..21fe8a09
Binary files /dev/null and b/public/images/items/thumbnail/token-of-the-cheese-fang-craft-item.png differ
diff --git a/public/images/items/thumbnail/tomb-stone-crafting-item.png b/public/images/items/thumbnail/tomb-stone-crafting-item.png
new file mode 100644
index 00000000..28d360a1
Binary files /dev/null and b/public/images/items/thumbnail/tomb-stone-crafting-item.png differ
diff --git a/public/images/items/thumbnail/tome-of-the-minds-eye-weapon.png b/public/images/items/thumbnail/tome-of-the-minds-eye-weapon.png
new file mode 100644
index 00000000..41e00b8d
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-the-minds-eye-weapon.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-black-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-black-convertible.png
new file mode 100644
index 00000000..0ac4589f
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-black-convertible.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-blue-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-blue-convertible.png
new file mode 100644
index 00000000..25a7788f
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-blue-convertible.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-convertible.png
new file mode 100644
index 00000000..ba8102a8
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-convertible.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-green-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-green-convertible.png
new file mode 100644
index 00000000..d2f51a8a
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-green-convertible.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-red-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-red-convertible.png
new file mode 100644
index 00000000..1b197beb
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-red-convertible.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-white-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-white-convertible.png
new file mode 100644
index 00000000..9bf04623
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-white-convertible.png differ
diff --git a/public/images/items/thumbnail/tome-of-wisdom-yellow-convertible.png b/public/images/items/thumbnail/tome-of-wisdom-yellow-convertible.png
new file mode 100644
index 00000000..22c4a685
Binary files /dev/null and b/public/images/items/thumbnail/tome-of-wisdom-yellow-convertible.png differ
diff --git a/public/images/items/thumbnail/torn-party-crown-collectible.png b/public/images/items/thumbnail/torn-party-crown-collectible.png
new file mode 100644
index 00000000..a202208d
Binary files /dev/null and b/public/images/items/thumbnail/torn-party-crown-collectible.png differ
diff --git a/public/images/items/thumbnail/total-eclipse-resource-stat-item.png b/public/images/items/thumbnail/total-eclipse-resource-stat-item.png
new file mode 100644
index 00000000..4e9c672b
Binary files /dev/null and b/public/images/items/thumbnail/total-eclipse-resource-stat-item.png differ
diff --git a/public/images/items/thumbnail/totally-scary-cape-collectible.png b/public/images/items/thumbnail/totally-scary-cape-collectible.png
new file mode 100644
index 00000000..1fb6d8e4
Binary files /dev/null and b/public/images/items/thumbnail/totally-scary-cape-collectible.png differ
diff --git a/public/images/items/thumbnail/tournament-badge-challenger-collectible.png b/public/images/items/thumbnail/tournament-badge-challenger-collectible.png
new file mode 100644
index 00000000..4b37baf8
Binary files /dev/null and b/public/images/items/thumbnail/tournament-badge-challenger-collectible.png differ
diff --git a/public/images/items/thumbnail/tournament-badge-competitor-collectible.png b/public/images/items/thumbnail/tournament-badge-competitor-collectible.png
new file mode 100644
index 00000000..80a0ac08
Binary files /dev/null and b/public/images/items/thumbnail/tournament-badge-competitor-collectible.png differ
diff --git a/public/images/items/thumbnail/tournament-badge-participant-collectible.png b/public/images/items/thumbnail/tournament-badge-participant-collectible.png
new file mode 100644
index 00000000..e875a2fc
Binary files /dev/null and b/public/images/items/thumbnail/tournament-badge-participant-collectible.png differ
diff --git a/public/images/items/thumbnail/tournament-dimensional-chest-skin.png b/public/images/items/thumbnail/tournament-dimensional-chest-skin.png
new file mode 100644
index 00000000..dc1f8e47
Binary files /dev/null and b/public/images/items/thumbnail/tournament-dimensional-chest-skin.png differ
diff --git a/public/images/items/thumbnail/tournament-kit-convertible.png b/public/images/items/thumbnail/tournament-kit-convertible.png
new file mode 100644
index 00000000..69315c67
Binary files /dev/null and b/public/images/items/thumbnail/tournament-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/tournament-monstrobot-skin.png b/public/images/items/thumbnail/tournament-monstrobot-skin.png
new file mode 100644
index 00000000..4c0f632e
Binary files /dev/null and b/public/images/items/thumbnail/tournament-monstrobot-skin.png differ
diff --git a/public/images/items/thumbnail/tournament-sentinel-skin.png b/public/images/items/thumbnail/tournament-sentinel-skin.png
new file mode 100644
index 00000000..28e307f7
Binary files /dev/null and b/public/images/items/thumbnail/tournament-sentinel-skin.png differ
diff --git a/public/images/items/thumbnail/tournament-sphynx-black-cat-skin.png b/public/images/items/thumbnail/tournament-sphynx-black-cat-skin.png
new file mode 100644
index 00000000..1b21e59e
Binary files /dev/null and b/public/images/items/thumbnail/tournament-sphynx-black-cat-skin.png differ
diff --git a/public/images/items/thumbnail/tournament-sphynx-skin.png b/public/images/items/thumbnail/tournament-sphynx-skin.png
new file mode 100644
index 00000000..a7ff02d1
Binary files /dev/null and b/public/images/items/thumbnail/tournament-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/tournament-sphynx-valkyrie-skin.png b/public/images/items/thumbnail/tournament-sphynx-valkyrie-skin.png
new file mode 100644
index 00000000..7c6bffe5
Binary files /dev/null and b/public/images/items/thumbnail/tournament-sphynx-valkyrie-skin.png differ
diff --git a/public/images/items/thumbnail/tournament-token-craft-item.png b/public/images/items/thumbnail/tournament-token-craft-item.png
new file mode 100644
index 00000000..2c2bf5aa
Binary files /dev/null and b/public/images/items/thumbnail/tournament-token-craft-item.png differ
diff --git a/public/images/items/thumbnail/tournament-token-mega-stat-item.png b/public/images/items/thumbnail/tournament-token-mega-stat-item.png
new file mode 100644
index 00000000..fcd8a7d7
Binary files /dev/null and b/public/images/items/thumbnail/tournament-token-mega-stat-item.png differ
diff --git a/public/images/items/thumbnail/tournament-token-stat-item.png b/public/images/items/thumbnail/tournament-token-stat-item.png
new file mode 100644
index 00000000..31df3e2e
Binary files /dev/null and b/public/images/items/thumbnail/tournament-token-stat-item.png differ
diff --git a/public/images/items/thumbnail/tournament-trophy-bronze-collectible.png b/public/images/items/thumbnail/tournament-trophy-bronze-collectible.png
new file mode 100644
index 00000000..45778737
Binary files /dev/null and b/public/images/items/thumbnail/tournament-trophy-bronze-collectible.png differ
diff --git a/public/images/items/thumbnail/tournament-trophy-gold-collectible.png b/public/images/items/thumbnail/tournament-trophy-gold-collectible.png
new file mode 100644
index 00000000..c36c54b7
Binary files /dev/null and b/public/images/items/thumbnail/tournament-trophy-gold-collectible.png differ
diff --git a/public/images/items/thumbnail/tournament-trophy-silver-collectible.png b/public/images/items/thumbnail/tournament-trophy-silver-collectible.png
new file mode 100644
index 00000000..10e27bc0
Binary files /dev/null and b/public/images/items/thumbnail/tournament-trophy-silver-collectible.png differ
diff --git a/public/images/items/thumbnail/tower-brick-stat-item.png b/public/images/items/thumbnail/tower-brick-stat-item.png
new file mode 100644
index 00000000..aead6aaf
Binary files /dev/null and b/public/images/items/thumbnail/tower-brick-stat-item.png differ
diff --git a/public/images/items/thumbnail/tower-elixir-egg-convertible.png b/public/images/items/thumbnail/tower-elixir-egg-convertible.png
new file mode 100644
index 00000000..1f46b5b4
Binary files /dev/null and b/public/images/items/thumbnail/tower-elixir-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tower-secret-egg-convertible.png b/public/images/items/thumbnail/tower-secret-egg-convertible.png
new file mode 100644
index 00000000..f72a7941
Binary files /dev/null and b/public/images/items/thumbnail/tower-secret-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tower-sigil-egg-convertible.png b/public/images/items/thumbnail/tower-sigil-egg-convertible.png
new file mode 100644
index 00000000..45c0ab97
Binary files /dev/null and b/public/images/items/thumbnail/tower-sigil-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tower-siphon-egg-convertible.png b/public/images/items/thumbnail/tower-siphon-egg-convertible.png
new file mode 100644
index 00000000..738b3cc4
Binary files /dev/null and b/public/images/items/thumbnail/tower-siphon-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/tower-umbra-egg-convertible.png b/public/images/items/thumbnail/tower-umbra-egg-convertible.png
new file mode 100644
index 00000000..11045623
Binary files /dev/null and b/public/images/items/thumbnail/tower-umbra-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-arduous-treasure-chest-convertible.png b/public/images/items/thumbnail/toxic-arduous-treasure-chest-convertible.png
new file mode 100644
index 00000000..8ae2a2fa
Binary files /dev/null and b/public/images/items/thumbnail/toxic-arduous-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-brie-cheese.png b/public/images/items/thumbnail/toxic-brie-cheese.png
new file mode 100644
index 00000000..4df3c09d
Binary files /dev/null and b/public/images/items/thumbnail/toxic-brie-cheese.png differ
diff --git a/public/images/items/thumbnail/toxic-easy-treasure-chest-convertible.png b/public/images/items/thumbnail/toxic-easy-treasure-chest-convertible.png
new file mode 100644
index 00000000..6db87d6d
Binary files /dev/null and b/public/images/items/thumbnail/toxic-easy-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-elaborate-treasure-chest-convertible.png b/public/images/items/thumbnail/toxic-elaborate-treasure-chest-convertible.png
new file mode 100644
index 00000000..8ae2a2fa
Binary files /dev/null and b/public/images/items/thumbnail/toxic-elaborate-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-elite-treasure-chest-convertible.png b/public/images/items/thumbnail/toxic-elite-treasure-chest-convertible.png
new file mode 100644
index 00000000..8ae2a2fa
Binary files /dev/null and b/public/images/items/thumbnail/toxic-elite-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-hard-treasure-chest-convertible.png b/public/images/items/thumbnail/toxic-hard-treasure-chest-convertible.png
new file mode 100644
index 00000000..8ae2a2fa
Binary files /dev/null and b/public/images/items/thumbnail/toxic-hard-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-medium-treasure-chest-convertible.png b/public/images/items/thumbnail/toxic-medium-treasure-chest-convertible.png
new file mode 100644
index 00000000..554aa933
Binary files /dev/null and b/public/images/items/thumbnail/toxic-medium-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-scroll-case-convertible.png b/public/images/items/thumbnail/toxic-scroll-case-convertible.png
new file mode 100644
index 00000000..d318f7e8
Binary files /dev/null and b/public/images/items/thumbnail/toxic-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-spill-egg-convertible.png b/public/images/items/thumbnail/toxic-spill-egg-convertible.png
new file mode 100644
index 00000000..b243b23a
Binary files /dev/null and b/public/images/items/thumbnail/toxic-spill-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/toxic-super-brie-cheese.png b/public/images/items/thumbnail/toxic-super-brie-cheese.png
new file mode 100644
index 00000000..f4fbd324
Binary files /dev/null and b/public/images/items/thumbnail/toxic-super-brie-cheese.png differ
diff --git a/public/images/items/thumbnail/toy-cookie-stat-item.png b/public/images/items/thumbnail/toy-cookie-stat-item.png
new file mode 100644
index 00000000..0d5172b1
Binary files /dev/null and b/public/images/items/thumbnail/toy-cookie-stat-item.png differ
diff --git a/public/images/items/thumbnail/toy-ronza-ship-message-item.png b/public/images/items/thumbnail/toy-ronza-ship-message-item.png
new file mode 100644
index 00000000..8269fae5
Binary files /dev/null and b/public/images/items/thumbnail/toy-ronza-ship-message-item.png differ
diff --git a/public/images/items/thumbnail/toy-yule-log-stat-item.png b/public/images/items/thumbnail/toy-yule-log-stat-item.png
new file mode 100644
index 00000000..56e75047
Binary files /dev/null and b/public/images/items/thumbnail/toy-yule-log-stat-item.png differ
diff --git a/public/images/items/thumbnail/toys-festive-decoration-stat-item.png b/public/images/items/thumbnail/toys-festive-decoration-stat-item.png
new file mode 100644
index 00000000..2947b278
Binary files /dev/null and b/public/images/items/thumbnail/toys-festive-decoration-stat-item.png differ
diff --git a/public/images/items/thumbnail/tragic-princebot-skin.png b/public/images/items/thumbnail/tragic-princebot-skin.png
new file mode 100644
index 00000000..c3103b9a
Binary files /dev/null and b/public/images/items/thumbnail/tragic-princebot-skin.png differ
diff --git a/public/images/items/thumbnail/train-badge-collectible.png b/public/images/items/thumbnail/train-badge-collectible.png
new file mode 100644
index 00000000..402416bc
Binary files /dev/null and b/public/images/items/thumbnail/train-badge-collectible.png differ
diff --git a/public/images/items/thumbnail/train-black-powder-trinket.png b/public/images/items/thumbnail/train-black-powder-trinket.png
new file mode 100644
index 00000000..d397b92a
Binary files /dev/null and b/public/images/items/thumbnail/train-black-powder-trinket.png differ
diff --git a/public/images/items/thumbnail/train-coal-trinket.png b/public/images/items/thumbnail/train-coal-trinket.png
new file mode 100644
index 00000000..17a1b8fd
Binary files /dev/null and b/public/images/items/thumbnail/train-coal-trinket.png differ
diff --git a/public/images/items/thumbnail/train-daredevil-canyon-hunting-kit-convertible.png b/public/images/items/thumbnail/train-daredevil-canyon-hunting-kit-convertible.png
new file mode 100644
index 00000000..00b3e998
Binary files /dev/null and b/public/images/items/thumbnail/train-daredevil-canyon-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/train-entire-train-car-convertible.png b/public/images/items/thumbnail/train-entire-train-car-convertible.png
new file mode 100644
index 00000000..4498e160
Binary files /dev/null and b/public/images/items/thumbnail/train-entire-train-car-convertible.png differ
diff --git a/public/images/items/thumbnail/train-lucky-loot-bag-convertible.png b/public/images/items/thumbnail/train-lucky-loot-bag-convertible.png
new file mode 100644
index 00000000..8cadcaa8
Binary files /dev/null and b/public/images/items/thumbnail/train-lucky-loot-bag-convertible.png differ
diff --git a/public/images/items/thumbnail/train-magmatic-crystal-trinket.png b/public/images/items/thumbnail/train-magmatic-crystal-trinket.png
new file mode 100644
index 00000000..7151f7ea
Binary files /dev/null and b/public/images/items/thumbnail/train-magmatic-crystal-trinket.png differ
diff --git a/public/images/items/thumbnail/train-mouse-repellent-stat-item.png b/public/images/items/thumbnail/train-mouse-repellent-stat-item.png
new file mode 100644
index 00000000..951ebdf4
Binary files /dev/null and b/public/images/items/thumbnail/train-mouse-repellent-stat-item.png differ
diff --git a/public/images/items/thumbnail/train-raider-river-hunting-kit-convertible.png b/public/images/items/thumbnail/train-raider-river-hunting-kit-convertible.png
new file mode 100644
index 00000000..ee60d8b8
Binary files /dev/null and b/public/images/items/thumbnail/train-raider-river-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/train-station-fuel-nugget-stat-item.png b/public/images/items/thumbnail/train-station-fuel-nugget-stat-item.png
new file mode 100644
index 00000000..e1a4f1dc
Binary files /dev/null and b/public/images/items/thumbnail/train-station-fuel-nugget-stat-item.png differ
diff --git a/public/images/items/thumbnail/train-supply-crate-stat-item.png b/public/images/items/thumbnail/train-supply-crate-stat-item.png
new file mode 100644
index 00000000..c82074a3
Binary files /dev/null and b/public/images/items/thumbnail/train-supply-crate-stat-item.png differ
diff --git a/public/images/items/thumbnail/train-supply-depot-hunting-kit-convertible.png b/public/images/items/thumbnail/train-supply-depot-hunting-kit-convertible.png
new file mode 100644
index 00000000..7fbb3a77
Binary files /dev/null and b/public/images/items/thumbnail/train-supply-depot-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/train-trunk-convertible.png b/public/images/items/thumbnail/train-trunk-convertible.png
new file mode 100644
index 00000000..183f1d47
Binary files /dev/null and b/public/images/items/thumbnail/train-trunk-convertible.png differ
diff --git a/public/images/items/thumbnail/training-gift-basket-convertible.png b/public/images/items/thumbnail/training-gift-basket-convertible.png
new file mode 100644
index 00000000..c288b2d6
Binary files /dev/null and b/public/images/items/thumbnail/training-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/trap-setup-slot-stat-item.png b/public/images/items/thumbnail/trap-setup-slot-stat-item.png
new file mode 100644
index 00000000..7b663416
Binary files /dev/null and b/public/images/items/thumbnail/trap-setup-slot-stat-item.png differ
diff --git a/public/images/items/thumbnail/trawler-gift-basket-convertible.png b/public/images/items/thumbnail/trawler-gift-basket-convertible.png
new file mode 100644
index 00000000..d1d0f720
Binary files /dev/null and b/public/images/items/thumbnail/trawler-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/treasure-clue-egg-convertible.png b/public/images/items/thumbnail/treasure-clue-egg-convertible.png
new file mode 100644
index 00000000..3172ef03
Binary files /dev/null and b/public/images/items/thumbnail/treasure-clue-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/treasure-gemstone-skin.png b/public/images/items/thumbnail/treasure-gemstone-skin.png
new file mode 100644
index 00000000..05f5d84d
Binary files /dev/null and b/public/images/items/thumbnail/treasure-gemstone-skin.png differ
diff --git a/public/images/items/thumbnail/treasure-gwh-base.png b/public/images/items/thumbnail/treasure-gwh-base.png
new file mode 100644
index 00000000..cc4cd9fe
Binary files /dev/null and b/public/images/items/thumbnail/treasure-gwh-base.png differ
diff --git a/public/images/items/thumbnail/treasure-hunting-gift-set-convertible.png b/public/images/items/thumbnail/treasure-hunting-gift-set-convertible.png
new file mode 100644
index 00000000..825a721a
Binary files /dev/null and b/public/images/items/thumbnail/treasure-hunting-gift-set-convertible.png differ
diff --git a/public/images/items/thumbnail/treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..2110a978
Binary files /dev/null and b/public/images/items/thumbnail/treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/treasure-map-message-item.png b/public/images/items/thumbnail/treasure-map-message-item.png
new file mode 100644
index 00000000..94f7ce4b
Binary files /dev/null and b/public/images/items/thumbnail/treasure-map-message-item.png differ
diff --git a/public/images/items/thumbnail/treasure-map-scroll-case-convertible.png b/public/images/items/thumbnail/treasure-map-scroll-case-convertible.png
new file mode 100644
index 00000000..8faaa2fb
Binary files /dev/null and b/public/images/items/thumbnail/treasure-map-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/treasure-trawling-trinket.png b/public/images/items/thumbnail/treasure-trawling-trinket.png
new file mode 100644
index 00000000..b2b803cb
Binary files /dev/null and b/public/images/items/thumbnail/treasure-trawling-trinket.png differ
diff --git a/public/images/items/thumbnail/treat-cheese.png b/public/images/items/thumbnail/treat-cheese.png
new file mode 100644
index 00000000..0ed4b904
Binary files /dev/null and b/public/images/items/thumbnail/treat-cheese.png differ
diff --git a/public/images/items/thumbnail/treat-hween2021-treasure-chest-convertible.png b/public/images/items/thumbnail/treat-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..538c6458
Binary files /dev/null and b/public/images/items/thumbnail/treat-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/tree-snowglobe-collectible.png b/public/images/items/thumbnail/tree-snowglobe-collectible.png
new file mode 100644
index 00000000..9f86e5fc
Binary files /dev/null and b/public/images/items/thumbnail/tree-snowglobe-collectible.png differ
diff --git a/public/images/items/thumbnail/triangular-chocolate-collectible.png b/public/images/items/thumbnail/triangular-chocolate-collectible.png
new file mode 100644
index 00000000..2f02ef03
Binary files /dev/null and b/public/images/items/thumbnail/triangular-chocolate-collectible.png differ
diff --git a/public/images/items/thumbnail/tribal-base.png b/public/images/items/thumbnail/tribal-base.png
new file mode 100644
index 00000000..47289813
Binary files /dev/null and b/public/images/items/thumbnail/tribal-base.png differ
diff --git a/public/images/items/thumbnail/tribal-champion-kit-convertible.png b/public/images/items/thumbnail/tribal-champion-kit-convertible.png
new file mode 100644
index 00000000..5b55cd51
Binary files /dev/null and b/public/images/items/thumbnail/tribal-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/tribal-claw-shot-crate-convertible.png b/public/images/items/thumbnail/tribal-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..bf694257
Binary files /dev/null and b/public/images/items/thumbnail/tribal-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/tribal-isle-winter-gift-convertible.png b/public/images/items/thumbnail/tribal-isle-winter-gift-convertible.png
new file mode 100644
index 00000000..bc157689
Binary files /dev/null and b/public/images/items/thumbnail/tribal-isle-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/tribal-isles-miniature-collectible.png b/public/images/items/thumbnail/tribal-isles-miniature-collectible.png
new file mode 100644
index 00000000..b4bc9346
Binary files /dev/null and b/public/images/items/thumbnail/tribal-isles-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/tribal-isles-scroll-case-convertible.png b/public/images/items/thumbnail/tribal-isles-scroll-case-convertible.png
new file mode 100644
index 00000000..c1e2c0a8
Binary files /dev/null and b/public/images/items/thumbnail/tribal-isles-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/tribal-isles-souvenir-collectible.png b/public/images/items/thumbnail/tribal-isles-souvenir-collectible.png
new file mode 100644
index 00000000..551e25e5
Binary files /dev/null and b/public/images/items/thumbnail/tribal-isles-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/tribal-judge-droid-skin.png b/public/images/items/thumbnail/tribal-judge-droid-skin.png
new file mode 100644
index 00000000..2f594095
Binary files /dev/null and b/public/images/items/thumbnail/tribal-judge-droid-skin.png differ
diff --git a/public/images/items/thumbnail/tribal-kaboom-base.png b/public/images/items/thumbnail/tribal-kaboom-base.png
new file mode 100644
index 00000000..04dc7ac7
Binary files /dev/null and b/public/images/items/thumbnail/tribal-kaboom-base.png differ
diff --git a/public/images/items/thumbnail/tribal-timber-crafting-item.png b/public/images/items/thumbnail/tribal-timber-crafting-item.png
new file mode 100644
index 00000000..66db83f5
Binary files /dev/null and b/public/images/items/thumbnail/tribal-timber-crafting-item.png differ
diff --git a/public/images/items/thumbnail/trick-cheese.png b/public/images/items/thumbnail/trick-cheese.png
new file mode 100644
index 00000000..6cd44f0a
Binary files /dev/null and b/public/images/items/thumbnail/trick-cheese.png differ
diff --git a/public/images/items/thumbnail/trick-hween2021-treasure-chest-convertible.png b/public/images/items/thumbnail/trick-hween2021-treasure-chest-convertible.png
new file mode 100644
index 00000000..def2d3ea
Binary files /dev/null and b/public/images/items/thumbnail/trick-hween2021-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/tritus-egg-convertible.png b/public/images/items/thumbnail/tritus-egg-convertible.png
new file mode 100644
index 00000000..719635a6
Binary files /dev/null and b/public/images/items/thumbnail/tritus-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/trouble-area-door-trinket.png b/public/images/items/thumbnail/trouble-area-door-trinket.png
new file mode 100644
index 00000000..743acfca
Binary files /dev/null and b/public/images/items/thumbnail/trouble-area-door-trinket.png differ
diff --git a/public/images/items/thumbnail/trouble-area-rails-trinket.png b/public/images/items/thumbnail/trouble-area-rails-trinket.png
new file mode 100644
index 00000000..29192238
Binary files /dev/null and b/public/images/items/thumbnail/trouble-area-rails-trinket.png differ
diff --git a/public/images/items/thumbnail/trouble-area-roof-trinket.png b/public/images/items/thumbnail/trouble-area-roof-trinket.png
new file mode 100644
index 00000000..21038cbb
Binary files /dev/null and b/public/images/items/thumbnail/trouble-area-roof-trinket.png differ
diff --git a/public/images/items/thumbnail/tulip-turret-weapon.png b/public/images/items/thumbnail/tulip-turret-weapon.png
new file mode 100644
index 00000000..c12ae06a
Binary files /dev/null and b/public/images/items/thumbnail/tulip-turret-weapon.png differ
diff --git a/public/images/items/thumbnail/tungsten-crafting-item.png b/public/images/items/thumbnail/tungsten-crafting-item.png
new file mode 100644
index 00000000..3d658b0e
Binary files /dev/null and b/public/images/items/thumbnail/tungsten-crafting-item.png differ
diff --git a/public/images/items/thumbnail/twelve-litres-of-egg-nog-collectible.png b/public/images/items/thumbnail/twelve-litres-of-egg-nog-collectible.png
new file mode 100644
index 00000000..4cd384eb
Binary files /dev/null and b/public/images/items/thumbnail/twelve-litres-of-egg-nog-collectible.png differ
diff --git a/public/images/items/thumbnail/twisted-essence-collector-kit-convertible.png b/public/images/items/thumbnail/twisted-essence-collector-kit-convertible.png
new file mode 100644
index 00000000..a32bc5f7
Binary files /dev/null and b/public/images/items/thumbnail/twisted-essence-collector-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/twisted-garden-charm-pack-convertible.png b/public/images/items/thumbnail/twisted-garden-charm-pack-convertible.png
new file mode 100644
index 00000000..df8cd948
Binary files /dev/null and b/public/images/items/thumbnail/twisted-garden-charm-pack-convertible.png differ
diff --git a/public/images/items/thumbnail/twisted-lilly-egg-convertible.png b/public/images/items/thumbnail/twisted-lilly-egg-convertible.png
new file mode 100644
index 00000000..39615c02
Binary files /dev/null and b/public/images/items/thumbnail/twisted-lilly-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/two-festive-mitts-collectible.png b/public/images/items/thumbnail/two-festive-mitts-collectible.png
new file mode 100644
index 00000000..6c68ac23
Binary files /dev/null and b/public/images/items/thumbnail/two-festive-mitts-collectible.png differ
diff --git a/public/images/items/thumbnail/two-fort-rox-tower-mana-convertible.png b/public/images/items/thumbnail/two-fort-rox-tower-mana-convertible.png
new file mode 100644
index 00000000..a4a958e5
Binary files /dev/null and b/public/images/items/thumbnail/two-fort-rox-tower-mana-convertible.png differ
diff --git a/public/images/items/thumbnail/two-front-teeth-collectible.png b/public/images/items/thumbnail/two-front-teeth-collectible.png
new file mode 100644
index 00000000..a9ff7084
Binary files /dev/null and b/public/images/items/thumbnail/two-front-teeth-collectible.png differ
diff --git a/public/images/items/thumbnail/two-meteorite-pieces-convertible.png b/public/images/items/thumbnail/two-meteorite-pieces-convertible.png
new file mode 100644
index 00000000..a483f0fb
Binary files /dev/null and b/public/images/items/thumbnail/two-meteorite-pieces-convertible.png differ
diff --git a/public/images/items/thumbnail/two-oxygen-convertible.png b/public/images/items/thumbnail/two-oxygen-convertible.png
new file mode 100644
index 00000000..4d4c56c2
Binary files /dev/null and b/public/images/items/thumbnail/two-oxygen-convertible.png differ
diff --git a/public/images/items/thumbnail/two-oyster-tickets.png b/public/images/items/thumbnail/two-oyster-tickets.png
new file mode 100644
index 00000000..349f7aa8
Binary files /dev/null and b/public/images/items/thumbnail/two-oyster-tickets.png differ
diff --git a/public/images/items/thumbnail/ultimate-anchoring-trinket.png b/public/images/items/thumbnail/ultimate-anchoring-trinket.png
new file mode 100644
index 00000000..40fa0e04
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-anchoring-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-ancient-trinket.png b/public/images/items/thumbnail/ultimate-ancient-trinket.png
new file mode 100644
index 00000000..b156a4c9
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-ancient-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-attraction-trinket.png b/public/images/items/thumbnail/ultimate-attraction-trinket.png
new file mode 100644
index 00000000..a33791d9
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-attraction-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-chrome-trinket.png b/public/images/items/thumbnail/ultimate-chrome-trinket.png
new file mode 100644
index 00000000..abd2ff23
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-chrome-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-crate-convertible.png b/public/images/items/thumbnail/ultimate-crate-convertible.png
new file mode 100644
index 00000000..7fbd90dc
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ultimate-dragonbane-trinket.png b/public/images/items/thumbnail/ultimate-dragonbane-trinket.png
new file mode 100644
index 00000000..1f3d3557
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-dragonbane-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-festive-bundle-convertible.png b/public/images/items/thumbnail/ultimate-festive-bundle-convertible.png
new file mode 100644
index 00000000..d80dfba5
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-festive-bundle-convertible.png differ
diff --git a/public/images/items/thumbnail/ultimate-festive-kit-convertible.png b/public/images/items/thumbnail/ultimate-festive-kit-convertible.png
new file mode 100644
index 00000000..0c53a8d1
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-festive-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/ultimate-gold-bonus-trinket.png b/public/images/items/thumbnail/ultimate-gold-bonus-trinket.png
new file mode 100644
index 00000000..e0991f68
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-gold-bonus-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-iceberg-base.png b/public/images/items/thumbnail/ultimate-iceberg-base.png
new file mode 100644
index 00000000..f171716a
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-iceberg-base.png differ
diff --git a/public/images/items/thumbnail/ultimate-luck-crate-convertible.png b/public/images/items/thumbnail/ultimate-luck-crate-convertible.png
new file mode 100644
index 00000000..e8cba939
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-luck-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ultimate-luck-power-trinket.png b/public/images/items/thumbnail/ultimate-luck-power-trinket.png
new file mode 100644
index 00000000..d575fda5
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-luck-power-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-luck-trinket.png b/public/images/items/thumbnail/ultimate-luck-trinket.png
new file mode 100644
index 00000000..1da743e7
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-luck-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-party-trinket.png b/public/images/items/thumbnail/ultimate-party-trinket.png
new file mode 100644
index 00000000..17ed7300
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-party-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-polluted-trinket.png b/public/images/items/thumbnail/ultimate-polluted-trinket.png
new file mode 100644
index 00000000..a02e11c8
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-polluted-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-potion.png b/public/images/items/thumbnail/ultimate-potion.png
new file mode 100644
index 00000000..9e42ae14
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-potion.png differ
diff --git a/public/images/items/thumbnail/ultimate-power-trinket.png b/public/images/items/thumbnail/ultimate-power-trinket.png
new file mode 100644
index 00000000..9a818669
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-power-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-regal-trinket.png b/public/images/items/thumbnail/ultimate-regal-trinket.png
new file mode 100644
index 00000000..e26a6ce5
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-regal-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-rift-luck-power-crate-convertible.png b/public/images/items/thumbnail/ultimate-rift-luck-power-crate-convertible.png
new file mode 100644
index 00000000..d605eaee
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-rift-luck-power-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/ultimate-snowball-trinket.png b/public/images/items/thumbnail/ultimate-snowball-trinket.png
new file mode 100644
index 00000000..677bc929
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-snowball-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-spooky-trinket.png b/public/images/items/thumbnail/ultimate-spooky-trinket.png
new file mode 100644
index 00000000..09010855
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-spooky-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-spore-trinket.png b/public/images/items/thumbnail/ultimate-spore-trinket.png
new file mode 100644
index 00000000..d18aabc4
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-spore-trinket.png differ
diff --git a/public/images/items/thumbnail/ultimate-trinket.png b/public/images/items/thumbnail/ultimate-trinket.png
new file mode 100644
index 00000000..a6a87fdb
Binary files /dev/null and b/public/images/items/thumbnail/ultimate-trinket.png differ
diff --git a/public/images/items/thumbnail/ultra-megamouser-mechabot-weapon.png b/public/images/items/thumbnail/ultra-megamouser-mechabot-weapon.png
new file mode 100644
index 00000000..73a2b15a
Binary files /dev/null and b/public/images/items/thumbnail/ultra-megamouser-mechabot-weapon.png differ
diff --git a/public/images/items/thumbnail/umbral-capacitor-crafting-item.png b/public/images/items/thumbnail/umbral-capacitor-crafting-item.png
new file mode 100644
index 00000000..f7bc9767
Binary files /dev/null and b/public/images/items/thumbnail/umbral-capacitor-crafting-item.png differ
diff --git a/public/images/items/thumbnail/unchristened-ship-craft-item.png b/public/images/items/thumbnail/unchristened-ship-craft-item.png
new file mode 100644
index 00000000..6da98987
Binary files /dev/null and b/public/images/items/thumbnail/unchristened-ship-craft-item.png differ
diff --git a/public/images/items/thumbnail/undead-emmental-cheese.png b/public/images/items/thumbnail/undead-emmental-cheese.png
new file mode 100644
index 00000000..74ab5999
Binary files /dev/null and b/public/images/items/thumbnail/undead-emmental-cheese.png differ
diff --git a/public/images/items/thumbnail/undead-emmental-potion.png b/public/images/items/thumbnail/undead-emmental-potion.png
new file mode 100644
index 00000000..9608e7a2
Binary files /dev/null and b/public/images/items/thumbnail/undead-emmental-potion.png differ
diff --git a/public/images/items/thumbnail/undead-mynorca-pattern-scrap-crafting-item.png b/public/images/items/thumbnail/undead-mynorca-pattern-scrap-crafting-item.png
new file mode 100644
index 00000000..23ffa540
Binary files /dev/null and b/public/images/items/thumbnail/undead-mynorca-pattern-scrap-crafting-item.png differ
diff --git a/public/images/items/thumbnail/undead-mynorca-skin.png b/public/images/items/thumbnail/undead-mynorca-skin.png
new file mode 100644
index 00000000..e3e2a1d8
Binary files /dev/null and b/public/images/items/thumbnail/undead-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/undead-scroll-case-convertible.png b/public/images/items/thumbnail/undead-scroll-case-convertible.png
new file mode 100644
index 00000000..f3cce836
Binary files /dev/null and b/public/images/items/thumbnail/undead-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/undead-treasure-chest-convertible.png b/public/images/items/thumbnail/undead-treasure-chest-convertible.png
new file mode 100644
index 00000000..0d9cc47c
Binary files /dev/null and b/public/images/items/thumbnail/undead-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/underground-exploration-kit-convertible.png b/public/images/items/thumbnail/underground-exploration-kit-convertible.png
new file mode 100644
index 00000000..34521403
Binary files /dev/null and b/public/images/items/thumbnail/underground-exploration-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/underwater-predator-egg-convertible.png b/public/images/items/thumbnail/underwater-predator-egg-convertible.png
new file mode 100644
index 00000000..fd8d415c
Binary files /dev/null and b/public/images/items/thumbnail/underwater-predator-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-broom-convertible.png b/public/images/items/thumbnail/unstable-broom-convertible.png
new file mode 100644
index 00000000..da4502e8
Binary files /dev/null and b/public/images/items/thumbnail/unstable-broom-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-core-convertible.png b/public/images/items/thumbnail/unstable-core-convertible.png
new file mode 100644
index 00000000..6d6bf83e
Binary files /dev/null and b/public/images/items/thumbnail/unstable-core-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-crystal-convertible.png b/public/images/items/thumbnail/unstable-crystal-convertible.png
new file mode 100644
index 00000000..8afb357b
Binary files /dev/null and b/public/images/items/thumbnail/unstable-crystal-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-curd-convertible.png b/public/images/items/thumbnail/unstable-curd-convertible.png
new file mode 100644
index 00000000..a3ebf9e6
Binary files /dev/null and b/public/images/items/thumbnail/unstable-curd-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-ember-gadget-convertible.png b/public/images/items/thumbnail/unstable-ember-gadget-convertible.png
new file mode 100644
index 00000000..924ba805
Binary files /dev/null and b/public/images/items/thumbnail/unstable-ember-gadget-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-gourd-convertible.png b/public/images/items/thumbnail/unstable-gourd-convertible.png
new file mode 100644
index 00000000..daae0540
Binary files /dev/null and b/public/images/items/thumbnail/unstable-gourd-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-magnum-opus-convertible.png b/public/images/items/thumbnail/unstable-magnum-opus-convertible.png
new file mode 100644
index 00000000..f75c0a92
Binary files /dev/null and b/public/images/items/thumbnail/unstable-magnum-opus-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-manuscript-convertible.png b/public/images/items/thumbnail/unstable-manuscript-convertible.png
new file mode 100644
index 00000000..e21211af
Binary files /dev/null and b/public/images/items/thumbnail/unstable-manuscript-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-trinket.png b/public/images/items/thumbnail/unstable-trinket.png
new file mode 100644
index 00000000..9c0ccedd
Binary files /dev/null and b/public/images/items/thumbnail/unstable-trinket.png differ
diff --git a/public/images/items/thumbnail/unstable-valour-map-convertible.png b/public/images/items/thumbnail/unstable-valour-map-convertible.png
new file mode 100644
index 00000000..863ad3f8
Binary files /dev/null and b/public/images/items/thumbnail/unstable-valour-map-convertible.png differ
diff --git a/public/images/items/thumbnail/unstable-zokor-crystal-egg-convertible.png b/public/images/items/thumbnail/unstable-zokor-crystal-egg-convertible.png
new file mode 100644
index 00000000..eb56b66b
Binary files /dev/null and b/public/images/items/thumbnail/unstable-zokor-crystal-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/upgraded-denture-base.png b/public/images/items/thumbnail/upgraded-denture-base.png
new file mode 100644
index 00000000..ab1068c2
Binary files /dev/null and b/public/images/items/thumbnail/upgraded-denture-base.png differ
diff --git a/public/images/items/thumbnail/upgraded-rune-shark-weapon.png b/public/images/items/thumbnail/upgraded-rune-shark-weapon.png
new file mode 100644
index 00000000..58a674e6
Binary files /dev/null and b/public/images/items/thumbnail/upgraded-rune-shark-weapon.png differ
diff --git a/public/images/items/thumbnail/used-festive-firework-stat-item.png b/public/images/items/thumbnail/used-festive-firework-stat-item.png
new file mode 100644
index 00000000..ca54c020
Binary files /dev/null and b/public/images/items/thumbnail/used-festive-firework-stat-item.png differ
diff --git a/public/images/items/thumbnail/valentine-from-devs-collectible.png b/public/images/items/thumbnail/valentine-from-devs-collectible.png
new file mode 100644
index 00000000..7194faf4
Binary files /dev/null and b/public/images/items/thumbnail/valentine-from-devs-collectible.png differ
diff --git a/public/images/items/thumbnail/valentine-prison-core-skin.png b/public/images/items/thumbnail/valentine-prison-core-skin.png
new file mode 100644
index 00000000..e55383e2
Binary files /dev/null and b/public/images/items/thumbnail/valentine-prison-core-skin.png differ
diff --git a/public/images/items/thumbnail/valentine-restraining-order-collectible.png b/public/images/items/thumbnail/valentine-restraining-order-collectible.png
new file mode 100644
index 00000000..5dc798a4
Binary files /dev/null and b/public/images/items/thumbnail/valentine-restraining-order-collectible.png differ
diff --git a/public/images/items/thumbnail/valentine-school-of-sharks-skin.png b/public/images/items/thumbnail/valentine-school-of-sharks-skin.png
new file mode 100644
index 00000000..f1726c60
Binary files /dev/null and b/public/images/items/thumbnail/valentine-school-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/valentine-trinket.png b/public/images/items/thumbnail/valentine-trinket.png
new file mode 100644
index 00000000..caea05ea
Binary files /dev/null and b/public/images/items/thumbnail/valentine-trinket.png differ
diff --git a/public/images/items/thumbnail/valentines-2012-gift-basket-convertible.png b/public/images/items/thumbnail/valentines-2012-gift-basket-convertible.png
new file mode 100644
index 00000000..b55752b2
Binary files /dev/null and b/public/images/items/thumbnail/valentines-2012-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/valentines-2015-chest-convertible.png b/public/images/items/thumbnail/valentines-2015-chest-convertible.png
new file mode 100644
index 00000000..2a773cbb
Binary files /dev/null and b/public/images/items/thumbnail/valentines-2015-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/valentines-2015-scroll-case-convertible.png b/public/images/items/thumbnail/valentines-2015-scroll-case-convertible.png
new file mode 100644
index 00000000..2e501801
Binary files /dev/null and b/public/images/items/thumbnail/valentines-2015-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/valentines-celestial-dissonance-skin.png b/public/images/items/thumbnail/valentines-celestial-dissonance-skin.png
new file mode 100644
index 00000000..54faa2e2
Binary files /dev/null and b/public/images/items/thumbnail/valentines-celestial-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/valentines-endless-labyrinth-skin.png b/public/images/items/thumbnail/valentines-endless-labyrinth-skin.png
new file mode 100644
index 00000000..764baa0f
Binary files /dev/null and b/public/images/items/thumbnail/valentines-endless-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/valentines-matchmaker-chest-convertible.png b/public/images/items/thumbnail/valentines-matchmaker-chest-convertible.png
new file mode 100644
index 00000000..691b38dc
Binary files /dev/null and b/public/images/items/thumbnail/valentines-matchmaker-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/valentines-matchmaker-scroll-case-convertible.png b/public/images/items/thumbnail/valentines-matchmaker-scroll-case-convertible.png
new file mode 100644
index 00000000..10ad04f3
Binary files /dev/null and b/public/images/items/thumbnail/valentines-matchmaker-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/valour-egg-convertible.png b/public/images/items/thumbnail/valour-egg-convertible.png
new file mode 100644
index 00000000..e7453126
Binary files /dev/null and b/public/images/items/thumbnail/valour-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/valour-rift-prestige-base.png b/public/images/items/thumbnail/valour-rift-prestige-base.png
new file mode 100644
index 00000000..ac9b060b
Binary files /dev/null and b/public/images/items/thumbnail/valour-rift-prestige-base.png differ
diff --git a/public/images/items/thumbnail/valour-rift-scroll-case-convertible.png b/public/images/items/thumbnail/valour-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..eae1939f
Binary files /dev/null and b/public/images/items/thumbnail/valour-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/valour-rift-tower-collectible.png b/public/images/items/thumbnail/valour-rift-tower-collectible.png
new file mode 100644
index 00000000..75586dc9
Binary files /dev/null and b/public/images/items/thumbnail/valour-rift-tower-collectible.png differ
diff --git a/public/images/items/thumbnail/valour-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/valour-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..d0a4624d
Binary files /dev/null and b/public/images/items/thumbnail/valour-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/valour-school-of-sharks-skin.png b/public/images/items/thumbnail/valour-school-of-sharks-skin.png
new file mode 100644
index 00000000..219c13f1
Binary files /dev/null and b/public/images/items/thumbnail/valour-school-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/valour-scroll-case-convertible.png b/public/images/items/thumbnail/valour-scroll-case-convertible.png
new file mode 100644
index 00000000..cf483b32
Binary files /dev/null and b/public/images/items/thumbnail/valour-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/valour-treasure-chest-convertible.png b/public/images/items/thumbnail/valour-treasure-chest-convertible.png
new file mode 100644
index 00000000..e7ec9955
Binary files /dev/null and b/public/images/items/thumbnail/valour-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/valour-winter-gift-convertible.png b/public/images/items/thumbnail/valour-winter-gift-convertible.png
new file mode 100644
index 00000000..b0b40956
Binary files /dev/null and b/public/images/items/thumbnail/valour-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/vampire-hunting-kit-convertible.png b/public/images/items/thumbnail/vampire-hunting-kit-convertible.png
new file mode 100644
index 00000000..795a22fd
Binary files /dev/null and b/public/images/items/thumbnail/vampire-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/vanilla-bean-crafting-item.png b/public/images/items/thumbnail/vanilla-bean-crafting-item.png
new file mode 100644
index 00000000..18a0e302
Binary files /dev/null and b/public/images/items/thumbnail/vanilla-bean-crafting-item.png differ
diff --git a/public/images/items/thumbnail/vanilla-bean-crate-convertible.png b/public/images/items/thumbnail/vanilla-bean-crate-convertible.png
new file mode 100644
index 00000000..ff14ca4a
Binary files /dev/null and b/public/images/items/thumbnail/vanilla-bean-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/vanilla-stilton-cheese.png b/public/images/items/thumbnail/vanilla-stilton-cheese.png
new file mode 100644
index 00000000..4c241a19
Binary files /dev/null and b/public/images/items/thumbnail/vanilla-stilton-cheese.png differ
diff --git a/public/images/items/thumbnail/vegetation-base.png b/public/images/items/thumbnail/vegetation-base.png
new file mode 100644
index 00000000..af115b90
Binary files /dev/null and b/public/images/items/thumbnail/vegetation-base.png differ
diff --git a/public/images/items/thumbnail/veiled-vine-weapon.png b/public/images/items/thumbnail/veiled-vine-weapon.png
new file mode 100644
index 00000000..b1ad7107
Binary files /dev/null and b/public/images/items/thumbnail/veiled-vine-weapon.png differ
diff --git a/public/images/items/thumbnail/vending-machine-token-stat-item.png b/public/images/items/thumbnail/vending-machine-token-stat-item.png
new file mode 100644
index 00000000..3bb66254
Binary files /dev/null and b/public/images/items/thumbnail/vending-machine-token-stat-item.png differ
diff --git a/public/images/items/thumbnail/vengeful-vanilla-stilton-cheese.png b/public/images/items/thumbnail/vengeful-vanilla-stilton-cheese.png
new file mode 100644
index 00000000..62cc8f33
Binary files /dev/null and b/public/images/items/thumbnail/vengeful-vanilla-stilton-cheese.png differ
diff --git a/public/images/items/thumbnail/venus-mouse-trap-husk-craft-item.png b/public/images/items/thumbnail/venus-mouse-trap-husk-craft-item.png
new file mode 100644
index 00000000..f71e6286
Binary files /dev/null and b/public/images/items/thumbnail/venus-mouse-trap-husk-craft-item.png differ
diff --git a/public/images/items/thumbnail/venus-mouse-trap-weapon.png b/public/images/items/thumbnail/venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..84fcf87c
Binary files /dev/null and b/public/images/items/thumbnail/venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/thumbnail/veteran-champion-trophy.png b/public/images/items/thumbnail/veteran-champion-trophy.png
new file mode 100644
index 00000000..17f28bc8
Binary files /dev/null and b/public/images/items/thumbnail/veteran-champion-trophy.png differ
diff --git a/public/images/items/thumbnail/viceroy-eggsweeper-convertible.png b/public/images/items/thumbnail/viceroy-eggsweeper-convertible.png
new file mode 100644
index 00000000..9446c975
Binary files /dev/null and b/public/images/items/thumbnail/viceroy-eggsweeper-convertible.png differ
diff --git a/public/images/items/thumbnail/vinneus-stalkhome-egg-convertible.png b/public/images/items/thumbnail/vinneus-stalkhome-egg-convertible.png
new file mode 100644
index 00000000..d7c0949c
Binary files /dev/null and b/public/images/items/thumbnail/vinneus-stalkhome-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/wacky-inflatable-party-people-weapon.png b/public/images/items/thumbnail/wacky-inflatable-party-people-weapon.png
new file mode 100644
index 00000000..86a5add4
Binary files /dev/null and b/public/images/items/thumbnail/wacky-inflatable-party-people-weapon.png differ
diff --git a/public/images/items/thumbnail/wanted-poster-convertible.png b/public/images/items/thumbnail/wanted-poster-convertible.png
new file mode 100644
index 00000000..28c59cfe
Binary files /dev/null and b/public/images/items/thumbnail/wanted-poster-convertible.png differ
diff --git a/public/images/items/thumbnail/wanted-poster-egg-convertible.png b/public/images/items/thumbnail/wanted-poster-egg-convertible.png
new file mode 100644
index 00000000..dd4a26a7
Binary files /dev/null and b/public/images/items/thumbnail/wanted-poster-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/war-scrap-stat-item.png b/public/images/items/thumbnail/war-scrap-stat-item.png
new file mode 100644
index 00000000..76806c38
Binary files /dev/null and b/public/images/items/thumbnail/war-scrap-stat-item.png differ
diff --git a/public/images/items/thumbnail/war-supplies-convertible.png b/public/images/items/thumbnail/war-supplies-convertible.png
new file mode 100644
index 00000000..4e48cc4c
Binary files /dev/null and b/public/images/items/thumbnail/war-supplies-convertible.png differ
diff --git a/public/images/items/thumbnail/warden-of-fog-egg-convertible.png b/public/images/items/thumbnail/warden-of-fog-egg-convertible.png
new file mode 100644
index 00000000..cefa1ea9
Binary files /dev/null and b/public/images/items/thumbnail/warden-of-fog-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/warden-of-frost-egg-convertible.png b/public/images/items/thumbnail/warden-of-frost-egg-convertible.png
new file mode 100644
index 00000000..04938c71
Binary files /dev/null and b/public/images/items/thumbnail/warden-of-frost-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/warden-of-rain-egg-convertible.png b/public/images/items/thumbnail/warden-of-rain-egg-convertible.png
new file mode 100644
index 00000000..2754e4f9
Binary files /dev/null and b/public/images/items/thumbnail/warden-of-rain-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/warden-of-wind-egg-convertible.png b/public/images/items/thumbnail/warden-of-wind-egg-convertible.png
new file mode 100644
index 00000000..3506ae7b
Binary files /dev/null and b/public/images/items/thumbnail/warden-of-wind-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/warden-slayer-weapon.png b/public/images/items/thumbnail/warden-slayer-weapon.png
new file mode 100644
index 00000000..b36917b4
Binary files /dev/null and b/public/images/items/thumbnail/warden-slayer-weapon.png differ
diff --git a/public/images/items/thumbnail/warmonger-egg-convertible.png b/public/images/items/thumbnail/warmonger-egg-convertible.png
new file mode 100644
index 00000000..953754ff
Binary files /dev/null and b/public/images/items/thumbnail/warmonger-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/warpath-champion-kit-convertible.png b/public/images/items/thumbnail/warpath-champion-kit-convertible.png
new file mode 100644
index 00000000..25a0d656
Binary files /dev/null and b/public/images/items/thumbnail/warpath-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/warpath-egg-convertible.png b/public/images/items/thumbnail/warpath-egg-convertible.png
new file mode 100644
index 00000000..01c93828
Binary files /dev/null and b/public/images/items/thumbnail/warpath-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/warpath-portal-console-stat-item.png b/public/images/items/thumbnail/warpath-portal-console-stat-item.png
new file mode 100644
index 00000000..5d9b002a
Binary files /dev/null and b/public/images/items/thumbnail/warpath-portal-console-stat-item.png differ
diff --git a/public/images/items/thumbnail/warpath-portal-core-stat-item.png b/public/images/items/thumbnail/warpath-portal-core-stat-item.png
new file mode 100644
index 00000000..230a9c2b
Binary files /dev/null and b/public/images/items/thumbnail/warpath-portal-core-stat-item.png differ
diff --git a/public/images/items/thumbnail/warpath-portal-projector-stat-item.png b/public/images/items/thumbnail/warpath-portal-projector-stat-item.png
new file mode 100644
index 00000000..4bd5c428
Binary files /dev/null and b/public/images/items/thumbnail/warpath-portal-projector-stat-item.png differ
diff --git a/public/images/items/thumbnail/warpath-scroll-case-convertible.png b/public/images/items/thumbnail/warpath-scroll-case-convertible.png
new file mode 100644
index 00000000..0fd5582b
Binary files /dev/null and b/public/images/items/thumbnail/warpath-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/warpath-survival-kit-convertible.png b/public/images/items/thumbnail/warpath-survival-kit-convertible.png
new file mode 100644
index 00000000..6ec7b7cb
Binary files /dev/null and b/public/images/items/thumbnail/warpath-survival-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/warpath-thrasher-weapon.png b/public/images/items/thumbnail/warpath-thrasher-weapon.png
new file mode 100644
index 00000000..9d68d89a
Binary files /dev/null and b/public/images/items/thumbnail/warpath-thrasher-weapon.png differ
diff --git a/public/images/items/thumbnail/warpath-treasure-chest-convertible.png b/public/images/items/thumbnail/warpath-treasure-chest-convertible.png
new file mode 100644
index 00000000..5a3cbcd8
Binary files /dev/null and b/public/images/items/thumbnail/warpath-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/warpath-treasure-hunting-kit-convertible.png b/public/images/items/thumbnail/warpath-treasure-hunting-kit-convertible.png
new file mode 100644
index 00000000..409c0708
Binary files /dev/null and b/public/images/items/thumbnail/warpath-treasure-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/washboard-base-blueprints-crafting-item.png b/public/images/items/thumbnail/washboard-base-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/washboard-base-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/washboard-base.png b/public/images/items/thumbnail/washboard-base.png
new file mode 100644
index 00000000..cf73703d
Binary files /dev/null and b/public/images/items/thumbnail/washboard-base.png differ
diff --git a/public/images/items/thumbnail/water-jet-trinket.png b/public/images/items/thumbnail/water-jet-trinket.png
new file mode 100644
index 00000000..fe9e3e5c
Binary files /dev/null and b/public/images/items/thumbnail/water-jet-trinket.png differ
diff --git a/public/images/items/thumbnail/water-rabbit-wealth-ingot-collectible.png b/public/images/items/thumbnail/water-rabbit-wealth-ingot-collectible.png
new file mode 100644
index 00000000..5cda9ea4
Binary files /dev/null and b/public/images/items/thumbnail/water-rabbit-wealth-ingot-collectible.png differ
diff --git a/public/images/items/thumbnail/water-tiger-wealth-ingot-collectible.png b/public/images/items/thumbnail/water-tiger-wealth-ingot-collectible.png
new file mode 100644
index 00000000..71f52d55
Binary files /dev/null and b/public/images/items/thumbnail/water-tiger-wealth-ingot-collectible.png differ
diff --git a/public/images/items/thumbnail/wavy-purple-egg-convertible.png b/public/images/items/thumbnail/wavy-purple-egg-convertible.png
new file mode 100644
index 00000000..5aca1b1c
Binary files /dev/null and b/public/images/items/thumbnail/wavy-purple-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/wax-trinket.png b/public/images/items/thumbnail/wax-trinket.png
new file mode 100644
index 00000000..b3659dd9
Binary files /dev/null and b/public/images/items/thumbnail/wax-trinket.png differ
diff --git a/public/images/items/thumbnail/weak-power-trinket.png b/public/images/items/thumbnail/weak-power-trinket.png
new file mode 100644
index 00000000..dbce6a3c
Binary files /dev/null and b/public/images/items/thumbnail/weak-power-trinket.png differ
diff --git a/public/images/items/thumbnail/wealth-potion.png b/public/images/items/thumbnail/wealth-potion.png
new file mode 100644
index 00000000..c408d9dd
Binary files /dev/null and b/public/images/items/thumbnail/wealth-potion.png differ
diff --git a/public/images/items/thumbnail/well-of-souls-well-of-wisdom-skin.png b/public/images/items/thumbnail/well-of-souls-well-of-wisdom-skin.png
new file mode 100644
index 00000000..7166a3ae
Binary files /dev/null and b/public/images/items/thumbnail/well-of-souls-well-of-wisdom-skin.png differ
diff --git a/public/images/items/thumbnail/well-sealed-canister-crafting-item.png b/public/images/items/thumbnail/well-sealed-canister-crafting-item.png
new file mode 100644
index 00000000..9c86b32f
Binary files /dev/null and b/public/images/items/thumbnail/well-sealed-canister-crafting-item.png differ
diff --git a/public/images/items/thumbnail/western-theme-collectible.png b/public/images/items/thumbnail/western-theme-collectible.png
new file mode 100644
index 00000000..b4f60fa7
Binary files /dev/null and b/public/images/items/thumbnail/western-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/wh2012-part-1-moon-stat-item.png b/public/images/items/thumbnail/wh2012-part-1-moon-stat-item.png
new file mode 100644
index 00000000..bceb5b7b
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-part-1-moon-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-part-2-raygun-stat-item.png b/public/images/items/thumbnail/wh2012-part-2-raygun-stat-item.png
new file mode 100644
index 00000000..69616a2f
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-part-2-raygun-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-part-3-robot-stat-item.png b/public/images/items/thumbnail/wh2012-part-3-robot-stat-item.png
new file mode 100644
index 00000000..d06780c2
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-part-3-robot-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-part-4-dragon-stat-item.png b/public/images/items/thumbnail/wh2012-part-4-dragon-stat-item.png
new file mode 100644
index 00000000..f5452cfd
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-part-4-dragon-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-part-5-bnc-stat-item.png b/public/images/items/thumbnail/wh2012-part-5-bnc-stat-item.png
new file mode 100644
index 00000000..ee5f1468
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-part-5-bnc-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-part-6-scarf-stat-item.png b/public/images/items/thumbnail/wh2012-part-6-scarf-stat-item.png
new file mode 100644
index 00000000..93b65069
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-part-6-scarf-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-toy-1-stat-item.png b/public/images/items/thumbnail/wh2012-toy-1-stat-item.png
new file mode 100644
index 00000000..8fc00e3b
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-toy-1-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-toy-2-stat-item.png b/public/images/items/thumbnail/wh2012-toy-2-stat-item.png
new file mode 100644
index 00000000..b46321be
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-toy-2-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-toy-3-stat-item.png b/public/images/items/thumbnail/wh2012-toy-3-stat-item.png
new file mode 100644
index 00000000..6e761fe0
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-toy-3-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-toy-4-stat-item.png b/public/images/items/thumbnail/wh2012-toy-4-stat-item.png
new file mode 100644
index 00000000..3b23c99e
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-toy-4-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-toy-5-stat-item.png b/public/images/items/thumbnail/wh2012-toy-5-stat-item.png
new file mode 100644
index 00000000..d4b5fcc6
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-toy-5-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2012-toy-6-stat-item.png b/public/images/items/thumbnail/wh2012-toy-6-stat-item.png
new file mode 100644
index 00000000..9e9af2e2
Binary files /dev/null and b/public/images/items/thumbnail/wh2012-toy-6-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2016-decoration-tier-one-stat-item.png b/public/images/items/thumbnail/wh2016-decoration-tier-one-stat-item.png
new file mode 100644
index 00000000..2d28e7e5
Binary files /dev/null and b/public/images/items/thumbnail/wh2016-decoration-tier-one-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2016-decoration-tier-two-stat-item.png b/public/images/items/thumbnail/wh2016-decoration-tier-two-stat-item.png
new file mode 100644
index 00000000..67ea25b2
Binary files /dev/null and b/public/images/items/thumbnail/wh2016-decoration-tier-two-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2016-ski-slope-tier-one-stat-item.png b/public/images/items/thumbnail/wh2016-ski-slope-tier-one-stat-item.png
new file mode 100644
index 00000000..44e22681
Binary files /dev/null and b/public/images/items/thumbnail/wh2016-ski-slope-tier-one-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2016-ski-slope-tier-two-stat-item.png b/public/images/items/thumbnail/wh2016-ski-slope-tier-two-stat-item.png
new file mode 100644
index 00000000..47cd51c5
Binary files /dev/null and b/public/images/items/thumbnail/wh2016-ski-slope-tier-two-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2016-toy-factory-tier-one-stat-item.png b/public/images/items/thumbnail/wh2016-toy-factory-tier-one-stat-item.png
new file mode 100644
index 00000000..d7d5bd72
Binary files /dev/null and b/public/images/items/thumbnail/wh2016-toy-factory-tier-one-stat-item.png differ
diff --git a/public/images/items/thumbnail/wh2016-toy-factory-tier-two-stat-item.png b/public/images/items/thumbnail/wh2016-toy-factory-tier-two-stat-item.png
new file mode 100644
index 00000000..f84d2626
Binary files /dev/null and b/public/images/items/thumbnail/wh2016-toy-factory-tier-two-stat-item.png differ
diff --git a/public/images/items/thumbnail/whisker-rift-domination-box-convertible.png b/public/images/items/thumbnail/whisker-rift-domination-box-convertible.png
new file mode 100644
index 00000000..f1542a8e
Binary files /dev/null and b/public/images/items/thumbnail/whisker-rift-domination-box-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-rift-hunting-kit-convertible.png b/public/images/items/thumbnail/whisker-rift-hunting-kit-convertible.png
new file mode 100644
index 00000000..bccb75c0
Binary files /dev/null and b/public/images/items/thumbnail/whisker-rift-hunting-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-wicker-gift-basket-convertible.png b/public/images/items/thumbnail/whisker-wicker-gift-basket-convertible.png
new file mode 100644
index 00000000..a5999f51
Binary files /dev/null and b/public/images/items/thumbnail/whisker-wicker-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-champion-kit-convertible.png b/public/images/items/thumbnail/whisker-woods-champion-kit-convertible.png
new file mode 100644
index 00000000..a95cc1b4
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-egg-convertible.png b/public/images/items/thumbnail/whisker-woods-egg-convertible.png
new file mode 100644
index 00000000..06a1f6f8
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-map-piece.png b/public/images/items/thumbnail/whisker-woods-map-piece.png
new file mode 100644
index 00000000..a65c1c7d
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-map-piece.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-map-scrap-stat-item.png b/public/images/items/thumbnail/whisker-woods-map-scrap-stat-item.png
new file mode 100644
index 00000000..f90cf2cb
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-map-scrap-stat-item.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-rift-scroll-case-convertible.png b/public/images/items/thumbnail/whisker-woods-rift-scroll-case-convertible.png
new file mode 100644
index 00000000..219656eb
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-rift-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-rift-torn-page.png b/public/images/items/thumbnail/whisker-woods-rift-torn-page.png
new file mode 100644
index 00000000..4fea43e2
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-rift-torn-page.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-rift-treasure-chest-convertible.png b/public/images/items/thumbnail/whisker-woods-rift-treasure-chest-convertible.png
new file mode 100644
index 00000000..35a6051e
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-rift-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-scroll-case-convertible.png b/public/images/items/thumbnail/whisker-woods-scroll-case-convertible.png
new file mode 100644
index 00000000..eb3ab5b4
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-treasure-chest-convertible.png b/public/images/items/thumbnail/whisker-woods-treasure-chest-convertible.png
new file mode 100644
index 00000000..96cf65fd
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-wicked-hat-collectible.png b/public/images/items/thumbnail/whisker-woods-wicked-hat-collectible.png
new file mode 100644
index 00000000..c494393a
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-wicked-hat-collectible.png differ
diff --git a/public/images/items/thumbnail/whisker-woods-winter-gift-convertible.png b/public/images/items/thumbnail/whisker-woods-winter-gift-convertible.png
new file mode 100644
index 00000000..42cdff50
Binary files /dev/null and b/public/images/items/thumbnail/whisker-woods-winter-gift-convertible.png differ
diff --git a/public/images/items/thumbnail/white-cheddar-cheese.png b/public/images/items/thumbnail/white-cheddar-cheese.png
new file mode 100644
index 00000000..a1a7d7b5
Binary files /dev/null and b/public/images/items/thumbnail/white-cheddar-cheese.png differ
diff --git a/public/images/items/thumbnail/white-chocolate-snowman-collectible.png b/public/images/items/thumbnail/white-chocolate-snowman-collectible.png
new file mode 100644
index 00000000..14900441
Binary files /dev/null and b/public/images/items/thumbnail/white-chocolate-snowman-collectible.png differ
diff --git a/public/images/items/thumbnail/white-egg-convertible.png b/public/images/items/thumbnail/white-egg-convertible.png
new file mode 100644
index 00000000..ee26fb95
Binary files /dev/null and b/public/images/items/thumbnail/white-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/white-pepper-plant-convertible.png b/public/images/items/thumbnail/white-pepper-plant-convertible.png
new file mode 100644
index 00000000..cd84e7ee
Binary files /dev/null and b/public/images/items/thumbnail/white-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/wicked-gnarly-cheese.png b/public/images/items/thumbnail/wicked-gnarly-cheese.png
new file mode 100644
index 00000000..87fa3d7c
Binary files /dev/null and b/public/images/items/thumbnail/wicked-gnarly-cheese.png differ
diff --git a/public/images/items/thumbnail/wicked-gnarly-potion.png b/public/images/items/thumbnail/wicked-gnarly-potion.png
new file mode 100644
index 00000000..2f7fb021
Binary files /dev/null and b/public/images/items/thumbnail/wicked-gnarly-potion.png differ
diff --git a/public/images/items/thumbnail/wicked-gnarly-trinket.png b/public/images/items/thumbnail/wicked-gnarly-trinket.png
new file mode 100644
index 00000000..e5cecd78
Binary files /dev/null and b/public/images/items/thumbnail/wicked-gnarly-trinket.png differ
diff --git a/public/images/items/thumbnail/wicked-thorns-crafting-item.png b/public/images/items/thumbnail/wicked-thorns-crafting-item.png
new file mode 100644
index 00000000..ef911285
Binary files /dev/null and b/public/images/items/thumbnail/wicked-thorns-crafting-item.png differ
diff --git a/public/images/items/thumbnail/widows-web-crafting-item.png b/public/images/items/thumbnail/widows-web-crafting-item.png
new file mode 100644
index 00000000..f77c8ae3
Binary files /dev/null and b/public/images/items/thumbnail/widows-web-crafting-item.png differ
diff --git a/public/images/items/thumbnail/wild-gift-basket-convertible.png b/public/images/items/thumbnail/wild-gift-basket-convertible.png
new file mode 100644
index 00000000..111a9c7e
Binary files /dev/null and b/public/images/items/thumbnail/wild-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/wild-growth-trinket.png b/public/images/items/thumbnail/wild-growth-trinket.png
new file mode 100644
index 00000000..b6b756d4
Binary files /dev/null and b/public/images/items/thumbnail/wild-growth-trinket.png differ
diff --git a/public/images/items/thumbnail/wild-supply-kit-convertible.png b/public/images/items/thumbnail/wild-supply-kit-convertible.png
new file mode 100644
index 00000000..781efb19
Binary files /dev/null and b/public/images/items/thumbnail/wild-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/wild-tonic-remote-pumping-trinket.png b/public/images/items/thumbnail/wild-tonic-remote-pumping-trinket.png
new file mode 100644
index 00000000..855f1c65
Binary files /dev/null and b/public/images/items/thumbnail/wild-tonic-remote-pumping-trinket.png differ
diff --git a/public/images/items/thumbnail/wild-tonic-stat-item.png b/public/images/items/thumbnail/wild-tonic-stat-item.png
new file mode 100644
index 00000000..1e7ae963
Binary files /dev/null and b/public/images/items/thumbnail/wild-tonic-stat-item.png differ
diff --git a/public/images/items/thumbnail/wind-cheese-potion.png b/public/images/items/thumbnail/wind-cheese-potion.png
new file mode 100644
index 00000000..dd1ad4c2
Binary files /dev/null and b/public/images/items/thumbnail/wind-cheese-potion.png differ
diff --git a/public/images/items/thumbnail/wind-cheese.png b/public/images/items/thumbnail/wind-cheese.png
new file mode 100644
index 00000000..092414da
Binary files /dev/null and b/public/images/items/thumbnail/wind-cheese.png differ
diff --git a/public/images/items/thumbnail/wind-egg-convertible.png b/public/images/items/thumbnail/wind-egg-convertible.png
new file mode 100644
index 00000000..77a957b2
Binary files /dev/null and b/public/images/items/thumbnail/wind-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/wind-warden-stone-stat-item.png b/public/images/items/thumbnail/wind-warden-stone-stat-item.png
new file mode 100644
index 00000000..28d63153
Binary files /dev/null and b/public/images/items/thumbnail/wind-warden-stone-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-acronym-skin.png b/public/images/items/thumbnail/winter-acronym-skin.png
new file mode 100644
index 00000000..03b58911
Binary files /dev/null and b/public/images/items/thumbnail/winter-acronym-skin.png differ
diff --git a/public/images/items/thumbnail/winter-builder-charm-kit-convertible.png b/public/images/items/thumbnail/winter-builder-charm-kit-convertible.png
new file mode 100644
index 00000000..d4b7ea5c
Binary files /dev/null and b/public/images/items/thumbnail/winter-builder-charm-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/winter-builder-trinket.png b/public/images/items/thumbnail/winter-builder-trinket.png
new file mode 100644
index 00000000..48f31ac9
Binary files /dev/null and b/public/images/items/thumbnail/winter-builder-trinket.png differ
diff --git a/public/images/items/thumbnail/winter-chrome-floating-forgotten-upgraded-skin.png b/public/images/items/thumbnail/winter-chrome-floating-forgotten-upgraded-skin.png
new file mode 100644
index 00000000..dd38ceda
Binary files /dev/null and b/public/images/items/thumbnail/winter-chrome-floating-forgotten-upgraded-skin.png differ
diff --git a/public/images/items/thumbnail/winter-chrome-school-of-sharks-skin.png b/public/images/items/thumbnail/winter-chrome-school-of-sharks-skin.png
new file mode 100644
index 00000000..7bdb4a1f
Binary files /dev/null and b/public/images/items/thumbnail/winter-chrome-school-of-sharks-skin.png differ
diff --git a/public/images/items/thumbnail/winter-crystal-tower-skin.png b/public/images/items/thumbnail/winter-crystal-tower-skin.png
new file mode 100644
index 00000000..6cec9ba1
Binary files /dev/null and b/public/images/items/thumbnail/winter-crystal-tower-skin.png differ
diff --git a/public/images/items/thumbnail/winter-cup-timesplit-dissonance-skin.png b/public/images/items/thumbnail/winter-cup-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..6ad6c25a
Binary files /dev/null and b/public/images/items/thumbnail/winter-cup-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/winter-drillbot-skin.png b/public/images/items/thumbnail/winter-drillbot-skin.png
new file mode 100644
index 00000000..48a788a9
Binary files /dev/null and b/public/images/items/thumbnail/winter-drillbot-skin.png differ
diff --git a/public/images/items/thumbnail/winter-droid-archmagus-skin.png b/public/images/items/thumbnail/winter-droid-archmagus-skin.png
new file mode 100644
index 00000000..a666a1bb
Binary files /dev/null and b/public/images/items/thumbnail/winter-droid-archmagus-skin.png differ
diff --git a/public/images/items/thumbnail/winter-enraged-rhinobot-skin.png b/public/images/items/thumbnail/winter-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..d931dced
Binary files /dev/null and b/public/images/items/thumbnail/winter-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/thumbnail/winter-floating-forgotten-skin.png b/public/images/items/thumbnail/winter-floating-forgotten-skin.png
new file mode 100644
index 00000000..30598cad
Binary files /dev/null and b/public/images/items/thumbnail/winter-floating-forgotten-skin.png differ
diff --git a/public/images/items/thumbnail/winter-geyser-draconic-skin.png b/public/images/items/thumbnail/winter-geyser-draconic-skin.png
new file mode 100644
index 00000000..b0b07828
Binary files /dev/null and b/public/images/items/thumbnail/winter-geyser-draconic-skin.png differ
diff --git a/public/images/items/thumbnail/winter-geyser-physical-skin.png b/public/images/items/thumbnail/winter-geyser-physical-skin.png
new file mode 100644
index 00000000..3cf2eaa9
Binary files /dev/null and b/public/images/items/thumbnail/winter-geyser-physical-skin.png differ
diff --git a/public/images/items/thumbnail/winter-hoarder-charm-kit-convertible.png b/public/images/items/thumbnail/winter-hoarder-charm-kit-convertible.png
new file mode 100644
index 00000000..c100b921
Binary files /dev/null and b/public/images/items/thumbnail/winter-hoarder-charm-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/winter-hoarder-trinket.png b/public/images/items/thumbnail/winter-hoarder-trinket.png
new file mode 100644
index 00000000..44f9b019
Binary files /dev/null and b/public/images/items/thumbnail/winter-hoarder-trinket.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2011-blueprints-crafting-item.png b/public/images/items/thumbnail/winter-hunt-2011-blueprints-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2011-blueprints-crafting-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2011-boss-loot-crafting-item.png b/public/images/items/thumbnail/winter-hunt-2011-boss-loot-crafting-item.png
new file mode 100644
index 00000000..8e35aff5
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2011-boss-loot-crafting-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2011-toys-built-collectible.png b/public/images/items/thumbnail/winter-hunt-2011-toys-built-collectible.png
new file mode 100644
index 00000000..fbf0b3af
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2011-toys-built-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-1-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-1-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-1-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-2-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-2-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-2-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-3-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-3-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-3-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-4-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-4-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-4-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-5-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-5-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-5-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-6-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-6-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-6-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-7-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-7-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-7-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-letter-8-stat-item.png b/public/images/items/thumbnail/winter-hunt-2012-letter-8-stat-item.png
new file mode 100644
index 00000000..405f99c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-letter-8-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2012-weapon.png b/public/images/items/thumbnail/winter-hunt-2012-weapon.png
new file mode 100644
index 00000000..f7738755
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2012-weapon.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2014-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2014-journal-theme-collectible.png
new file mode 100644
index 00000000..5cc759fa
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2014-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2015-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2015-journal-theme-collectible.png
new file mode 100644
index 00000000..065ef4f3
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2015-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2016-floating-crate-convertible.png b/public/images/items/thumbnail/winter-hunt-2016-floating-crate-convertible.png
new file mode 100644
index 00000000..df693f84
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2016-floating-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2016-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2016-journal-theme-collectible.png
new file mode 100644
index 00000000..9e44eb00
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2016-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2019-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2019-journal-theme-collectible.png
new file mode 100644
index 00000000..846859c7
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2019-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2020-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2020-journal-theme-collectible.png
new file mode 100644
index 00000000..f579aed9
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2020-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2021-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2021-journal-theme-collectible.png
new file mode 100644
index 00000000..c9ff9564
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2021-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2022-boss-loot-stat-item.png b/public/images/items/thumbnail/winter-hunt-2022-boss-loot-stat-item.png
new file mode 100644
index 00000000..f8d955a6
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2022-boss-loot-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2022-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2022-journal-theme-collectible.png
new file mode 100644
index 00000000..4ea8fd88
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2022-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-2024-journal-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-2024-journal-theme-collectible.png
new file mode 100644
index 00000000..4207253d
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-2024-journal-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-iceberg-weapon.png b/public/images/items/thumbnail/winter-hunt-iceberg-weapon.png
new file mode 100644
index 00000000..f2616f72
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-iceberg-weapon.png differ
diff --git a/public/images/items/thumbnail/winter-hunt-theme-collectible.png b/public/images/items/thumbnail/winter-hunt-theme-collectible.png
new file mode 100644
index 00000000..02dbe1be
Binary files /dev/null and b/public/images/items/thumbnail/winter-hunt-theme-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-key-shard-crafting-item.png b/public/images/items/thumbnail/winter-key-shard-crafting-item.png
new file mode 100644
index 00000000..197509f6
Binary files /dev/null and b/public/images/items/thumbnail/winter-key-shard-crafting-item.png differ
diff --git a/public/images/items/thumbnail/winter-miser-charm-kit-convertible.png b/public/images/items/thumbnail/winter-miser-charm-kit-convertible.png
new file mode 100644
index 00000000..b14a432c
Binary files /dev/null and b/public/images/items/thumbnail/winter-miser-charm-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/winter-miser-trinket.png b/public/images/items/thumbnail/winter-miser-trinket.png
new file mode 100644
index 00000000..bef0470b
Binary files /dev/null and b/public/images/items/thumbnail/winter-miser-trinket.png differ
diff --git a/public/images/items/thumbnail/winter-mynorca-skin.png b/public/images/items/thumbnail/winter-mynorca-skin.png
new file mode 100644
index 00000000..8fc46be4
Binary files /dev/null and b/public/images/items/thumbnail/winter-mynorca-skin.png differ
diff --git a/public/images/items/thumbnail/winter-oasis-skin.png b/public/images/items/thumbnail/winter-oasis-skin.png
new file mode 100644
index 00000000..24c51e56
Binary files /dev/null and b/public/images/items/thumbnail/winter-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/winter-phantasmic-oasis-skin.png b/public/images/items/thumbnail/winter-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..fb35a613
Binary files /dev/null and b/public/images/items/thumbnail/winter-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/thumbnail/winter-queso-fount-skin.png b/public/images/items/thumbnail/winter-queso-fount-skin.png
new file mode 100644
index 00000000..9d5ca17e
Binary files /dev/null and b/public/images/items/thumbnail/winter-queso-fount-skin.png differ
diff --git a/public/images/items/thumbnail/winter-reaper-perch-skin.png b/public/images/items/thumbnail/winter-reaper-perch-skin.png
new file mode 100644
index 00000000..06538e87
Binary files /dev/null and b/public/images/items/thumbnail/winter-reaper-perch-skin.png differ
diff --git a/public/images/items/thumbnail/winter-screw-trinket.png b/public/images/items/thumbnail/winter-screw-trinket.png
new file mode 100644
index 00000000..2871781f
Binary files /dev/null and b/public/images/items/thumbnail/winter-screw-trinket.png differ
diff --git a/public/images/items/thumbnail/winter-sentinel-skin.png b/public/images/items/thumbnail/winter-sentinel-skin.png
new file mode 100644
index 00000000..0ce99d15
Binary files /dev/null and b/public/images/items/thumbnail/winter-sentinel-skin.png differ
diff --git a/public/images/items/thumbnail/winter-sinister-portal-skin.png b/public/images/items/thumbnail/winter-sinister-portal-skin.png
new file mode 100644
index 00000000..39f6163f
Binary files /dev/null and b/public/images/items/thumbnail/winter-sinister-portal-skin.png differ
diff --git a/public/images/items/thumbnail/winter-slac-ii-skin.png b/public/images/items/thumbnail/winter-slac-ii-skin.png
new file mode 100644
index 00000000..f96964ec
Binary files /dev/null and b/public/images/items/thumbnail/winter-slac-ii-skin.png differ
diff --git a/public/images/items/thumbnail/winter-sphynx-skin.png b/public/images/items/thumbnail/winter-sphynx-skin.png
new file mode 100644
index 00000000..32c31919
Binary files /dev/null and b/public/images/items/thumbnail/winter-sphynx-skin.png differ
diff --git a/public/images/items/thumbnail/winter-sports-festive-decoration-stat-item.png b/public/images/items/thumbnail/winter-sports-festive-decoration-stat-item.png
new file mode 100644
index 00000000..6982d07e
Binary files /dev/null and b/public/images/items/thumbnail/winter-sports-festive-decoration-stat-item.png differ
diff --git a/public/images/items/thumbnail/winter-spring-trinket.png b/public/images/items/thumbnail/winter-spring-trinket.png
new file mode 100644
index 00000000..1b3319bd
Binary files /dev/null and b/public/images/items/thumbnail/winter-spring-trinket.png differ
diff --git a/public/images/items/thumbnail/winter-star-2010-collectible.png b/public/images/items/thumbnail/winter-star-2010-collectible.png
new file mode 100644
index 00000000..d77d71ff
Binary files /dev/null and b/public/images/items/thumbnail/winter-star-2010-collectible.png differ
diff --git a/public/images/items/thumbnail/winter-steam-mk-iii-skin.png b/public/images/items/thumbnail/winter-steam-mk-iii-skin.png
new file mode 100644
index 00000000..d3858ee7
Binary files /dev/null and b/public/images/items/thumbnail/winter-steam-mk-iii-skin.png differ
diff --git a/public/images/items/thumbnail/winter-survival-kit-convertible.png b/public/images/items/thumbnail/winter-survival-kit-convertible.png
new file mode 100644
index 00000000..ecc712b7
Binary files /dev/null and b/public/images/items/thumbnail/winter-survival-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/winter-temporal-turbine-skin.png b/public/images/items/thumbnail/winter-temporal-turbine-skin.png
new file mode 100644
index 00000000..cd31c94e
Binary files /dev/null and b/public/images/items/thumbnail/winter-temporal-turbine-skin.png differ
diff --git a/public/images/items/thumbnail/winter-timesplit-dissonance-skin.png b/public/images/items/thumbnail/winter-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..afd48760
Binary files /dev/null and b/public/images/items/thumbnail/winter-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/thumbnail/winter-wolfsbane-skin.png b/public/images/items/thumbnail/winter-wolfsbane-skin.png
new file mode 100644
index 00000000..feb2aa35
Binary files /dev/null and b/public/images/items/thumbnail/winter-wolfsbane-skin.png differ
diff --git a/public/images/items/thumbnail/winter-wood-trinket.png b/public/images/items/thumbnail/winter-wood-trinket.png
new file mode 100644
index 00000000..d00efa82
Binary files /dev/null and b/public/images/items/thumbnail/winter-wood-trinket.png differ
diff --git a/public/images/items/thumbnail/winter-wreath-infinite-labyrinth-skin.png b/public/images/items/thumbnail/winter-wreath-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..d8208b76
Binary files /dev/null and b/public/images/items/thumbnail/winter-wreath-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/thumbnail/winter-zugzwangs-skin.png b/public/images/items/thumbnail/winter-zugzwangs-skin.png
new file mode 100644
index 00000000..a2f83d40
Binary files /dev/null and b/public/images/items/thumbnail/winter-zugzwangs-skin.png differ
diff --git a/public/images/items/thumbnail/wire-spool-crafting-item.png b/public/images/items/thumbnail/wire-spool-crafting-item.png
new file mode 100644
index 00000000..274730a7
Binary files /dev/null and b/public/images/items/thumbnail/wire-spool-crafting-item.png differ
diff --git a/public/images/items/thumbnail/wisdom-stat-item.png b/public/images/items/thumbnail/wisdom-stat-item.png
new file mode 100644
index 00000000..ba8102a8
Binary files /dev/null and b/public/images/items/thumbnail/wisdom-stat-item.png differ
diff --git a/public/images/items/thumbnail/wise-well-of-wisdom-weapon.png b/public/images/items/thumbnail/wise-well-of-wisdom-weapon.png
new file mode 100644
index 00000000..ff6d32bc
Binary files /dev/null and b/public/images/items/thumbnail/wise-well-of-wisdom-weapon.png differ
diff --git a/public/images/items/thumbnail/wishing-well-basket-convertible.png b/public/images/items/thumbnail/wishing-well-basket-convertible.png
new file mode 100644
index 00000000..cd507813
Binary files /dev/null and b/public/images/items/thumbnail/wishing-well-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/witch-brew-skin.png b/public/images/items/thumbnail/witch-brew-skin.png
new file mode 100644
index 00000000..6a9debb6
Binary files /dev/null and b/public/images/items/thumbnail/witch-brew-skin.png differ
diff --git a/public/images/items/thumbnail/wolfsbane-weapon.png b/public/images/items/thumbnail/wolfsbane-weapon.png
new file mode 100644
index 00000000..3b75875b
Binary files /dev/null and b/public/images/items/thumbnail/wolfsbane-weapon.png differ
diff --git a/public/images/items/thumbnail/wooden-base-with-target.png b/public/images/items/thumbnail/wooden-base-with-target.png
new file mode 100644
index 00000000..bb118603
Binary files /dev/null and b/public/images/items/thumbnail/wooden-base-with-target.png differ
diff --git a/public/images/items/thumbnail/wooden-base.png b/public/images/items/thumbnail/wooden-base.png
new file mode 100644
index 00000000..88ad197f
Binary files /dev/null and b/public/images/items/thumbnail/wooden-base.png differ
diff --git a/public/images/items/thumbnail/wooden-hobby-horse-miniature-collectible.png b/public/images/items/thumbnail/wooden-hobby-horse-miniature-collectible.png
new file mode 100644
index 00000000..579c69e1
Binary files /dev/null and b/public/images/items/thumbnail/wooden-hobby-horse-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/woodsy-charm-bag-convertible.png b/public/images/items/thumbnail/woodsy-charm-bag-convertible.png
new file mode 100644
index 00000000..271b9753
Binary files /dev/null and b/public/images/items/thumbnail/woodsy-charm-bag-convertible.png differ
diff --git a/public/images/items/thumbnail/wordy-egg-convertible.png b/public/images/items/thumbnail/wordy-egg-convertible.png
new file mode 100644
index 00000000..c2d9fa8c
Binary files /dev/null and b/public/images/items/thumbnail/wordy-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/workshop-egg-convertible.png b/public/images/items/thumbnail/workshop-egg-convertible.png
new file mode 100644
index 00000000..2e79209e
Binary files /dev/null and b/public/images/items/thumbnail/workshop-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/wreath-collectible.png b/public/images/items/thumbnail/wreath-collectible.png
new file mode 100644
index 00000000..0e09f221
Binary files /dev/null and b/public/images/items/thumbnail/wreath-collectible.png differ
diff --git a/public/images/items/thumbnail/wreath-grand-arcanum-trap-skin.png b/public/images/items/thumbnail/wreath-grand-arcanum-trap-skin.png
new file mode 100644
index 00000000..84087adb
Binary files /dev/null and b/public/images/items/thumbnail/wreath-grand-arcanum-trap-skin.png differ
diff --git a/public/images/items/thumbnail/xmas-2016-forgotten-weapon.png b/public/images/items/thumbnail/xmas-2016-forgotten-weapon.png
new file mode 100644
index 00000000..c5c3c57e
Binary files /dev/null and b/public/images/items/thumbnail/xmas-2016-forgotten-weapon.png differ
diff --git a/public/images/items/thumbnail/xmas-2016-hydro-weapon.png b/public/images/items/thumbnail/xmas-2016-hydro-weapon.png
new file mode 100644
index 00000000..733caa33
Binary files /dev/null and b/public/images/items/thumbnail/xmas-2016-hydro-weapon.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dog-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-dog-gift-basket-convertible.png
new file mode 100644
index 00000000..d7f7674b
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dog-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dog-large-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-dog-large-supply-kit-convertible.png
new file mode 100644
index 00000000..0a09a362
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dog-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dog-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-dog-supply-kit-convertible.png
new file mode 100644
index 00000000..bd90e240
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dog-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dragon-2024-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-dragon-2024-gift-basket-convertible.png
new file mode 100644
index 00000000..b0156dd7
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dragon-2024-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dragon-2024-supply-box-convertible.png b/public/images/items/thumbnail/year-of-the-dragon-2024-supply-box-convertible.png
new file mode 100644
index 00000000..9a82f82a
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dragon-2024-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dragon-2024-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-dragon-2024-supply-kit-convertible.png
new file mode 100644
index 00000000..22a36dc0
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dragon-2024-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-dragon-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-dragon-gift-basket-convertible.png
new file mode 100644
index 00000000..927319e7
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-dragon-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-horse-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-horse-gift-basket-convertible.png
new file mode 100644
index 00000000..57b9436c
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-horse-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-monkey-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-monkey-gift-basket-convertible.png
new file mode 100644
index 00000000..920b16e4
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-monkey-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-ox-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-ox-gift-basket-convertible.png
new file mode 100644
index 00000000..c3703f68
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-ox-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-ox-large-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-ox-large-supply-kit-convertible.png
new file mode 100644
index 00000000..1d5231d3
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-ox-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-ox-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-ox-supply-kit-convertible.png
new file mode 100644
index 00000000..f0249bdb
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-ox-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-pig-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-pig-gift-basket-convertible.png
new file mode 100644
index 00000000..5737753f
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-pig-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-pig-large-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-pig-large-supply-kit-convertible.png
new file mode 100644
index 00000000..39c52a0b
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-pig-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-pig-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-pig-supply-kit-convertible.png
new file mode 100644
index 00000000..c149adf1
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-pig-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rabbit-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-rabbit-gift-basket-convertible.png
new file mode 100644
index 00000000..d2d1a7d9
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rabbit-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rabbit-supply-box-convertible.png b/public/images/items/thumbnail/year-of-the-rabbit-supply-box-convertible.png
new file mode 100644
index 00000000..2d3825c1
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rabbit-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rabbit-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-rabbit-supply-kit-convertible.png
new file mode 100644
index 00000000..5ed49f2a
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rabbit-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rat-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-rat-gift-basket-convertible.png
new file mode 100644
index 00000000..52b80294
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rat-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rat-large-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-rat-large-supply-kit-convertible.png
new file mode 100644
index 00000000..b2a2cba7
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rat-large-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rat-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-rat-supply-kit-convertible.png
new file mode 100644
index 00000000..d3a3ee72
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rat-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rooster-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-rooster-gift-basket-convertible.png
new file mode 100644
index 00000000..d4191b1b
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rooster-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-rooster-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-rooster-supply-kit-convertible.png
new file mode 100644
index 00000000..2ff82713
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-rooster-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-sheep-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-sheep-gift-basket-convertible.png
new file mode 100644
index 00000000..7784782a
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-sheep-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-snake-2025-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-snake-2025-gift-basket-convertible.png
new file mode 100644
index 00000000..c89ea73d
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-snake-2025-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-snake-2025-supply-box-convertible.png b/public/images/items/thumbnail/year-of-the-snake-2025-supply-box-convertible.png
new file mode 100644
index 00000000..c2a06336
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-snake-2025-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-snake-2025-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-snake-2025-supply-kit-convertible.png
new file mode 100644
index 00000000..8aeaba8e
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-snake-2025-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-tiger-gift-basket-convertible.png b/public/images/items/thumbnail/year-of-the-tiger-gift-basket-convertible.png
new file mode 100644
index 00000000..6d58a000
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-tiger-gift-basket-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-tiger-supply-box-convertible.png b/public/images/items/thumbnail/year-of-the-tiger-supply-box-convertible.png
new file mode 100644
index 00000000..ec777dc4
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-tiger-supply-box-convertible.png differ
diff --git a/public/images/items/thumbnail/year-of-the-tiger-supply-kit-convertible.png b/public/images/items/thumbnail/year-of-the-tiger-supply-kit-convertible.png
new file mode 100644
index 00000000..4b0cdc82
Binary files /dev/null and b/public/images/items/thumbnail/year-of-the-tiger-supply-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/yellow-double-dewdrop-powder-crafting-item.png b/public/images/items/thumbnail/yellow-double-dewdrop-powder-crafting-item.png
new file mode 100644
index 00000000..ad891474
Binary files /dev/null and b/public/images/items/thumbnail/yellow-double-dewdrop-powder-crafting-item.png differ
diff --git a/public/images/items/thumbnail/yellow-double-sponge-trinket.png b/public/images/items/thumbnail/yellow-double-sponge-trinket.png
new file mode 100644
index 00000000..7901e146
Binary files /dev/null and b/public/images/items/thumbnail/yellow-double-sponge-trinket.png differ
diff --git a/public/images/items/thumbnail/yellow-drop-stat-item.png b/public/images/items/thumbnail/yellow-drop-stat-item.png
new file mode 100644
index 00000000..96fdbc48
Binary files /dev/null and b/public/images/items/thumbnail/yellow-drop-stat-item.png differ
diff --git a/public/images/items/thumbnail/yellow-pepper-plant-convertible.png b/public/images/items/thumbnail/yellow-pepper-plant-convertible.png
new file mode 100644
index 00000000..08edfd14
Binary files /dev/null and b/public/images/items/thumbnail/yellow-pepper-plant-convertible.png differ
diff --git a/public/images/items/thumbnail/yellow-pepper-seed-craft-item.png b/public/images/items/thumbnail/yellow-pepper-seed-craft-item.png
new file mode 100644
index 00000000..f8d592e0
Binary files /dev/null and b/public/images/items/thumbnail/yellow-pepper-seed-craft-item.png differ
diff --git a/public/images/items/thumbnail/yellow-sponge-trinket.png b/public/images/items/thumbnail/yellow-sponge-trinket.png
new file mode 100644
index 00000000..9e3d221f
Binary files /dev/null and b/public/images/items/thumbnail/yellow-sponge-trinket.png differ
diff --git a/public/images/items/thumbnail/your-tiny-derpicorn-collectible.png b/public/images/items/thumbnail/your-tiny-derpicorn-collectible.png
new file mode 100644
index 00000000..66f0ffa2
Binary files /dev/null and b/public/images/items/thumbnail/your-tiny-derpicorn-collectible.png differ
diff --git a/public/images/items/thumbnail/yule-log-collectible.png b/public/images/items/thumbnail/yule-log-collectible.png
new file mode 100644
index 00000000..45cc06d6
Binary files /dev/null and b/public/images/items/thumbnail/yule-log-collectible.png differ
diff --git a/public/images/items/thumbnail/zokor-fealty-egg-convertible.png b/public/images/items/thumbnail/zokor-fealty-egg-convertible.png
new file mode 100644
index 00000000..68ff234f
Binary files /dev/null and b/public/images/items/thumbnail/zokor-fealty-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/zokor-scholar-egg-convertible.png b/public/images/items/thumbnail/zokor-scholar-egg-convertible.png
new file mode 100644
index 00000000..e1eef4b4
Binary files /dev/null and b/public/images/items/thumbnail/zokor-scholar-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/zokor-tech-egg-convertible.png b/public/images/items/thumbnail/zokor-tech-egg-convertible.png
new file mode 100644
index 00000000..3e56ced5
Binary files /dev/null and b/public/images/items/thumbnail/zokor-tech-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/zokor-treasury-egg-convertible.png b/public/images/items/thumbnail/zokor-treasury-egg-convertible.png
new file mode 100644
index 00000000..7e304566
Binary files /dev/null and b/public/images/items/thumbnail/zokor-treasury-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/zombie-invasion-kit-convertible.png b/public/images/items/thumbnail/zombie-invasion-kit-convertible.png
new file mode 100644
index 00000000..5d9598f5
Binary files /dev/null and b/public/images/items/thumbnail/zombie-invasion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-island-miniature-collectible.png b/public/images/items/thumbnail/zugzwang-island-miniature-collectible.png
new file mode 100644
index 00000000..55e957c8
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-island-miniature-collectible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-island-souvenir-collectible.png b/public/images/items/thumbnail/zugzwang-island-souvenir-collectible.png
new file mode 100644
index 00000000..613d2a8f
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-island-souvenir-collectible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-research-assignment-convertible.png b/public/images/items/thumbnail/zugzwang-research-assignment-convertible.png
new file mode 100644
index 00000000..70bb4ec5
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-research-assignment-convertible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-scroll-case-convertible.png b/public/images/items/thumbnail/zugzwang-scroll-case-convertible.png
new file mode 100644
index 00000000..6ffa4234
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-scroll-case-convertible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-sock-collectible.png b/public/images/items/thumbnail/zugzwang-sock-collectible.png
new file mode 100644
index 00000000..a6fa0e8b
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-sock-collectible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-treasure-chest-convertible.png b/public/images/items/thumbnail/zugzwang-treasure-chest-convertible.png
new file mode 100644
index 00000000..e6c71a1f
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-treasure-chest-convertible.png differ
diff --git a/public/images/items/thumbnail/zugzwang-ultimate-move-weapon.png b/public/images/items/thumbnail/zugzwang-ultimate-move-weapon.png
new file mode 100644
index 00000000..24752a98
Binary files /dev/null and b/public/images/items/thumbnail/zugzwang-ultimate-move-weapon.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-claw-shot-crate-convertible.png b/public/images/items/thumbnail/zugzwangs-claw-shot-crate-convertible.png
new file mode 100644
index 00000000..81951002
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-claw-shot-crate-convertible.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-first-move-crafting-item.png b/public/images/items/thumbnail/zugzwangs-first-move-crafting-item.png
new file mode 100644
index 00000000..bb4c67e7
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-first-move-crafting-item.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-first-move-weapon.png b/public/images/items/thumbnail/zugzwangs-first-move-weapon.png
new file mode 100644
index 00000000..1971fdf9
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-first-move-weapon.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-last-move-weapon.png b/public/images/items/thumbnail/zugzwangs-last-move-weapon.png
new file mode 100644
index 00000000..ba063a49
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-last-move-weapon.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-leftover-rock.png b/public/images/items/thumbnail/zugzwangs-leftover-rock.png
new file mode 100644
index 00000000..cf5db702
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-leftover-rock.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-night-mare-skin.png b/public/images/items/thumbnail/zugzwangs-night-mare-skin.png
new file mode 100644
index 00000000..81ffd492
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-night-mare-skin.png differ
diff --git a/public/images/items/thumbnail/zugzwangs-scarf.png b/public/images/items/thumbnail/zugzwangs-scarf.png
new file mode 100644
index 00000000..66648f23
Binary files /dev/null and b/public/images/items/thumbnail/zugzwangs-scarf.png differ
diff --git a/public/images/items/thumbnail/zurreal-egg-convertible.png b/public/images/items/thumbnail/zurreal-egg-convertible.png
new file mode 100644
index 00000000..4b446742
Binary files /dev/null and b/public/images/items/thumbnail/zurreal-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/zurreal-trap-research-convertible.png b/public/images/items/thumbnail/zurreal-trap-research-convertible.png
new file mode 100644
index 00000000..6768dca9
Binary files /dev/null and b/public/images/items/thumbnail/zurreal-trap-research-convertible.png differ
diff --git a/public/images/items/thumbnail/zurreal-trap-research-quest-item.png b/public/images/items/thumbnail/zurreal-trap-research-quest-item.png
new file mode 100644
index 00000000..f4ee53ae
Binary files /dev/null and b/public/images/items/thumbnail/zurreal-trap-research-quest-item.png differ
diff --git a/public/images/items/thumbnail/zurreals-folly-weapon.png b/public/images/items/thumbnail/zurreals-folly-weapon.png
new file mode 100644
index 00000000..5652dffa
Binary files /dev/null and b/public/images/items/thumbnail/zurreals-folly-weapon.png differ
diff --git a/public/images/items/thumbnail/zz-library-key-map-piece.png b/public/images/items/thumbnail/zz-library-key-map-piece.png
new file mode 100644
index 00000000..5c6ccf36
Binary files /dev/null and b/public/images/items/thumbnail/zz-library-key-map-piece.png differ
diff --git a/public/images/items/thumbnail/zzl-draconic-book.png b/public/images/items/thumbnail/zzl-draconic-book.png
new file mode 100644
index 00000000..eec3d897
Binary files /dev/null and b/public/images/items/thumbnail/zzl-draconic-book.png differ
diff --git a/public/images/items/thumbnail/zzl-ectoplasm.png b/public/images/items/thumbnail/zzl-ectoplasm.png
new file mode 100644
index 00000000..60f4c219
Binary files /dev/null and b/public/images/items/thumbnail/zzl-ectoplasm.png differ
diff --git a/public/images/items/thumbnail/zzl-fine-wood-crafting-item.png b/public/images/items/thumbnail/zzl-fine-wood-crafting-item.png
new file mode 100644
index 00000000..1b919444
Binary files /dev/null and b/public/images/items/thumbnail/zzl-fine-wood-crafting-item.png differ
diff --git a/public/images/items/thumbnail/zzl-gnawniaresearch-crafting-item.png b/public/images/items/thumbnail/zzl-gnawniaresearch-crafting-item.png
new file mode 100644
index 00000000..aa840c48
Binary files /dev/null and b/public/images/items/thumbnail/zzl-gnawniaresearch-crafting-item.png differ
diff --git a/public/images/items/thumbnail/zzl-lich-jewel.png b/public/images/items/thumbnail/zzl-lich-jewel.png
new file mode 100644
index 00000000..da53459f
Binary files /dev/null and b/public/images/items/thumbnail/zzl-lich-jewel.png differ
diff --git a/public/images/items/thumbnail/zzl-marchingflameresearch-crafting-item.png b/public/images/items/thumbnail/zzl-marchingflameresearch-crafting-item.png
new file mode 100644
index 00000000..fc8ff5c1
Binary files /dev/null and b/public/images/items/thumbnail/zzl-marchingflameresearch-crafting-item.png differ
diff --git a/public/images/items/thumbnail/zzl-mesh-netting.png b/public/images/items/thumbnail/zzl-mesh-netting.png
new file mode 100644
index 00000000..38bb580c
Binary files /dev/null and b/public/images/items/thumbnail/zzl-mesh-netting.png differ
diff --git a/public/images/items/thumbnail/zzl-ripper-nail.png b/public/images/items/thumbnail/zzl-ripper-nail.png
new file mode 100644
index 00000000..ac66d5fe
Binary files /dev/null and b/public/images/items/thumbnail/zzl-ripper-nail.png differ
diff --git a/public/images/items/thumbnail/zzl-stonework-runes.png b/public/images/items/thumbnail/zzl-stonework-runes.png
new file mode 100644
index 00000000..cb639288
Binary files /dev/null and b/public/images/items/thumbnail/zzl-stonework-runes.png differ
diff --git a/public/images/items/thumbnail/zzt-champion-kit-convertible.png b/public/images/items/thumbnail/zzt-champion-kit-convertible.png
new file mode 100644
index 00000000..25a0d656
Binary files /dev/null and b/public/images/items/thumbnail/zzt-champion-kit-convertible.png differ
diff --git a/public/images/items/thumbnail/zzt-egg-convertible.png b/public/images/items/thumbnail/zzt-egg-convertible.png
new file mode 100644
index 00000000..a5a621c1
Binary files /dev/null and b/public/images/items/thumbnail/zzt-egg-convertible.png differ
diff --git a/public/images/items/thumbnail/zzt-key.png b/public/images/items/thumbnail/zzt-key.png
new file mode 100644
index 00000000..6664ec1f
Binary files /dev/null and b/public/images/items/thumbnail/zzt-key.png differ
diff --git a/public/images/items/trap/2010-blastoff-trap-weapon.png b/public/images/items/trap/2010-blastoff-trap-weapon.png
new file mode 100644
index 00000000..eb1d5505
Binary files /dev/null and b/public/images/items/trap/2010-blastoff-trap-weapon.png differ
diff --git a/public/images/items/trap/2012-big-boom-weapon.png b/public/images/items/trap/2012-big-boom-weapon.png
new file mode 100644
index 00000000..004391db
Binary files /dev/null and b/public/images/items/trap/2012-big-boom-weapon.png differ
diff --git a/public/images/items/trap/500-pound-spiked-crusher-weapon.png b/public/images/items/trap/500-pound-spiked-crusher-weapon.png
new file mode 100644
index 00000000..9ef01db3
Binary files /dev/null and b/public/images/items/trap/500-pound-spiked-crusher-weapon.png differ
diff --git a/public/images/items/trap/acronym-weapon.png b/public/images/items/trap/acronym-weapon.png
new file mode 100644
index 00000000..ae515eff
Binary files /dev/null and b/public/images/items/trap/acronym-weapon.png differ
diff --git a/public/images/items/trap/admirals-galleon-weapon.png b/public/images/items/trap/admirals-galleon-weapon.png
new file mode 100644
index 00000000..b3923191
Binary files /dev/null and b/public/images/items/trap/admirals-galleon-weapon.png differ
diff --git a/public/images/items/trap/alchemists-cookbook-base.png b/public/images/items/trap/alchemists-cookbook-base.png
new file mode 100644
index 00000000..7a3de131
Binary files /dev/null and b/public/images/items/trap/alchemists-cookbook-base.png differ
diff --git a/public/images/items/trap/all-seeing-eye-focused-crystal-laser-skin.png b/public/images/items/trap/all-seeing-eye-focused-crystal-laser-skin.png
new file mode 100644
index 00000000..d3ac0392
Binary files /dev/null and b/public/images/items/trap/all-seeing-eye-focused-crystal-laser-skin.png differ
diff --git a/public/images/items/trap/ambrosial-portal-weapon.png b/public/images/items/trap/ambrosial-portal-weapon.png
new file mode 100644
index 00000000..17183c01
Binary files /dev/null and b/public/images/items/trap/ambrosial-portal-weapon.png differ
diff --git a/public/images/items/trap/ambush-weapon.png b/public/images/items/trap/ambush-weapon.png
new file mode 100644
index 00000000..1259e3fa
Binary files /dev/null and b/public/images/items/trap/ambush-weapon.png differ
diff --git a/public/images/items/trap/ancient-ancient-box-trap-skin.png b/public/images/items/trap/ancient-ancient-box-trap-skin.png
new file mode 100644
index 00000000..7a570668
Binary files /dev/null and b/public/images/items/trap/ancient-ancient-box-trap-skin.png differ
diff --git a/public/images/items/trap/ancient-booster-base.png b/public/images/items/trap/ancient-booster-base.png
new file mode 100644
index 00000000..c11b6059
Binary files /dev/null and b/public/images/items/trap/ancient-booster-base.png differ
diff --git a/public/images/items/trap/ancient-box-trap-weapon.png b/public/images/items/trap/ancient-box-trap-weapon.png
new file mode 100644
index 00000000..3e897821
Binary files /dev/null and b/public/images/items/trap/ancient-box-trap-weapon.png differ
diff --git a/public/images/items/trap/ancient-gauntlet-weapon.png b/public/images/items/trap/ancient-gauntlet-weapon.png
new file mode 100644
index 00000000..7bac8d3a
Binary files /dev/null and b/public/images/items/trap/ancient-gauntlet-weapon.png differ
diff --git a/public/images/items/trap/ancient-relic-trap-skin.png b/public/images/items/trap/ancient-relic-trap-skin.png
new file mode 100644
index 00000000..dab19842
Binary files /dev/null and b/public/images/items/trap/ancient-relic-trap-skin.png differ
diff --git a/public/images/items/trap/ancient-spear-gun-weapon.png b/public/images/items/trap/ancient-spear-gun-weapon.png
new file mode 100644
index 00000000..26243095
Binary files /dev/null and b/public/images/items/trap/ancient-spear-gun-weapon.png differ
diff --git a/public/images/items/trap/angel-floating-arcane-weapon-skin.png b/public/images/items/trap/angel-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..c52b3b72
Binary files /dev/null and b/public/images/items/trap/angel-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/trap/angelic-reaper-perch-skin.png b/public/images/items/trap/angelic-reaper-perch-skin.png
new file mode 100644
index 00000000..2df2b551
Binary files /dev/null and b/public/images/items/trap/angelic-reaper-perch-skin.png differ
diff --git a/public/images/items/trap/anniversary-acronym-weapon.png b/public/images/items/trap/anniversary-acronym-weapon.png
new file mode 100644
index 00000000..9c8a4853
Binary files /dev/null and b/public/images/items/trap/anniversary-acronym-weapon.png differ
diff --git a/public/images/items/trap/anniversary-ambush-weapon.png b/public/images/items/trap/anniversary-ambush-weapon.png
new file mode 100644
index 00000000..86b21d31
Binary files /dev/null and b/public/images/items/trap/anniversary-ambush-weapon.png differ
diff --git a/public/images/items/trap/anniversary-ancient-box-trap-weapon.png b/public/images/items/trap/anniversary-ancient-box-trap-weapon.png
new file mode 100644
index 00000000..a5bfda68
Binary files /dev/null and b/public/images/items/trap/anniversary-ancient-box-trap-weapon.png differ
diff --git a/public/images/items/trap/anniversary-mouse-deathbot-weapon.png b/public/images/items/trap/anniversary-mouse-deathbot-weapon.png
new file mode 100644
index 00000000..dfd08165
Binary files /dev/null and b/public/images/items/trap/anniversary-mouse-deathbot-weapon.png differ
diff --git a/public/images/items/trap/anniversary-reaper-perch-weapon.png b/public/images/items/trap/anniversary-reaper-perch-weapon.png
new file mode 100644
index 00000000..64bcd2ee
Binary files /dev/null and b/public/images/items/trap/anniversary-reaper-perch-weapon.png differ
diff --git a/public/images/items/trap/antique-chrome-kraken-skin.png b/public/images/items/trap/antique-chrome-kraken-skin.png
new file mode 100644
index 00000000..94875de3
Binary files /dev/null and b/public/images/items/trap/antique-chrome-kraken-skin.png differ
diff --git a/public/images/items/trap/aqua-base.png b/public/images/items/trap/aqua-base.png
new file mode 100644
index 00000000..416effb0
Binary files /dev/null and b/public/images/items/trap/aqua-base.png differ
diff --git a/public/images/items/trap/arcane-blast-weapon.png b/public/images/items/trap/arcane-blast-weapon.png
new file mode 100644
index 00000000..096f1794
Binary files /dev/null and b/public/images/items/trap/arcane-blast-weapon.png differ
diff --git a/public/images/items/trap/archmagus-final-form-skin.png b/public/images/items/trap/archmagus-final-form-skin.png
new file mode 100644
index 00000000..68fd1af8
Binary files /dev/null and b/public/images/items/trap/archmagus-final-form-skin.png differ
diff --git a/public/images/items/trap/aurora-base.png b/public/images/items/trap/aurora-base.png
new file mode 100644
index 00000000..94e211a5
Binary files /dev/null and b/public/images/items/trap/aurora-base.png differ
diff --git a/public/images/items/trap/bacon-base.png b/public/images/items/trap/bacon-base.png
new file mode 100644
index 00000000..ad4f4113
Binary files /dev/null and b/public/images/items/trap/bacon-base.png differ
diff --git a/public/images/items/trap/bamboo-base.png b/public/images/items/trap/bamboo-base.png
new file mode 100644
index 00000000..471aa4b3
Binary files /dev/null and b/public/images/items/trap/bamboo-base.png differ
diff --git a/public/images/items/trap/bamboo-mynorca-skin.png b/public/images/items/trap/bamboo-mynorca-skin.png
new file mode 100644
index 00000000..706e0109
Binary files /dev/null and b/public/images/items/trap/bamboo-mynorca-skin.png differ
diff --git a/public/images/items/trap/bandit-deflector-weapon.png b/public/images/items/trap/bandit-deflector-weapon.png
new file mode 100644
index 00000000..b3ec8cd1
Binary files /dev/null and b/public/images/items/trap/bandit-deflector-weapon.png differ
diff --git a/public/images/items/trap/bat-cave-geyser-hydro-skin.png b/public/images/items/trap/bat-cave-geyser-hydro-skin.png
new file mode 100644
index 00000000..a13b6ba0
Binary files /dev/null and b/public/images/items/trap/bat-cave-geyser-hydro-skin.png differ
diff --git a/public/images/items/trap/battering-ram-buster-weapon.png b/public/images/items/trap/battering-ram-buster-weapon.png
new file mode 100644
index 00000000..01136a28
Binary files /dev/null and b/public/images/items/trap/battering-ram-buster-weapon.png differ
diff --git a/public/images/items/trap/bday-2012-weapon.png b/public/images/items/trap/bday-2012-weapon.png
new file mode 100644
index 00000000..23d5b273
Binary files /dev/null and b/public/images/items/trap/bday-2012-weapon.png differ
diff --git a/public/images/items/trap/bday-candle-kaboom-weapon.png b/public/images/items/trap/bday-candle-kaboom-weapon.png
new file mode 100644
index 00000000..63b130f6
Binary files /dev/null and b/public/images/items/trap/bday-candle-kaboom-weapon.png differ
diff --git a/public/images/items/trap/biomolecular-reatomizer-weapon.png b/public/images/items/trap/biomolecular-reatomizer-weapon.png
new file mode 100644
index 00000000..09376a52
Binary files /dev/null and b/public/images/items/trap/biomolecular-reatomizer-weapon.png differ
diff --git a/public/images/items/trap/birthday-banana-cake-base.png b/public/images/items/trap/birthday-banana-cake-base.png
new file mode 100644
index 00000000..fae12dde
Binary files /dev/null and b/public/images/items/trap/birthday-banana-cake-base.png differ
diff --git a/public/images/items/trap/birthday-cake-base.png b/public/images/items/trap/birthday-cake-base.png
new file mode 100644
index 00000000..f956cec1
Binary files /dev/null and b/public/images/items/trap/birthday-cake-base.png differ
diff --git a/public/images/items/trap/birthday-celestial-dissonance-trap-skin.png b/public/images/items/trap/birthday-celestial-dissonance-trap-skin.png
new file mode 100644
index 00000000..dfb1913f
Binary files /dev/null and b/public/images/items/trap/birthday-celestial-dissonance-trap-skin.png differ
diff --git a/public/images/items/trap/birthday-confetti-cake-base.png b/public/images/items/trap/birthday-confetti-cake-base.png
new file mode 100644
index 00000000..28a680f7
Binary files /dev/null and b/public/images/items/trap/birthday-confetti-cake-base.png differ
diff --git a/public/images/items/trap/birthday-dark-magic-mirror-skin.png b/public/images/items/trap/birthday-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..2ac0827c
Binary files /dev/null and b/public/images/items/trap/birthday-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/trap/birthday-dragee-cake-base.png b/public/images/items/trap/birthday-dragee-cake-base.png
new file mode 100644
index 00000000..366fff4b
Binary files /dev/null and b/public/images/items/trap/birthday-dragee-cake-base.png differ
diff --git a/public/images/items/trap/birthday-droid-archmagus-skin.png b/public/images/items/trap/birthday-droid-archmagus-skin.png
new file mode 100644
index 00000000..ff54de55
Binary files /dev/null and b/public/images/items/trap/birthday-droid-archmagus-skin.png differ
diff --git a/public/images/items/trap/birthday-floating-arcane-upgraded-weapon-skin.png b/public/images/items/trap/birthday-floating-arcane-upgraded-weapon-skin.png
new file mode 100644
index 00000000..b1c2e3ba
Binary files /dev/null and b/public/images/items/trap/birthday-floating-arcane-upgraded-weapon-skin.png differ
diff --git a/public/images/items/trap/birthday-floating-arcane-weapon-skin.png b/public/images/items/trap/birthday-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..759046fc
Binary files /dev/null and b/public/images/items/trap/birthday-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/trap/birthday-geyser-draconic-skin.png b/public/images/items/trap/birthday-geyser-draconic-skin.png
new file mode 100644
index 00000000..05b71dc6
Binary files /dev/null and b/public/images/items/trap/birthday-geyser-draconic-skin.png differ
diff --git a/public/images/items/trap/birthday-infinite-labyrinth-trap-skin.png b/public/images/items/trap/birthday-infinite-labyrinth-trap-skin.png
new file mode 100644
index 00000000..e109ff97
Binary files /dev/null and b/public/images/items/trap/birthday-infinite-labyrinth-trap-skin.png differ
diff --git a/public/images/items/trap/birthday-meteor-prison-core-skin.png b/public/images/items/trap/birthday-meteor-prison-core-skin.png
new file mode 100644
index 00000000..0342c904
Binary files /dev/null and b/public/images/items/trap/birthday-meteor-prison-core-skin.png differ
diff --git a/public/images/items/trap/birthday-queso-fount-skin.png b/public/images/items/trap/birthday-queso-fount-skin.png
new file mode 100644
index 00000000..88de3dcd
Binary files /dev/null and b/public/images/items/trap/birthday-queso-fount-skin.png differ
diff --git a/public/images/items/trap/birthday-rift-mynorca-skin.png b/public/images/items/trap/birthday-rift-mynorca-skin.png
new file mode 100644
index 00000000..76eec9b3
Binary files /dev/null and b/public/images/items/trap/birthday-rift-mynorca-skin.png differ
diff --git a/public/images/items/trap/birthday-temporal-dissonance-skin.png b/public/images/items/trap/birthday-temporal-dissonance-skin.png
new file mode 100644
index 00000000..866fe802
Binary files /dev/null and b/public/images/items/trap/birthday-temporal-dissonance-skin.png differ
diff --git a/public/images/items/trap/birthday-ube-cake-base.png b/public/images/items/trap/birthday-ube-cake-base.png
new file mode 100644
index 00000000..a68dd5bb
Binary files /dev/null and b/public/images/items/trap/birthday-ube-cake-base.png differ
diff --git a/public/images/items/trap/birthday-upgraded-rune-shark-skin.png b/public/images/items/trap/birthday-upgraded-rune-shark-skin.png
new file mode 100644
index 00000000..b83c956c
Binary files /dev/null and b/public/images/items/trap/birthday-upgraded-rune-shark-skin.png differ
diff --git a/public/images/items/trap/black-forest-cake-base.png b/public/images/items/trap/black-forest-cake-base.png
new file mode 100644
index 00000000..29d76fba
Binary files /dev/null and b/public/images/items/trap/black-forest-cake-base.png differ
diff --git a/public/images/items/trap/black-widow-base.png b/public/images/items/trap/black-widow-base.png
new file mode 100644
index 00000000..f39baa5b
Binary files /dev/null and b/public/images/items/trap/black-widow-base.png differ
diff --git a/public/images/items/trap/blackstone-pass-weapon.png b/public/images/items/trap/blackstone-pass-weapon.png
new file mode 100644
index 00000000..d71f35bd
Binary files /dev/null and b/public/images/items/trap/blackstone-pass-weapon.png differ
diff --git a/public/images/items/trap/blizzard-storm-wrought-ballista-skin.png b/public/images/items/trap/blizzard-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..7b26bdad
Binary files /dev/null and b/public/images/items/trap/blizzard-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/trap/boiling-cauldron-weapon.png b/public/images/items/trap/boiling-cauldron-weapon.png
new file mode 100644
index 00000000..3c75934e
Binary files /dev/null and b/public/images/items/trap/boiling-cauldron-weapon.png differ
diff --git a/public/images/items/trap/bottomless-grave-weapon.png b/public/images/items/trap/bottomless-grave-weapon.png
new file mode 100644
index 00000000..ea991faa
Binary files /dev/null and b/public/images/items/trap/bottomless-grave-weapon.png differ
diff --git a/public/images/items/trap/brain-extractor-upgrade-weapon.png b/public/images/items/trap/brain-extractor-upgrade-weapon.png
new file mode 100644
index 00000000..35b3ff09
Binary files /dev/null and b/public/images/items/trap/brain-extractor-upgrade-weapon.png differ
diff --git a/public/images/items/trap/brain-extractor-weapon.png b/public/images/items/trap/brain-extractor-weapon.png
new file mode 100644
index 00000000..d58e7ea1
Binary files /dev/null and b/public/images/items/trap/brain-extractor-weapon.png differ
diff --git a/public/images/items/trap/broken-steam-laser-mk-ii-weapon.png b/public/images/items/trap/broken-steam-laser-mk-ii-weapon.png
new file mode 100644
index 00000000..4bdb60ca
Binary files /dev/null and b/public/images/items/trap/broken-steam-laser-mk-ii-weapon.png differ
diff --git a/public/images/items/trap/bubbles-party-crasher-weapon.png b/public/images/items/trap/bubbles-party-crasher-weapon.png
new file mode 100644
index 00000000..9995f07c
Binary files /dev/null and b/public/images/items/trap/bubbles-party-crasher-weapon.png differ
diff --git a/public/images/items/trap/cackle-lantern-weapon.png b/public/images/items/trap/cackle-lantern-weapon.png
new file mode 100644
index 00000000..7e481a1d
Binary files /dev/null and b/public/images/items/trap/cackle-lantern-weapon.png differ
diff --git a/public/images/items/trap/candle-chrome-monstrobot-skin.png b/public/images/items/trap/candle-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..0c4b716d
Binary files /dev/null and b/public/images/items/trap/candle-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/trap/candle-tome-of-the-minds-eye-skin.png b/public/images/items/trap/candle-tome-of-the-minds-eye-skin.png
new file mode 100644
index 00000000..b1d088d0
Binary files /dev/null and b/public/images/items/trap/candle-tome-of-the-minds-eye-skin.png differ
diff --git a/public/images/items/trap/candy-cane-base.png b/public/images/items/trap/candy-cane-base.png
new file mode 100644
index 00000000..21505a84
Binary files /dev/null and b/public/images/items/trap/candy-cane-base.png differ
diff --git a/public/images/items/trap/candy-corn-ice-maiden-skin.png b/public/images/items/trap/candy-corn-ice-maiden-skin.png
new file mode 100644
index 00000000..51e8068c
Binary files /dev/null and b/public/images/items/trap/candy-corn-ice-maiden-skin.png differ
diff --git a/public/images/items/trap/candy-crusher-weapon.png b/public/images/items/trap/candy-crusher-weapon.png
new file mode 100644
index 00000000..72132386
Binary files /dev/null and b/public/images/items/trap/candy-crusher-weapon.png differ
diff --git a/public/images/items/trap/candy-haunting-house-skin.png b/public/images/items/trap/candy-haunting-house-skin.png
new file mode 100644
index 00000000..b5ea548f
Binary files /dev/null and b/public/images/items/trap/candy-haunting-house-skin.png differ
diff --git a/public/images/items/trap/capoeira-art-of-dance-skin.png b/public/images/items/trap/capoeira-art-of-dance-skin.png
new file mode 100644
index 00000000..db3f0f98
Binary files /dev/null and b/public/images/items/trap/capoeira-art-of-dance-skin.png differ
diff --git a/public/images/items/trap/carousel-charger-weapon.png b/public/images/items/trap/carousel-charger-weapon.png
new file mode 100644
index 00000000..2bc02b37
Binary files /dev/null and b/public/images/items/trap/carousel-charger-weapon.png differ
diff --git a/public/images/items/trap/carrot-cake-base.png b/public/images/items/trap/carrot-cake-base.png
new file mode 100644
index 00000000..4812b614
Binary files /dev/null and b/public/images/items/trap/carrot-cake-base.png differ
diff --git a/public/images/items/trap/cauldron-from-the-black-lagoon-skin.png b/public/images/items/trap/cauldron-from-the-black-lagoon-skin.png
new file mode 100644
index 00000000..8f27d47c
Binary files /dev/null and b/public/images/items/trap/cauldron-from-the-black-lagoon-skin.png differ
diff --git a/public/images/items/trap/celestial-dissonance-weapon.png b/public/images/items/trap/celestial-dissonance-weapon.png
new file mode 100644
index 00000000..990dfe68
Binary files /dev/null and b/public/images/items/trap/celestial-dissonance-weapon.png differ
diff --git a/public/images/items/trap/cemetery-gate-grappler-weapon.png b/public/images/items/trap/cemetery-gate-grappler-weapon.png
new file mode 100644
index 00000000..304f1ea8
Binary files /dev/null and b/public/images/items/trap/cemetery-gate-grappler-weapon.png differ
diff --git a/public/images/items/trap/challengers-silver-base.png b/public/images/items/trap/challengers-silver-base.png
new file mode 100644
index 00000000..72d24630
Binary files /dev/null and b/public/images/items/trap/challengers-silver-base.png differ
diff --git a/public/images/items/trap/champions-gold-base.png b/public/images/items/trap/champions-gold-base.png
new file mode 100644
index 00000000..19d345c1
Binary files /dev/null and b/public/images/items/trap/champions-gold-base.png differ
diff --git a/public/images/items/trap/charming-princebot-weapon.png b/public/images/items/trap/charming-princebot-weapon.png
new file mode 100644
index 00000000..d1df052d
Binary files /dev/null and b/public/images/items/trap/charming-princebot-weapon.png differ
diff --git a/public/images/items/trap/cheese-cake-base.png b/public/images/items/trap/cheese-cake-base.png
new file mode 100644
index 00000000..ef39f765
Binary files /dev/null and b/public/images/items/trap/cheese-cake-base.png differ
diff --git a/public/images/items/trap/cheese-seeking-lighthouse-weapon.png b/public/images/items/trap/cheese-seeking-lighthouse-weapon.png
new file mode 100644
index 00000000..f9fd27fd
Binary files /dev/null and b/public/images/items/trap/cheese-seeking-lighthouse-weapon.png differ
diff --git a/public/images/items/trap/cheslas-belated-birthday-skin.png b/public/images/items/trap/cheslas-belated-birthday-skin.png
new file mode 100644
index 00000000..68ce1c21
Binary files /dev/null and b/public/images/items/trap/cheslas-belated-birthday-skin.png differ
diff --git a/public/images/items/trap/cheslas-revenge-weapon.png b/public/images/items/trap/cheslas-revenge-weapon.png
new file mode 100644
index 00000000..84b90a19
Binary files /dev/null and b/public/images/items/trap/cheslas-revenge-weapon.png differ
diff --git a/public/images/items/trap/choc-cake-base.png b/public/images/items/trap/choc-cake-base.png
new file mode 100644
index 00000000..b9acec8f
Binary files /dev/null and b/public/images/items/trap/choc-cake-base.png differ
diff --git a/public/images/items/trap/chocolate-ancient-box-trap-skin.png b/public/images/items/trap/chocolate-ancient-box-trap-skin.png
new file mode 100644
index 00000000..9d70248a
Binary files /dev/null and b/public/images/items/trap/chocolate-ancient-box-trap-skin.png differ
diff --git a/public/images/items/trap/chocolate-bar-base.png b/public/images/items/trap/chocolate-bar-base.png
new file mode 100644
index 00000000..85913be1
Binary files /dev/null and b/public/images/items/trap/chocolate-bar-base.png differ
diff --git a/public/images/items/trap/chocolate-covered-reaper-perch-skin.png b/public/images/items/trap/chocolate-covered-reaper-perch-skin.png
new file mode 100644
index 00000000..d6c7ad1f
Binary files /dev/null and b/public/images/items/trap/chocolate-covered-reaper-perch-skin.png differ
diff --git a/public/images/items/trap/chocolate-geyser-hydro-trap-skin.png b/public/images/items/trap/chocolate-geyser-hydro-trap-skin.png
new file mode 100644
index 00000000..7b74c65c
Binary files /dev/null and b/public/images/items/trap/chocolate-geyser-hydro-trap-skin.png differ
diff --git a/public/images/items/trap/christmas-cactus-weapon.png b/public/images/items/trap/christmas-cactus-weapon.png
new file mode 100644
index 00000000..d61f0f57
Binary files /dev/null and b/public/images/items/trap/christmas-cactus-weapon.png differ
diff --git a/public/images/items/trap/christmas-chrome-monstrobot-skin.png b/public/images/items/trap/christmas-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..3f55f6a0
Binary files /dev/null and b/public/images/items/trap/christmas-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/trap/christmas-cracker-trap-weapon.png b/public/images/items/trap/christmas-cracker-trap-weapon.png
new file mode 100644
index 00000000..d03c5d5c
Binary files /dev/null and b/public/images/items/trap/christmas-cracker-trap-weapon.png differ
diff --git a/public/images/items/trap/christmas-crystalabra-weapon.png b/public/images/items/trap/christmas-crystalabra-weapon.png
new file mode 100644
index 00000000..59a5d65f
Binary files /dev/null and b/public/images/items/trap/christmas-crystalabra-weapon.png differ
diff --git a/public/images/items/trap/chrome-acronym-weapon.png b/public/images/items/trap/chrome-acronym-weapon.png
new file mode 100644
index 00000000..6e4b4439
Binary files /dev/null and b/public/images/items/trap/chrome-acronym-weapon.png differ
diff --git a/public/images/items/trap/chrome-balloon-of-celebration-skin.png b/public/images/items/trap/chrome-balloon-of-celebration-skin.png
new file mode 100644
index 00000000..cf456d2d
Binary files /dev/null and b/public/images/items/trap/chrome-balloon-of-celebration-skin.png differ
diff --git a/public/images/items/trap/chrome-bee-floating-arcane-upgraded-skin.png b/public/images/items/trap/chrome-bee-floating-arcane-upgraded-skin.png
new file mode 100644
index 00000000..679b4c3f
Binary files /dev/null and b/public/images/items/trap/chrome-bee-floating-arcane-upgraded-skin.png differ
diff --git a/public/images/items/trap/chrome-birthday-cannon-skin.png b/public/images/items/trap/chrome-birthday-cannon-skin.png
new file mode 100644
index 00000000..b46082a3
Binary files /dev/null and b/public/images/items/trap/chrome-birthday-cannon-skin.png differ
diff --git a/public/images/items/trap/chrome-candle-cannon-trap-skin.png b/public/images/items/trap/chrome-candle-cannon-trap-skin.png
new file mode 100644
index 00000000..abf362ae
Binary files /dev/null and b/public/images/items/trap/chrome-candle-cannon-trap-skin.png differ
diff --git a/public/images/items/trap/chrome-cavern-of-conjuring-skin.png b/public/images/items/trap/chrome-cavern-of-conjuring-skin.png
new file mode 100644
index 00000000..8e449b47
Binary files /dev/null and b/public/images/items/trap/chrome-cavern-of-conjuring-skin.png differ
diff --git a/public/images/items/trap/chrome-celestial-creator-skin.png b/public/images/items/trap/chrome-celestial-creator-skin.png
new file mode 100644
index 00000000..e1d6f72d
Binary files /dev/null and b/public/images/items/trap/chrome-celestial-creator-skin.png differ
diff --git a/public/images/items/trap/chrome-celestial-cupcake-skin.png b/public/images/items/trap/chrome-celestial-cupcake-skin.png
new file mode 100644
index 00000000..9c23619f
Binary files /dev/null and b/public/images/items/trap/chrome-celestial-cupcake-skin.png differ
diff --git a/public/images/items/trap/chrome-celestial-dissonance-tree-skin.png b/public/images/items/trap/chrome-celestial-dissonance-tree-skin.png
new file mode 100644
index 00000000..32c01fe1
Binary files /dev/null and b/public/images/items/trap/chrome-celestial-dissonance-tree-skin.png differ
diff --git a/public/images/items/trap/chrome-celestial-dissonance-weapon.png b/public/images/items/trap/chrome-celestial-dissonance-weapon.png
new file mode 100644
index 00000000..d171f93b
Binary files /dev/null and b/public/images/items/trap/chrome-celestial-dissonance-weapon.png differ
diff --git a/public/images/items/trap/chrome-circlet-of-the-seas-skin.png b/public/images/items/trap/chrome-circlet-of-the-seas-skin.png
new file mode 100644
index 00000000..5c39d68d
Binary files /dev/null and b/public/images/items/trap/chrome-circlet-of-the-seas-skin.png differ
diff --git a/public/images/items/trap/chrome-dragon-slayer-cannon-weapon.png b/public/images/items/trap/chrome-dragon-slayer-cannon-weapon.png
new file mode 100644
index 00000000..d61c1667
Binary files /dev/null and b/public/images/items/trap/chrome-dragon-slayer-cannon-weapon.png differ
diff --git a/public/images/items/trap/chrome-driftwood-sports-cannon-skin.png b/public/images/items/trap/chrome-driftwood-sports-cannon-skin.png
new file mode 100644
index 00000000..8658dab8
Binary files /dev/null and b/public/images/items/trap/chrome-driftwood-sports-cannon-skin.png differ
diff --git a/public/images/items/trap/chrome-drillbot-weapon.png b/public/images/items/trap/chrome-drillbot-weapon.png
new file mode 100644
index 00000000..665ba491
Binary files /dev/null and b/public/images/items/trap/chrome-drillbot-weapon.png differ
diff --git a/public/images/items/trap/chrome-droid-surprise-skin.png b/public/images/items/trap/chrome-droid-surprise-skin.png
new file mode 100644
index 00000000..9097a53f
Binary files /dev/null and b/public/images/items/trap/chrome-droid-surprise-skin.png differ
diff --git a/public/images/items/trap/chrome-enchanted-dragon-slayer-turret-skin.png b/public/images/items/trap/chrome-enchanted-dragon-slayer-turret-skin.png
new file mode 100644
index 00000000..a5170884
Binary files /dev/null and b/public/images/items/trap/chrome-enchanted-dragon-slayer-turret-skin.png differ
diff --git a/public/images/items/trap/chrome-floating-arcane-upgraded-weapon.png b/public/images/items/trap/chrome-floating-arcane-upgraded-weapon.png
new file mode 100644
index 00000000..786c9494
Binary files /dev/null and b/public/images/items/trap/chrome-floating-arcane-upgraded-weapon.png differ
diff --git a/public/images/items/trap/chrome-floating-forgotten-upgraded-weapon.png b/public/images/items/trap/chrome-floating-forgotten-upgraded-weapon.png
new file mode 100644
index 00000000..be3a1607
Binary files /dev/null and b/public/images/items/trap/chrome-floating-forgotten-upgraded-weapon.png differ
diff --git a/public/images/items/trap/chrome-floral-dragon-cannon-skin.png b/public/images/items/trap/chrome-floral-dragon-cannon-skin.png
new file mode 100644
index 00000000..3819333f
Binary files /dev/null and b/public/images/items/trap/chrome-floral-dragon-cannon-skin.png differ
diff --git a/public/images/items/trap/chrome-fluffle-of-bunnies-skin.png b/public/images/items/trap/chrome-fluffle-of-bunnies-skin.png
new file mode 100644
index 00000000..a8f0a8ea
Binary files /dev/null and b/public/images/items/trap/chrome-fluffle-of-bunnies-skin.png differ
diff --git a/public/images/items/trap/chrome-ghastly-scrap-cannon-skin.png b/public/images/items/trap/chrome-ghastly-scrap-cannon-skin.png
new file mode 100644
index 00000000..caba5f47
Binary files /dev/null and b/public/images/items/trap/chrome-ghastly-scrap-cannon-skin.png differ
diff --git a/public/images/items/trap/chrome-gold-foil-thought-obliterator-skin.png b/public/images/items/trap/chrome-gold-foil-thought-obliterator-skin.png
new file mode 100644
index 00000000..6907812a
Binary files /dev/null and b/public/images/items/trap/chrome-gold-foil-thought-obliterator-skin.png differ
diff --git a/public/images/items/trap/chrome-grand-arcanum-weapon.png b/public/images/items/trap/chrome-grand-arcanum-weapon.png
new file mode 100644
index 00000000..0b7d3cb7
Binary files /dev/null and b/public/images/items/trap/chrome-grand-arcanum-weapon.png differ
diff --git a/public/images/items/trap/chrome-ice-angel-of-freezing-skin.png b/public/images/items/trap/chrome-ice-angel-of-freezing-skin.png
new file mode 100644
index 00000000..6d7f068d
Binary files /dev/null and b/public/images/items/trap/chrome-ice-angel-of-freezing-skin.png differ
diff --git a/public/images/items/trap/chrome-magic-billiard-ball-of-foretelling-skin.png b/public/images/items/trap/chrome-magic-billiard-ball-of-foretelling-skin.png
new file mode 100644
index 00000000..60389472
Binary files /dev/null and b/public/images/items/trap/chrome-magic-billiard-ball-of-foretelling-skin.png differ
diff --git a/public/images/items/trap/chrome-monstrobot-weapon.png b/public/images/items/trap/chrome-monstrobot-weapon.png
new file mode 100644
index 00000000..40a0e25f
Binary files /dev/null and b/public/images/items/trap/chrome-monstrobot-weapon.png differ
diff --git a/public/images/items/trap/chrome-nannybot-weapon.png b/public/images/items/trap/chrome-nannybot-weapon.png
new file mode 100644
index 00000000..8aaab0f9
Binary files /dev/null and b/public/images/items/trap/chrome-nannybot-weapon.png differ
diff --git a/public/images/items/trap/chrome-new-year-disco-dissonance-skin.png b/public/images/items/trap/chrome-new-year-disco-dissonance-skin.png
new file mode 100644
index 00000000..dee90ca2
Binary files /dev/null and b/public/images/items/trap/chrome-new-year-disco-dissonance-skin.png differ
diff --git a/public/images/items/trap/chrome-oasis-water-node-weapon.png b/public/images/items/trap/chrome-oasis-water-node-weapon.png
new file mode 100644
index 00000000..f11049e8
Binary files /dev/null and b/public/images/items/trap/chrome-oasis-water-node-weapon.png differ
diff --git a/public/images/items/trap/chrome-onyx-mallet-weapon.png b/public/images/items/trap/chrome-onyx-mallet-weapon.png
new file mode 100644
index 00000000..c9f5b3d0
Binary files /dev/null and b/public/images/items/trap/chrome-onyx-mallet-weapon.png differ
diff --git a/public/images/items/trap/chrome-phantasmic-oasis-weapon.png b/public/images/items/trap/chrome-phantasmic-oasis-weapon.png
new file mode 100644
index 00000000..56ddb923
Binary files /dev/null and b/public/images/items/trap/chrome-phantasmic-oasis-weapon.png differ
diff --git a/public/images/items/trap/chrome-playful-narwhal-skin.png b/public/images/items/trap/chrome-playful-narwhal-skin.png
new file mode 100644
index 00000000..79f010dc
Binary files /dev/null and b/public/images/items/trap/chrome-playful-narwhal-skin.png differ
diff --git a/public/images/items/trap/chrome-pursuing-ghost-skin.png b/public/images/items/trap/chrome-pursuing-ghost-skin.png
new file mode 100644
index 00000000..19c974e8
Binary files /dev/null and b/public/images/items/trap/chrome-pursuing-ghost-skin.png differ
diff --git a/public/images/items/trap/chrome-queen-of-the-seas-skin.png b/public/images/items/trap/chrome-queen-of-the-seas-skin.png
new file mode 100644
index 00000000..1cf65733
Binary files /dev/null and b/public/images/items/trap/chrome-queen-of-the-seas-skin.png differ
diff --git a/public/images/items/trap/chrome-regal-thinking-tree-trap-skin.png b/public/images/items/trap/chrome-regal-thinking-tree-trap-skin.png
new file mode 100644
index 00000000..d4f981e6
Binary files /dev/null and b/public/images/items/trap/chrome-regal-thinking-tree-trap-skin.png differ
diff --git a/public/images/items/trap/chrome-rhinobot-weapon.png b/public/images/items/trap/chrome-rhinobot-weapon.png
new file mode 100644
index 00000000..5541a134
Binary files /dev/null and b/public/images/items/trap/chrome-rhinobot-weapon.png differ
diff --git a/public/images/items/trap/chrome-santa-sphynx-skin.png b/public/images/items/trap/chrome-santa-sphynx-skin.png
new file mode 100644
index 00000000..23c45451
Binary files /dev/null and b/public/images/items/trap/chrome-santa-sphynx-skin.png differ
diff --git a/public/images/items/trap/chrome-school-of-aquatic-ornaments-skin.png b/public/images/items/trap/chrome-school-of-aquatic-ornaments-skin.png
new file mode 100644
index 00000000..98e9c038
Binary files /dev/null and b/public/images/items/trap/chrome-school-of-aquatic-ornaments-skin.png differ
diff --git a/public/images/items/trap/chrome-school-of-little-mermaids-skin.png b/public/images/items/trap/chrome-school-of-little-mermaids-skin.png
new file mode 100644
index 00000000..e8e96f54
Binary files /dev/null and b/public/images/items/trap/chrome-school-of-little-mermaids-skin.png differ
diff --git a/public/images/items/trap/chrome-school-of-sharks-weapon.png b/public/images/items/trap/chrome-school-of-sharks-weapon.png
new file mode 100644
index 00000000..29b3e77c
Binary files /dev/null and b/public/images/items/trap/chrome-school-of-sharks-weapon.png differ
diff --git a/public/images/items/trap/chrome-school-of-tiger-sharks-skin.png b/public/images/items/trap/chrome-school-of-tiger-sharks-skin.png
new file mode 100644
index 00000000..b87321b7
Binary files /dev/null and b/public/images/items/trap/chrome-school-of-tiger-sharks-skin.png differ
diff --git a/public/images/items/trap/chrome-silo-chrome-thought-obliterator-skin.png b/public/images/items/trap/chrome-silo-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..b8cb7476
Binary files /dev/null and b/public/images/items/trap/chrome-silo-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/trap/chrome-sleepover-shark-skin.png b/public/images/items/trap/chrome-sleepover-shark-skin.png
new file mode 100644
index 00000000..8c1ddbcc
Binary files /dev/null and b/public/images/items/trap/chrome-sleepover-shark-skin.png differ
diff --git a/public/images/items/trap/chrome-sphynx-weapon.png b/public/images/items/trap/chrome-sphynx-weapon.png
new file mode 100644
index 00000000..d3e3bfc5
Binary files /dev/null and b/public/images/items/trap/chrome-sphynx-weapon.png differ
diff --git a/public/images/items/trap/chrome-spring-hunt-celestial-dissonance-skin.png b/public/images/items/trap/chrome-spring-hunt-celestial-dissonance-skin.png
new file mode 100644
index 00000000..9cd3f655
Binary files /dev/null and b/public/images/items/trap/chrome-spring-hunt-celestial-dissonance-skin.png differ
diff --git a/public/images/items/trap/chrome-storm-wrought-ballista-weapon.png b/public/images/items/trap/chrome-storm-wrought-ballista-weapon.png
new file mode 100644
index 00000000..e80fd062
Binary files /dev/null and b/public/images/items/trap/chrome-storm-wrought-ballista-weapon.png differ
diff --git a/public/images/items/trap/chrome-tacky-glue-weapon.png b/public/images/items/trap/chrome-tacky-glue-weapon.png
new file mode 100644
index 00000000..aa68d089
Binary files /dev/null and b/public/images/items/trap/chrome-tacky-glue-weapon.png differ
diff --git a/public/images/items/trap/chrome-temporal-turbine-weapon.png b/public/images/items/trap/chrome-temporal-turbine-weapon.png
new file mode 100644
index 00000000..1a8687c2
Binary files /dev/null and b/public/images/items/trap/chrome-temporal-turbine-weapon.png differ
diff --git a/public/images/items/trap/chrome-thought-entangler-skin.png b/public/images/items/trap/chrome-thought-entangler-skin.png
new file mode 100644
index 00000000..18aaa723
Binary files /dev/null and b/public/images/items/trap/chrome-thought-entangler-skin.png differ
diff --git a/public/images/items/trap/chrome-unchained-obliterator-skin.png b/public/images/items/trap/chrome-unchained-obliterator-skin.png
new file mode 100644
index 00000000..fc65e9f0
Binary files /dev/null and b/public/images/items/trap/chrome-unchained-obliterator-skin.png differ
diff --git a/public/images/items/trap/chrome-winter-celestial-dissonance-skin.png b/public/images/items/trap/chrome-winter-celestial-dissonance-skin.png
new file mode 100644
index 00000000..5b3fdd51
Binary files /dev/null and b/public/images/items/trap/chrome-winter-celestial-dissonance-skin.png differ
diff --git a/public/images/items/trap/chrono-gwh-weapon.png b/public/images/items/trap/chrono-gwh-weapon.png
new file mode 100644
index 00000000..99ae26aa
Binary files /dev/null and b/public/images/items/trap/chrono-gwh-weapon.png differ
diff --git a/public/images/items/trap/circlet-of-summoning-skin.png b/public/images/items/trap/circlet-of-summoning-skin.png
new file mode 100644
index 00000000..172fee36
Binary files /dev/null and b/public/images/items/trap/circlet-of-summoning-skin.png differ
diff --git a/public/images/items/trap/claw-shot-base.png b/public/images/items/trap/claw-shot-base.png
new file mode 100644
index 00000000..8fe2350f
Binary files /dev/null and b/public/images/items/trap/claw-shot-base.png differ
diff --git a/public/images/items/trap/cloaking-droid-weapon.png b/public/images/items/trap/cloaking-droid-weapon.png
new file mode 100644
index 00000000..3e8b41f9
Binary files /dev/null and b/public/images/items/trap/cloaking-droid-weapon.png differ
diff --git a/public/images/items/trap/clockapult-of-time-weapon.png b/public/images/items/trap/clockapult-of-time-weapon.png
new file mode 100644
index 00000000..7b5f794b
Binary files /dev/null and b/public/images/items/trap/clockapult-of-time-weapon.png differ
diff --git a/public/images/items/trap/clockapult-of-winter-past-weapon.png b/public/images/items/trap/clockapult-of-winter-past-weapon.png
new file mode 100644
index 00000000..63537842
Binary files /dev/null and b/public/images/items/trap/clockapult-of-winter-past-weapon.png differ
diff --git a/public/images/items/trap/clockwork-base.png b/public/images/items/trap/clockwork-base.png
new file mode 100644
index 00000000..95f9323b
Binary files /dev/null and b/public/images/items/trap/clockwork-base.png differ
diff --git a/public/images/items/trap/clockwork-portal-weapon.png b/public/images/items/trap/clockwork-portal-weapon.png
new file mode 100644
index 00000000..677d2836
Binary files /dev/null and b/public/images/items/trap/clockwork-portal-weapon.png differ
diff --git a/public/images/items/trap/cloud-covered-floating-law-upgraded-skin.png b/public/images/items/trap/cloud-covered-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..e157f619
Binary files /dev/null and b/public/images/items/trap/cloud-covered-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/trap/cocoa-candy-crusher-skin.png b/public/images/items/trap/cocoa-candy-crusher-skin.png
new file mode 100644
index 00000000..952d3cc1
Binary files /dev/null and b/public/images/items/trap/cocoa-candy-crusher-skin.png differ
diff --git a/public/images/items/trap/compass-magnet-base.png b/public/images/items/trap/compass-magnet-base.png
new file mode 100644
index 00000000..b8421f74
Binary files /dev/null and b/public/images/items/trap/compass-magnet-base.png differ
diff --git a/public/images/items/trap/competitors-bronze-base.png b/public/images/items/trap/competitors-bronze-base.png
new file mode 100644
index 00000000..6337a348
Binary files /dev/null and b/public/images/items/trap/competitors-bronze-base.png differ
diff --git a/public/images/items/trap/condemned-base.png b/public/images/items/trap/condemned-base.png
new file mode 100644
index 00000000..4975748e
Binary files /dev/null and b/public/images/items/trap/condemned-base.png differ
diff --git a/public/images/items/trap/constellation-chrome-sphynx-skin.png b/public/images/items/trap/constellation-chrome-sphynx-skin.png
new file mode 100644
index 00000000..759e93fc
Binary files /dev/null and b/public/images/items/trap/constellation-chrome-sphynx-skin.png differ
diff --git a/public/images/items/trap/coral-clockwork-portal-skin.png b/public/images/items/trap/coral-clockwork-portal-skin.png
new file mode 100644
index 00000000..88cb755b
Binary files /dev/null and b/public/images/items/trap/coral-clockwork-portal-skin.png differ
diff --git a/public/images/items/trap/coral-oasis-skin.png b/public/images/items/trap/coral-oasis-skin.png
new file mode 100644
index 00000000..98763a88
Binary files /dev/null and b/public/images/items/trap/coral-oasis-skin.png differ
diff --git a/public/images/items/trap/coral-phantasmic-oasis-skin.png b/public/images/items/trap/coral-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..3bcaf32f
Binary files /dev/null and b/public/images/items/trap/coral-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/trap/cosmic-kingbot-trap-skin.png b/public/images/items/trap/cosmic-kingbot-trap-skin.png
new file mode 100644
index 00000000..7a850148
Binary files /dev/null and b/public/images/items/trap/cosmic-kingbot-trap-skin.png differ
diff --git a/public/images/items/trap/costume-ambush-skin.png b/public/images/items/trap/costume-ambush-skin.png
new file mode 100644
index 00000000..fd95c045
Binary files /dev/null and b/public/images/items/trap/costume-ambush-skin.png differ
diff --git a/public/images/items/trap/costume-party-of-sharks-skin.png b/public/images/items/trap/costume-party-of-sharks-skin.png
new file mode 100644
index 00000000..ecb12fa9
Binary files /dev/null and b/public/images/items/trap/costume-party-of-sharks-skin.png differ
diff --git a/public/images/items/trap/cotton-candy-floating-law-upgraded-skin.png b/public/images/items/trap/cotton-candy-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..d3c9667a
Binary files /dev/null and b/public/images/items/trap/cotton-candy-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/trap/creepy-coffin-weapon.png b/public/images/items/trap/creepy-coffin-weapon.png
new file mode 100644
index 00000000..8b06c4a0
Binary files /dev/null and b/public/images/items/trap/creepy-coffin-weapon.png differ
diff --git a/public/images/items/trap/crushed-birthday-cake-base.png b/public/images/items/trap/crushed-birthday-cake-base.png
new file mode 100644
index 00000000..1e470927
Binary files /dev/null and b/public/images/items/trap/crushed-birthday-cake-base.png differ
diff --git a/public/images/items/trap/crux-of-dragon-devastation-skin.png b/public/images/items/trap/crux-of-dragon-devastation-skin.png
new file mode 100644
index 00000000..275d2afc
Binary files /dev/null and b/public/images/items/trap/crux-of-dragon-devastation-skin.png differ
diff --git a/public/images/items/trap/cryst-hal-tower-skin.png b/public/images/items/trap/cryst-hal-tower-skin.png
new file mode 100644
index 00000000..2f4d1297
Binary files /dev/null and b/public/images/items/trap/cryst-hal-tower-skin.png differ
diff --git a/public/images/items/trap/crystal-heart-mynorca-skin.png b/public/images/items/trap/crystal-heart-mynorca-skin.png
new file mode 100644
index 00000000..336e5605
Binary files /dev/null and b/public/images/items/trap/crystal-heart-mynorca-skin.png differ
diff --git a/public/images/items/trap/crystal-mineral-crusher-weapon.png b/public/images/items/trap/crystal-mineral-crusher-weapon.png
new file mode 100644
index 00000000..50e583f1
Binary files /dev/null and b/public/images/items/trap/crystal-mineral-crusher-weapon.png differ
diff --git a/public/images/items/trap/crystal-tower-weapon.png b/public/images/items/trap/crystal-tower-weapon.png
new file mode 100644
index 00000000..0cb6e5da
Binary files /dev/null and b/public/images/items/trap/crystal-tower-weapon.png differ
diff --git a/public/images/items/trap/cupcake-2016-birthday-base.png b/public/images/items/trap/cupcake-2016-birthday-base.png
new file mode 100644
index 00000000..9e1e7315
Binary files /dev/null and b/public/images/items/trap/cupcake-2016-birthday-base.png differ
diff --git a/public/images/items/trap/cupcake-2017-birthday-base.png b/public/images/items/trap/cupcake-2017-birthday-base.png
new file mode 100644
index 00000000..1f9fe62b
Binary files /dev/null and b/public/images/items/trap/cupcake-2017-birthday-base.png differ
diff --git a/public/images/items/trap/cupcake-birthday-base.png b/public/images/items/trap/cupcake-birthday-base.png
new file mode 100644
index 00000000..69c2d5f2
Binary files /dev/null and b/public/images/items/trap/cupcake-birthday-base.png differ
diff --git a/public/images/items/trap/cupcake-bot-weapon.png b/public/images/items/trap/cupcake-bot-weapon.png
new file mode 100644
index 00000000..04c7e96b
Binary files /dev/null and b/public/images/items/trap/cupcake-bot-weapon.png differ
diff --git a/public/images/items/trap/cupcake-endless-labyrinth-skin.png b/public/images/items/trap/cupcake-endless-labyrinth-skin.png
new file mode 100644
index 00000000..30be31e4
Binary files /dev/null and b/public/images/items/trap/cupcake-endless-labyrinth-skin.png differ
diff --git a/public/images/items/trap/cupcake-meteor-prison-core-skin.png b/public/images/items/trap/cupcake-meteor-prison-core-skin.png
new file mode 100644
index 00000000..400b9f07
Binary files /dev/null and b/public/images/items/trap/cupcake-meteor-prison-core-skin.png differ
diff --git a/public/images/items/trap/curse-breaker-base.png b/public/images/items/trap/curse-breaker-base.png
new file mode 100644
index 00000000..c7fc1b0a
Binary files /dev/null and b/public/images/items/trap/curse-breaker-base.png differ
diff --git a/public/images/items/trap/dark-chocolate-bunny-weapon.png b/public/images/items/trap/dark-chocolate-bunny-weapon.png
new file mode 100644
index 00000000..d7b68677
Binary files /dev/null and b/public/images/items/trap/dark-chocolate-bunny-weapon.png differ
diff --git a/public/images/items/trap/dark-magic-mirror-weapon.png b/public/images/items/trap/dark-magic-mirror-weapon.png
new file mode 100644
index 00000000..e768f4a9
Binary files /dev/null and b/public/images/items/trap/dark-magic-mirror-weapon.png differ
diff --git a/public/images/items/trap/dark-magic-reflecting-pool-skin.png b/public/images/items/trap/dark-magic-reflecting-pool-skin.png
new file mode 100644
index 00000000..9584fca0
Binary files /dev/null and b/public/images/items/trap/dark-magic-reflecting-pool-skin.png differ
diff --git a/public/images/items/trap/deadwood-plank-base.png b/public/images/items/trap/deadwood-plank-base.png
new file mode 100644
index 00000000..ed81131b
Binary files /dev/null and b/public/images/items/trap/deadwood-plank-base.png differ
diff --git a/public/images/items/trap/deathbot-chrome-edition-weapon.png b/public/images/items/trap/deathbot-chrome-edition-weapon.png
new file mode 100644
index 00000000..50f87388
Binary files /dev/null and b/public/images/items/trap/deathbot-chrome-edition-weapon.png differ
diff --git a/public/images/items/trap/deep-freeze-base.png b/public/images/items/trap/deep-freeze-base.png
new file mode 100644
index 00000000..ac3dafe7
Binary files /dev/null and b/public/images/items/trap/deep-freeze-base.png differ
diff --git a/public/images/items/trap/dehydration-base.png b/public/images/items/trap/dehydration-base.png
new file mode 100644
index 00000000..f1dae5cb
Binary files /dev/null and b/public/images/items/trap/dehydration-base.png differ
diff --git a/public/images/items/trap/denture-base.png b/public/images/items/trap/denture-base.png
new file mode 100644
index 00000000..7de27f36
Binary files /dev/null and b/public/images/items/trap/denture-base.png differ
diff --git a/public/images/items/trap/depth-charge-base.png b/public/images/items/trap/depth-charge-base.png
new file mode 100644
index 00000000..244e020a
Binary files /dev/null and b/public/images/items/trap/depth-charge-base.png differ
diff --git a/public/images/items/trap/derelict-airship-weapon.png b/public/images/items/trap/derelict-airship-weapon.png
new file mode 100644
index 00000000..8c9144b2
Binary files /dev/null and b/public/images/items/trap/derelict-airship-weapon.png differ
diff --git a/public/images/items/trap/desert-heater-base.png b/public/images/items/trap/desert-heater-base.png
new file mode 100644
index 00000000..ffc53998
Binary files /dev/null and b/public/images/items/trap/desert-heater-base.png differ
diff --git a/public/images/items/trap/digby-drillbot-weapon.png b/public/images/items/trap/digby-drillbot-weapon.png
new file mode 100644
index 00000000..87e346dc
Binary files /dev/null and b/public/images/items/trap/digby-drillbot-weapon.png differ
diff --git a/public/images/items/trap/dimensional-chest-weapon.png b/public/images/items/trap/dimensional-chest-weapon.png
new file mode 100644
index 00000000..926ce8ce
Binary files /dev/null and b/public/images/items/trap/dimensional-chest-weapon.png differ
diff --git a/public/images/items/trap/dirigible-temporal-dissonance-skin.png b/public/images/items/trap/dirigible-temporal-dissonance-skin.png
new file mode 100644
index 00000000..c6526111
Binary files /dev/null and b/public/images/items/trap/dirigible-temporal-dissonance-skin.png differ
diff --git a/public/images/items/trap/disco-art-of-dance-skin.png b/public/images/items/trap/disco-art-of-dance-skin.png
new file mode 100644
index 00000000..dfe05d22
Binary files /dev/null and b/public/images/items/trap/disco-art-of-dance-skin.png differ
diff --git a/public/images/items/trap/dnd-dark-magic-mirror-skin.png b/public/images/items/trap/dnd-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..1a997fa5
Binary files /dev/null and b/public/images/items/trap/dnd-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/trap/dog-droid-archmagus-skin.png b/public/images/items/trap/dog-droid-archmagus-skin.png
new file mode 100644
index 00000000..744dc81a
Binary files /dev/null and b/public/images/items/trap/dog-droid-archmagus-skin.png differ
diff --git a/public/images/items/trap/dog-jade-base.png b/public/images/items/trap/dog-jade-base.png
new file mode 100644
index 00000000..5f7ef660
Binary files /dev/null and b/public/images/items/trap/dog-jade-base.png differ
diff --git a/public/images/items/trap/double-diamond-toboggan-adventure-weapon.png b/public/images/items/trap/double-diamond-toboggan-adventure-weapon.png
new file mode 100644
index 00000000..6b6b7774
Binary files /dev/null and b/public/images/items/trap/double-diamond-toboggan-adventure-weapon.png differ
diff --git a/public/images/items/trap/draconic-disintegrator-ray-skin.png b/public/images/items/trap/draconic-disintegrator-ray-skin.png
new file mode 100644
index 00000000..d72bc83b
Binary files /dev/null and b/public/images/items/trap/draconic-disintegrator-ray-skin.png differ
diff --git a/public/images/items/trap/draculoid-dark-magic-mirror-skin.png b/public/images/items/trap/draculoid-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..94f1dddb
Binary files /dev/null and b/public/images/items/trap/draculoid-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/trap/dragon-devastator-multicannon-weapon.png b/public/images/items/trap/dragon-devastator-multicannon-weapon.png
new file mode 100644
index 00000000..00ab8fe1
Binary files /dev/null and b/public/images/items/trap/dragon-devastator-multicannon-weapon.png differ
diff --git a/public/images/items/trap/dragon-jade-base.png b/public/images/items/trap/dragon-jade-base.png
new file mode 100644
index 00000000..b3de3b1a
Binary files /dev/null and b/public/images/items/trap/dragon-jade-base.png differ
diff --git a/public/images/items/trap/dragon-lance-weapon.png b/public/images/items/trap/dragon-lance-weapon.png
new file mode 100644
index 00000000..8926a216
Binary files /dev/null and b/public/images/items/trap/dragon-lance-weapon.png differ
diff --git a/public/images/items/trap/dragon-scale-ice-maiden-skin.png b/public/images/items/trap/dragon-scale-ice-maiden-skin.png
new file mode 100644
index 00000000..75426f8d
Binary files /dev/null and b/public/images/items/trap/dragon-scale-ice-maiden-skin.png differ
diff --git a/public/images/items/trap/dragonbreath-acronym-skin.png b/public/images/items/trap/dragonbreath-acronym-skin.png
new file mode 100644
index 00000000..2d19dd80
Binary files /dev/null and b/public/images/items/trap/dragonbreath-acronym-skin.png differ
diff --git a/public/images/items/trap/dragonhide-sliver-forge-base.png b/public/images/items/trap/dragonhide-sliver-forge-base.png
new file mode 100644
index 00000000..0a2c362b
Binary files /dev/null and b/public/images/items/trap/dragonhide-sliver-forge-base.png differ
diff --git a/public/images/items/trap/dragons-breath-opal-refractor-base.png b/public/images/items/trap/dragons-breath-opal-refractor-base.png
new file mode 100644
index 00000000..6c09343d
Binary files /dev/null and b/public/images/items/trap/dragons-breath-opal-refractor-base.png differ
diff --git a/public/images/items/trap/dragonslime-dragonvine-ballista-skin.png b/public/images/items/trap/dragonslime-dragonvine-ballista-skin.png
new file mode 100644
index 00000000..962b1f2a
Binary files /dev/null and b/public/images/items/trap/dragonslime-dragonvine-ballista-skin.png differ
diff --git a/public/images/items/trap/dragonsnare-celestial-orb-launcher-skin.png b/public/images/items/trap/dragonsnare-celestial-orb-launcher-skin.png
new file mode 100644
index 00000000..dfe7223a
Binary files /dev/null and b/public/images/items/trap/dragonsnare-celestial-orb-launcher-skin.png differ
diff --git a/public/images/items/trap/dragonsnare-gourd-launcher-skin.png b/public/images/items/trap/dragonsnare-gourd-launcher-skin.png
new file mode 100644
index 00000000..61e6661c
Binary files /dev/null and b/public/images/items/trap/dragonsnare-gourd-launcher-skin.png differ
diff --git a/public/images/items/trap/dragonsnare-net-launcher-weapon.png b/public/images/items/trap/dragonsnare-net-launcher-weapon.png
new file mode 100644
index 00000000..a14a7c27
Binary files /dev/null and b/public/images/items/trap/dragonsnare-net-launcher-weapon.png differ
diff --git a/public/images/items/trap/dragonsnare-sleigh-trap-skin.png b/public/images/items/trap/dragonsnare-sleigh-trap-skin.png
new file mode 100644
index 00000000..1c48cf1c
Binary files /dev/null and b/public/images/items/trap/dragonsnare-sleigh-trap-skin.png differ
diff --git a/public/images/items/trap/dragonvine-ballista-weapon.png b/public/images/items/trap/dragonvine-ballista-weapon.png
new file mode 100644
index 00000000..87ff7969
Binary files /dev/null and b/public/images/items/trap/dragonvine-ballista-weapon.png differ
diff --git a/public/images/items/trap/dreaded-totem-weapon.png b/public/images/items/trap/dreaded-totem-weapon.png
new file mode 100644
index 00000000..b5f9da1e
Binary files /dev/null and b/public/images/items/trap/dreaded-totem-weapon.png differ
diff --git a/public/images/items/trap/droid-archmagus-weapon.png b/public/images/items/trap/droid-archmagus-weapon.png
new file mode 100644
index 00000000..196b5f2c
Binary files /dev/null and b/public/images/items/trap/droid-archmagus-weapon.png differ
diff --git a/public/images/items/trap/eerie-base.png b/public/images/items/trap/eerie-base.png
new file mode 100644
index 00000000..2f7eb3ca
Binary files /dev/null and b/public/images/items/trap/eerie-base.png differ
diff --git a/public/images/items/trap/eerie-upgraded-base.png b/public/images/items/trap/eerie-upgraded-base.png
new file mode 100644
index 00000000..46e18d18
Binary files /dev/null and b/public/images/items/trap/eerie-upgraded-base.png differ
diff --git a/public/images/items/trap/egg-basket-ancient-box-trap-skin.png b/public/images/items/trap/egg-basket-ancient-box-trap-skin.png
new file mode 100644
index 00000000..68729f92
Binary files /dev/null and b/public/images/items/trap/egg-basket-ancient-box-trap-skin.png differ
diff --git a/public/images/items/trap/egg-basket-dimensional-chest-skin.png b/public/images/items/trap/egg-basket-dimensional-chest-skin.png
new file mode 100644
index 00000000..4c79bd19
Binary files /dev/null and b/public/images/items/trap/egg-basket-dimensional-chest-skin.png differ
diff --git a/public/images/items/trap/egg-tome-of-the-minds-eye-skin.png b/public/images/items/trap/egg-tome-of-the-minds-eye-skin.png
new file mode 100644
index 00000000..dad27b8b
Binary files /dev/null and b/public/images/items/trap/egg-tome-of-the-minds-eye-skin.png differ
diff --git a/public/images/items/trap/eggstravagant-kingbot-skin.png b/public/images/items/trap/eggstravagant-kingbot-skin.png
new file mode 100644
index 00000000..194292b3
Binary files /dev/null and b/public/images/items/trap/eggstravagant-kingbot-skin.png differ
diff --git a/public/images/items/trap/electromagnet-meteorite-base.png b/public/images/items/trap/electromagnet-meteorite-base.png
new file mode 100644
index 00000000..5ad8a13a
Binary files /dev/null and b/public/images/items/trap/electromagnet-meteorite-base.png differ
diff --git a/public/images/items/trap/elixir-exchanger-base.png b/public/images/items/trap/elixir-exchanger-base.png
new file mode 100644
index 00000000..6bffaeae
Binary files /dev/null and b/public/images/items/trap/elixir-exchanger-base.png differ
diff --git a/public/images/items/trap/ember-prison-core-weapon.png b/public/images/items/trap/ember-prison-core-weapon.png
new file mode 100644
index 00000000..7a0dcf0c
Binary files /dev/null and b/public/images/items/trap/ember-prison-core-weapon.png differ
diff --git a/public/images/items/trap/empyrean-jewel-base.png b/public/images/items/trap/empyrean-jewel-base.png
new file mode 100644
index 00000000..3b54667c
Binary files /dev/null and b/public/images/items/trap/empyrean-jewel-base.png differ
diff --git a/public/images/items/trap/endless-labyrinth-weapon.png b/public/images/items/trap/endless-labyrinth-weapon.png
new file mode 100644
index 00000000..286e7404
Binary files /dev/null and b/public/images/items/trap/endless-labyrinth-weapon.png differ
diff --git a/public/images/items/trap/engine-doubler-weapon.png b/public/images/items/trap/engine-doubler-weapon.png
new file mode 100644
index 00000000..638f9945
Binary files /dev/null and b/public/images/items/trap/engine-doubler-weapon.png differ
diff --git a/public/images/items/trap/enraged-love-bot-skin.png b/public/images/items/trap/enraged-love-bot-skin.png
new file mode 100644
index 00000000..20818d65
Binary files /dev/null and b/public/images/items/trap/enraged-love-bot-skin.png differ
diff --git a/public/images/items/trap/enraged-rhinobot-weapon.png b/public/images/items/trap/enraged-rhinobot-weapon.png
new file mode 100644
index 00000000..b4d40300
Binary files /dev/null and b/public/images/items/trap/enraged-rhinobot-weapon.png differ
diff --git a/public/images/items/trap/eternal-frost-ember-prison-core-skin.png b/public/images/items/trap/eternal-frost-ember-prison-core-skin.png
new file mode 100644
index 00000000..55567c64
Binary files /dev/null and b/public/images/items/trap/eternal-frost-ember-prison-core-skin.png differ
diff --git a/public/images/items/trap/event-horizon-weapon.png b/public/images/items/trap/event-horizon-weapon.png
new file mode 100644
index 00000000..fa24e085
Binary files /dev/null and b/public/images/items/trap/event-horizon-weapon.png differ
diff --git a/public/images/items/trap/explosive-base.png b/public/images/items/trap/explosive-base.png
new file mode 100644
index 00000000..e35b4362
Binary files /dev/null and b/public/images/items/trap/explosive-base.png differ
diff --git a/public/images/items/trap/explosive-pumpkin-core-skin.png b/public/images/items/trap/explosive-pumpkin-core-skin.png
new file mode 100644
index 00000000..469e3a53
Binary files /dev/null and b/public/images/items/trap/explosive-pumpkin-core-skin.png differ
diff --git a/public/images/items/trap/explosive-toboggan-ride-weapon.png b/public/images/items/trap/explosive-toboggan-ride-weapon.png
new file mode 100644
index 00000000..eda40c04
Binary files /dev/null and b/public/images/items/trap/explosive-toboggan-ride-weapon.png differ
diff --git a/public/images/items/trap/extremely-enraged-rhinobot-skin.png b/public/images/items/trap/extremely-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..88c244ab
Binary files /dev/null and b/public/images/items/trap/extremely-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/trap/fairy-droidmother-skin.png b/public/images/items/trap/fairy-droidmother-skin.png
new file mode 100644
index 00000000..04be2fa1
Binary files /dev/null and b/public/images/items/trap/fairy-droidmother-skin.png differ
diff --git a/public/images/items/trap/fan-base.png b/public/images/items/trap/fan-base.png
new file mode 100644
index 00000000..8cfc2684
Binary files /dev/null and b/public/images/items/trap/fan-base.png differ
diff --git a/public/images/items/trap/fat-cat-chrome-sphynx-wrath-skin.png b/public/images/items/trap/fat-cat-chrome-sphynx-wrath-skin.png
new file mode 100644
index 00000000..47310fec
Binary files /dev/null and b/public/images/items/trap/fat-cat-chrome-sphynx-wrath-skin.png differ
diff --git a/public/images/items/trap/festive-box-trap-skin.png b/public/images/items/trap/festive-box-trap-skin.png
new file mode 100644
index 00000000..edd590a6
Binary files /dev/null and b/public/images/items/trap/festive-box-trap-skin.png differ
diff --git a/public/images/items/trap/festive-chrome-temporal-turbine-trap-skin.png b/public/images/items/trap/festive-chrome-temporal-turbine-trap-skin.png
new file mode 100644
index 00000000..1360520f
Binary files /dev/null and b/public/images/items/trap/festive-chrome-temporal-turbine-trap-skin.png differ
diff --git a/public/images/items/trap/festive-droid-archmagus-skin.png b/public/images/items/trap/festive-droid-archmagus-skin.png
new file mode 100644
index 00000000..0e9bb4d2
Binary files /dev/null and b/public/images/items/trap/festive-droid-archmagus-skin.png differ
diff --git a/public/images/items/trap/festive-gauntlet-crusher-weapon.png b/public/images/items/trap/festive-gauntlet-crusher-weapon.png
new file mode 100644
index 00000000..76eeb981
Binary files /dev/null and b/public/images/items/trap/festive-gauntlet-crusher-weapon.png differ
diff --git a/public/images/items/trap/festive-winter-hunt-base.png b/public/images/items/trap/festive-winter-hunt-base.png
new file mode 100644
index 00000000..f77ba9e3
Binary files /dev/null and b/public/images/items/trap/festive-winter-hunt-base.png differ
diff --git a/public/images/items/trap/firecracker-base.png b/public/images/items/trap/firecracker-base.png
new file mode 100644
index 00000000..f4a86126
Binary files /dev/null and b/public/images/items/trap/firecracker-base.png differ
diff --git a/public/images/items/trap/fissure-base.png b/public/images/items/trap/fissure-base.png
new file mode 100644
index 00000000..cf3f2b1a
Binary files /dev/null and b/public/images/items/trap/fissure-base.png differ
diff --git a/public/images/items/trap/floating-arcane-upgraded-weapon.png b/public/images/items/trap/floating-arcane-upgraded-weapon.png
new file mode 100644
index 00000000..8531cac3
Binary files /dev/null and b/public/images/items/trap/floating-arcane-upgraded-weapon.png differ
diff --git a/public/images/items/trap/floating-arcane-weapon.png b/public/images/items/trap/floating-arcane-weapon.png
new file mode 100644
index 00000000..d5efd5b9
Binary files /dev/null and b/public/images/items/trap/floating-arcane-weapon.png differ
diff --git a/public/images/items/trap/floating-forgotten-upgraded-weapon.png b/public/images/items/trap/floating-forgotten-upgraded-weapon.png
new file mode 100644
index 00000000..f02bcfb5
Binary files /dev/null and b/public/images/items/trap/floating-forgotten-upgraded-weapon.png differ
diff --git a/public/images/items/trap/floating-forgotten-weapon.png b/public/images/items/trap/floating-forgotten-weapon.png
new file mode 100644
index 00000000..0ae56232
Binary files /dev/null and b/public/images/items/trap/floating-forgotten-weapon.png differ
diff --git a/public/images/items/trap/floating-law-upgraded-jade-skin.png b/public/images/items/trap/floating-law-upgraded-jade-skin.png
new file mode 100644
index 00000000..78bc43fd
Binary files /dev/null and b/public/images/items/trap/floating-law-upgraded-jade-skin.png differ
diff --git a/public/images/items/trap/floating-law-upgraded-weapon.png b/public/images/items/trap/floating-law-upgraded-weapon.png
new file mode 100644
index 00000000..364d7b4a
Binary files /dev/null and b/public/images/items/trap/floating-law-upgraded-weapon.png differ
diff --git a/public/images/items/trap/floating-law-weapon.png b/public/images/items/trap/floating-law-weapon.png
new file mode 100644
index 00000000..738c07d6
Binary files /dev/null and b/public/images/items/trap/floating-law-weapon.png differ
diff --git a/public/images/items/trap/floating-tactical-upgraded-weapon.png b/public/images/items/trap/floating-tactical-upgraded-weapon.png
new file mode 100644
index 00000000..840f051a
Binary files /dev/null and b/public/images/items/trap/floating-tactical-upgraded-weapon.png differ
diff --git a/public/images/items/trap/floating-tactical-weapon.png b/public/images/items/trap/floating-tactical-weapon.png
new file mode 100644
index 00000000..1e458f12
Binary files /dev/null and b/public/images/items/trap/floating-tactical-weapon.png differ
diff --git a/public/images/items/trap/fluffy-deathbot-weapon.png b/public/images/items/trap/fluffy-deathbot-weapon.png
new file mode 100644
index 00000000..84b6dcb0
Binary files /dev/null and b/public/images/items/trap/fluffy-deathbot-weapon.png differ
diff --git a/public/images/items/trap/focused-crystal-laser-weapon.png b/public/images/items/trap/focused-crystal-laser-weapon.png
new file mode 100644
index 00000000..5d51abf1
Binary files /dev/null and b/public/images/items/trap/focused-crystal-laser-weapon.png differ
diff --git a/public/images/items/trap/focused-ram-eye-laser-skin.png b/public/images/items/trap/focused-ram-eye-laser-skin.png
new file mode 100644
index 00000000..33152e47
Binary files /dev/null and b/public/images/items/trap/focused-ram-eye-laser-skin.png differ
diff --git a/public/images/items/trap/folklore-printing-press-base.png b/public/images/items/trap/folklore-printing-press-base.png
new file mode 100644
index 00000000..ce4b279c
Binary files /dev/null and b/public/images/items/trap/folklore-printing-press-base.png differ
diff --git a/public/images/items/trap/forecaster-base.png b/public/images/items/trap/forecaster-base.png
new file mode 100644
index 00000000..fe660682
Binary files /dev/null and b/public/images/items/trap/forecaster-base.png differ
diff --git a/public/images/items/trap/forgotten-art-of-dance-weapon.png b/public/images/items/trap/forgotten-art-of-dance-weapon.png
new file mode 100644
index 00000000..8d1f2840
Binary files /dev/null and b/public/images/items/trap/forgotten-art-of-dance-weapon.png differ
diff --git a/public/images/items/trap/fount-of-fluff-skin.png b/public/images/items/trap/fount-of-fluff-skin.png
new file mode 100644
index 00000000..cbdb18ed
Binary files /dev/null and b/public/images/items/trap/fount-of-fluff-skin.png differ
diff --git a/public/images/items/trap/fracture-base.png b/public/images/items/trap/fracture-base.png
new file mode 100644
index 00000000..51129020
Binary files /dev/null and b/public/images/items/trap/fracture-base.png differ
diff --git a/public/images/items/trap/frosted-dragonvine-ballista-skin.png b/public/images/items/trap/frosted-dragonvine-ballista-skin.png
new file mode 100644
index 00000000..548346ee
Binary files /dev/null and b/public/images/items/trap/frosted-dragonvine-ballista-skin.png differ
diff --git a/public/images/items/trap/fungal-gemstone-skin.png b/public/images/items/trap/fungal-gemstone-skin.png
new file mode 100644
index 00000000..f707aa2c
Binary files /dev/null and b/public/images/items/trap/fungal-gemstone-skin.png differ
diff --git a/public/images/items/trap/furoma-base.png b/public/images/items/trap/furoma-base.png
new file mode 100644
index 00000000..09ce9f74
Binary files /dev/null and b/public/images/items/trap/furoma-base.png differ
diff --git a/public/images/items/trap/furoma-rift-energy-base.png b/public/images/items/trap/furoma-rift-energy-base.png
new file mode 100644
index 00000000..f25193d9
Binary files /dev/null and b/public/images/items/trap/furoma-rift-energy-base.png differ
diff --git a/public/images/items/trap/furoma-rift-energy-upgraded-base.png b/public/images/items/trap/furoma-rift-energy-upgraded-base.png
new file mode 100644
index 00000000..325b6e76
Binary files /dev/null and b/public/images/items/trap/furoma-rift-energy-upgraded-base.png differ
diff --git a/public/images/items/trap/gemology-base.png b/public/images/items/trap/gemology-base.png
new file mode 100644
index 00000000..3acabce8
Binary files /dev/null and b/public/images/items/trap/gemology-base.png differ
diff --git a/public/images/items/trap/gemstone-school-of-sharks-skin.png b/public/images/items/trap/gemstone-school-of-sharks-skin.png
new file mode 100644
index 00000000..82f28b15
Binary files /dev/null and b/public/images/items/trap/gemstone-school-of-sharks-skin.png differ
diff --git a/public/images/items/trap/gemstone-weapon.png b/public/images/items/trap/gemstone-weapon.png
new file mode 100644
index 00000000..5cc8fde1
Binary files /dev/null and b/public/images/items/trap/gemstone-weapon.png differ
diff --git a/public/images/items/trap/geyser-draconic-weapon.png b/public/images/items/trap/geyser-draconic-weapon.png
new file mode 100644
index 00000000..25fd0c28
Binary files /dev/null and b/public/images/items/trap/geyser-draconic-weapon.png differ
diff --git a/public/images/items/trap/geyser-hydro-weapon.png b/public/images/items/trap/geyser-hydro-weapon.png
new file mode 100644
index 00000000..03ce8489
Binary files /dev/null and b/public/images/items/trap/geyser-hydro-weapon.png differ
diff --git a/public/images/items/trap/geyser-physical-weapon.png b/public/images/items/trap/geyser-physical-weapon.png
new file mode 100644
index 00000000..1eeecbfc
Binary files /dev/null and b/public/images/items/trap/geyser-physical-weapon.png differ
diff --git a/public/images/items/trap/geyser-tactical-weapon.png b/public/images/items/trap/geyser-tactical-weapon.png
new file mode 100644
index 00000000..ff72ba8a
Binary files /dev/null and b/public/images/items/trap/geyser-tactical-weapon.png differ
diff --git a/public/images/items/trap/giant-speaker-weapon.png b/public/images/items/trap/giant-speaker-weapon.png
new file mode 100644
index 00000000..6e0cf490
Binary files /dev/null and b/public/images/items/trap/giant-speaker-weapon.png differ
diff --git a/public/images/items/trap/gift-of-the-day-base.png b/public/images/items/trap/gift-of-the-day-base.png
new file mode 100644
index 00000000..e9433ee9
Binary files /dev/null and b/public/images/items/trap/gift-of-the-day-base.png differ
diff --git a/public/images/items/trap/gilded-chrome-celestial-harmony-skin.png b/public/images/items/trap/gilded-chrome-celestial-harmony-skin.png
new file mode 100644
index 00000000..d1a2e7f5
Binary files /dev/null and b/public/images/items/trap/gilded-chrome-celestial-harmony-skin.png differ
diff --git a/public/images/items/trap/gilded-chrome-dragon-slayer-cannon-skin.png b/public/images/items/trap/gilded-chrome-dragon-slayer-cannon-skin.png
new file mode 100644
index 00000000..e0e36d3a
Binary files /dev/null and b/public/images/items/trap/gilded-chrome-dragon-slayer-cannon-skin.png differ
diff --git a/public/images/items/trap/gilded-chrome-kraken-skin.png b/public/images/items/trap/gilded-chrome-kraken-skin.png
new file mode 100644
index 00000000..33a34d33
Binary files /dev/null and b/public/images/items/trap/gilded-chrome-kraken-skin.png differ
diff --git a/public/images/items/trap/gilded-chrome-memory-obliterator-skin.png b/public/images/items/trap/gilded-chrome-memory-obliterator-skin.png
new file mode 100644
index 00000000..e5fc2dfd
Binary files /dev/null and b/public/images/items/trap/gilded-chrome-memory-obliterator-skin.png differ
diff --git a/public/images/items/trap/gilded-chrome-storm-wrought-trap-skin.png b/public/images/items/trap/gilded-chrome-storm-wrought-trap-skin.png
new file mode 100644
index 00000000..593ba079
Binary files /dev/null and b/public/images/items/trap/gilded-chrome-storm-wrought-trap-skin.png differ
diff --git a/public/images/items/trap/gilded-ember-prison-core-trap-skin.png b/public/images/items/trap/gilded-ember-prison-core-trap-skin.png
new file mode 100644
index 00000000..5e3f6bca
Binary files /dev/null and b/public/images/items/trap/gilded-ember-prison-core-trap-skin.png differ
diff --git a/public/images/items/trap/gilded-geyser-draconic-trap-skin.png b/public/images/items/trap/gilded-geyser-draconic-trap-skin.png
new file mode 100644
index 00000000..afe42e68
Binary files /dev/null and b/public/images/items/trap/gilded-geyser-draconic-trap-skin.png differ
diff --git a/public/images/items/trap/gilded-mynorca-skin.png b/public/images/items/trap/gilded-mynorca-skin.png
new file mode 100644
index 00000000..e9f1d8a5
Binary files /dev/null and b/public/images/items/trap/gilded-mynorca-skin.png differ
diff --git a/public/images/items/trap/gilded-nvmrc-forcefield-skin.png b/public/images/items/trap/gilded-nvmrc-forcefield-skin.png
new file mode 100644
index 00000000..ee56e322
Binary files /dev/null and b/public/images/items/trap/gilded-nvmrc-forcefield-skin.png differ
diff --git a/public/images/items/trap/gilded-sandtail-sentinel-skin.png b/public/images/items/trap/gilded-sandtail-sentinel-skin.png
new file mode 100644
index 00000000..19ac952f
Binary files /dev/null and b/public/images/items/trap/gilded-sandtail-sentinel-skin.png differ
diff --git a/public/images/items/trap/gilded-wolfsbane-trap-skin.png b/public/images/items/trap/gilded-wolfsbane-trap-skin.png
new file mode 100644
index 00000000..3bb6b2af
Binary files /dev/null and b/public/images/items/trap/gilded-wolfsbane-trap-skin.png differ
diff --git a/public/images/items/trap/gingerbread-base.png b/public/images/items/trap/gingerbread-base.png
new file mode 100644
index 00000000..dd534df9
Binary files /dev/null and b/public/images/items/trap/gingerbread-base.png differ
diff --git a/public/images/items/trap/gingerbread-house-surprise-weapon.png b/public/images/items/trap/gingerbread-house-surprise-weapon.png
new file mode 100644
index 00000000..4fa0ce8f
Binary files /dev/null and b/public/images/items/trap/gingerbread-house-surprise-weapon.png differ
diff --git a/public/images/items/trap/glacial-geyser-tactical-skin.png b/public/images/items/trap/glacial-geyser-tactical-skin.png
new file mode 100644
index 00000000..2d3bc27b
Binary files /dev/null and b/public/images/items/trap/glacial-geyser-tactical-skin.png differ
diff --git a/public/images/items/trap/glacier-gatler-weapon.png b/public/images/items/trap/glacier-gatler-weapon.png
new file mode 100644
index 00000000..f51b41cd
Binary files /dev/null and b/public/images/items/trap/glacier-gatler-weapon.png differ
diff --git a/public/images/items/trap/glacier-ice-maiden-skin.png b/public/images/items/trap/glacier-ice-maiden-skin.png
new file mode 100644
index 00000000..7d15e949
Binary files /dev/null and b/public/images/items/trap/glacier-ice-maiden-skin.png differ
diff --git a/public/images/items/trap/glittering-geyser-tactical-weapon-skin.png b/public/images/items/trap/glittering-geyser-tactical-weapon-skin.png
new file mode 100644
index 00000000..b71d0a17
Binary files /dev/null and b/public/images/items/trap/glittering-geyser-tactical-weapon-skin.png differ
diff --git a/public/images/items/trap/goldfrost-crossbow-weapon.png b/public/images/items/trap/goldfrost-crossbow-weapon.png
new file mode 100644
index 00000000..bc6f9b9a
Binary files /dev/null and b/public/images/items/trap/goldfrost-crossbow-weapon.png differ
diff --git a/public/images/items/trap/goody-admirals-galleon-trap-skin.png b/public/images/items/trap/goody-admirals-galleon-trap-skin.png
new file mode 100644
index 00000000..d7755213
Binary files /dev/null and b/public/images/items/trap/goody-admirals-galleon-trap-skin.png differ
diff --git a/public/images/items/trap/gorgon-weapon.png b/public/images/items/trap/gorgon-weapon.png
new file mode 100644
index 00000000..83f9a2dd
Binary files /dev/null and b/public/images/items/trap/gorgon-weapon.png differ
diff --git a/public/images/items/trap/grand-arcanum-weapon.png b/public/images/items/trap/grand-arcanum-weapon.png
new file mode 100644
index 00000000..59a81309
Binary files /dev/null and b/public/images/items/trap/grand-arcanum-weapon.png differ
diff --git a/public/images/items/trap/great-winter-event-horizon-weapon.png b/public/images/items/trap/great-winter-event-horizon-weapon.png
new file mode 100644
index 00000000..e920c7dc
Binary files /dev/null and b/public/images/items/trap/great-winter-event-horizon-weapon.png differ
diff --git a/public/images/items/trap/grungy-deathbot-weapon.png b/public/images/items/trap/grungy-deathbot-weapon.png
new file mode 100644
index 00000000..87c02dca
Binary files /dev/null and b/public/images/items/trap/grungy-deathbot-weapon.png differ
diff --git a/public/images/items/trap/gwh-2024-queso-fount-trap-skin.png b/public/images/items/trap/gwh-2024-queso-fount-trap-skin.png
new file mode 100644
index 00000000..cf8d1b2f
Binary files /dev/null and b/public/images/items/trap/gwh-2024-queso-fount-trap-skin.png differ
diff --git a/public/images/items/trap/hallowed-ground-base.png b/public/images/items/trap/hallowed-ground-base.png
new file mode 100644
index 00000000..76cee412
Binary files /dev/null and b/public/images/items/trap/hallowed-ground-base.png differ
diff --git a/public/images/items/trap/halloween-chrome-thought-obliterator-skin.png b/public/images/items/trap/halloween-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..dfb031fe
Binary files /dev/null and b/public/images/items/trap/halloween-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/trap/halloween-haunted-shipwreck-weapon.png b/public/images/items/trap/halloween-haunted-shipwreck-weapon.png
new file mode 100644
index 00000000..4cf5c768
Binary files /dev/null and b/public/images/items/trap/halloween-haunted-shipwreck-weapon.png differ
diff --git a/public/images/items/trap/halloween-king-bot-skin.png b/public/images/items/trap/halloween-king-bot-skin.png
new file mode 100644
index 00000000..41c353dc
Binary files /dev/null and b/public/images/items/trap/halloween-king-bot-skin.png differ
diff --git a/public/images/items/trap/harpoon-gun-weapon.png b/public/images/items/trap/harpoon-gun-weapon.png
new file mode 100644
index 00000000..dfc1383b
Binary files /dev/null and b/public/images/items/trap/harpoon-gun-weapon.png differ
diff --git a/public/images/items/trap/harrowing-holiday-harp-weapon.png b/public/images/items/trap/harrowing-holiday-harp-weapon.png
new file mode 100644
index 00000000..f626697b
Binary files /dev/null and b/public/images/items/trap/harrowing-holiday-harp-weapon.png differ
diff --git a/public/images/items/trap/haunted-arcanum-skin.png b/public/images/items/trap/haunted-arcanum-skin.png
new file mode 100644
index 00000000..744b2680
Binary files /dev/null and b/public/images/items/trap/haunted-arcanum-skin.png differ
diff --git a/public/images/items/trap/haunted-spires-multi-crystal-laser-skin.png b/public/images/items/trap/haunted-spires-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..cb00d20f
Binary files /dev/null and b/public/images/items/trap/haunted-spires-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/trap/haunting-house-weapon.png b/public/images/items/trap/haunting-house-weapon.png
new file mode 100644
index 00000000..0d7e3445
Binary files /dev/null and b/public/images/items/trap/haunting-house-weapon.png differ
diff --git a/public/images/items/trap/heart-stopper-bandit-deflector-skin.png b/public/images/items/trap/heart-stopper-bandit-deflector-skin.png
new file mode 100644
index 00000000..0258a2a2
Binary files /dev/null and b/public/images/items/trap/heart-stopper-bandit-deflector-skin.png differ
diff --git a/public/images/items/trap/hearth-floating-law-upgraded-skin.png b/public/images/items/trap/hearth-floating-law-upgraded-skin.png
new file mode 100644
index 00000000..ef5721d1
Binary files /dev/null and b/public/images/items/trap/hearth-floating-law-upgraded-skin.png differ
diff --git a/public/images/items/trap/hearthstone-base.png b/public/images/items/trap/hearthstone-base.png
new file mode 100644
index 00000000..7d814077
Binary files /dev/null and b/public/images/items/trap/hearthstone-base.png differ
diff --git a/public/images/items/trap/heat-bath-weapon.png b/public/images/items/trap/heat-bath-weapon.png
new file mode 100644
index 00000000..281de712
Binary files /dev/null and b/public/images/items/trap/heat-bath-weapon.png differ
diff --git a/public/images/items/trap/hibernating-boulder-skin.png b/public/images/items/trap/hibernating-boulder-skin.png
new file mode 100644
index 00000000..32d6c67c
Binary files /dev/null and b/public/images/items/trap/hibernating-boulder-skin.png differ
diff --git a/public/images/items/trap/hibernating-mecha-beetle-skin.png b/public/images/items/trap/hibernating-mecha-beetle-skin.png
new file mode 100644
index 00000000..2207a450
Binary files /dev/null and b/public/images/items/trap/hibernating-mecha-beetle-skin.png differ
diff --git a/public/images/items/trap/high-tension-spring-weapon.png b/public/images/items/trap/high-tension-spring-weapon.png
new file mode 100644
index 00000000..a4112269
Binary files /dev/null and b/public/images/items/trap/high-tension-spring-weapon.png differ
diff --git a/public/images/items/trap/hitgrab-horsey-weapon.png b/public/images/items/trap/hitgrab-horsey-weapon.png
new file mode 100644
index 00000000..92b442a2
Binary files /dev/null and b/public/images/items/trap/hitgrab-horsey-weapon.png differ
diff --git a/public/images/items/trap/hitgrab-rainbow-rockin-horse-weapon.png b/public/images/items/trap/hitgrab-rainbow-rockin-horse-weapon.png
new file mode 100644
index 00000000..9673e0ed
Binary files /dev/null and b/public/images/items/trap/hitgrab-rainbow-rockin-horse-weapon.png differ
diff --git a/public/images/items/trap/hitgrab-rockin-horse-weapon.png b/public/images/items/trap/hitgrab-rockin-horse-weapon.png
new file mode 100644
index 00000000..d5df0f64
Binary files /dev/null and b/public/images/items/trap/hitgrab-rockin-horse-weapon.png differ
diff --git a/public/images/items/trap/holiday-express-weapon.png b/public/images/items/trap/holiday-express-weapon.png
new file mode 100644
index 00000000..d5c7e14e
Binary files /dev/null and b/public/images/items/trap/holiday-express-weapon.png differ
diff --git a/public/images/items/trap/horrific-pumpkin-mouse-trap-skin.png b/public/images/items/trap/horrific-pumpkin-mouse-trap-skin.png
new file mode 100644
index 00000000..1cfa8d40
Binary files /dev/null and b/public/images/items/trap/horrific-pumpkin-mouse-trap-skin.png differ
diff --git a/public/images/items/trap/horrific-venus-mouse-trap-weapon.png b/public/images/items/trap/horrific-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..6e6f1135
Binary files /dev/null and b/public/images/items/trap/horrific-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/trap/horrifying-charming-princebot-skin.png b/public/images/items/trap/horrifying-charming-princebot-skin.png
new file mode 100644
index 00000000..193621ae
Binary files /dev/null and b/public/images/items/trap/horrifying-charming-princebot-skin.png differ
diff --git a/public/images/items/trap/horse-jade-base.png b/public/images/items/trap/horse-jade-base.png
new file mode 100644
index 00000000..8c8b323b
Binary files /dev/null and b/public/images/items/trap/horse-jade-base.png differ
diff --git a/public/images/items/trap/horsehead-acronym-skin.png b/public/images/items/trap/horsehead-acronym-skin.png
new file mode 100644
index 00000000..2845a9dd
Binary files /dev/null and b/public/images/items/trap/horsehead-acronym-skin.png differ
diff --git a/public/images/items/trap/hot-tub-weapon.png b/public/images/items/trap/hot-tub-weapon.png
new file mode 100644
index 00000000..1acb3232
Binary files /dev/null and b/public/images/items/trap/hot-tub-weapon.png differ
diff --git a/public/images/items/trap/hothouse-base.png b/public/images/items/trap/hothouse-base.png
new file mode 100644
index 00000000..a4d485ba
Binary files /dev/null and b/public/images/items/trap/hothouse-base.png differ
diff --git a/public/images/items/trap/hween-2011-upgraded-weapon.png b/public/images/items/trap/hween-2011-upgraded-weapon.png
new file mode 100644
index 00000000..deb9a752
Binary files /dev/null and b/public/images/items/trap/hween-2011-upgraded-weapon.png differ
diff --git a/public/images/items/trap/hween-2011-weapon.png b/public/images/items/trap/hween-2011-weapon.png
new file mode 100644
index 00000000..00e6cdcc
Binary files /dev/null and b/public/images/items/trap/hween-2011-weapon.png differ
diff --git a/public/images/items/trap/ice-blaster-weapon.png b/public/images/items/trap/ice-blaster-weapon.png
new file mode 100644
index 00000000..f99330c8
Binary files /dev/null and b/public/images/items/trap/ice-blaster-weapon.png differ
diff --git a/public/images/items/trap/ice-cream-cake-base.png b/public/images/items/trap/ice-cream-cake-base.png
new file mode 100644
index 00000000..b879f237
Binary files /dev/null and b/public/images/items/trap/ice-cream-cake-base.png differ
diff --git a/public/images/items/trap/ice-fire-chrome-temporal-turbine-skin.png b/public/images/items/trap/ice-fire-chrome-temporal-turbine-skin.png
new file mode 100644
index 00000000..ee8447cd
Binary files /dev/null and b/public/images/items/trap/ice-fire-chrome-temporal-turbine-skin.png differ
diff --git a/public/images/items/trap/ice-maiden-weapon.png b/public/images/items/trap/ice-maiden-weapon.png
new file mode 100644
index 00000000..5537b210
Binary files /dev/null and b/public/images/items/trap/ice-maiden-weapon.png differ
diff --git a/public/images/items/trap/iceberg-boiler-base.png b/public/images/items/trap/iceberg-boiler-base.png
new file mode 100644
index 00000000..148f9cdf
Binary files /dev/null and b/public/images/items/trap/iceberg-boiler-base.png differ
diff --git a/public/images/items/trap/icy-melty-base.png b/public/images/items/trap/icy-melty-base.png
new file mode 100644
index 00000000..4872e773
Binary files /dev/null and b/public/images/items/trap/icy-melty-base.png differ
diff --git a/public/images/items/trap/icy-rhinobot-weapon.png b/public/images/items/trap/icy-rhinobot-weapon.png
new file mode 100644
index 00000000..d4255b20
Binary files /dev/null and b/public/images/items/trap/icy-rhinobot-weapon.png differ
diff --git a/public/images/items/trap/idol-hydro-skin.png b/public/images/items/trap/idol-hydro-skin.png
new file mode 100644
index 00000000..37bfc7ea
Binary files /dev/null and b/public/images/items/trap/idol-hydro-skin.png differ
diff --git a/public/images/items/trap/idol-tactical-skin.png b/public/images/items/trap/idol-tactical-skin.png
new file mode 100644
index 00000000..cd017659
Binary files /dev/null and b/public/images/items/trap/idol-tactical-skin.png differ
diff --git a/public/images/items/trap/incinerated-garbage-bath-skin.png b/public/images/items/trap/incinerated-garbage-bath-skin.png
new file mode 100644
index 00000000..df664e68
Binary files /dev/null and b/public/images/items/trap/incinerated-garbage-bath-skin.png differ
diff --git a/public/images/items/trap/infinite-dark-extraplanar-portals-skin.png b/public/images/items/trap/infinite-dark-extraplanar-portals-skin.png
new file mode 100644
index 00000000..bac7b55d
Binary files /dev/null and b/public/images/items/trap/infinite-dark-extraplanar-portals-skin.png differ
diff --git a/public/images/items/trap/infinite-dark-magic-chocolate-skin.png b/public/images/items/trap/infinite-dark-magic-chocolate-skin.png
new file mode 100644
index 00000000..5be12266
Binary files /dev/null and b/public/images/items/trap/infinite-dark-magic-chocolate-skin.png differ
diff --git a/public/images/items/trap/infinite-dark-magic-mirror-weapon.png b/public/images/items/trap/infinite-dark-magic-mirror-weapon.png
new file mode 100644
index 00000000..e2dc0213
Binary files /dev/null and b/public/images/items/trap/infinite-dark-magic-mirror-weapon.png differ
diff --git a/public/images/items/trap/infinite-dark-magic-prisms-skin.png b/public/images/items/trap/infinite-dark-magic-prisms-skin.png
new file mode 100644
index 00000000..760af883
Binary files /dev/null and b/public/images/items/trap/infinite-dark-magic-prisms-skin.png differ
diff --git a/public/images/items/trap/infinite-holiday-magic-windows-skin.png b/public/images/items/trap/infinite-holiday-magic-windows-skin.png
new file mode 100644
index 00000000..8dbbe130
Binary files /dev/null and b/public/images/items/trap/infinite-holiday-magic-windows-skin.png differ
diff --git a/public/images/items/trap/infinite-labyrinth-weapon.png b/public/images/items/trap/infinite-labyrinth-weapon.png
new file mode 100644
index 00000000..8ba9fea9
Binary files /dev/null and b/public/images/items/trap/infinite-labyrinth-weapon.png differ
diff --git a/public/images/items/trap/infinite-nutcrackers-trap-skin.png b/public/images/items/trap/infinite-nutcrackers-trap-skin.png
new file mode 100644
index 00000000..0889e251
Binary files /dev/null and b/public/images/items/trap/infinite-nutcrackers-trap-skin.png differ
diff --git a/public/images/items/trap/infinite-party-possibilities-skin.png b/public/images/items/trap/infinite-party-possibilities-skin.png
new file mode 100644
index 00000000..c297ce49
Binary files /dev/null and b/public/images/items/trap/infinite-party-possibilities-skin.png differ
diff --git a/public/images/items/trap/instruction-art-of-dance-skin.png b/public/images/items/trap/instruction-art-of-dance-skin.png
new file mode 100644
index 00000000..9f873a09
Binary files /dev/null and b/public/images/items/trap/instruction-art-of-dance-skin.png differ
diff --git a/public/images/items/trap/isle-idol-weapon.png b/public/images/items/trap/isle-idol-weapon.png
new file mode 100644
index 00000000..658d7138
Binary files /dev/null and b/public/images/items/trap/isle-idol-weapon.png differ
diff --git a/public/images/items/trap/jacked-rabbot-weapon.png b/public/images/items/trap/jacked-rabbot-weapon.png
new file mode 100644
index 00000000..fa17c049
Binary files /dev/null and b/public/images/items/trap/jacked-rabbot-weapon.png differ
diff --git a/public/images/items/trap/jade-base.png b/public/images/items/trap/jade-base.png
new file mode 100644
index 00000000..caf28d54
Binary files /dev/null and b/public/images/items/trap/jade-base.png differ
diff --git a/public/images/items/trap/jade-tiger-chrome-sphynx-skin.png b/public/images/items/trap/jade-tiger-chrome-sphynx-skin.png
new file mode 100644
index 00000000..356ab203
Binary files /dev/null and b/public/images/items/trap/jade-tiger-chrome-sphynx-skin.png differ
diff --git a/public/images/items/trap/jet-black-acronym-skin.png b/public/images/items/trap/jet-black-acronym-skin.png
new file mode 100644
index 00000000..33caa03f
Binary files /dev/null and b/public/images/items/trap/jet-black-acronym-skin.png differ
diff --git a/public/images/items/trap/judge-christmas-skin.png b/public/images/items/trap/judge-christmas-skin.png
new file mode 100644
index 00000000..e5626d75
Binary files /dev/null and b/public/images/items/trap/judge-christmas-skin.png differ
diff --git a/public/images/items/trap/judge-droid-weapon.png b/public/images/items/trap/judge-droid-weapon.png
new file mode 100644
index 00000000..fa8b2db9
Binary files /dev/null and b/public/images/items/trap/judge-droid-weapon.png differ
diff --git a/public/images/items/trap/king-chromo-monstrobot-skin.png b/public/images/items/trap/king-chromo-monstrobot-skin.png
new file mode 100644
index 00000000..bab05dfa
Binary files /dev/null and b/public/images/items/trap/king-chromo-monstrobot-skin.png differ
diff --git a/public/images/items/trap/king-midasbot-skin.png b/public/images/items/trap/king-midasbot-skin.png
new file mode 100644
index 00000000..3f585f7c
Binary files /dev/null and b/public/images/items/trap/king-midasbot-skin.png differ
diff --git a/public/images/items/trap/kraken-chaos-weapon.png b/public/images/items/trap/kraken-chaos-weapon.png
new file mode 100644
index 00000000..43173035
Binary files /dev/null and b/public/images/items/trap/kraken-chaos-weapon.png differ
diff --git a/public/images/items/trap/labyrinth-base.png b/public/images/items/trap/labyrinth-base.png
new file mode 100644
index 00000000..14120c26
Binary files /dev/null and b/public/images/items/trap/labyrinth-base.png differ
diff --git a/public/images/items/trap/larrys-first-move-skin.png b/public/images/items/trap/larrys-first-move-skin.png
new file mode 100644
index 00000000..36e2a9f5
Binary files /dev/null and b/public/images/items/trap/larrys-first-move-skin.png differ
diff --git a/public/images/items/trap/laser-infinite-labyrinth-skin.png b/public/images/items/trap/laser-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..bec39e8e
Binary files /dev/null and b/public/images/items/trap/laser-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/trap/lavish-infinite-labyrinth-skin.png b/public/images/items/trap/lavish-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..afcb8a59
Binary files /dev/null and b/public/images/items/trap/lavish-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/trap/law-draw-weapon.png b/public/images/items/trap/law-draw-weapon.png
new file mode 100644
index 00000000..a22c01d3
Binary files /dev/null and b/public/images/items/trap/law-draw-weapon.png differ
diff --git a/public/images/items/trap/law-laser-weapon.png b/public/images/items/trap/law-laser-weapon.png
new file mode 100644
index 00000000..9dd678db
Binary files /dev/null and b/public/images/items/trap/law-laser-weapon.png differ
diff --git a/public/images/items/trap/lawful-lifeguard-weapon.png b/public/images/items/trap/lawful-lifeguard-weapon.png
new file mode 100644
index 00000000..7e9c03a4
Binary files /dev/null and b/public/images/items/trap/lawful-lifeguard-weapon.png differ
diff --git a/public/images/items/trap/legendary-kingbot-weapon.png b/public/images/items/trap/legendary-kingbot-weapon.png
new file mode 100644
index 00000000..21d39344
Binary files /dev/null and b/public/images/items/trap/legendary-kingbot-weapon.png differ
diff --git a/public/images/items/trap/legendary-snowbot-trap-skin.png b/public/images/items/trap/legendary-snowbot-trap-skin.png
new file mode 100644
index 00000000..38e6687a
Binary files /dev/null and b/public/images/items/trap/legendary-snowbot-trap-skin.png differ
diff --git a/public/images/items/trap/leviathan-trap-skin.png b/public/images/items/trap/leviathan-trap-skin.png
new file mode 100644
index 00000000..4d7f4d09
Binary files /dev/null and b/public/images/items/trap/leviathan-trap-skin.png differ
diff --git a/public/images/items/trap/lion-sphynx-skin.png b/public/images/items/trap/lion-sphynx-skin.png
new file mode 100644
index 00000000..7632d719
Binary files /dev/null and b/public/images/items/trap/lion-sphynx-skin.png differ
diff --git a/public/images/items/trap/living-base.png b/public/images/items/trap/living-base.png
new file mode 100644
index 00000000..bd79e646
Binary files /dev/null and b/public/images/items/trap/living-base.png differ
diff --git a/public/images/items/trap/living-grove-base.png b/public/images/items/trap/living-grove-base.png
new file mode 100644
index 00000000..ec947e61
Binary files /dev/null and b/public/images/items/trap/living-grove-base.png differ
diff --git a/public/images/items/trap/lny-dragon-slayer-cannon-skin.png b/public/images/items/trap/lny-dragon-slayer-cannon-skin.png
new file mode 100644
index 00000000..22e300cf
Binary files /dev/null and b/public/images/items/trap/lny-dragon-slayer-cannon-skin.png differ
diff --git a/public/images/items/trap/lny-pig-chrome-temporal-turbine-skin.png b/public/images/items/trap/lny-pig-chrome-temporal-turbine-skin.png
new file mode 100644
index 00000000..83e9b526
Binary files /dev/null and b/public/images/items/trap/lny-pig-chrome-temporal-turbine-skin.png differ
diff --git a/public/images/items/trap/lny-pig-timesplit-dissonance-skin.png b/public/images/items/trap/lny-pig-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..d99eb6fd
Binary files /dev/null and b/public/images/items/trap/lny-pig-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/trap/lny-rabbit-chrome-thought-obliterator-skin.png b/public/images/items/trap/lny-rabbit-chrome-thought-obliterator-skin.png
new file mode 100644
index 00000000..e8a5b639
Binary files /dev/null and b/public/images/items/trap/lny-rabbit-chrome-thought-obliterator-skin.png differ
diff --git a/public/images/items/trap/lny-rat-geyser-physical-skin.png b/public/images/items/trap/lny-rat-geyser-physical-skin.png
new file mode 100644
index 00000000..5855242d
Binary files /dev/null and b/public/images/items/trap/lny-rat-geyser-physical-skin.png differ
diff --git a/public/images/items/trap/lny-rat-geyser-tactical-skin.png b/public/images/items/trap/lny-rat-geyser-tactical-skin.png
new file mode 100644
index 00000000..a297339f
Binary files /dev/null and b/public/images/items/trap/lny-rat-geyser-tactical-skin.png differ
diff --git a/public/images/items/trap/lollipop-haunted-shipwreck-skin.png b/public/images/items/trap/lollipop-haunted-shipwreck-skin.png
new file mode 100644
index 00000000..94238d4f
Binary files /dev/null and b/public/images/items/trap/lollipop-haunted-shipwreck-skin.png differ
diff --git a/public/images/items/trap/lovecraft-shelf-skin.png b/public/images/items/trap/lovecraft-shelf-skin.png
new file mode 100644
index 00000000..942d7a7b
Binary files /dev/null and b/public/images/items/trap/lovecraft-shelf-skin.png differ
diff --git a/public/images/items/trap/m400-monstrobot-skin.png b/public/images/items/trap/m400-monstrobot-skin.png
new file mode 100644
index 00000000..a103e52c
Binary files /dev/null and b/public/images/items/trap/m400-monstrobot-skin.png differ
diff --git a/public/images/items/trap/m400-upgraded-monstrobot-skin.png b/public/images/items/trap/m400-upgraded-monstrobot-skin.png
new file mode 100644
index 00000000..afe470c3
Binary files /dev/null and b/public/images/items/trap/m400-upgraded-monstrobot-skin.png differ
diff --git a/public/images/items/trap/mad-princess-party-bot-skin.png b/public/images/items/trap/mad-princess-party-bot-skin.png
new file mode 100644
index 00000000..08f43082
Binary files /dev/null and b/public/images/items/trap/mad-princess-party-bot-skin.png differ
diff --git a/public/images/items/trap/magical-magician-king-bot-skin.png b/public/images/items/trap/magical-magician-king-bot-skin.png
new file mode 100644
index 00000000..8296117f
Binary files /dev/null and b/public/images/items/trap/magical-magician-king-bot-skin.png differ
diff --git a/public/images/items/trap/magma-base.png b/public/images/items/trap/magma-base.png
new file mode 100644
index 00000000..9a3e56f4
Binary files /dev/null and b/public/images/items/trap/magma-base.png differ
diff --git a/public/images/items/trap/magmatic-minotaur-sentinel-skin.png b/public/images/items/trap/magmatic-minotaur-sentinel-skin.png
new file mode 100644
index 00000000..0cc764bf
Binary files /dev/null and b/public/images/items/trap/magmatic-minotaur-sentinel-skin.png differ
diff --git a/public/images/items/trap/magnet-base.png b/public/images/items/trap/magnet-base.png
new file mode 100644
index 00000000..c7761694
Binary files /dev/null and b/public/images/items/trap/magnet-base.png differ
diff --git a/public/images/items/trap/mandarin-infinite-labyrinth-skin.png b/public/images/items/trap/mandarin-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..b414e682
Binary files /dev/null and b/public/images/items/trap/mandarin-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/trap/manticore-chrome-sphynx-skin.png b/public/images/items/trap/manticore-chrome-sphynx-skin.png
new file mode 100644
index 00000000..4b39a49e
Binary files /dev/null and b/public/images/items/trap/manticore-chrome-sphynx-skin.png differ
diff --git a/public/images/items/trap/marble-cake-base.png b/public/images/items/trap/marble-cake-base.png
new file mode 100644
index 00000000..3418855c
Binary files /dev/null and b/public/images/items/trap/marble-cake-base.png differ
diff --git a/public/images/items/trap/meteor-prison-core-weapon.png b/public/images/items/trap/meteor-prison-core-weapon.png
new file mode 100644
index 00000000..857bc5d9
Binary files /dev/null and b/public/images/items/trap/meteor-prison-core-weapon.png differ
diff --git a/public/images/items/trap/minotaur-base.png b/public/images/items/trap/minotaur-base.png
new file mode 100644
index 00000000..331a027f
Binary files /dev/null and b/public/images/items/trap/minotaur-base.png differ
diff --git a/public/images/items/trap/mist-meter-regulator-base.png b/public/images/items/trap/mist-meter-regulator-base.png
new file mode 100644
index 00000000..d0d90225
Binary files /dev/null and b/public/images/items/trap/mist-meter-regulator-base.png differ
diff --git a/public/images/items/trap/molten-oasis-skin.png b/public/images/items/trap/molten-oasis-skin.png
new file mode 100644
index 00000000..ea465f71
Binary files /dev/null and b/public/images/items/trap/molten-oasis-skin.png differ
diff --git a/public/images/items/trap/molten-shrapnel-base.png b/public/images/items/trap/molten-shrapnel-base.png
new file mode 100644
index 00000000..bc018533
Binary files /dev/null and b/public/images/items/trap/molten-shrapnel-base.png differ
diff --git a/public/images/items/trap/monkey-endless-labyrinth-skin.png b/public/images/items/trap/monkey-endless-labyrinth-skin.png
new file mode 100644
index 00000000..725ea843
Binary files /dev/null and b/public/images/items/trap/monkey-endless-labyrinth-skin.png differ
diff --git a/public/images/items/trap/monkey-focused-crystal-laser-skin.png b/public/images/items/trap/monkey-focused-crystal-laser-skin.png
new file mode 100644
index 00000000..39b8b237
Binary files /dev/null and b/public/images/items/trap/monkey-focused-crystal-laser-skin.png differ
diff --git a/public/images/items/trap/monkey-jade-base.png b/public/images/items/trap/monkey-jade-base.png
new file mode 100644
index 00000000..64218ded
Binary files /dev/null and b/public/images/items/trap/monkey-jade-base.png differ
diff --git a/public/images/items/trap/monkey-multi-crystal-laser-skin.png b/public/images/items/trap/monkey-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..5ffa6c10
Binary files /dev/null and b/public/images/items/trap/monkey-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/trap/monolith-base.png b/public/images/items/trap/monolith-base.png
new file mode 100644
index 00000000..0b5db976
Binary files /dev/null and b/public/images/items/trap/monolith-base.png differ
diff --git a/public/images/items/trap/moon-celestial-dissonance-weapon-skin.png b/public/images/items/trap/moon-celestial-dissonance-weapon-skin.png
new file mode 100644
index 00000000..775db48d
Binary files /dev/null and b/public/images/items/trap/moon-celestial-dissonance-weapon-skin.png differ
diff --git a/public/images/items/trap/mouse-deathbot-weapon.png b/public/images/items/trap/mouse-deathbot-weapon.png
new file mode 100644
index 00000000..eec3e0c0
Binary files /dev/null and b/public/images/items/trap/mouse-deathbot-weapon.png differ
diff --git a/public/images/items/trap/mouse-mary-onette-weapon.png b/public/images/items/trap/mouse-mary-onette-weapon.png
new file mode 100644
index 00000000..655ce050
Binary files /dev/null and b/public/images/items/trap/mouse-mary-onette-weapon.png differ
diff --git a/public/images/items/trap/mouse-rocketine-weapon.png b/public/images/items/trap/mouse-rocketine-weapon.png
new file mode 100644
index 00000000..0f410bcc
Binary files /dev/null and b/public/images/items/trap/mouse-rocketine-weapon.png differ
diff --git a/public/images/items/trap/mouse-trebuchet-weapon.png b/public/images/items/trap/mouse-trebuchet-weapon.png
new file mode 100644
index 00000000..fd1cbd0f
Binary files /dev/null and b/public/images/items/trap/mouse-trebuchet-weapon.png differ
diff --git a/public/images/items/trap/multi-crystal-laser-weapon.png b/public/images/items/trap/multi-crystal-laser-weapon.png
new file mode 100644
index 00000000..b7354791
Binary files /dev/null and b/public/images/items/trap/multi-crystal-laser-weapon.png differ
diff --git a/public/images/items/trap/mutated-venus-mouse-trap-weapon.png b/public/images/items/trap/mutated-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..f79e2315
Binary files /dev/null and b/public/images/items/trap/mutated-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/trap/mystic-low-weapon.png b/public/images/items/trap/mystic-low-weapon.png
new file mode 100644
index 00000000..1ab5e4b8
Binary files /dev/null and b/public/images/items/trap/mystic-low-weapon.png differ
diff --git a/public/images/items/trap/nannybot-weapon.png b/public/images/items/trap/nannybot-weapon.png
new file mode 100644
index 00000000..b271f826
Binary files /dev/null and b/public/images/items/trap/nannybot-weapon.png differ
diff --git a/public/images/items/trap/naughty-list-printing-press-base.png b/public/images/items/trap/naughty-list-printing-press-base.png
new file mode 100644
index 00000000..93670fe0
Binary files /dev/null and b/public/images/items/trap/naughty-list-printing-press-base.png differ
diff --git a/public/images/items/trap/nautilus-weapon.png b/public/images/items/trap/nautilus-weapon.png
new file mode 100644
index 00000000..f05d1551
Binary files /dev/null and b/public/images/items/trap/nautilus-weapon.png differ
diff --git a/public/images/items/trap/net-cannon-weapon.png b/public/images/items/trap/net-cannon-weapon.png
new file mode 100644
index 00000000..8c68af01
Binary files /dev/null and b/public/images/items/trap/net-cannon-weapon.png differ
diff --git a/public/images/items/trap/new-year-princebot-skin.png b/public/images/items/trap/new-year-princebot-skin.png
new file mode 100644
index 00000000..9941cbc0
Binary files /dev/null and b/public/images/items/trap/new-year-princebot-skin.png differ
diff --git a/public/images/items/trap/new-years-2017-base.png b/public/images/items/trap/new-years-2017-base.png
new file mode 100644
index 00000000..5f42703a
Binary files /dev/null and b/public/images/items/trap/new-years-2017-base.png differ
diff --git a/public/images/items/trap/new-years-2017-weapon.png b/public/images/items/trap/new-years-2017-weapon.png
new file mode 100644
index 00000000..907a6c4d
Binary files /dev/null and b/public/images/items/trap/new-years-2017-weapon.png differ
diff --git a/public/images/items/trap/new-years-2018-base.png b/public/images/items/trap/new-years-2018-base.png
new file mode 100644
index 00000000..6c57ea34
Binary files /dev/null and b/public/images/items/trap/new-years-2018-base.png differ
diff --git a/public/images/items/trap/new-years-2019-base.png b/public/images/items/trap/new-years-2019-base.png
new file mode 100644
index 00000000..2f345f73
Binary files /dev/null and b/public/images/items/trap/new-years-2019-base.png differ
diff --git a/public/images/items/trap/new-years-2020-base.png b/public/images/items/trap/new-years-2020-base.png
new file mode 100644
index 00000000..43081fd7
Binary files /dev/null and b/public/images/items/trap/new-years-2020-base.png differ
diff --git a/public/images/items/trap/new-years-2021-base.png b/public/images/items/trap/new-years-2021-base.png
new file mode 100644
index 00000000..90ab1c8a
Binary files /dev/null and b/public/images/items/trap/new-years-2021-base.png differ
diff --git a/public/images/items/trap/new-years-2022-base.png b/public/images/items/trap/new-years-2022-base.png
new file mode 100644
index 00000000..acc2c864
Binary files /dev/null and b/public/images/items/trap/new-years-2022-base.png differ
diff --git a/public/images/items/trap/new-years-2023-base.png b/public/images/items/trap/new-years-2023-base.png
new file mode 100644
index 00000000..8cf4be7f
Binary files /dev/null and b/public/images/items/trap/new-years-2023-base.png differ
diff --git a/public/images/items/trap/new-years-2024-base.png b/public/images/items/trap/new-years-2024-base.png
new file mode 100644
index 00000000..316b5586
Binary files /dev/null and b/public/images/items/trap/new-years-2024-base.png differ
diff --git a/public/images/items/trap/new-years-2025-base.png b/public/images/items/trap/new-years-2025-base.png
new file mode 100644
index 00000000..b2198faa
Binary files /dev/null and b/public/images/items/trap/new-years-2025-base.png differ
diff --git a/public/images/items/trap/new-years-celebratory-party-cannon-skin.png b/public/images/items/trap/new-years-celebratory-party-cannon-skin.png
new file mode 100644
index 00000000..6cce82b9
Binary files /dev/null and b/public/images/items/trap/new-years-celebratory-party-cannon-skin.png differ
diff --git a/public/images/items/trap/new-years-chrome-sphynx-skin.png b/public/images/items/trap/new-years-chrome-sphynx-skin.png
new file mode 100644
index 00000000..c1ae8033
Binary files /dev/null and b/public/images/items/trap/new-years-chrome-sphynx-skin.png differ
diff --git a/public/images/items/trap/new-years-clockwork-portal-skin.png b/public/images/items/trap/new-years-clockwork-portal-skin.png
new file mode 100644
index 00000000..deaa89c6
Binary files /dev/null and b/public/images/items/trap/new-years-clockwork-portal-skin.png differ
diff --git a/public/images/items/trap/new-years-dimensional-chest-skin.png b/public/images/items/trap/new-years-dimensional-chest-skin.png
new file mode 100644
index 00000000..cd19389b
Binary files /dev/null and b/public/images/items/trap/new-years-dimensional-chest-skin.png differ
diff --git a/public/images/items/trap/new-years-endless-labyrinth-skin.png b/public/images/items/trap/new-years-endless-labyrinth-skin.png
new file mode 100644
index 00000000..23103f6a
Binary files /dev/null and b/public/images/items/trap/new-years-endless-labyrinth-skin.png differ
diff --git a/public/images/items/trap/new-years-event-horizon-weapon.png b/public/images/items/trap/new-years-event-horizon-weapon.png
new file mode 100644
index 00000000..ed18913a
Binary files /dev/null and b/public/images/items/trap/new-years-event-horizon-weapon.png differ
diff --git a/public/images/items/trap/new-years-floating-arcane-weapon-skin.png b/public/images/items/trap/new-years-floating-arcane-weapon-skin.png
new file mode 100644
index 00000000..1fac35e4
Binary files /dev/null and b/public/images/items/trap/new-years-floating-arcane-weapon-skin.png differ
diff --git a/public/images/items/trap/new-years-scarlet-ember-root-trap-skin.png b/public/images/items/trap/new-years-scarlet-ember-root-trap-skin.png
new file mode 100644
index 00000000..14dc6297
Binary files /dev/null and b/public/images/items/trap/new-years-scarlet-ember-root-trap-skin.png differ
diff --git a/public/images/items/trap/new-years-slac-ii-skin.png b/public/images/items/trap/new-years-slac-ii-skin.png
new file mode 100644
index 00000000..17a1ab55
Binary files /dev/null and b/public/images/items/trap/new-years-slac-ii-skin.png differ
diff --git a/public/images/items/trap/ninja-ambush-weapon.png b/public/images/items/trap/ninja-ambush-weapon.png
new file mode 100644
index 00000000..91250e04
Binary files /dev/null and b/public/images/items/trap/ninja-ambush-weapon.png differ
diff --git a/public/images/items/trap/noxious-school-of-sharks-skin.png b/public/images/items/trap/noxious-school-of-sharks-skin.png
new file mode 100644
index 00000000..99aa50a4
Binary files /dev/null and b/public/images/items/trap/noxious-school-of-sharks-skin.png differ
diff --git a/public/images/items/trap/nutcracker-winter-weapon.png b/public/images/items/trap/nutcracker-winter-weapon.png
new file mode 100644
index 00000000..a9a2bf12
Binary files /dev/null and b/public/images/items/trap/nutcracker-winter-weapon.png differ
diff --git a/public/images/items/trap/nvmrc-forcefield-trap-weapon.png b/public/images/items/trap/nvmrc-forcefield-trap-weapon.png
new file mode 100644
index 00000000..a63f653f
Binary files /dev/null and b/public/images/items/trap/nvmrc-forcefield-trap-weapon.png differ
diff --git a/public/images/items/trap/oasis-water-node-weapon.png b/public/images/items/trap/oasis-water-node-weapon.png
new file mode 100644
index 00000000..d1001e04
Binary files /dev/null and b/public/images/items/trap/oasis-water-node-weapon.png differ
diff --git a/public/images/items/trap/obelisk-of-incineration-weapon.png b/public/images/items/trap/obelisk-of-incineration-weapon.png
new file mode 100644
index 00000000..d11323ed
Binary files /dev/null and b/public/images/items/trap/obelisk-of-incineration-weapon.png differ
diff --git a/public/images/items/trap/obelisk-of-slumber-weapon.png b/public/images/items/trap/obelisk-of-slumber-weapon.png
new file mode 100644
index 00000000..ee19ed4d
Binary files /dev/null and b/public/images/items/trap/obelisk-of-slumber-weapon.png differ
diff --git a/public/images/items/trap/obvious-ambush-weapon.png b/public/images/items/trap/obvious-ambush-weapon.png
new file mode 100644
index 00000000..352aa75d
Binary files /dev/null and b/public/images/items/trap/obvious-ambush-weapon.png differ
diff --git a/public/images/items/trap/onyx-mallet-weapon.png b/public/images/items/trap/onyx-mallet-weapon.png
new file mode 100644
index 00000000..fd39c733
Binary files /dev/null and b/public/images/items/trap/onyx-mallet-weapon.png differ
diff --git a/public/images/items/trap/overgrown-slac-ii-skin.png b/public/images/items/trap/overgrown-slac-ii-skin.png
new file mode 100644
index 00000000..a629eaa5
Binary files /dev/null and b/public/images/items/trap/overgrown-slac-ii-skin.png differ
diff --git a/public/images/items/trap/ox-chrome-monstrobot-skin.png b/public/images/items/trap/ox-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..9fe5a2ae
Binary files /dev/null and b/public/images/items/trap/ox-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/trap/ox-jade-base.png b/public/images/items/trap/ox-jade-base.png
new file mode 100644
index 00000000..8165af63
Binary files /dev/null and b/public/images/items/trap/ox-jade-base.png differ
diff --git a/public/images/items/trap/papyrus-base.png b/public/images/items/trap/papyrus-base.png
new file mode 100644
index 00000000..90140ee1
Binary files /dev/null and b/public/images/items/trap/papyrus-base.png differ
diff --git a/public/images/items/trap/paradise-falls-weapon.png b/public/images/items/trap/paradise-falls-weapon.png
new file mode 100644
index 00000000..eb36bc1d
Binary files /dev/null and b/public/images/items/trap/paradise-falls-weapon.png differ
diff --git a/public/images/items/trap/partybot-weapon.png b/public/images/items/trap/partybot-weapon.png
new file mode 100644
index 00000000..ebb6f7e4
Binary files /dev/null and b/public/images/items/trap/partybot-weapon.png differ
diff --git a/public/images/items/trap/pearly-cemetery-gate-grappler-skin.png b/public/images/items/trap/pearly-cemetery-gate-grappler-skin.png
new file mode 100644
index 00000000..50ff92de
Binary files /dev/null and b/public/images/items/trap/pearly-cemetery-gate-grappler-skin.png differ
diff --git a/public/images/items/trap/peony-ember-prison-core-trap-skin.png b/public/images/items/trap/peony-ember-prison-core-trap-skin.png
new file mode 100644
index 00000000..9c8b27b0
Binary files /dev/null and b/public/images/items/trap/peony-ember-prison-core-trap-skin.png differ
diff --git a/public/images/items/trap/phantasmic-oasis-weapon.png b/public/images/items/trap/phantasmic-oasis-weapon.png
new file mode 100644
index 00000000..5de7437b
Binary files /dev/null and b/public/images/items/trap/phantasmic-oasis-weapon.png differ
diff --git a/public/images/items/trap/phantom-spring-phantasmic-oasis-skin.png b/public/images/items/trap/phantom-spring-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..f243e8b0
Binary files /dev/null and b/public/images/items/trap/phantom-spring-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/trap/physical-enhancement-base.png b/public/images/items/trap/physical-enhancement-base.png
new file mode 100644
index 00000000..df800aca
Binary files /dev/null and b/public/images/items/trap/physical-enhancement-base.png differ
diff --git a/public/images/items/trap/picchu-freeze-base.png b/public/images/items/trap/picchu-freeze-base.png
new file mode 100644
index 00000000..a788f31b
Binary files /dev/null and b/public/images/items/trap/picchu-freeze-base.png differ
diff --git a/public/images/items/trap/pig-jade-base.png b/public/images/items/trap/pig-jade-base.png
new file mode 100644
index 00000000..67cf72ec
Binary files /dev/null and b/public/images/items/trap/pig-jade-base.png differ
diff --git a/public/images/items/trap/pillowslac-slac-ii-skin.png b/public/images/items/trap/pillowslac-slac-ii-skin.png
new file mode 100644
index 00000000..9c8e3628
Binary files /dev/null and b/public/images/items/trap/pillowslac-slac-ii-skin.png differ
diff --git a/public/images/items/trap/pirate-sleigh-weapon.png b/public/images/items/trap/pirate-sleigh-weapon.png
new file mode 100644
index 00000000..5e1d0b41
Binary files /dev/null and b/public/images/items/trap/pirate-sleigh-weapon.png differ
diff --git a/public/images/items/trap/pneumatic-tube-weapon.png b/public/images/items/trap/pneumatic-tube-weapon.png
new file mode 100644
index 00000000..416a8c6d
Binary files /dev/null and b/public/images/items/trap/pneumatic-tube-weapon.png differ
diff --git a/public/images/items/trap/pointsettia-storm-wrought-ballista-trap-skin.png b/public/images/items/trap/pointsettia-storm-wrought-ballista-trap-skin.png
new file mode 100644
index 00000000..3e6453a0
Binary files /dev/null and b/public/images/items/trap/pointsettia-storm-wrought-ballista-trap-skin.png differ
diff --git a/public/images/items/trap/poisonous-pressure-plate-weapon.png b/public/images/items/trap/poisonous-pressure-plate-weapon.png
new file mode 100644
index 00000000..28756976
Binary files /dev/null and b/public/images/items/trap/poisonous-pressure-plate-weapon.png differ
diff --git a/public/images/items/trap/polar-base.png b/public/images/items/trap/polar-base.png
new file mode 100644
index 00000000..4360c0c9
Binary files /dev/null and b/public/images/items/trap/polar-base.png differ
diff --git a/public/images/items/trap/polluted-base.png b/public/images/items/trap/polluted-base.png
new file mode 100644
index 00000000..7abe4737
Binary files /dev/null and b/public/images/items/trap/polluted-base.png differ
diff --git a/public/images/items/trap/polluted-chrome-monstrobot-skin.png b/public/images/items/trap/polluted-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..44cac4ff
Binary files /dev/null and b/public/images/items/trap/polluted-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/trap/princessbot-princebot-skin.png b/public/images/items/trap/princessbot-princebot-skin.png
new file mode 100644
index 00000000..ef1530e7
Binary files /dev/null and b/public/images/items/trap/princessbot-princebot-skin.png differ
diff --git a/public/images/items/trap/pumpkin-patch-thrasher-smoldering-sentinel-skin.png b/public/images/items/trap/pumpkin-patch-thrasher-smoldering-sentinel-skin.png
new file mode 100644
index 00000000..e893685d
Binary files /dev/null and b/public/images/items/trap/pumpkin-patch-thrasher-smoldering-sentinel-skin.png differ
diff --git a/public/images/items/trap/pumpkin-pummeler-weapon.png b/public/images/items/trap/pumpkin-pummeler-weapon.png
new file mode 100644
index 00000000..c38d9559
Binary files /dev/null and b/public/images/items/trap/pumpkin-pummeler-weapon.png differ
diff --git a/public/images/items/trap/puzzlebox-infinite-labyrinth-skin.png b/public/images/items/trap/puzzlebox-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..82851f56
Binary files /dev/null and b/public/images/items/trap/puzzlebox-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/trap/queso-cannonstorm-base.png b/public/images/items/trap/queso-cannonstorm-base.png
new file mode 100644
index 00000000..80b72e10
Binary files /dev/null and b/public/images/items/trap/queso-cannonstorm-base.png differ
diff --git a/public/images/items/trap/queso-canyon-base.png b/public/images/items/trap/queso-canyon-base.png
new file mode 100644
index 00000000..dec12f90
Binary files /dev/null and b/public/images/items/trap/queso-canyon-base.png differ
diff --git a/public/images/items/trap/queso-canyon-draconic-weapon.png b/public/images/items/trap/queso-canyon-draconic-weapon.png
new file mode 100644
index 00000000..c7317210
Binary files /dev/null and b/public/images/items/trap/queso-canyon-draconic-weapon.png differ
diff --git a/public/images/items/trap/queso-canyon-forgotten-weapon.png b/public/images/items/trap/queso-canyon-forgotten-weapon.png
new file mode 100644
index 00000000..fb3c3e2f
Binary files /dev/null and b/public/images/items/trap/queso-canyon-forgotten-weapon.png differ
diff --git a/public/images/items/trap/queso-factory-weapon.png b/public/images/items/trap/queso-factory-weapon.png
new file mode 100644
index 00000000..d0133a0a
Binary files /dev/null and b/public/images/items/trap/queso-factory-weapon.png differ
diff --git a/public/images/items/trap/rabbit-jade-base.png b/public/images/items/trap/rabbit-jade-base.png
new file mode 100644
index 00000000..e30257fd
Binary files /dev/null and b/public/images/items/trap/rabbit-jade-base.png differ
diff --git a/public/images/items/trap/raging-ox-slumbering-boulder-skin.png b/public/images/items/trap/raging-ox-slumbering-boulder-skin.png
new file mode 100644
index 00000000..d68b95a1
Binary files /dev/null and b/public/images/items/trap/raging-ox-slumbering-boulder-skin.png differ
diff --git a/public/images/items/trap/ram-shrine-crystal-laser-skin.png b/public/images/items/trap/ram-shrine-crystal-laser-skin.png
new file mode 100644
index 00000000..af022373
Binary files /dev/null and b/public/images/items/trap/ram-shrine-crystal-laser-skin.png differ
diff --git a/public/images/items/trap/rat-jade-base.png b/public/images/items/trap/rat-jade-base.png
new file mode 100644
index 00000000..376d9a7c
Binary files /dev/null and b/public/images/items/trap/rat-jade-base.png differ
diff --git a/public/images/items/trap/reaper-droid-archmagus-skin.png b/public/images/items/trap/reaper-droid-archmagus-skin.png
new file mode 100644
index 00000000..7e754a2e
Binary files /dev/null and b/public/images/items/trap/reaper-droid-archmagus-skin.png differ
diff --git a/public/images/items/trap/reaper-perch-weapon.png b/public/images/items/trap/reaper-perch-weapon.png
new file mode 100644
index 00000000..a53c52b0
Binary files /dev/null and b/public/images/items/trap/reaper-perch-weapon.png differ
diff --git a/public/images/items/trap/red-velvet-cake-base.png b/public/images/items/trap/red-velvet-cake-base.png
new file mode 100644
index 00000000..74d5a2df
Binary files /dev/null and b/public/images/items/trap/red-velvet-cake-base.png differ
diff --git a/public/images/items/trap/refined-pollutinum-base.png b/public/images/items/trap/refined-pollutinum-base.png
new file mode 100644
index 00000000..7d728ea1
Binary files /dev/null and b/public/images/items/trap/refined-pollutinum-base.png differ
diff --git a/public/images/items/trap/regal-celestial-dissonance-trap-skin.png b/public/images/items/trap/regal-celestial-dissonance-trap-skin.png
new file mode 100644
index 00000000..7645c545
Binary files /dev/null and b/public/images/items/trap/regal-celestial-dissonance-trap-skin.png differ
diff --git a/public/images/items/trap/regal-chrome-floating-arcane-upgraded-skin.png b/public/images/items/trap/regal-chrome-floating-arcane-upgraded-skin.png
new file mode 100644
index 00000000..81977df8
Binary files /dev/null and b/public/images/items/trap/regal-chrome-floating-arcane-upgraded-skin.png differ
diff --git a/public/images/items/trap/regal-infinite-dark-magic-mirror-skin.png b/public/images/items/trap/regal-infinite-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..3a54a5fd
Binary files /dev/null and b/public/images/items/trap/regal-infinite-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/trap/regal-legendary-kingbot-skin.png b/public/images/items/trap/regal-legendary-kingbot-skin.png
new file mode 100644
index 00000000..3078e4f1
Binary files /dev/null and b/public/images/items/trap/regal-legendary-kingbot-skin.png differ
diff --git a/public/images/items/trap/regal-princebot-trap-skin.png b/public/images/items/trap/regal-princebot-trap-skin.png
new file mode 100644
index 00000000..ccf0f2f5
Binary files /dev/null and b/public/images/items/trap/regal-princebot-trap-skin.png differ
diff --git a/public/images/items/trap/regal-slumbering-boulder-trap-skin.png b/public/images/items/trap/regal-slumbering-boulder-trap-skin.png
new file mode 100644
index 00000000..a53a7788
Binary files /dev/null and b/public/images/items/trap/regal-slumbering-boulder-trap-skin.png differ
diff --git a/public/images/items/trap/regal-temporal-turbine-skin.png b/public/images/items/trap/regal-temporal-turbine-skin.png
new file mode 100644
index 00000000..8c86019a
Binary files /dev/null and b/public/images/items/trap/regal-temporal-turbine-skin.png differ
diff --git a/public/images/items/trap/regal-vault-procession-trap-skin.png b/public/images/items/trap/regal-vault-procession-trap-skin.png
new file mode 100644
index 00000000..fc49ca90
Binary files /dev/null and b/public/images/items/trap/regal-vault-procession-trap-skin.png differ
diff --git a/public/images/items/trap/remote-detonator-base.png b/public/images/items/trap/remote-detonator-base.png
new file mode 100644
index 00000000..98b0af11
Binary files /dev/null and b/public/images/items/trap/remote-detonator-base.png differ
diff --git a/public/images/items/trap/rewers-repost-weapon.png b/public/images/items/trap/rewers-repost-weapon.png
new file mode 100644
index 00000000..9d53dac5
Binary files /dev/null and b/public/images/items/trap/rewers-repost-weapon.png differ
diff --git a/public/images/items/trap/rhinobot-weapon.png b/public/images/items/trap/rhinobot-weapon.png
new file mode 100644
index 00000000..fad6d782
Binary files /dev/null and b/public/images/items/trap/rhinobot-weapon.png differ
diff --git a/public/images/items/trap/rift-base.png b/public/images/items/trap/rift-base.png
new file mode 100644
index 00000000..21e20a52
Binary files /dev/null and b/public/images/items/trap/rift-base.png differ
diff --git a/public/images/items/trap/rift-glacier-gatler-weapon.png b/public/images/items/trap/rift-glacier-gatler-weapon.png
new file mode 100644
index 00000000..4fff26f4
Binary files /dev/null and b/public/images/items/trap/rift-glacier-gatler-weapon.png differ
diff --git a/public/images/items/trap/rift-mist-diffuser-base.png b/public/images/items/trap/rift-mist-diffuser-base.png
new file mode 100644
index 00000000..9c123a40
Binary files /dev/null and b/public/images/items/trap/rift-mist-diffuser-base.png differ
diff --git a/public/images/items/trap/rift-mynorca-weapon.png b/public/images/items/trap/rift-mynorca-weapon.png
new file mode 100644
index 00000000..0ceb178b
Binary files /dev/null and b/public/images/items/trap/rift-mynorca-weapon.png differ
diff --git a/public/images/items/trap/river-dance-art-of-dance-skin.png b/public/images/items/trap/river-dance-art-of-dance-skin.png
new file mode 100644
index 00000000..a935b717
Binary files /dev/null and b/public/images/items/trap/river-dance-art-of-dance-skin.png differ
diff --git a/public/images/items/trap/rocket-propelled-gavel-weapon.png b/public/images/items/trap/rocket-propelled-gavel-weapon.png
new file mode 100644
index 00000000..95fc3031
Binary files /dev/null and b/public/images/items/trap/rocket-propelled-gavel-weapon.png differ
diff --git a/public/images/items/trap/ronzas-flock-of-golden-anti-dragonbots-weapon.png b/public/images/items/trap/ronzas-flock-of-golden-anti-dragonbots-weapon.png
new file mode 100644
index 00000000..113cdd64
Binary files /dev/null and b/public/images/items/trap/ronzas-flock-of-golden-anti-dragonbots-weapon.png differ
diff --git a/public/images/items/trap/rooster-droid-archmagus-skin.png b/public/images/items/trap/rooster-droid-archmagus-skin.png
new file mode 100644
index 00000000..c1362efb
Binary files /dev/null and b/public/images/items/trap/rooster-droid-archmagus-skin.png differ
diff --git a/public/images/items/trap/rooster-jade-base.png b/public/images/items/trap/rooster-jade-base.png
new file mode 100644
index 00000000..09426a0e
Binary files /dev/null and b/public/images/items/trap/rooster-jade-base.png differ
diff --git a/public/images/items/trap/royal-chrome-storm-ballista-skin.png b/public/images/items/trap/royal-chrome-storm-ballista-skin.png
new file mode 100644
index 00000000..9200e29b
Binary files /dev/null and b/public/images/items/trap/royal-chrome-storm-ballista-skin.png differ
diff --git a/public/images/items/trap/royal-ruby-refractor-base.png b/public/images/items/trap/royal-ruby-refractor-base.png
new file mode 100644
index 00000000..786a4dfb
Binary files /dev/null and b/public/images/items/trap/royal-ruby-refractor-base.png differ
diff --git a/public/images/items/trap/rune-shark-weapon.png b/public/images/items/trap/rune-shark-weapon.png
new file mode 100644
index 00000000..5c4f0435
Binary files /dev/null and b/public/images/items/trap/rune-shark-weapon.png differ
diff --git a/public/images/items/trap/runic-base.png b/public/images/items/trap/runic-base.png
new file mode 100644
index 00000000..374e51b3
Binary files /dev/null and b/public/images/items/trap/runic-base.png differ
diff --git a/public/images/items/trap/sam-fed-weapon.png b/public/images/items/trap/sam-fed-weapon.png
new file mode 100644
index 00000000..0d311d92
Binary files /dev/null and b/public/images/items/trap/sam-fed-weapon.png differ
diff --git a/public/images/items/trap/sandcastle-shard-weapon.png b/public/images/items/trap/sandcastle-shard-weapon.png
new file mode 100644
index 00000000..7064fa98
Binary files /dev/null and b/public/images/items/trap/sandcastle-shard-weapon.png differ
diff --git a/public/images/items/trap/sandstormbot-weapon.png b/public/images/items/trap/sandstormbot-weapon.png
new file mode 100644
index 00000000..f2777508
Binary files /dev/null and b/public/images/items/trap/sandstormbot-weapon.png differ
diff --git a/public/images/items/trap/school-of-friends-trap-skin.png b/public/images/items/trap/school-of-friends-trap-skin.png
new file mode 100644
index 00000000..b2c9e24a
Binary files /dev/null and b/public/images/items/trap/school-of-friends-trap-skin.png differ
diff --git a/public/images/items/trap/school-of-secret-santa-sharks-skin.png b/public/images/items/trap/school-of-secret-santa-sharks-skin.png
new file mode 100644
index 00000000..2b00c988
Binary files /dev/null and b/public/images/items/trap/school-of-secret-santa-sharks-skin.png differ
diff --git a/public/images/items/trap/scum-scrubber-weapon.png b/public/images/items/trap/scum-scrubber-weapon.png
new file mode 100644
index 00000000..41d2e275
Binary files /dev/null and b/public/images/items/trap/scum-scrubber-weapon.png differ
diff --git a/public/images/items/trap/seal-skin.png b/public/images/items/trap/seal-skin.png
new file mode 100644
index 00000000..0077150a
Binary files /dev/null and b/public/images/items/trap/seal-skin.png differ
diff --git a/public/images/items/trap/seasonal-base.png b/public/images/items/trap/seasonal-base.png
new file mode 100644
index 00000000..b987f008
Binary files /dev/null and b/public/images/items/trap/seasonal-base.png differ
diff --git a/public/images/items/trap/seasonal-gift-of-the-day-base.png b/public/images/items/trap/seasonal-gift-of-the-day-base.png
new file mode 100644
index 00000000..88655afc
Binary files /dev/null and b/public/images/items/trap/seasonal-gift-of-the-day-base.png differ
diff --git a/public/images/items/trap/sentinel-shadow-skin.png b/public/images/items/trap/sentinel-shadow-skin.png
new file mode 100644
index 00000000..2ba3c5fd
Binary files /dev/null and b/public/images/items/trap/sentinel-shadow-skin.png differ
diff --git a/public/images/items/trap/sentinel-weapon.png b/public/images/items/trap/sentinel-weapon.png
new file mode 100644
index 00000000..dbe60be9
Binary files /dev/null and b/public/images/items/trap/sentinel-weapon.png differ
diff --git a/public/images/items/trap/shattered-arcanum-skin.png b/public/images/items/trap/shattered-arcanum-skin.png
new file mode 100644
index 00000000..c74d620f
Binary files /dev/null and b/public/images/items/trap/shattered-arcanum-skin.png differ
diff --git a/public/images/items/trap/sheep-jade-base.png b/public/images/items/trap/sheep-jade-base.png
new file mode 100644
index 00000000..382cab78
Binary files /dev/null and b/public/images/items/trap/sheep-jade-base.png differ
diff --git a/public/images/items/trap/shrink-ray-weapon.png b/public/images/items/trap/shrink-ray-weapon.png
new file mode 100644
index 00000000..544cc2d2
Binary files /dev/null and b/public/images/items/trap/shrink-ray-weapon.png differ
diff --git a/public/images/items/trap/sinister-portal-weapon.png b/public/images/items/trap/sinister-portal-weapon.png
new file mode 100644
index 00000000..572c1825
Binary files /dev/null and b/public/images/items/trap/sinister-portal-weapon.png differ
diff --git a/public/images/items/trap/skeletal-rune-shark-skin.png b/public/images/items/trap/skeletal-rune-shark-skin.png
new file mode 100644
index 00000000..56035270
Binary files /dev/null and b/public/images/items/trap/skeletal-rune-shark-skin.png differ
diff --git a/public/images/items/trap/skelloton-base.png b/public/images/items/trap/skelloton-base.png
new file mode 100644
index 00000000..0360017b
Binary files /dev/null and b/public/images/items/trap/skelloton-base.png differ
diff --git a/public/images/items/trap/slac-ii-sling-weapon.png b/public/images/items/trap/slac-ii-sling-weapon.png
new file mode 100644
index 00000000..f38ed10d
Binary files /dev/null and b/public/images/items/trap/slac-ii-sling-weapon.png differ
diff --git a/public/images/items/trap/slac-spring-weapon.png b/public/images/items/trap/slac-spring-weapon.png
new file mode 100644
index 00000000..fc0f9491
Binary files /dev/null and b/public/images/items/trap/slac-spring-weapon.png differ
diff --git a/public/images/items/trap/slumbering-baker-trap-skin.png b/public/images/items/trap/slumbering-baker-trap-skin.png
new file mode 100644
index 00000000..a080abdb
Binary files /dev/null and b/public/images/items/trap/slumbering-baker-trap-skin.png differ
diff --git a/public/images/items/trap/slumbering-beauty-skin.png b/public/images/items/trap/slumbering-beauty-skin.png
new file mode 100644
index 00000000..2731c86d
Binary files /dev/null and b/public/images/items/trap/slumbering-beauty-skin.png differ
diff --git a/public/images/items/trap/slumbering-bunny-skin.png b/public/images/items/trap/slumbering-bunny-skin.png
new file mode 100644
index 00000000..7230a6e0
Binary files /dev/null and b/public/images/items/trap/slumbering-bunny-skin.png differ
diff --git a/public/images/items/trap/slumbering-flower-skin.png b/public/images/items/trap/slumbering-flower-skin.png
new file mode 100644
index 00000000..99d4d839
Binary files /dev/null and b/public/images/items/trap/slumbering-flower-skin.png differ
diff --git a/public/images/items/trap/smelly-sodium-base.png b/public/images/items/trap/smelly-sodium-base.png
new file mode 100644
index 00000000..6da85d0b
Binary files /dev/null and b/public/images/items/trap/smelly-sodium-base.png differ
diff --git a/public/images/items/trap/snake-firework-launcher-skin.png b/public/images/items/trap/snake-firework-launcher-skin.png
new file mode 100644
index 00000000..191a9298
Binary files /dev/null and b/public/images/items/trap/snake-firework-launcher-skin.png differ
diff --git a/public/images/items/trap/snake-jade-base.png b/public/images/items/trap/snake-jade-base.png
new file mode 100644
index 00000000..f1e58996
Binary files /dev/null and b/public/images/items/trap/snake-jade-base.png differ
diff --git a/public/images/items/trap/snow-barrage-weapon.png b/public/images/items/trap/snow-barrage-weapon.png
new file mode 100644
index 00000000..cd6306b8
Binary files /dev/null and b/public/images/items/trap/snow-barrage-weapon.png differ
diff --git a/public/images/items/trap/snow-golem-base.png b/public/images/items/trap/snow-golem-base.png
new file mode 100644
index 00000000..5ad0b523
Binary files /dev/null and b/public/images/items/trap/snow-golem-base.png differ
diff --git a/public/images/items/trap/snow-golem-trap-arcane-skin.png b/public/images/items/trap/snow-golem-trap-arcane-skin.png
new file mode 100644
index 00000000..253a063b
Binary files /dev/null and b/public/images/items/trap/snow-golem-trap-arcane-skin.png differ
diff --git a/public/images/items/trap/snow-golem-trap-forgotten-skin.png b/public/images/items/trap/snow-golem-trap-forgotten-skin.png
new file mode 100644
index 00000000..6b5d9b60
Binary files /dev/null and b/public/images/items/trap/snow-golem-trap-forgotten-skin.png differ
diff --git a/public/images/items/trap/snow-golem-trap-hydro-skin.png b/public/images/items/trap/snow-golem-trap-hydro-skin.png
new file mode 100644
index 00000000..cb0b60fe
Binary files /dev/null and b/public/images/items/trap/snow-golem-trap-hydro-skin.png differ
diff --git a/public/images/items/trap/snow-golem-trap-physical-skin.png b/public/images/items/trap/snow-golem-trap-physical-skin.png
new file mode 100644
index 00000000..fdc8eb3b
Binary files /dev/null and b/public/images/items/trap/snow-golem-trap-physical-skin.png differ
diff --git a/public/images/items/trap/snow-golem-trap-tactical-skin.png b/public/images/items/trap/snow-golem-trap-tactical-skin.png
new file mode 100644
index 00000000..a99ac1b9
Binary files /dev/null and b/public/images/items/trap/snow-golem-trap-tactical-skin.png differ
diff --git a/public/images/items/trap/snow-golem-trap-weapon.png b/public/images/items/trap/snow-golem-trap-weapon.png
new file mode 100644
index 00000000..7622e63d
Binary files /dev/null and b/public/images/items/trap/snow-golem-trap-weapon.png differ
diff --git a/public/images/items/trap/snow-king-bot-skin.png b/public/images/items/trap/snow-king-bot-skin.png
new file mode 100644
index 00000000..5590a36b
Binary files /dev/null and b/public/images/items/trap/snow-king-bot-skin.png differ
diff --git a/public/images/items/trap/snowglobe-trap-weapon.png b/public/images/items/trap/snowglobe-trap-weapon.png
new file mode 100644
index 00000000..b123210c
Binary files /dev/null and b/public/images/items/trap/snowglobe-trap-weapon.png differ
diff --git a/public/images/items/trap/soapy-oasis-skin.png b/public/images/items/trap/soapy-oasis-skin.png
new file mode 100644
index 00000000..14408973
Binary files /dev/null and b/public/images/items/trap/soapy-oasis-skin.png differ
diff --git a/public/images/items/trap/soapy-phantasmic-oasis-skin.png b/public/images/items/trap/soapy-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..45c77ca8
Binary files /dev/null and b/public/images/items/trap/soapy-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/trap/soiled-base.png b/public/images/items/trap/soiled-base.png
new file mode 100644
index 00000000..d8f784cc
Binary files /dev/null and b/public/images/items/trap/soiled-base.png differ
diff --git a/public/images/items/trap/sorcerers-sapphire-refractor-base.png b/public/images/items/trap/sorcerers-sapphire-refractor-base.png
new file mode 100644
index 00000000..c9fec0b7
Binary files /dev/null and b/public/images/items/trap/sorcerers-sapphire-refractor-base.png differ
diff --git a/public/images/items/trap/soul-piercer-skin.png b/public/images/items/trap/soul-piercer-skin.png
new file mode 100644
index 00000000..cc8c86db
Binary files /dev/null and b/public/images/items/trap/soul-piercer-skin.png differ
diff --git a/public/images/items/trap/soul-searching-temporal-turbine-skin.png b/public/images/items/trap/soul-searching-temporal-turbine-skin.png
new file mode 100644
index 00000000..8bb8a068
Binary files /dev/null and b/public/images/items/trap/soul-searching-temporal-turbine-skin.png differ
diff --git a/public/images/items/trap/spectral-floating-tactical-skin.png b/public/images/items/trap/spectral-floating-tactical-skin.png
new file mode 100644
index 00000000..1f0f3a11
Binary files /dev/null and b/public/images/items/trap/spectral-floating-tactical-skin.png differ
diff --git a/public/images/items/trap/spectral-floating-tactical-upgraded-skin.png b/public/images/items/trap/spectral-floating-tactical-upgraded-skin.png
new file mode 100644
index 00000000..9bc5cdc8
Binary files /dev/null and b/public/images/items/trap/spectral-floating-tactical-upgraded-skin.png differ
diff --git a/public/images/items/trap/spellbook-base.png b/public/images/items/trap/spellbook-base.png
new file mode 100644
index 00000000..db281b58
Binary files /dev/null and b/public/images/items/trap/spellbook-base.png differ
diff --git a/public/images/items/trap/sphynx-weapon.png b/public/images/items/trap/sphynx-weapon.png
new file mode 100644
index 00000000..50d99ede
Binary files /dev/null and b/public/images/items/trap/sphynx-weapon.png differ
diff --git a/public/images/items/trap/spiked-base.png b/public/images/items/trap/spiked-base.png
new file mode 100644
index 00000000..47e63655
Binary files /dev/null and b/public/images/items/trap/spiked-base.png differ
diff --git a/public/images/items/trap/spirit-of-halloween-acronym-skin.png b/public/images/items/trap/spirit-of-halloween-acronym-skin.png
new file mode 100644
index 00000000..1e7e2e20
Binary files /dev/null and b/public/images/items/trap/spirit-of-halloween-acronym-skin.png differ
diff --git a/public/images/items/trap/spooky-chrome-temporal-turbine-trap-skin.png b/public/images/items/trap/spooky-chrome-temporal-turbine-trap-skin.png
new file mode 100644
index 00000000..8022ca9b
Binary files /dev/null and b/public/images/items/trap/spooky-chrome-temporal-turbine-trap-skin.png differ
diff --git a/public/images/items/trap/spooky-endless-labyrinth-skin.png b/public/images/items/trap/spooky-endless-labyrinth-skin.png
new file mode 100644
index 00000000..847c2479
Binary files /dev/null and b/public/images/items/trap/spooky-endless-labyrinth-skin.png differ
diff --git a/public/images/items/trap/spooky-mary-onette-skin.png b/public/images/items/trap/spooky-mary-onette-skin.png
new file mode 100644
index 00000000..b99036ad
Binary files /dev/null and b/public/images/items/trap/spooky-mary-onette-skin.png differ
diff --git a/public/images/items/trap/spooky-slac-ii-skin.png b/public/images/items/trap/spooky-slac-ii-skin.png
new file mode 100644
index 00000000..a0b1e69e
Binary files /dev/null and b/public/images/items/trap/spooky-slac-ii-skin.png differ
diff --git a/public/images/items/trap/spooky-spiked-crusher-skin.png b/public/images/items/trap/spooky-spiked-crusher-skin.png
new file mode 100644
index 00000000..d8141256
Binary files /dev/null and b/public/images/items/trap/spooky-spiked-crusher-skin.png differ
diff --git a/public/images/items/trap/spring-arcanum-skin.png b/public/images/items/trap/spring-arcanum-skin.png
new file mode 100644
index 00000000..1fbbbd9d
Binary files /dev/null and b/public/images/items/trap/spring-arcanum-skin.png differ
diff --git a/public/images/items/trap/spring-bunny-geyser-physical-skin.png b/public/images/items/trap/spring-bunny-geyser-physical-skin.png
new file mode 100644
index 00000000..a6082f5b
Binary files /dev/null and b/public/images/items/trap/spring-bunny-geyser-physical-skin.png differ
diff --git a/public/images/items/trap/spring-chrome-storm-wrought-ballista-skin.png b/public/images/items/trap/spring-chrome-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..77af1dad
Binary files /dev/null and b/public/images/items/trap/spring-chrome-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/trap/spring-easter-basket-acroynm-skin.png b/public/images/items/trap/spring-easter-basket-acroynm-skin.png
new file mode 100644
index 00000000..fe4e9dba
Binary files /dev/null and b/public/images/items/trap/spring-easter-basket-acroynm-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-chrome-monstrobot-skin.png b/public/images/items/trap/spring-hunt-chrome-monstrobot-skin.png
new file mode 100644
index 00000000..0096c21e
Binary files /dev/null and b/public/images/items/trap/spring-hunt-chrome-monstrobot-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-chrome-sphynx-wrath-skin.png b/public/images/items/trap/spring-hunt-chrome-sphynx-wrath-skin.png
new file mode 100644
index 00000000..d82f8adc
Binary files /dev/null and b/public/images/items/trap/spring-hunt-chrome-sphynx-wrath-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-draconic-cannon-skin.png b/public/images/items/trap/spring-hunt-draconic-cannon-skin.png
new file mode 100644
index 00000000..08410807
Binary files /dev/null and b/public/images/items/trap/spring-hunt-draconic-cannon-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-ember-prison-core-skin.png b/public/images/items/trap/spring-hunt-ember-prison-core-skin.png
new file mode 100644
index 00000000..627a447f
Binary files /dev/null and b/public/images/items/trap/spring-hunt-ember-prison-core-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-endless-labyrinth-skin.png b/public/images/items/trap/spring-hunt-endless-labyrinth-skin.png
new file mode 100644
index 00000000..7851dac7
Binary files /dev/null and b/public/images/items/trap/spring-hunt-endless-labyrinth-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-focused-laser-skin.png b/public/images/items/trap/spring-hunt-focused-laser-skin.png
new file mode 100644
index 00000000..d2ba7529
Binary files /dev/null and b/public/images/items/trap/spring-hunt-focused-laser-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-infinite-labyrinth-skin.png b/public/images/items/trap/spring-hunt-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..46463359
Binary files /dev/null and b/public/images/items/trap/spring-hunt-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-multi-crystal-laser-skin.png b/public/images/items/trap/spring-hunt-multi-crystal-laser-skin.png
new file mode 100644
index 00000000..97fddb12
Binary files /dev/null and b/public/images/items/trap/spring-hunt-multi-crystal-laser-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-school-of-sharks-skin.png b/public/images/items/trap/spring-hunt-school-of-sharks-skin.png
new file mode 100644
index 00000000..2805e68c
Binary files /dev/null and b/public/images/items/trap/spring-hunt-school-of-sharks-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-shark-skin.png b/public/images/items/trap/spring-hunt-shark-skin.png
new file mode 100644
index 00000000..7c4086b4
Binary files /dev/null and b/public/images/items/trap/spring-hunt-shark-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-stinger-skin.png b/public/images/items/trap/spring-hunt-stinger-skin.png
new file mode 100644
index 00000000..3c517828
Binary files /dev/null and b/public/images/items/trap/spring-hunt-stinger-skin.png differ
diff --git a/public/images/items/trap/spring-hunt-temporal-dissonance-skin.png b/public/images/items/trap/spring-hunt-temporal-dissonance-skin.png
new file mode 100644
index 00000000..e19454d0
Binary files /dev/null and b/public/images/items/trap/spring-hunt-temporal-dissonance-skin.png differ
diff --git a/public/images/items/trap/spring-mynorca-skin.png b/public/images/items/trap/spring-mynorca-skin.png
new file mode 100644
index 00000000..39b476ab
Binary files /dev/null and b/public/images/items/trap/spring-mynorca-skin.png differ
diff --git a/public/images/items/trap/spring-sentinel-skin.png b/public/images/items/trap/spring-sentinel-skin.png
new file mode 100644
index 00000000..8274ea54
Binary files /dev/null and b/public/images/items/trap/spring-sentinel-skin.png differ
diff --git a/public/images/items/trap/springer-skin.png b/public/images/items/trap/springer-skin.png
new file mode 100644
index 00000000..36ea1bb2
Binary files /dev/null and b/public/images/items/trap/springer-skin.png differ
diff --git a/public/images/items/trap/sprinkley-cupcake-surprise-weapon.png b/public/images/items/trap/sprinkley-cupcake-surprise-weapon.png
new file mode 100644
index 00000000..31739991
Binary files /dev/null and b/public/images/items/trap/sprinkley-cupcake-surprise-weapon.png differ
diff --git a/public/images/items/trap/star-spire-chrome-dissonance-trap-skin.png b/public/images/items/trap/star-spire-chrome-dissonance-trap-skin.png
new file mode 100644
index 00000000..5b06ca34
Binary files /dev/null and b/public/images/items/trap/star-spire-chrome-dissonance-trap-skin.png differ
diff --git a/public/images/items/trap/steam-immolator-skin.png b/public/images/items/trap/steam-immolator-skin.png
new file mode 100644
index 00000000..7590f43c
Binary files /dev/null and b/public/images/items/trap/steam-immolator-skin.png differ
diff --git a/public/images/items/trap/steam-laser-mk-i-weapon.png b/public/images/items/trap/steam-laser-mk-i-weapon.png
new file mode 100644
index 00000000..754f974e
Binary files /dev/null and b/public/images/items/trap/steam-laser-mk-i-weapon.png differ
diff --git a/public/images/items/trap/steam-laser-mk-ii-weapon.png b/public/images/items/trap/steam-laser-mk-ii-weapon.png
new file mode 100644
index 00000000..97e5db25
Binary files /dev/null and b/public/images/items/trap/steam-laser-mk-ii-weapon.png differ
diff --git a/public/images/items/trap/steam-laser-mk-iii-weapon.png b/public/images/items/trap/steam-laser-mk-iii-weapon.png
new file mode 100644
index 00000000..a887e27d
Binary files /dev/null and b/public/images/items/trap/steam-laser-mk-iii-weapon.png differ
diff --git a/public/images/items/trap/steam-maw-skin.png b/public/images/items/trap/steam-maw-skin.png
new file mode 100644
index 00000000..4b1fc130
Binary files /dev/null and b/public/images/items/trap/steam-maw-skin.png differ
diff --git a/public/images/items/trap/steaming-pumpkin-spice-latte-skin.png b/public/images/items/trap/steaming-pumpkin-spice-latte-skin.png
new file mode 100644
index 00000000..95c95b7f
Binary files /dev/null and b/public/images/items/trap/steaming-pumpkin-spice-latte-skin.png differ
diff --git a/public/images/items/trap/stewing-boiling-cauldron-trap-skin.png b/public/images/items/trap/stewing-boiling-cauldron-trap-skin.png
new file mode 100644
index 00000000..c03c9624
Binary files /dev/null and b/public/images/items/trap/stewing-boiling-cauldron-trap-skin.png differ
diff --git a/public/images/items/trap/stone-base.png b/public/images/items/trap/stone-base.png
new file mode 100644
index 00000000..849ab6d0
Binary files /dev/null and b/public/images/items/trap/stone-base.png differ
diff --git a/public/images/items/trap/storm-wrought-ballista-weapon.png b/public/images/items/trap/storm-wrought-ballista-weapon.png
new file mode 100644
index 00000000..bc838837
Binary files /dev/null and b/public/images/items/trap/storm-wrought-ballista-weapon.png differ
diff --git a/public/images/items/trap/summer-mynorca-skin.png b/public/images/items/trap/summer-mynorca-skin.png
new file mode 100644
index 00000000..d1ce271c
Binary files /dev/null and b/public/images/items/trap/summer-mynorca-skin.png differ
diff --git a/public/images/items/trap/sun-celestial-dissonance-weapon-skin.png b/public/images/items/trap/sun-celestial-dissonance-weapon-skin.png
new file mode 100644
index 00000000..00250438
Binary files /dev/null and b/public/images/items/trap/sun-celestial-dissonance-weapon-skin.png differ
diff --git a/public/images/items/trap/super-safe-drencher-steam-laser-mk-iii-skin.png b/public/images/items/trap/super-safe-drencher-steam-laser-mk-iii-skin.png
new file mode 100644
index 00000000..60940879
Binary files /dev/null and b/public/images/items/trap/super-safe-drencher-steam-laser-mk-iii-skin.png differ
diff --git a/public/images/items/trap/super-safe-toy-crossbow-skin.png b/public/images/items/trap/super-safe-toy-crossbow-skin.png
new file mode 100644
index 00000000..7bdb139b
Binary files /dev/null and b/public/images/items/trap/super-safe-toy-crossbow-skin.png differ
diff --git a/public/images/items/trap/super-scum-scrubber-weapon.png b/public/images/items/trap/super-scum-scrubber-weapon.png
new file mode 100644
index 00000000..5d5b1473
Binary files /dev/null and b/public/images/items/trap/super-scum-scrubber-weapon.png differ
diff --git a/public/images/items/trap/supply-grabber-weapon.png b/public/images/items/trap/supply-grabber-weapon.png
new file mode 100644
index 00000000..de039064
Binary files /dev/null and b/public/images/items/trap/supply-grabber-weapon.png differ
diff --git a/public/images/items/trap/surfboard-infinite-dark-magic-mirror-skin.png b/public/images/items/trap/surfboard-infinite-dark-magic-mirror-skin.png
new file mode 100644
index 00000000..8e3c736b
Binary files /dev/null and b/public/images/items/trap/surfboard-infinite-dark-magic-mirror-skin.png differ
diff --git a/public/images/items/trap/surprise-party-weapon.png b/public/images/items/trap/surprise-party-weapon.png
new file mode 100644
index 00000000..4f335395
Binary files /dev/null and b/public/images/items/trap/surprise-party-weapon.png differ
diff --git a/public/images/items/trap/swiss-army-mouse-trap-weapon.png b/public/images/items/trap/swiss-army-mouse-trap-weapon.png
new file mode 100644
index 00000000..b5603556
Binary files /dev/null and b/public/images/items/trap/swiss-army-mouse-trap-weapon.png differ
diff --git a/public/images/items/trap/tacky-glue-trap-weapon.png b/public/images/items/trap/tacky-glue-trap-weapon.png
new file mode 100644
index 00000000..74945213
Binary files /dev/null and b/public/images/items/trap/tacky-glue-trap-weapon.png differ
diff --git a/public/images/items/trap/tarannosaurus-rex-weapon.png b/public/images/items/trap/tarannosaurus-rex-weapon.png
new file mode 100644
index 00000000..13549b41
Binary files /dev/null and b/public/images/items/trap/tarannosaurus-rex-weapon.png differ
diff --git a/public/images/items/trap/technic-low-weapon.png b/public/images/items/trap/technic-low-weapon.png
new file mode 100644
index 00000000..e5840454
Binary files /dev/null and b/public/images/items/trap/technic-low-weapon.png differ
diff --git a/public/images/items/trap/temporal-dissonance-weapon.png b/public/images/items/trap/temporal-dissonance-weapon.png
new file mode 100644
index 00000000..61cc30c1
Binary files /dev/null and b/public/images/items/trap/temporal-dissonance-weapon.png differ
diff --git a/public/images/items/trap/temporal-turbine.png b/public/images/items/trap/temporal-turbine.png
new file mode 100644
index 00000000..3472a019
Binary files /dev/null and b/public/images/items/trap/temporal-turbine.png differ
diff --git a/public/images/items/trap/tenth-birthday-2018-cake-base.png b/public/images/items/trap/tenth-birthday-2018-cake-base.png
new file mode 100644
index 00000000..5e9a9864
Binary files /dev/null and b/public/images/items/trap/tenth-birthday-2018-cake-base.png differ
diff --git a/public/images/items/trap/tenth-birthday-storm-wrought-ballista-skin.png b/public/images/items/trap/tenth-birthday-storm-wrought-ballista-skin.png
new file mode 100644
index 00000000..615e7735
Binary files /dev/null and b/public/images/items/trap/tenth-birthday-storm-wrought-ballista-skin.png differ
diff --git a/public/images/items/trap/terrifying-spider-weapon.png b/public/images/items/trap/terrifying-spider-weapon.png
new file mode 100644
index 00000000..779c86e8
Binary files /dev/null and b/public/images/items/trap/terrifying-spider-weapon.png differ
diff --git a/public/images/items/trap/terrifying-timesplit-dissonance-skin.png b/public/images/items/trap/terrifying-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..3ae0de57
Binary files /dev/null and b/public/images/items/trap/terrifying-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/trap/thief-base.png b/public/images/items/trap/thief-base.png
new file mode 100644
index 00000000..539486d3
Binary files /dev/null and b/public/images/items/trap/thief-base.png differ
diff --git a/public/images/items/trap/thing-bottomoless-grave-skin.png b/public/images/items/trap/thing-bottomoless-grave-skin.png
new file mode 100644
index 00000000..b3b5a3bc
Binary files /dev/null and b/public/images/items/trap/thing-bottomoless-grave-skin.png differ
diff --git a/public/images/items/trap/thoughtfully-enraged-rhinobot-skin.png b/public/images/items/trap/thoughtfully-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..8692c139
Binary files /dev/null and b/public/images/items/trap/thoughtfully-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/trap/throned-venus-mouse-trap-weapon.png b/public/images/items/trap/throned-venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..ae7c350d
Binary files /dev/null and b/public/images/items/trap/throned-venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/trap/tidal-base.png b/public/images/items/trap/tidal-base.png
new file mode 100644
index 00000000..33f02532
Binary files /dev/null and b/public/images/items/trap/tidal-base.png differ
diff --git a/public/images/items/trap/tiger-jade-base.png b/public/images/items/trap/tiger-jade-base.png
new file mode 100644
index 00000000..ad083de2
Binary files /dev/null and b/public/images/items/trap/tiger-jade-base.png differ
diff --git a/public/images/items/trap/tiki-base.png b/public/images/items/trap/tiki-base.png
new file mode 100644
index 00000000..7ac172a0
Binary files /dev/null and b/public/images/items/trap/tiki-base.png differ
diff --git a/public/images/items/trap/timesplit-sand-castle-skin.png b/public/images/items/trap/timesplit-sand-castle-skin.png
new file mode 100644
index 00000000..46d4cd3f
Binary files /dev/null and b/public/images/items/trap/timesplit-sand-castle-skin.png differ
diff --git a/public/images/items/trap/tome-of-the-minds-eye-weapon.png b/public/images/items/trap/tome-of-the-minds-eye-weapon.png
new file mode 100644
index 00000000..7a6ca07d
Binary files /dev/null and b/public/images/items/trap/tome-of-the-minds-eye-weapon.png differ
diff --git a/public/images/items/trap/tournament-dimensional-chest-skin.png b/public/images/items/trap/tournament-dimensional-chest-skin.png
new file mode 100644
index 00000000..7536f08c
Binary files /dev/null and b/public/images/items/trap/tournament-dimensional-chest-skin.png differ
diff --git a/public/images/items/trap/tournament-monstrobot-skin.png b/public/images/items/trap/tournament-monstrobot-skin.png
new file mode 100644
index 00000000..c121ca60
Binary files /dev/null and b/public/images/items/trap/tournament-monstrobot-skin.png differ
diff --git a/public/images/items/trap/tournament-reaper-skin.png b/public/images/items/trap/tournament-reaper-skin.png
new file mode 100644
index 00000000..7622e63d
Binary files /dev/null and b/public/images/items/trap/tournament-reaper-skin.png differ
diff --git a/public/images/items/trap/tournament-sentinel-skin.png b/public/images/items/trap/tournament-sentinel-skin.png
new file mode 100644
index 00000000..e9173502
Binary files /dev/null and b/public/images/items/trap/tournament-sentinel-skin.png differ
diff --git a/public/images/items/trap/tournament-sphynx-black-cat-skin.png b/public/images/items/trap/tournament-sphynx-black-cat-skin.png
new file mode 100644
index 00000000..059646ef
Binary files /dev/null and b/public/images/items/trap/tournament-sphynx-black-cat-skin.png differ
diff --git a/public/images/items/trap/tournament-sphynx-skin.png b/public/images/items/trap/tournament-sphynx-skin.png
new file mode 100644
index 00000000..038931de
Binary files /dev/null and b/public/images/items/trap/tournament-sphynx-skin.png differ
diff --git a/public/images/items/trap/tournament-sphynx-valkyrie-skin.png b/public/images/items/trap/tournament-sphynx-valkyrie-skin.png
new file mode 100644
index 00000000..1351bcd3
Binary files /dev/null and b/public/images/items/trap/tournament-sphynx-valkyrie-skin.png differ
diff --git a/public/images/items/trap/tragic-princebot-skin.png b/public/images/items/trap/tragic-princebot-skin.png
new file mode 100644
index 00000000..bdb26afb
Binary files /dev/null and b/public/images/items/trap/tragic-princebot-skin.png differ
diff --git a/public/images/items/trap/treasure-gemstone-skin.png b/public/images/items/trap/treasure-gemstone-skin.png
new file mode 100644
index 00000000..aadbe809
Binary files /dev/null and b/public/images/items/trap/treasure-gemstone-skin.png differ
diff --git a/public/images/items/trap/treasure-gwh-base.png b/public/images/items/trap/treasure-gwh-base.png
new file mode 100644
index 00000000..945627ca
Binary files /dev/null and b/public/images/items/trap/treasure-gwh-base.png differ
diff --git a/public/images/items/trap/tribal-base.png b/public/images/items/trap/tribal-base.png
new file mode 100644
index 00000000..265abcd4
Binary files /dev/null and b/public/images/items/trap/tribal-base.png differ
diff --git a/public/images/items/trap/tribal-judge-droid-skin.png b/public/images/items/trap/tribal-judge-droid-skin.png
new file mode 100644
index 00000000..3c1d926a
Binary files /dev/null and b/public/images/items/trap/tribal-judge-droid-skin.png differ
diff --git a/public/images/items/trap/tribal-kaboom-base.png b/public/images/items/trap/tribal-kaboom-base.png
new file mode 100644
index 00000000..af1dcfdc
Binary files /dev/null and b/public/images/items/trap/tribal-kaboom-base.png differ
diff --git a/public/images/items/trap/tulip-turret-weapon.png b/public/images/items/trap/tulip-turret-weapon.png
new file mode 100644
index 00000000..3d1d7306
Binary files /dev/null and b/public/images/items/trap/tulip-turret-weapon.png differ
diff --git a/public/images/items/trap/ultimate-iceberg-base.png b/public/images/items/trap/ultimate-iceberg-base.png
new file mode 100644
index 00000000..daed5a70
Binary files /dev/null and b/public/images/items/trap/ultimate-iceberg-base.png differ
diff --git a/public/images/items/trap/ultra-megamouser-mechabot-weapon.png b/public/images/items/trap/ultra-megamouser-mechabot-weapon.png
new file mode 100644
index 00000000..e700753d
Binary files /dev/null and b/public/images/items/trap/ultra-megamouser-mechabot-weapon.png differ
diff --git a/public/images/items/trap/undead-mynorca-skin.png b/public/images/items/trap/undead-mynorca-skin.png
new file mode 100644
index 00000000..6c0893de
Binary files /dev/null and b/public/images/items/trap/undead-mynorca-skin.png differ
diff --git a/public/images/items/trap/upgraded-denture-base.png b/public/images/items/trap/upgraded-denture-base.png
new file mode 100644
index 00000000..37170dd3
Binary files /dev/null and b/public/images/items/trap/upgraded-denture-base.png differ
diff --git a/public/images/items/trap/upgraded-rune-shark-weapon.png b/public/images/items/trap/upgraded-rune-shark-weapon.png
new file mode 100644
index 00000000..1539d1b3
Binary files /dev/null and b/public/images/items/trap/upgraded-rune-shark-weapon.png differ
diff --git a/public/images/items/trap/valentine-prison-core-skin.png b/public/images/items/trap/valentine-prison-core-skin.png
new file mode 100644
index 00000000..62a2e311
Binary files /dev/null and b/public/images/items/trap/valentine-prison-core-skin.png differ
diff --git a/public/images/items/trap/valentine-school-of-sharks-skin.png b/public/images/items/trap/valentine-school-of-sharks-skin.png
new file mode 100644
index 00000000..e966ba44
Binary files /dev/null and b/public/images/items/trap/valentine-school-of-sharks-skin.png differ
diff --git a/public/images/items/trap/valentines-celestial-dissonance-skin.png b/public/images/items/trap/valentines-celestial-dissonance-skin.png
new file mode 100644
index 00000000..a45c4c3f
Binary files /dev/null and b/public/images/items/trap/valentines-celestial-dissonance-skin.png differ
diff --git a/public/images/items/trap/valentines-endless-labyrinth-skin.png b/public/images/items/trap/valentines-endless-labyrinth-skin.png
new file mode 100644
index 00000000..7bd45ea8
Binary files /dev/null and b/public/images/items/trap/valentines-endless-labyrinth-skin.png differ
diff --git a/public/images/items/trap/valour-rift-prestige-base.png b/public/images/items/trap/valour-rift-prestige-base.png
new file mode 100644
index 00000000..b0286b4c
Binary files /dev/null and b/public/images/items/trap/valour-rift-prestige-base.png differ
diff --git a/public/images/items/trap/valour-school-of-sharks-skin.png b/public/images/items/trap/valour-school-of-sharks-skin.png
new file mode 100644
index 00000000..d0a3a7d0
Binary files /dev/null and b/public/images/items/trap/valour-school-of-sharks-skin.png differ
diff --git a/public/images/items/trap/vegetation-base.png b/public/images/items/trap/vegetation-base.png
new file mode 100644
index 00000000..a3dcede2
Binary files /dev/null and b/public/images/items/trap/vegetation-base.png differ
diff --git a/public/images/items/trap/veiled-vine-weapon.png b/public/images/items/trap/veiled-vine-weapon.png
new file mode 100644
index 00000000..bd329ad2
Binary files /dev/null and b/public/images/items/trap/veiled-vine-weapon.png differ
diff --git a/public/images/items/trap/venus-mouse-trap-weapon.png b/public/images/items/trap/venus-mouse-trap-weapon.png
new file mode 100644
index 00000000..5d634375
Binary files /dev/null and b/public/images/items/trap/venus-mouse-trap-weapon.png differ
diff --git a/public/images/items/trap/wacky-inflatable-party-people-weapon.png b/public/images/items/trap/wacky-inflatable-party-people-weapon.png
new file mode 100644
index 00000000..6481c5be
Binary files /dev/null and b/public/images/items/trap/wacky-inflatable-party-people-weapon.png differ
diff --git a/public/images/items/trap/warden-slayer-weapon.png b/public/images/items/trap/warden-slayer-weapon.png
new file mode 100644
index 00000000..8665564d
Binary files /dev/null and b/public/images/items/trap/warden-slayer-weapon.png differ
diff --git a/public/images/items/trap/warpath-thrasher-weapon.png b/public/images/items/trap/warpath-thrasher-weapon.png
new file mode 100644
index 00000000..cad8b2b4
Binary files /dev/null and b/public/images/items/trap/warpath-thrasher-weapon.png differ
diff --git a/public/images/items/trap/washboard-base.png b/public/images/items/trap/washboard-base.png
new file mode 100644
index 00000000..edf21d13
Binary files /dev/null and b/public/images/items/trap/washboard-base.png differ
diff --git a/public/images/items/trap/well-of-souls-well-of-wisdom-skin.png b/public/images/items/trap/well-of-souls-well-of-wisdom-skin.png
new file mode 100644
index 00000000..dded1a0c
Binary files /dev/null and b/public/images/items/trap/well-of-souls-well-of-wisdom-skin.png differ
diff --git a/public/images/items/trap/winter-acronym-skin.png b/public/images/items/trap/winter-acronym-skin.png
new file mode 100644
index 00000000..23fe2dae
Binary files /dev/null and b/public/images/items/trap/winter-acronym-skin.png differ
diff --git a/public/images/items/trap/winter-chrome-floating-forgotten-upgraded-skin.png b/public/images/items/trap/winter-chrome-floating-forgotten-upgraded-skin.png
new file mode 100644
index 00000000..d44ec986
Binary files /dev/null and b/public/images/items/trap/winter-chrome-floating-forgotten-upgraded-skin.png differ
diff --git a/public/images/items/trap/winter-chrome-school-of-sharks-skin.png b/public/images/items/trap/winter-chrome-school-of-sharks-skin.png
new file mode 100644
index 00000000..aca39e8b
Binary files /dev/null and b/public/images/items/trap/winter-chrome-school-of-sharks-skin.png differ
diff --git a/public/images/items/trap/winter-crystal-tower-skin.png b/public/images/items/trap/winter-crystal-tower-skin.png
new file mode 100644
index 00000000..2351691f
Binary files /dev/null and b/public/images/items/trap/winter-crystal-tower-skin.png differ
diff --git a/public/images/items/trap/winter-cup-timesplit-dissonance-skin.png b/public/images/items/trap/winter-cup-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..23b12c41
Binary files /dev/null and b/public/images/items/trap/winter-cup-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/trap/winter-drillbot-skin.png b/public/images/items/trap/winter-drillbot-skin.png
new file mode 100644
index 00000000..3aade574
Binary files /dev/null and b/public/images/items/trap/winter-drillbot-skin.png differ
diff --git a/public/images/items/trap/winter-droid-archmagus-skin.png b/public/images/items/trap/winter-droid-archmagus-skin.png
new file mode 100644
index 00000000..a4c087bc
Binary files /dev/null and b/public/images/items/trap/winter-droid-archmagus-skin.png differ
diff --git a/public/images/items/trap/winter-enraged-rhinobot-skin.png b/public/images/items/trap/winter-enraged-rhinobot-skin.png
new file mode 100644
index 00000000..31627f70
Binary files /dev/null and b/public/images/items/trap/winter-enraged-rhinobot-skin.png differ
diff --git a/public/images/items/trap/winter-floating-forgotten-skin.png b/public/images/items/trap/winter-floating-forgotten-skin.png
new file mode 100644
index 00000000..56bf839c
Binary files /dev/null and b/public/images/items/trap/winter-floating-forgotten-skin.png differ
diff --git a/public/images/items/trap/winter-geyser-draconic-skin.png b/public/images/items/trap/winter-geyser-draconic-skin.png
new file mode 100644
index 00000000..b4355ee6
Binary files /dev/null and b/public/images/items/trap/winter-geyser-draconic-skin.png differ
diff --git a/public/images/items/trap/winter-geyser-physical-skin.png b/public/images/items/trap/winter-geyser-physical-skin.png
new file mode 100644
index 00000000..b4f7d1da
Binary files /dev/null and b/public/images/items/trap/winter-geyser-physical-skin.png differ
diff --git a/public/images/items/trap/winter-hunt-2012-weapon.png b/public/images/items/trap/winter-hunt-2012-weapon.png
new file mode 100644
index 00000000..90ec1240
Binary files /dev/null and b/public/images/items/trap/winter-hunt-2012-weapon.png differ
diff --git a/public/images/items/trap/winter-hunt-iceberg-weapon.png b/public/images/items/trap/winter-hunt-iceberg-weapon.png
new file mode 100644
index 00000000..0c5e624b
Binary files /dev/null and b/public/images/items/trap/winter-hunt-iceberg-weapon.png differ
diff --git a/public/images/items/trap/winter-mynorca-skin.png b/public/images/items/trap/winter-mynorca-skin.png
new file mode 100644
index 00000000..8e2f5cf7
Binary files /dev/null and b/public/images/items/trap/winter-mynorca-skin.png differ
diff --git a/public/images/items/trap/winter-oasis-skin.png b/public/images/items/trap/winter-oasis-skin.png
new file mode 100644
index 00000000..a7c663bf
Binary files /dev/null and b/public/images/items/trap/winter-oasis-skin.png differ
diff --git a/public/images/items/trap/winter-phantasmic-oasis-skin.png b/public/images/items/trap/winter-phantasmic-oasis-skin.png
new file mode 100644
index 00000000..526c7b15
Binary files /dev/null and b/public/images/items/trap/winter-phantasmic-oasis-skin.png differ
diff --git a/public/images/items/trap/winter-queso-fount-skin.png b/public/images/items/trap/winter-queso-fount-skin.png
new file mode 100644
index 00000000..97c7a8b7
Binary files /dev/null and b/public/images/items/trap/winter-queso-fount-skin.png differ
diff --git a/public/images/items/trap/winter-reaper-perch-skin.png b/public/images/items/trap/winter-reaper-perch-skin.png
new file mode 100644
index 00000000..22659a78
Binary files /dev/null and b/public/images/items/trap/winter-reaper-perch-skin.png differ
diff --git a/public/images/items/trap/winter-sentinel-skin.png b/public/images/items/trap/winter-sentinel-skin.png
new file mode 100644
index 00000000..97d17d55
Binary files /dev/null and b/public/images/items/trap/winter-sentinel-skin.png differ
diff --git a/public/images/items/trap/winter-sinister-portal-skin.png b/public/images/items/trap/winter-sinister-portal-skin.png
new file mode 100644
index 00000000..dfc32ec4
Binary files /dev/null and b/public/images/items/trap/winter-sinister-portal-skin.png differ
diff --git a/public/images/items/trap/winter-slac-ii-skin.png b/public/images/items/trap/winter-slac-ii-skin.png
new file mode 100644
index 00000000..32e29f5b
Binary files /dev/null and b/public/images/items/trap/winter-slac-ii-skin.png differ
diff --git a/public/images/items/trap/winter-sphynx-skin.png b/public/images/items/trap/winter-sphynx-skin.png
new file mode 100644
index 00000000..7fffb660
Binary files /dev/null and b/public/images/items/trap/winter-sphynx-skin.png differ
diff --git a/public/images/items/trap/winter-steam-mk-iii-skin.png b/public/images/items/trap/winter-steam-mk-iii-skin.png
new file mode 100644
index 00000000..70575219
Binary files /dev/null and b/public/images/items/trap/winter-steam-mk-iii-skin.png differ
diff --git a/public/images/items/trap/winter-temporal-turbine-skin.png b/public/images/items/trap/winter-temporal-turbine-skin.png
new file mode 100644
index 00000000..aa581aaf
Binary files /dev/null and b/public/images/items/trap/winter-temporal-turbine-skin.png differ
diff --git a/public/images/items/trap/winter-timesplit-dissonance-skin.png b/public/images/items/trap/winter-timesplit-dissonance-skin.png
new file mode 100644
index 00000000..269c15f8
Binary files /dev/null and b/public/images/items/trap/winter-timesplit-dissonance-skin.png differ
diff --git a/public/images/items/trap/winter-wolfsbane-skin.png b/public/images/items/trap/winter-wolfsbane-skin.png
new file mode 100644
index 00000000..e13927c1
Binary files /dev/null and b/public/images/items/trap/winter-wolfsbane-skin.png differ
diff --git a/public/images/items/trap/winter-wreath-infinite-labyrinth-skin.png b/public/images/items/trap/winter-wreath-infinite-labyrinth-skin.png
new file mode 100644
index 00000000..ab9a11a6
Binary files /dev/null and b/public/images/items/trap/winter-wreath-infinite-labyrinth-skin.png differ
diff --git a/public/images/items/trap/winter-zugzwangs-skin.png b/public/images/items/trap/winter-zugzwangs-skin.png
new file mode 100644
index 00000000..280c5a8e
Binary files /dev/null and b/public/images/items/trap/winter-zugzwangs-skin.png differ
diff --git a/public/images/items/trap/wise-well-of-wisdom-weapon.png b/public/images/items/trap/wise-well-of-wisdom-weapon.png
new file mode 100644
index 00000000..d78aaf39
Binary files /dev/null and b/public/images/items/trap/wise-well-of-wisdom-weapon.png differ
diff --git a/public/images/items/trap/witch-brew-skin.png b/public/images/items/trap/witch-brew-skin.png
new file mode 100644
index 00000000..e0917ab5
Binary files /dev/null and b/public/images/items/trap/witch-brew-skin.png differ
diff --git a/public/images/items/trap/wolfsbane-weapon.png b/public/images/items/trap/wolfsbane-weapon.png
new file mode 100644
index 00000000..86b9c1aa
Binary files /dev/null and b/public/images/items/trap/wolfsbane-weapon.png differ
diff --git a/public/images/items/trap/wooden-base-with-target.png b/public/images/items/trap/wooden-base-with-target.png
new file mode 100644
index 00000000..d0e4a339
Binary files /dev/null and b/public/images/items/trap/wooden-base-with-target.png differ
diff --git a/public/images/items/trap/wooden-base.png b/public/images/items/trap/wooden-base.png
new file mode 100644
index 00000000..4818d50a
Binary files /dev/null and b/public/images/items/trap/wooden-base.png differ
diff --git a/public/images/items/trap/wreath-grand-arcanum-trap-skin.png b/public/images/items/trap/wreath-grand-arcanum-trap-skin.png
new file mode 100644
index 00000000..4e182142
Binary files /dev/null and b/public/images/items/trap/wreath-grand-arcanum-trap-skin.png differ
diff --git a/public/images/items/trap/xmas-2016-forgotten-weapon.png b/public/images/items/trap/xmas-2016-forgotten-weapon.png
new file mode 100644
index 00000000..f55782de
Binary files /dev/null and b/public/images/items/trap/xmas-2016-forgotten-weapon.png differ
diff --git a/public/images/items/trap/xmas-2016-hydro-weapon.png b/public/images/items/trap/xmas-2016-hydro-weapon.png
new file mode 100644
index 00000000..3620ea9b
Binary files /dev/null and b/public/images/items/trap/xmas-2016-hydro-weapon.png differ
diff --git a/public/images/items/trap/zugzwang-ultimate-move-weapon.png b/public/images/items/trap/zugzwang-ultimate-move-weapon.png
new file mode 100644
index 00000000..9c8461a4
Binary files /dev/null and b/public/images/items/trap/zugzwang-ultimate-move-weapon.png differ
diff --git a/public/images/items/trap/zugzwangs-first-move-weapon.png b/public/images/items/trap/zugzwangs-first-move-weapon.png
new file mode 100644
index 00000000..cf50c6c2
Binary files /dev/null and b/public/images/items/trap/zugzwangs-first-move-weapon.png differ
diff --git a/public/images/items/trap/zugzwangs-last-move-weapon.png b/public/images/items/trap/zugzwangs-last-move-weapon.png
new file mode 100644
index 00000000..113e4e25
Binary files /dev/null and b/public/images/items/trap/zugzwangs-last-move-weapon.png differ
diff --git a/public/images/items/trap/zugzwangs-night-mare-skin.png b/public/images/items/trap/zugzwangs-night-mare-skin.png
new file mode 100644
index 00000000..3f6f9564
Binary files /dev/null and b/public/images/items/trap/zugzwangs-night-mare-skin.png differ
diff --git a/public/images/items/trap/zurreals-folly-weapon.png b/public/images/items/trap/zurreals-folly-weapon.png
new file mode 100644
index 00000000..a6added2
Binary files /dev/null and b/public/images/items/trap/zurreals-folly-weapon.png differ
diff --git a/public/images/locations/acolyte-realm.png b/public/images/locations/acolyte-realm.png
new file mode 100644
index 00000000..83f062c3
Binary files /dev/null and b/public/images/locations/acolyte-realm.png differ
diff --git a/public/images/locations/balacks-cove.png b/public/images/locations/balacks-cove.png
new file mode 100644
index 00000000..3883a0fd
Binary files /dev/null and b/public/images/locations/balacks-cove.png differ
diff --git a/public/images/locations/bazaar.png b/public/images/locations/bazaar.png
new file mode 100644
index 00000000..10dcc174
Binary files /dev/null and b/public/images/locations/bazaar.png differ
diff --git a/public/images/locations/bountiful-beanstalk.png b/public/images/locations/bountiful-beanstalk.png
new file mode 100644
index 00000000..7351a22e
Binary files /dev/null and b/public/images/locations/bountiful-beanstalk.png differ
diff --git a/public/images/locations/bristle-woods-rift.png b/public/images/locations/bristle-woods-rift.png
new file mode 100644
index 00000000..359ffe65
Binary files /dev/null and b/public/images/locations/bristle-woods-rift.png differ
diff --git a/public/images/locations/burroughs-rift.png b/public/images/locations/burroughs-rift.png
new file mode 100644
index 00000000..f4c004d8
Binary files /dev/null and b/public/images/locations/burroughs-rift.png differ
diff --git a/public/images/locations/calm-clearing.png b/public/images/locations/calm-clearing.png
new file mode 100644
index 00000000..a2a263cd
Binary files /dev/null and b/public/images/locations/calm-clearing.png differ
diff --git a/public/images/locations/cantera-quarry.png b/public/images/locations/cantera-quarry.png
new file mode 100644
index 00000000..3139caf8
Binary files /dev/null and b/public/images/locations/cantera-quarry.png differ
diff --git a/public/images/locations/cape-clawed.png b/public/images/locations/cape-clawed.png
new file mode 100644
index 00000000..b5c2ce9b
Binary files /dev/null and b/public/images/locations/cape-clawed.png differ
diff --git a/public/images/locations/catacombs.png b/public/images/locations/catacombs.png
new file mode 100644
index 00000000..9c88bd47
Binary files /dev/null and b/public/images/locations/catacombs.png differ
diff --git a/public/images/locations/claw-shot-city.png b/public/images/locations/claw-shot-city.png
new file mode 100644
index 00000000..604c0019
Binary files /dev/null and b/public/images/locations/claw-shot-city.png differ
diff --git a/public/images/locations/crystal-library.png b/public/images/locations/crystal-library.png
new file mode 100644
index 00000000..1916b5d6
Binary files /dev/null and b/public/images/locations/crystal-library.png differ
diff --git a/public/images/locations/derr-dunes.png b/public/images/locations/derr-dunes.png
new file mode 100644
index 00000000..7ff77ce2
Binary files /dev/null and b/public/images/locations/derr-dunes.png differ
diff --git a/public/images/locations/dojo.png b/public/images/locations/dojo.png
new file mode 100644
index 00000000..ff69aa48
Binary files /dev/null and b/public/images/locations/dojo.png differ
diff --git a/public/images/locations/dracano.png b/public/images/locations/dracano.png
new file mode 100644
index 00000000..26a9a41b
Binary files /dev/null and b/public/images/locations/dracano.png differ
diff --git a/public/images/locations/draconic-depths.png b/public/images/locations/draconic-depths.png
new file mode 100644
index 00000000..18319238
Binary files /dev/null and b/public/images/locations/draconic-depths.png differ
diff --git a/public/images/locations/elub-shore.png b/public/images/locations/elub-shore.png
new file mode 100644
index 00000000..42f0f26e
Binary files /dev/null and b/public/images/locations/elub-shore.png differ
diff --git a/public/images/locations/fiery-warpath.png b/public/images/locations/fiery-warpath.png
new file mode 100644
index 00000000..c6d944c8
Binary files /dev/null and b/public/images/locations/fiery-warpath.png differ
diff --git a/public/images/locations/floating-islands.png b/public/images/locations/floating-islands.png
new file mode 100644
index 00000000..6c01ee7e
Binary files /dev/null and b/public/images/locations/floating-islands.png differ
diff --git a/public/images/locations/forbidden-grove.png b/public/images/locations/forbidden-grove.png
new file mode 100644
index 00000000..783bcc47
Binary files /dev/null and b/public/images/locations/forbidden-grove.png differ
diff --git a/public/images/locations/foreword-farm.png b/public/images/locations/foreword-farm.png
new file mode 100644
index 00000000..d4be4512
Binary files /dev/null and b/public/images/locations/foreword-farm.png differ
diff --git a/public/images/locations/fort-rox.png b/public/images/locations/fort-rox.png
new file mode 100644
index 00000000..e8db8c2c
Binary files /dev/null and b/public/images/locations/fort-rox.png differ
diff --git a/public/images/locations/fungal-cavern.png b/public/images/locations/fungal-cavern.png
new file mode 100644
index 00000000..5417a940
Binary files /dev/null and b/public/images/locations/fungal-cavern.png differ
diff --git a/public/images/locations/furoma-rift.png b/public/images/locations/furoma-rift.png
new file mode 100644
index 00000000..ff19f4d5
Binary files /dev/null and b/public/images/locations/furoma-rift.png differ
diff --git a/public/images/locations/gnawnia-rift.png b/public/images/locations/gnawnia-rift.png
new file mode 100644
index 00000000..262e40c0
Binary files /dev/null and b/public/images/locations/gnawnia-rift.png differ
diff --git a/public/images/locations/gnawnian-express-station.png b/public/images/locations/gnawnian-express-station.png
new file mode 100644
index 00000000..18e1e8d0
Binary files /dev/null and b/public/images/locations/gnawnian-express-station.png differ
diff --git a/public/images/locations/great-gnarled-tree.png b/public/images/locations/great-gnarled-tree.png
new file mode 100644
index 00000000..4cab6671
Binary files /dev/null and b/public/images/locations/great-gnarled-tree.png differ
diff --git a/public/images/locations/harbour.png b/public/images/locations/harbour.png
new file mode 100644
index 00000000..0da709ac
Binary files /dev/null and b/public/images/locations/harbour.png differ
diff --git a/public/images/locations/iceberg.png b/public/images/locations/iceberg.png
new file mode 100644
index 00000000..b9153635
Binary files /dev/null and b/public/images/locations/iceberg.png differ
diff --git a/public/images/locations/jungle-of-dread.png b/public/images/locations/jungle-of-dread.png
new file mode 100644
index 00000000..b2038e9b
Binary files /dev/null and b/public/images/locations/jungle-of-dread.png differ
diff --git a/public/images/locations/kings-arms.png b/public/images/locations/kings-arms.png
new file mode 100644
index 00000000..cedaa50c
Binary files /dev/null and b/public/images/locations/kings-arms.png differ
diff --git a/public/images/locations/kings-gauntlet.png b/public/images/locations/kings-gauntlet.png
new file mode 100644
index 00000000..e8a19c46
Binary files /dev/null and b/public/images/locations/kings-gauntlet.png differ
diff --git a/public/images/locations/laboratory.png b/public/images/locations/laboratory.png
new file mode 100644
index 00000000..dab5c1ef
Binary files /dev/null and b/public/images/locations/laboratory.png differ
diff --git a/public/images/locations/labyrinth.png b/public/images/locations/labyrinth.png
new file mode 100644
index 00000000..d6631380
Binary files /dev/null and b/public/images/locations/labyrinth.png differ
diff --git a/public/images/locations/lagoon.png b/public/images/locations/lagoon.png
new file mode 100644
index 00000000..654cd409
Binary files /dev/null and b/public/images/locations/lagoon.png differ
diff --git a/public/images/locations/living-garden.png b/public/images/locations/living-garden.png
new file mode 100644
index 00000000..8621d443
Binary files /dev/null and b/public/images/locations/living-garden.png differ
diff --git a/public/images/locations/lost-city.png b/public/images/locations/lost-city.png
new file mode 100644
index 00000000..8dfc7ef5
Binary files /dev/null and b/public/images/locations/lost-city.png differ
diff --git a/public/images/locations/meadow.png b/public/images/locations/meadow.png
new file mode 100644
index 00000000..f5e01b06
Binary files /dev/null and b/public/images/locations/meadow.png differ
diff --git a/public/images/locations/meditation-room.png b/public/images/locations/meditation-room.png
new file mode 100644
index 00000000..89db35ce
Binary files /dev/null and b/public/images/locations/meditation-room.png differ
diff --git a/public/images/locations/mountain.png b/public/images/locations/mountain.png
new file mode 100644
index 00000000..7f5b3fc8
Binary files /dev/null and b/public/images/locations/mountain.png differ
diff --git a/public/images/locations/mousoleum.png b/public/images/locations/mousoleum.png
new file mode 100644
index 00000000..ea122d5a
Binary files /dev/null and b/public/images/locations/mousoleum.png differ
diff --git a/public/images/locations/moussu-picchu.png b/public/images/locations/moussu-picchu.png
new file mode 100644
index 00000000..718fa033
Binary files /dev/null and b/public/images/locations/moussu-picchu.png differ
diff --git a/public/images/locations/muridae-market.png b/public/images/locations/muridae-market.png
new file mode 100644
index 00000000..e6bbbabd
Binary files /dev/null and b/public/images/locations/muridae-market.png differ
diff --git a/public/images/locations/nerg-plains.png b/public/images/locations/nerg-plains.png
new file mode 100644
index 00000000..b7e6fe49
Binary files /dev/null and b/public/images/locations/nerg-plains.png differ
diff --git a/public/images/locations/pinnacle-chamber.png b/public/images/locations/pinnacle-chamber.png
new file mode 100644
index 00000000..098f34b6
Binary files /dev/null and b/public/images/locations/pinnacle-chamber.png differ
diff --git a/public/images/locations/prickly-plains.png b/public/images/locations/prickly-plains.png
new file mode 100644
index 00000000..f89fdb2d
Binary files /dev/null and b/public/images/locations/prickly-plains.png differ
diff --git a/public/images/locations/prologue-pond.png b/public/images/locations/prologue-pond.png
new file mode 100644
index 00000000..a343511c
Binary files /dev/null and b/public/images/locations/prologue-pond.png differ
diff --git a/public/images/locations/queso-geyser.png b/public/images/locations/queso-geyser.png
new file mode 100644
index 00000000..d1c9bb68
Binary files /dev/null and b/public/images/locations/queso-geyser.png differ
diff --git a/public/images/locations/queso-river.png b/public/images/locations/queso-river.png
new file mode 100644
index 00000000..bc8ec30a
Binary files /dev/null and b/public/images/locations/queso-river.png differ
diff --git a/public/images/locations/sand-dunes.png b/public/images/locations/sand-dunes.png
new file mode 100644
index 00000000..590773ff
Binary files /dev/null and b/public/images/locations/sand-dunes.png differ
diff --git a/public/images/locations/school-of-sorcery.png b/public/images/locations/school-of-sorcery.png
new file mode 100644
index 00000000..6750fdba
Binary files /dev/null and b/public/images/locations/school-of-sorcery.png differ
diff --git a/public/images/locations/seasonal-garden.png b/public/images/locations/seasonal-garden.png
new file mode 100644
index 00000000..78324dd5
Binary files /dev/null and b/public/images/locations/seasonal-garden.png differ
diff --git a/public/images/locations/slushy-shoreline.png b/public/images/locations/slushy-shoreline.png
new file mode 100644
index 00000000..4887e395
Binary files /dev/null and b/public/images/locations/slushy-shoreline.png differ
diff --git a/public/images/locations/ss-huntington-iv.png b/public/images/locations/ss-huntington-iv.png
new file mode 100644
index 00000000..b20c02fc
Binary files /dev/null and b/public/images/locations/ss-huntington-iv.png differ
diff --git a/public/images/locations/sunken-city.png b/public/images/locations/sunken-city.png
new file mode 100644
index 00000000..ddbd3e7b
Binary files /dev/null and b/public/images/locations/sunken-city.png differ
diff --git a/public/images/locations/table-of-contents.png b/public/images/locations/table-of-contents.png
new file mode 100644
index 00000000..6831e74e
Binary files /dev/null and b/public/images/locations/table-of-contents.png differ
diff --git a/public/images/locations/tournament-hall.png b/public/images/locations/tournament-hall.png
new file mode 100644
index 00000000..3265c72e
Binary files /dev/null and b/public/images/locations/tournament-hall.png differ
diff --git a/public/images/locations/town-of-digby.png b/public/images/locations/town-of-digby.png
new file mode 100644
index 00000000..fdee3c89
Binary files /dev/null and b/public/images/locations/town-of-digby.png differ
diff --git a/public/images/locations/town-of-gnawnia.png b/public/images/locations/town-of-gnawnia.png
new file mode 100644
index 00000000..5581678c
Binary files /dev/null and b/public/images/locations/town-of-gnawnia.png differ
diff --git a/public/images/locations/toxic-spill.png b/public/images/locations/toxic-spill.png
new file mode 100644
index 00000000..a71475d1
Binary files /dev/null and b/public/images/locations/toxic-spill.png differ
diff --git a/public/images/locations/training-grounds.png b/public/images/locations/training-grounds.png
new file mode 100644
index 00000000..cdb19977
Binary files /dev/null and b/public/images/locations/training-grounds.png differ
diff --git a/public/images/locations/valour-rift.png b/public/images/locations/valour-rift.png
new file mode 100644
index 00000000..c72585bc
Binary files /dev/null and b/public/images/locations/valour-rift.png differ
diff --git a/public/images/locations/whisker-woods-rift.png b/public/images/locations/whisker-woods-rift.png
new file mode 100644
index 00000000..2989e715
Binary files /dev/null and b/public/images/locations/whisker-woods-rift.png differ
diff --git a/public/images/locations/windmill.png b/public/images/locations/windmill.png
new file mode 100644
index 00000000..973cbd66
Binary files /dev/null and b/public/images/locations/windmill.png differ
diff --git a/public/images/locations/zokor.png b/public/images/locations/zokor.png
new file mode 100644
index 00000000..3d958c87
Binary files /dev/null and b/public/images/locations/zokor.png differ
diff --git a/public/images/locations/zugzwangs-tower.png b/public/images/locations/zugzwangs-tower.png
new file mode 100644
index 00000000..3f5dd2ac
Binary files /dev/null and b/public/images/locations/zugzwangs-tower.png differ
diff --git a/public/images/logo.png b/public/images/logo.png
new file mode 100755
index 00000000..1e3e7c4f
Binary files /dev/null and b/public/images/logo.png differ
diff --git a/public/images/mice-groups/ancient_city.jpg b/public/images/mice-groups/ancient_city.jpg
new file mode 100644
index 00000000..bfc14e13
Binary files /dev/null and b/public/images/mice-groups/ancient_city.jpg differ
diff --git a/public/images/mice-groups/balack.jpg b/public/images/mice-groups/balack.jpg
new file mode 100644
index 00000000..60828340
Binary files /dev/null and b/public/images/mice-groups/balack.jpg differ
diff --git a/public/images/mice-groups/bountiful_beanstalk.jpg b/public/images/mice-groups/bountiful_beanstalk.jpg
new file mode 100644
index 00000000..dfcb9568
Binary files /dev/null and b/public/images/mice-groups/bountiful_beanstalk.jpg differ
diff --git a/public/images/mice-groups/chess.jpg b/public/images/mice-groups/chess.jpg
new file mode 100644
index 00000000..420f4b67
Binary files /dev/null and b/public/images/mice-groups/chess.jpg differ
diff --git a/public/images/mice-groups/common.jpg b/public/images/mice-groups/common.jpg
new file mode 100644
index 00000000..0c36315a
Binary files /dev/null and b/public/images/mice-groups/common.jpg differ
diff --git a/public/images/mice-groups/deep_sea_dwellers.jpg b/public/images/mice-groups/deep_sea_dwellers.jpg
new file mode 100644
index 00000000..4aa38b9f
Binary files /dev/null and b/public/images/mice-groups/deep_sea_dwellers.jpg differ
diff --git a/public/images/mice-groups/derr.jpg b/public/images/mice-groups/derr.jpg
new file mode 100644
index 00000000..d03acf1d
Binary files /dev/null and b/public/images/mice-groups/derr.jpg differ
diff --git a/public/images/mice-groups/desertarmy.jpg b/public/images/mice-groups/desertarmy.jpg
new file mode 100644
index 00000000..58515180
Binary files /dev/null and b/public/images/mice-groups/desertarmy.jpg differ
diff --git a/public/images/mice-groups/desertmarket.jpg b/public/images/mice-groups/desertmarket.jpg
new file mode 100644
index 00000000..ade8f4ea
Binary files /dev/null and b/public/images/mice-groups/desertmarket.jpg differ
diff --git a/public/images/mice-groups/dirt.jpg b/public/images/mice-groups/dirt.jpg
new file mode 100644
index 00000000..1ee3eb1a
Binary files /dev/null and b/public/images/mice-groups/dirt.jpg differ
diff --git a/public/images/mice-groups/dock.jpg b/public/images/mice-groups/dock.jpg
new file mode 100644
index 00000000..c140ff45
Binary files /dev/null and b/public/images/mice-groups/dock.jpg differ
diff --git a/public/images/mice-groups/dracaonic.jpg b/public/images/mice-groups/dracaonic.jpg
new file mode 100644
index 00000000..3dd6b3bf
Binary files /dev/null and b/public/images/mice-groups/dracaonic.jpg differ
diff --git a/public/images/mice-groups/draconic_depths.jpg b/public/images/mice-groups/draconic_depths.jpg
new file mode 100644
index 00000000..e5bae56c
Binary files /dev/null and b/public/images/mice-groups/draconic_depths.jpg differ
diff --git a/public/images/mice-groups/dread.jpg b/public/images/mice-groups/dread.jpg
new file mode 100644
index 00000000..c6918c24
Binary files /dev/null and b/public/images/mice-groups/dread.jpg differ
diff --git a/public/images/mice-groups/elub.jpg b/public/images/mice-groups/elub.jpg
new file mode 100644
index 00000000..a14bb221
Binary files /dev/null and b/public/images/mice-groups/elub.jpg differ
diff --git a/public/images/mice-groups/event.jpg b/public/images/mice-groups/event.jpg
new file mode 100644
index 00000000..e6a44309
Binary files /dev/null and b/public/images/mice-groups/event.jpg differ
diff --git a/public/images/mice-groups/floating_island.jpg b/public/images/mice-groups/floating_island.jpg
new file mode 100644
index 00000000..e1fe09bd
Binary files /dev/null and b/public/images/mice-groups/floating_island.jpg differ
diff --git a/public/images/mice-groups/forest.jpg b/public/images/mice-groups/forest.jpg
new file mode 100644
index 00000000..72075c86
Binary files /dev/null and b/public/images/mice-groups/forest.jpg differ
diff --git a/public/images/mice-groups/foreword_farm.jpg b/public/images/mice-groups/foreword_farm.jpg
new file mode 100644
index 00000000..b6f3ff49
Binary files /dev/null and b/public/images/mice-groups/foreword_farm.jpg differ
diff --git a/public/images/mice-groups/forgotten.jpg b/public/images/mice-groups/forgotten.jpg
new file mode 100644
index 00000000..d3bd5a4d
Binary files /dev/null and b/public/images/mice-groups/forgotten.jpg differ
diff --git a/public/images/mice-groups/fort_rox.jpg b/public/images/mice-groups/fort_rox.jpg
new file mode 100644
index 00000000..0fb358d2
Binary files /dev/null and b/public/images/mice-groups/fort_rox.jpg differ
diff --git a/public/images/mice-groups/fungal_cavern.jpg b/public/images/mice-groups/fungal_cavern.jpg
new file mode 100644
index 00000000..af01dd7d
Binary files /dev/null and b/public/images/mice-groups/fungal_cavern.jpg differ
diff --git a/public/images/mice-groups/furoma.jpg b/public/images/mice-groups/furoma.jpg
new file mode 100644
index 00000000..081bdcfe
Binary files /dev/null and b/public/images/mice-groups/furoma.jpg differ
diff --git a/public/images/mice-groups/gauntlet.jpg b/public/images/mice-groups/gauntlet.jpg
new file mode 100644
index 00000000..7588496a
Binary files /dev/null and b/public/images/mice-groups/gauntlet.jpg differ
diff --git a/public/images/mice-groups/hydro.jpg b/public/images/mice-groups/hydro.jpg
new file mode 100644
index 00000000..10e3e97f
Binary files /dev/null and b/public/images/mice-groups/hydro.jpg differ
diff --git a/public/images/mice-groups/iceberg.jpg b/public/images/mice-groups/iceberg.jpg
new file mode 100644
index 00000000..cf8ee5a9
Binary files /dev/null and b/public/images/mice-groups/iceberg.jpg differ
diff --git a/public/images/mice-groups/lab.jpg b/public/images/mice-groups/lab.jpg
new file mode 100644
index 00000000..7fc46a0b
Binary files /dev/null and b/public/images/mice-groups/lab.jpg differ
diff --git a/public/images/mice-groups/living_garden.jpg b/public/images/mice-groups/living_garden.jpg
new file mode 100644
index 00000000..80935a14
Binary files /dev/null and b/public/images/mice-groups/living_garden.jpg differ
diff --git a/public/images/mice-groups/lost_city.jpg b/public/images/mice-groups/lost_city.jpg
new file mode 100644
index 00000000..0137ff19
Binary files /dev/null and b/public/images/mice-groups/lost_city.jpg differ
diff --git a/public/images/mice-groups/mountain.jpg b/public/images/mice-groups/mountain.jpg
new file mode 100644
index 00000000..82f6c7a9
Binary files /dev/null and b/public/images/mice-groups/mountain.jpg differ
diff --git a/public/images/mice-groups/moussu_picchu.jpg b/public/images/mice-groups/moussu_picchu.jpg
new file mode 100644
index 00000000..b61afbb8
Binary files /dev/null and b/public/images/mice-groups/moussu_picchu.jpg differ
diff --git a/public/images/mice-groups/nerg.jpg b/public/images/mice-groups/nerg.jpg
new file mode 100644
index 00000000..c27e8158
Binary files /dev/null and b/public/images/mice-groups/nerg.jpg differ
diff --git a/public/images/mice-groups/polluted.jpg b/public/images/mice-groups/polluted.jpg
new file mode 100644
index 00000000..e9ff8535
Binary files /dev/null and b/public/images/mice-groups/polluted.jpg differ
diff --git a/public/images/mice-groups/prologue_pond.jpg b/public/images/mice-groups/prologue_pond.jpg
new file mode 100644
index 00000000..9830379f
Binary files /dev/null and b/public/images/mice-groups/prologue_pond.jpg differ
diff --git a/public/images/mice-groups/queso_canyon.jpg b/public/images/mice-groups/queso_canyon.jpg
new file mode 100644
index 00000000..7c520fa3
Binary files /dev/null and b/public/images/mice-groups/queso_canyon.jpg differ
diff --git a/public/images/mice-groups/rift_stalkers.jpg b/public/images/mice-groups/rift_stalkers.jpg
new file mode 100644
index 00000000..ca4d7ea4
Binary files /dev/null and b/public/images/mice-groups/rift_stalkers.jpg differ
diff --git a/public/images/mice-groups/rift_walkers.jpg b/public/images/mice-groups/rift_walkers.jpg
new file mode 100644
index 00000000..9b411f80
Binary files /dev/null and b/public/images/mice-groups/rift_walkers.jpg differ
diff --git a/public/images/mice-groups/sand_dunes.jpg b/public/images/mice-groups/sand_dunes.jpg
new file mode 100644
index 00000000..83f47f7e
Binary files /dev/null and b/public/images/mice-groups/sand_dunes.jpg differ
diff --git a/public/images/mice-groups/school_of_sorcery.jpg b/public/images/mice-groups/school_of_sorcery.jpg
new file mode 100644
index 00000000..7c5eb583
Binary files /dev/null and b/public/images/mice-groups/school_of_sorcery.jpg differ
diff --git a/public/images/mice-groups/seasonal.jpg b/public/images/mice-groups/seasonal.jpg
new file mode 100644
index 00000000..7e836456
Binary files /dev/null and b/public/images/mice-groups/seasonal.jpg differ
diff --git a/public/images/mice-groups/shadow.jpg b/public/images/mice-groups/shadow.jpg
new file mode 100644
index 00000000..7bc510a6
Binary files /dev/null and b/public/images/mice-groups/shadow.jpg differ
diff --git a/public/images/mice-groups/table_of_contents.jpg b/public/images/mice-groups/table_of_contents.jpg
new file mode 100644
index 00000000..63c01665
Binary files /dev/null and b/public/images/mice-groups/table_of_contents.jpg differ
diff --git a/public/images/mice-groups/train_robbers.jpg b/public/images/mice-groups/train_robbers.jpg
new file mode 100644
index 00000000..8fe8d1f0
Binary files /dev/null and b/public/images/mice-groups/train_robbers.jpg differ
diff --git a/public/images/mice-groups/wild_bunch.jpg b/public/images/mice-groups/wild_bunch.jpg
new file mode 100644
index 00000000..8b4641b3
Binary files /dev/null and b/public/images/mice-groups/wild_bunch.jpg differ
diff --git a/public/images/mice-groups/zzlibrary.jpg b/public/images/mice-groups/zzlibrary.jpg
new file mode 100644
index 00000000..92828230
Binary files /dev/null and b/public/images/mice-groups/zzlibrary.jpg differ
diff --git a/public/images/mice/large/abominable-snow.png b/public/images/mice/large/abominable-snow.png
new file mode 100644
index 00000000..8b96facc
Binary files /dev/null and b/public/images/mice/large/abominable-snow.png differ
diff --git a/public/images/mice/large/absolutia-harmonius.png b/public/images/mice/large/absolutia-harmonius.png
new file mode 100644
index 00000000..426bc652
Binary files /dev/null and b/public/images/mice/large/absolutia-harmonius.png differ
diff --git a/public/images/mice/large/acolyte.png b/public/images/mice/large/acolyte.png
new file mode 100644
index 00000000..0673b683
Binary files /dev/null and b/public/images/mice/large/acolyte.png differ
diff --git a/public/images/mice/large/admiral-cloudbeard.png b/public/images/mice/large/admiral-cloudbeard.png
new file mode 100644
index 00000000..ab2cbe35
Binary files /dev/null and b/public/images/mice/large/admiral-cloudbeard.png differ
diff --git a/public/images/mice/large/aether.png b/public/images/mice/large/aether.png
new file mode 100644
index 00000000..ed01944d
Binary files /dev/null and b/public/images/mice/large/aether.png differ
diff --git a/public/images/mice/large/aged.png b/public/images/mice/large/aged.png
new file mode 100644
index 00000000..b24de266
Binary files /dev/null and b/public/images/mice/large/aged.png differ
diff --git a/public/images/mice/large/agent-m.png b/public/images/mice/large/agent-m.png
new file mode 100644
index 00000000..48dcb046
Binary files /dev/null and b/public/images/mice/large/agent-m.png differ
diff --git a/public/images/mice/large/alchemist.png b/public/images/mice/large/alchemist.png
new file mode 100644
index 00000000..11928525
Binary files /dev/null and b/public/images/mice/large/alchemist.png differ
diff --git a/public/images/mice/large/alnilam.png b/public/images/mice/large/alnilam.png
new file mode 100644
index 00000000..63155b65
Binary files /dev/null and b/public/images/mice/large/alnilam.png differ
diff --git a/public/images/mice/large/alnitak.png b/public/images/mice/large/alnitak.png
new file mode 100644
index 00000000..7e23fdae
Binary files /dev/null and b/public/images/mice/large/alnitak.png differ
diff --git a/public/images/mice/large/ancient-of-the-deep.png b/public/images/mice/large/ancient-of-the-deep.png
new file mode 100644
index 00000000..c7764ab5
Binary files /dev/null and b/public/images/mice/large/ancient-of-the-deep.png differ
diff --git a/public/images/mice/large/ancient-scribe.png b/public/images/mice/large/ancient-scribe.png
new file mode 100644
index 00000000..0ee94a54
Binary files /dev/null and b/public/images/mice/large/ancient-scribe.png differ
diff --git a/public/images/mice/large/angelfish.png b/public/images/mice/large/angelfish.png
new file mode 100644
index 00000000..042ed3b9
Binary files /dev/null and b/public/images/mice/large/angelfish.png differ
diff --git a/public/images/mice/large/angler.png b/public/images/mice/large/angler.png
new file mode 100644
index 00000000..3d2baa57
Binary files /dev/null and b/public/images/mice/large/angler.png differ
diff --git a/public/images/mice/large/angry-aphid.png b/public/images/mice/large/angry-aphid.png
new file mode 100644
index 00000000..cbd09b12
Binary files /dev/null and b/public/images/mice/large/angry-aphid.png differ
diff --git a/public/images/mice/large/angry-train-staff.png b/public/images/mice/large/angry-train-staff.png
new file mode 100644
index 00000000..87b786ca
Binary files /dev/null and b/public/images/mice/large/angry-train-staff.png differ
diff --git a/public/images/mice/large/aquos.png b/public/images/mice/large/aquos.png
new file mode 100644
index 00000000..0ebb2a4d
Binary files /dev/null and b/public/images/mice/large/aquos.png differ
diff --git a/public/images/mice/large/arcana-overachiever.png b/public/images/mice/large/arcana-overachiever.png
new file mode 100644
index 00000000..61cbdb53
Binary files /dev/null and b/public/images/mice/large/arcana-overachiever.png differ
diff --git a/public/images/mice/large/arcane-paragon.png b/public/images/mice/large/arcane-paragon.png
new file mode 100644
index 00000000..dbda19a2
Binary files /dev/null and b/public/images/mice/large/arcane-paragon.png differ
diff --git a/public/images/mice/large/arcane-sorcerer.png b/public/images/mice/large/arcane-sorcerer.png
new file mode 100644
index 00000000..fd39bbea
Binary files /dev/null and b/public/images/mice/large/arcane-sorcerer.png differ
diff --git a/public/images/mice/large/arcane-summoner.png b/public/images/mice/large/arcane-summoner.png
new file mode 100644
index 00000000..923eeb5c
Binary files /dev/null and b/public/images/mice/large/arcane-summoner.png differ
diff --git a/public/images/mice/large/archer.png b/public/images/mice/large/archer.png
new file mode 100644
index 00000000..ac72671b
Binary files /dev/null and b/public/images/mice/large/archer.png differ
diff --git a/public/images/mice/large/architeuthulhu-of-the-abyss.png b/public/images/mice/large/architeuthulhu-of-the-abyss.png
new file mode 100644
index 00000000..9c0ecf8e
Binary files /dev/null and b/public/images/mice/large/architeuthulhu-of-the-abyss.png differ
diff --git a/public/images/mice/large/arcticus-the-biting-frost.png b/public/images/mice/large/arcticus-the-biting-frost.png
new file mode 100644
index 00000000..915c5846
Binary files /dev/null and b/public/images/mice/large/arcticus-the-biting-frost.png differ
diff --git a/public/images/mice/large/ash-golem.png b/public/images/mice/large/ash-golem.png
new file mode 100644
index 00000000..e2d9955a
Binary files /dev/null and b/public/images/mice/large/ash-golem.png differ
diff --git a/public/images/mice/large/assassin.png b/public/images/mice/large/assassin.png
new file mode 100644
index 00000000..65bd59f2
Binary files /dev/null and b/public/images/mice/large/assassin.png differ
diff --git a/public/images/mice/large/astrological-astronomer.png b/public/images/mice/large/astrological-astronomer.png
new file mode 100644
index 00000000..9b121e7d
Binary files /dev/null and b/public/images/mice/large/astrological-astronomer.png differ
diff --git a/public/images/mice/large/audacious-alchemist.png b/public/images/mice/large/audacious-alchemist.png
new file mode 100644
index 00000000..deed9b20
Binary files /dev/null and b/public/images/mice/large/audacious-alchemist.png differ
diff --git a/public/images/mice/large/automated-stone-sentry.png b/public/images/mice/large/automated-stone-sentry.png
new file mode 100644
index 00000000..989835e6
Binary files /dev/null and b/public/images/mice/large/automated-stone-sentry.png differ
diff --git a/public/images/mice/large/automorat.png b/public/images/mice/large/automorat.png
new file mode 100644
index 00000000..7ac569a0
Binary files /dev/null and b/public/images/mice/large/automorat.png differ
diff --git a/public/images/mice/large/avalancheus-the-glacial.png b/public/images/mice/large/avalancheus-the-glacial.png
new file mode 100644
index 00000000..5de486b7
Binary files /dev/null and b/public/images/mice/large/avalancheus-the-glacial.png differ
diff --git a/public/images/mice/large/balack-the-banished.png b/public/images/mice/large/balack-the-banished.png
new file mode 100644
index 00000000..0f0982fc
Binary files /dev/null and b/public/images/mice/large/balack-the-banished.png differ
diff --git a/public/images/mice/large/bandit.png b/public/images/mice/large/bandit.png
new file mode 100644
index 00000000..3ce6aacd
Binary files /dev/null and b/public/images/mice/large/bandit.png differ
diff --git a/public/images/mice/large/bark.png b/public/images/mice/large/bark.png
new file mode 100644
index 00000000..b09dc8c6
Binary files /dev/null and b/public/images/mice/large/bark.png differ
diff --git a/public/images/mice/large/barkshell.png b/public/images/mice/large/barkshell.png
new file mode 100644
index 00000000..56a04259
Binary files /dev/null and b/public/images/mice/large/barkshell.png differ
diff --git a/public/images/mice/large/barmy-gunner.png b/public/images/mice/large/barmy-gunner.png
new file mode 100644
index 00000000..53381f1d
Binary files /dev/null and b/public/images/mice/large/barmy-gunner.png differ
diff --git a/public/images/mice/large/barnacle-beautician.png b/public/images/mice/large/barnacle-beautician.png
new file mode 100644
index 00000000..bbbcce93
Binary files /dev/null and b/public/images/mice/large/barnacle-beautician.png differ
diff --git a/public/images/mice/large/baroness-von-bean.png b/public/images/mice/large/baroness-von-bean.png
new file mode 100644
index 00000000..bc336f47
Binary files /dev/null and b/public/images/mice/large/baroness-von-bean.png differ
diff --git a/public/images/mice/large/baroque-dancer.png b/public/images/mice/large/baroque-dancer.png
new file mode 100644
index 00000000..b8641f6c
Binary files /dev/null and b/public/images/mice/large/baroque-dancer.png differ
diff --git a/public/images/mice/large/barracuda.png b/public/images/mice/large/barracuda.png
new file mode 100644
index 00000000..a471127e
Binary files /dev/null and b/public/images/mice/large/barracuda.png differ
diff --git a/public/images/mice/large/bartender.png b/public/images/mice/large/bartender.png
new file mode 100644
index 00000000..b8dcd4a7
Binary files /dev/null and b/public/images/mice/large/bartender.png differ
diff --git a/public/images/mice/large/bat.png b/public/images/mice/large/bat.png
new file mode 100644
index 00000000..7a7b1ad1
Binary files /dev/null and b/public/images/mice/large/bat.png differ
diff --git a/public/images/mice/large/battering-ram-day.png b/public/images/mice/large/battering-ram-day.png
new file mode 100644
index 00000000..b5f78de7
Binary files /dev/null and b/public/images/mice/large/battering-ram-day.png differ
diff --git a/public/images/mice/large/battering-ram-night.png b/public/images/mice/large/battering-ram-night.png
new file mode 100644
index 00000000..973b7f0a
Binary files /dev/null and b/public/images/mice/large/battering-ram-night.png differ
diff --git a/public/images/mice/large/battle-cleric.png b/public/images/mice/large/battle-cleric.png
new file mode 100644
index 00000000..642ccdd4
Binary files /dev/null and b/public/images/mice/large/battle-cleric.png differ
diff --git a/public/images/mice/large/beachcomber.png b/public/images/mice/large/beachcomber.png
new file mode 100644
index 00000000..5db35651
Binary files /dev/null and b/public/images/mice/large/beachcomber.png differ
diff --git a/public/images/mice/large/bear.png b/public/images/mice/large/bear.png
new file mode 100644
index 00000000..8be5cf10
Binary files /dev/null and b/public/images/mice/large/bear.png differ
diff --git a/public/images/mice/large/beast-tamer.png b/public/images/mice/large/beast-tamer.png
new file mode 100644
index 00000000..bdeaa7ce
Binary files /dev/null and b/public/images/mice/large/beast-tamer.png differ
diff --git a/public/images/mice/large/behemoth.png b/public/images/mice/large/behemoth.png
new file mode 100644
index 00000000..841e8dfb
Binary files /dev/null and b/public/images/mice/large/behemoth.png differ
diff --git a/public/images/mice/large/belchazar-banewright.png b/public/images/mice/large/belchazar-banewright.png
new file mode 100644
index 00000000..dfa4f900
Binary files /dev/null and b/public/images/mice/large/belchazar-banewright.png differ
diff --git a/public/images/mice/large/berserker.png b/public/images/mice/large/berserker.png
new file mode 100644
index 00000000..acf2e93b
Binary files /dev/null and b/public/images/mice/large/berserker.png differ
diff --git a/public/images/mice/large/betta.png b/public/images/mice/large/betta.png
new file mode 100644
index 00000000..a24dd69f
Binary files /dev/null and b/public/images/mice/large/betta.png differ
diff --git a/public/images/mice/large/big-bad-burroughs.png b/public/images/mice/large/big-bad-burroughs.png
new file mode 100644
index 00000000..b422c809
Binary files /dev/null and b/public/images/mice/large/big-bad-burroughs.png differ
diff --git a/public/images/mice/large/bilged-boatswain.png b/public/images/mice/large/bilged-boatswain.png
new file mode 100644
index 00000000..c3474a4c
Binary files /dev/null and b/public/images/mice/large/bilged-boatswain.png differ
diff --git a/public/images/mice/large/biohazard.png b/public/images/mice/large/biohazard.png
new file mode 100644
index 00000000..3414f8a5
Binary files /dev/null and b/public/images/mice/large/biohazard.png differ
diff --git a/public/images/mice/large/bionic.png b/public/images/mice/large/bionic.png
new file mode 100644
index 00000000..2bf5f2f7
Binary files /dev/null and b/public/images/mice/large/bionic.png differ
diff --git a/public/images/mice/large/birthday.png b/public/images/mice/large/birthday.png
new file mode 100644
index 00000000..b99503cf
Binary files /dev/null and b/public/images/mice/large/birthday.png differ
diff --git a/public/images/mice/large/bitter-grammarian.png b/public/images/mice/large/bitter-grammarian.png
new file mode 100644
index 00000000..9256a3b2
Binary files /dev/null and b/public/images/mice/large/bitter-grammarian.png differ
diff --git a/public/images/mice/large/bitter-root.png b/public/images/mice/large/bitter-root.png
new file mode 100644
index 00000000..1753c059
Binary files /dev/null and b/public/images/mice/large/bitter-root.png differ
diff --git a/public/images/mice/large/black-diamond-racer.png b/public/images/mice/large/black-diamond-racer.png
new file mode 100644
index 00000000..11646e4a
Binary files /dev/null and b/public/images/mice/large/black-diamond-racer.png differ
diff --git a/public/images/mice/large/black-mage.png b/public/images/mice/large/black-mage.png
new file mode 100644
index 00000000..0781eda0
Binary files /dev/null and b/public/images/mice/large/black-mage.png differ
diff --git a/public/images/mice/large/black-powder-thief.png b/public/images/mice/large/black-powder-thief.png
new file mode 100644
index 00000000..66f022a3
Binary files /dev/null and b/public/images/mice/large/black-powder-thief.png differ
diff --git a/public/images/mice/large/black-widow.png b/public/images/mice/large/black-widow.png
new file mode 100644
index 00000000..5f139de6
Binary files /dev/null and b/public/images/mice/large/black-widow.png differ
diff --git a/public/images/mice/large/blacksmith.png b/public/images/mice/large/blacksmith.png
new file mode 100644
index 00000000..1912c642
Binary files /dev/null and b/public/images/mice/large/blacksmith.png differ
diff --git a/public/images/mice/large/blizzara-winterosa.png b/public/images/mice/large/blizzara-winterosa.png
new file mode 100644
index 00000000..d0d392c9
Binary files /dev/null and b/public/images/mice/large/blizzara-winterosa.png differ
diff --git a/public/images/mice/large/bog-beast.png b/public/images/mice/large/bog-beast.png
new file mode 100644
index 00000000..7ff6be74
Binary files /dev/null and b/public/images/mice/large/bog-beast.png differ
diff --git a/public/images/mice/large/bookborn.png b/public/images/mice/large/bookborn.png
new file mode 100644
index 00000000..e7cf4957
Binary files /dev/null and b/public/images/mice/large/bookborn.png differ
diff --git a/public/images/mice/large/bookworm.png b/public/images/mice/large/bookworm.png
new file mode 100644
index 00000000..1d65b008
Binary files /dev/null and b/public/images/mice/large/bookworm.png differ
diff --git a/public/images/mice/large/bottled.png b/public/images/mice/large/bottled.png
new file mode 100644
index 00000000..18cca67a
Binary files /dev/null and b/public/images/mice/large/bottled.png differ
diff --git a/public/images/mice/large/bottom-feeder.png b/public/images/mice/large/bottom-feeder.png
new file mode 100644
index 00000000..12d19879
Binary files /dev/null and b/public/images/mice/large/bottom-feeder.png differ
diff --git a/public/images/mice/large/bounty-hunter.png b/public/images/mice/large/bounty-hunter.png
new file mode 100644
index 00000000..7fbaa786
Binary files /dev/null and b/public/images/mice/large/bounty-hunter.png differ
diff --git a/public/images/mice/large/breakdancer.png b/public/images/mice/large/breakdancer.png
new file mode 100644
index 00000000..db36acb8
Binary files /dev/null and b/public/images/mice/large/breakdancer.png differ
diff --git a/public/images/mice/large/briegull.png b/public/images/mice/large/briegull.png
new file mode 100644
index 00000000..12291b47
Binary files /dev/null and b/public/images/mice/large/briegull.png differ
diff --git a/public/images/mice/large/brimstone.png b/public/images/mice/large/brimstone.png
new file mode 100644
index 00000000..ee4d9e84
Binary files /dev/null and b/public/images/mice/large/brimstone.png differ
diff --git a/public/images/mice/large/broomstick-bungler.png b/public/images/mice/large/broomstick-bungler.png
new file mode 100644
index 00000000..1494d9ea
Binary files /dev/null and b/public/images/mice/large/broomstick-bungler.png differ
diff --git a/public/images/mice/large/brothers-grimmaus.png b/public/images/mice/large/brothers-grimmaus.png
new file mode 100644
index 00000000..264139e1
Binary files /dev/null and b/public/images/mice/large/brothers-grimmaus.png differ
diff --git a/public/images/mice/large/brown.png b/public/images/mice/large/brown.png
new file mode 100644
index 00000000..3224eeef
Binary files /dev/null and b/public/images/mice/large/brown.png differ
diff --git a/public/images/mice/large/bruticle.png b/public/images/mice/large/bruticle.png
new file mode 100644
index 00000000..40f6c9a3
Binary files /dev/null and b/public/images/mice/large/bruticle.png differ
diff --git a/public/images/mice/large/buccaneer.png b/public/images/mice/large/buccaneer.png
new file mode 100644
index 00000000..6936f3f2
Binary files /dev/null and b/public/images/mice/large/buccaneer.png differ
diff --git a/public/images/mice/large/buckethead.png b/public/images/mice/large/buckethead.png
new file mode 100644
index 00000000..1cb37ae1
Binary files /dev/null and b/public/images/mice/large/buckethead.png differ
diff --git a/public/images/mice/large/budrich-thornborn.png b/public/images/mice/large/budrich-thornborn.png
new file mode 100644
index 00000000..e5d22def
Binary files /dev/null and b/public/images/mice/large/budrich-thornborn.png differ
diff --git a/public/images/mice/large/builder.png b/public/images/mice/large/builder.png
new file mode 100644
index 00000000..7af83a4b
Binary files /dev/null and b/public/images/mice/large/builder.png differ
diff --git a/public/images/mice/large/burglar.png b/public/images/mice/large/burglar.png
new file mode 100644
index 00000000..afc25553
Binary files /dev/null and b/public/images/mice/large/burglar.png differ
diff --git a/public/images/mice/large/cabin-boy.png b/public/images/mice/large/cabin-boy.png
new file mode 100644
index 00000000..2df13819
Binary files /dev/null and b/public/images/mice/large/cabin-boy.png differ
diff --git a/public/images/mice/large/cagey-countess.png b/public/images/mice/large/cagey-countess.png
new file mode 100644
index 00000000..a6e19285
Binary files /dev/null and b/public/images/mice/large/cagey-countess.png differ
diff --git a/public/images/mice/large/calalilly.png b/public/images/mice/large/calalilly.png
new file mode 100644
index 00000000..5a333368
Binary files /dev/null and b/public/images/mice/large/calalilly.png differ
diff --git a/public/images/mice/large/calligraphy.png b/public/images/mice/large/calligraphy.png
new file mode 100644
index 00000000..732f37a1
Binary files /dev/null and b/public/images/mice/large/calligraphy.png differ
diff --git a/public/images/mice/large/camoflower.png b/public/images/mice/large/camoflower.png
new file mode 100644
index 00000000..038223a0
Binary files /dev/null and b/public/images/mice/large/camoflower.png differ
diff --git a/public/images/mice/large/camofusion.png b/public/images/mice/large/camofusion.png
new file mode 100644
index 00000000..f019de2f
Binary files /dev/null and b/public/images/mice/large/camofusion.png differ
diff --git a/public/images/mice/large/candy-cane.png b/public/images/mice/large/candy-cane.png
new file mode 100644
index 00000000..7e97b6f6
Binary files /dev/null and b/public/images/mice/large/candy-cane.png differ
diff --git a/public/images/mice/large/candy-cat.png b/public/images/mice/large/candy-cat.png
new file mode 100644
index 00000000..c36f9ddb
Binary files /dev/null and b/public/images/mice/large/candy-cat.png differ
diff --git a/public/images/mice/large/candy-goblin.png b/public/images/mice/large/candy-goblin.png
new file mode 100644
index 00000000..b6ee971b
Binary files /dev/null and b/public/images/mice/large/candy-goblin.png differ
diff --git a/public/images/mice/large/cannonball.png b/public/images/mice/large/cannonball.png
new file mode 100644
index 00000000..e1aefeeb
Binary files /dev/null and b/public/images/mice/large/cannonball.png differ
diff --git a/public/images/mice/large/captain-cloudkicker.png b/public/images/mice/large/captain-cloudkicker.png
new file mode 100644
index 00000000..61a25f8b
Binary files /dev/null and b/public/images/mice/large/captain-cloudkicker.png differ
diff --git a/public/images/mice/large/captain-croissant.png b/public/images/mice/large/captain-croissant.png
new file mode 100644
index 00000000..b44a5c95
Binary files /dev/null and b/public/images/mice/large/captain-croissant.png differ
diff --git a/public/images/mice/large/captain.png b/public/images/mice/large/captain.png
new file mode 100644
index 00000000..9e73172f
Binary files /dev/null and b/public/images/mice/large/captain.png differ
diff --git a/public/images/mice/large/cardshark.png b/public/images/mice/large/cardshark.png
new file mode 100644
index 00000000..6f919f44
Binary files /dev/null and b/public/images/mice/large/cardshark.png differ
diff --git a/public/images/mice/large/carefree-cook.png b/public/images/mice/large/carefree-cook.png
new file mode 100644
index 00000000..5141dfa5
Binary files /dev/null and b/public/images/mice/large/carefree-cook.png differ
diff --git a/public/images/mice/large/careless-catfish.png b/public/images/mice/large/careless-catfish.png
new file mode 100644
index 00000000..0b77754f
Binary files /dev/null and b/public/images/mice/large/careless-catfish.png differ
diff --git a/public/images/mice/large/caretaker.png b/public/images/mice/large/caretaker.png
new file mode 100644
index 00000000..61807e05
Binary files /dev/null and b/public/images/mice/large/caretaker.png differ
diff --git a/public/images/mice/large/carmine.png b/public/images/mice/large/carmine.png
new file mode 100644
index 00000000..ea405d72
Binary files /dev/null and b/public/images/mice/large/carmine.png differ
diff --git a/public/images/mice/large/carnivore.png b/public/images/mice/large/carnivore.png
new file mode 100644
index 00000000..e42b847f
Binary files /dev/null and b/public/images/mice/large/carnivore.png differ
diff --git a/public/images/mice/large/carved-hapless-puppet.png b/public/images/mice/large/carved-hapless-puppet.png
new file mode 100644
index 00000000..f906e1a5
Binary files /dev/null and b/public/images/mice/large/carved-hapless-puppet.png differ
diff --git a/public/images/mice/large/cavalier.png b/public/images/mice/large/cavalier.png
new file mode 100644
index 00000000..5a983404
Binary files /dev/null and b/public/images/mice/large/cavalier.png differ
diff --git a/public/images/mice/large/cavern-crumbler.png b/public/images/mice/large/cavern-crumbler.png
new file mode 100644
index 00000000..01e6dea0
Binary files /dev/null and b/public/images/mice/large/cavern-crumbler.png differ
diff --git a/public/images/mice/large/celestial-summoner.png b/public/images/mice/large/celestial-summoner.png
new file mode 100644
index 00000000..bc3d65d1
Binary files /dev/null and b/public/images/mice/large/celestial-summoner.png differ
diff --git a/public/images/mice/large/cell-sweeper.png b/public/images/mice/large/cell-sweeper.png
new file mode 100644
index 00000000..2f2d505d
Binary files /dev/null and b/public/images/mice/large/cell-sweeper.png differ
diff --git a/public/images/mice/large/centaur.png b/public/images/mice/large/centaur.png
new file mode 100644
index 00000000..9c79e5cc
Binary files /dev/null and b/public/images/mice/large/centaur.png differ
diff --git a/public/images/mice/large/chafed-cellist.png b/public/images/mice/large/chafed-cellist.png
new file mode 100644
index 00000000..12e40388
Binary files /dev/null and b/public/images/mice/large/chafed-cellist.png differ
diff --git a/public/images/mice/large/chainsaw.png b/public/images/mice/large/chainsaw.png
new file mode 100644
index 00000000..82878e42
Binary files /dev/null and b/public/images/mice/large/chainsaw.png differ
diff --git a/public/images/mice/large/chameleon.png b/public/images/mice/large/chameleon.png
new file mode 100644
index 00000000..02815782
Binary files /dev/null and b/public/images/mice/large/chameleon.png differ
diff --git a/public/images/mice/large/champion.png b/public/images/mice/large/champion.png
new file mode 100644
index 00000000..bfe3e08c
Binary files /dev/null and b/public/images/mice/large/champion.png differ
diff --git a/public/images/mice/large/charming-chimer.png b/public/images/mice/large/charming-chimer.png
new file mode 100644
index 00000000..a8510bce
Binary files /dev/null and b/public/images/mice/large/charming-chimer.png differ
diff --git a/public/images/mice/large/chcolate-overload.png b/public/images/mice/large/chcolate-overload.png
new file mode 100644
index 00000000..7c62686e
Binary files /dev/null and b/public/images/mice/large/chcolate-overload.png differ
diff --git a/public/images/mice/large/cheat-sheet-conjurer.png b/public/images/mice/large/cheat-sheet-conjurer.png
new file mode 100644
index 00000000..553ac8e9
Binary files /dev/null and b/public/images/mice/large/cheat-sheet-conjurer.png differ
diff --git a/public/images/mice/large/cheesy-party.png b/public/images/mice/large/cheesy-party.png
new file mode 100644
index 00000000..9f9e37ed
Binary files /dev/null and b/public/images/mice/large/cheesy-party.png differ
diff --git a/public/images/mice/large/cherry.png b/public/images/mice/large/cherry.png
new file mode 100644
index 00000000..316c2352
Binary files /dev/null and b/public/images/mice/large/cherry.png differ
diff --git a/public/images/mice/large/chess-master.png b/public/images/mice/large/chess-master.png
new file mode 100644
index 00000000..7eb58aed
Binary files /dev/null and b/public/images/mice/large/chess-master.png differ
diff --git a/public/images/mice/large/chillandria-permafrost.png b/public/images/mice/large/chillandria-permafrost.png
new file mode 100644
index 00000000..20d5a44d
Binary files /dev/null and b/public/images/mice/large/chillandria-permafrost.png differ
diff --git a/public/images/mice/large/chip-chiseler.png b/public/images/mice/large/chip-chiseler.png
new file mode 100644
index 00000000..053008dc
Binary files /dev/null and b/public/images/mice/large/chip-chiseler.png differ
diff --git a/public/images/mice/large/chipper.png b/public/images/mice/large/chipper.png
new file mode 100644
index 00000000..b5c745af
Binary files /dev/null and b/public/images/mice/large/chipper.png differ
diff --git a/public/images/mice/large/chitinous.png b/public/images/mice/large/chitinous.png
new file mode 100644
index 00000000..92accaf9
Binary files /dev/null and b/public/images/mice/large/chitinous.png differ
diff --git a/public/images/mice/large/chocolate-gold-foil.png b/public/images/mice/large/chocolate-gold-foil.png
new file mode 100644
index 00000000..5818f919
Binary files /dev/null and b/public/images/mice/large/chocolate-gold-foil.png differ
diff --git a/public/images/mice/large/christmas-tree.png b/public/images/mice/large/christmas-tree.png
new file mode 100644
index 00000000..92bb0f06
Binary files /dev/null and b/public/images/mice/large/christmas-tree.png differ
diff --git a/public/images/mice/large/chrono.png b/public/images/mice/large/chrono.png
new file mode 100644
index 00000000..34b8526a
Binary files /dev/null and b/public/images/mice/large/chrono.png differ
diff --git a/public/images/mice/large/circuit-judge.png b/public/images/mice/large/circuit-judge.png
new file mode 100644
index 00000000..eea7105c
Binary files /dev/null and b/public/images/mice/large/circuit-judge.png differ
diff --git a/public/images/mice/large/city-noble.png b/public/images/mice/large/city-noble.png
new file mode 100644
index 00000000..e6e4d541
Binary files /dev/null and b/public/images/mice/large/city-noble.png differ
diff --git a/public/images/mice/large/city-worker.png b/public/images/mice/large/city-worker.png
new file mode 100644
index 00000000..074905bc
Binary files /dev/null and b/public/images/mice/large/city-worker.png differ
diff --git a/public/images/mice/large/class-clown.png b/public/images/mice/large/class-clown.png
new file mode 100644
index 00000000..5eae5774
Binary files /dev/null and b/public/images/mice/large/class-clown.png differ
diff --git a/public/images/mice/large/classroom-disrupter.png b/public/images/mice/large/classroom-disrupter.png
new file mode 100644
index 00000000..c12a9606
Binary files /dev/null and b/public/images/mice/large/classroom-disrupter.png differ
diff --git a/public/images/mice/large/classroom-keener.png b/public/images/mice/large/classroom-keener.png
new file mode 100644
index 00000000..cd023557
Binary files /dev/null and b/public/images/mice/large/classroom-keener.png differ
diff --git a/public/images/mice/large/clockwork-samurai.png b/public/images/mice/large/clockwork-samurai.png
new file mode 100644
index 00000000..49626495
Binary files /dev/null and b/public/images/mice/large/clockwork-samurai.png differ
diff --git a/public/images/mice/large/cloud-collector.png b/public/images/mice/large/cloud-collector.png
new file mode 100644
index 00000000..5d4299a6
Binary files /dev/null and b/public/images/mice/large/cloud-collector.png differ
diff --git a/public/images/mice/large/cloud-miner.png b/public/images/mice/large/cloud-miner.png
new file mode 100644
index 00000000..268ba94e
Binary files /dev/null and b/public/images/mice/large/cloud-miner.png differ
diff --git a/public/images/mice/large/clownfish.png b/public/images/mice/large/clownfish.png
new file mode 100644
index 00000000..c42ac819
Binary files /dev/null and b/public/images/mice/large/clownfish.png differ
diff --git a/public/images/mice/large/clumsy-carrier.png b/public/images/mice/large/clumsy-carrier.png
new file mode 100644
index 00000000..224c1fe9
Binary files /dev/null and b/public/images/mice/large/clumsy-carrier.png differ
diff --git a/public/images/mice/large/clumsy-chemist.png b/public/images/mice/large/clumsy-chemist.png
new file mode 100644
index 00000000..9ad98f66
Binary files /dev/null and b/public/images/mice/large/clumsy-chemist.png differ
diff --git a/public/images/mice/large/clumsy-cupbearer.png b/public/images/mice/large/clumsy-cupbearer.png
new file mode 100644
index 00000000..9c62b432
Binary files /dev/null and b/public/images/mice/large/clumsy-cupbearer.png differ
diff --git a/public/images/mice/large/coal-shoveler.png b/public/images/mice/large/coal-shoveler.png
new file mode 100644
index 00000000..a741bbdf
Binary files /dev/null and b/public/images/mice/large/coal-shoveler.png differ
diff --git a/public/images/mice/large/coconut-lumberjack-mouse.png b/public/images/mice/large/coconut-lumberjack-mouse.png
new file mode 100644
index 00000000..c366976a
Binary files /dev/null and b/public/images/mice/large/coconut-lumberjack-mouse.png differ
diff --git a/public/images/mice/large/coffin-zombie.png b/public/images/mice/large/coffin-zombie.png
new file mode 100644
index 00000000..4e7e81d9
Binary files /dev/null and b/public/images/mice/large/coffin-zombie.png differ
diff --git a/public/images/mice/large/colonel-crisp.png b/public/images/mice/large/colonel-crisp.png
new file mode 100644
index 00000000..9fb3c82f
Binary files /dev/null and b/public/images/mice/large/colonel-crisp.png differ
diff --git a/public/images/mice/large/combustius-furnaceheart.png b/public/images/mice/large/combustius-furnaceheart.png
new file mode 100644
index 00000000..6439d318
Binary files /dev/null and b/public/images/mice/large/combustius-furnaceheart.png differ
diff --git a/public/images/mice/large/confused-courier.png b/public/images/mice/large/confused-courier.png
new file mode 100644
index 00000000..94080025
Binary files /dev/null and b/public/images/mice/large/confused-courier.png differ
diff --git a/public/images/mice/large/conjurer.png b/public/images/mice/large/conjurer.png
new file mode 100644
index 00000000..54f15ea0
Binary files /dev/null and b/public/images/mice/large/conjurer.png differ
diff --git a/public/images/mice/large/conqueror.png b/public/images/mice/large/conqueror.png
new file mode 100644
index 00000000..e09a17e2
Binary files /dev/null and b/public/images/mice/large/conqueror.png differ
diff --git a/public/images/mice/large/constructively-critical-artist.png b/public/images/mice/large/constructively-critical-artist.png
new file mode 100644
index 00000000..506c33d5
Binary files /dev/null and b/public/images/mice/large/constructively-critical-artist.png differ
diff --git a/public/images/mice/large/cook.png b/public/images/mice/large/cook.png
new file mode 100644
index 00000000..140b950e
Binary files /dev/null and b/public/images/mice/large/cook.png differ
diff --git a/public/images/mice/large/coral-cuddler.png b/public/images/mice/large/coral-cuddler.png
new file mode 100644
index 00000000..6f65dcb7
Binary files /dev/null and b/public/images/mice/large/coral-cuddler.png differ
diff --git a/public/images/mice/large/coral-dragon.png b/public/images/mice/large/coral-dragon.png
new file mode 100644
index 00000000..ad30dad6
Binary files /dev/null and b/public/images/mice/large/coral-dragon.png differ
diff --git a/public/images/mice/large/coral-gardener.png b/public/images/mice/large/coral-gardener.png
new file mode 100644
index 00000000..34d5e037
Binary files /dev/null and b/public/images/mice/large/coral-gardener.png differ
diff --git a/public/images/mice/large/coral-guard.png b/public/images/mice/large/coral-guard.png
new file mode 100644
index 00000000..164d8a19
Binary files /dev/null and b/public/images/mice/large/coral-guard.png differ
diff --git a/public/images/mice/large/coral-harvester.png b/public/images/mice/large/coral-harvester.png
new file mode 100644
index 00000000..1a3a6e49
Binary files /dev/null and b/public/images/mice/large/coral-harvester.png differ
diff --git a/public/images/mice/large/coral-queen.png b/public/images/mice/large/coral-queen.png
new file mode 100644
index 00000000..a7cbf543
Binary files /dev/null and b/public/images/mice/large/coral-queen.png differ
diff --git a/public/images/mice/large/coral.png b/public/images/mice/large/coral.png
new file mode 100644
index 00000000..6067419f
Binary files /dev/null and b/public/images/mice/large/coral.png differ
diff --git a/public/images/mice/large/core-sample.png b/public/images/mice/large/core-sample.png
new file mode 100644
index 00000000..43391286
Binary files /dev/null and b/public/images/mice/large/core-sample.png differ
diff --git a/public/images/mice/large/corridor-bruiser.png b/public/images/mice/large/corridor-bruiser.png
new file mode 100644
index 00000000..d70d6090
Binary files /dev/null and b/public/images/mice/large/corridor-bruiser.png differ
diff --git a/public/images/mice/large/corrupt-commodore.png b/public/images/mice/large/corrupt-commodore.png
new file mode 100644
index 00000000..3860406a
Binary files /dev/null and b/public/images/mice/large/corrupt-commodore.png differ
diff --git a/public/images/mice/large/corrupt.png b/public/images/mice/large/corrupt.png
new file mode 100644
index 00000000..40007673
Binary files /dev/null and b/public/images/mice/large/corrupt.png differ
diff --git a/public/images/mice/large/corrupticus-the-blight-baron.png b/public/images/mice/large/corrupticus-the-blight-baron.png
new file mode 100644
index 00000000..f6437bca
Binary files /dev/null and b/public/images/mice/large/corrupticus-the-blight-baron.png differ
diff --git a/public/images/mice/large/costumed-dog.png b/public/images/mice/large/costumed-dog.png
new file mode 100644
index 00000000..f41e2010
Binary files /dev/null and b/public/images/mice/large/costumed-dog.png differ
diff --git a/public/images/mice/large/costumed-dragon.png b/public/images/mice/large/costumed-dragon.png
new file mode 100644
index 00000000..16ea603d
Binary files /dev/null and b/public/images/mice/large/costumed-dragon.png differ
diff --git a/public/images/mice/large/costumed-horse.png b/public/images/mice/large/costumed-horse.png
new file mode 100644
index 00000000..e4e8fb96
Binary files /dev/null and b/public/images/mice/large/costumed-horse.png differ
diff --git a/public/images/mice/large/costumed-monkey.png b/public/images/mice/large/costumed-monkey.png
new file mode 100644
index 00000000..7a37cbbd
Binary files /dev/null and b/public/images/mice/large/costumed-monkey.png differ
diff --git a/public/images/mice/large/costumed-ox.png b/public/images/mice/large/costumed-ox.png
new file mode 100644
index 00000000..2de03c51
Binary files /dev/null and b/public/images/mice/large/costumed-ox.png differ
diff --git a/public/images/mice/large/costumed-pig.png b/public/images/mice/large/costumed-pig.png
new file mode 100644
index 00000000..57ab0d87
Binary files /dev/null and b/public/images/mice/large/costumed-pig.png differ
diff --git a/public/images/mice/large/costumed-rabbit.png b/public/images/mice/large/costumed-rabbit.png
new file mode 100644
index 00000000..be57a61d
Binary files /dev/null and b/public/images/mice/large/costumed-rabbit.png differ
diff --git a/public/images/mice/large/costumed-rat.png b/public/images/mice/large/costumed-rat.png
new file mode 100644
index 00000000..72335c6d
Binary files /dev/null and b/public/images/mice/large/costumed-rat.png differ
diff --git a/public/images/mice/large/costumed-rooster.png b/public/images/mice/large/costumed-rooster.png
new file mode 100644
index 00000000..2aa083aa
Binary files /dev/null and b/public/images/mice/large/costumed-rooster.png differ
diff --git a/public/images/mice/large/costumed-sheep.png b/public/images/mice/large/costumed-sheep.png
new file mode 100644
index 00000000..3bef7fab
Binary files /dev/null and b/public/images/mice/large/costumed-sheep.png differ
diff --git a/public/images/mice/large/costumed-snake.png b/public/images/mice/large/costumed-snake.png
new file mode 100644
index 00000000..fdde14cc
Binary files /dev/null and b/public/images/mice/large/costumed-snake.png differ
diff --git a/public/images/mice/large/costumed-tiger.png b/public/images/mice/large/costumed-tiger.png
new file mode 100644
index 00000000..0e4af84b
Binary files /dev/null and b/public/images/mice/large/costumed-tiger.png differ
diff --git a/public/images/mice/large/covetous-coastguard.png b/public/images/mice/large/covetous-coastguard.png
new file mode 100644
index 00000000..014f469e
Binary files /dev/null and b/public/images/mice/large/covetous-coastguard.png differ
diff --git a/public/images/mice/large/cowardly.png b/public/images/mice/large/cowardly.png
new file mode 100644
index 00000000..4c9555e7
Binary files /dev/null and b/public/images/mice/large/cowardly.png differ
diff --git a/public/images/mice/large/cowbell.png b/public/images/mice/large/cowbell.png
new file mode 100644
index 00000000..9ccfcc01
Binary files /dev/null and b/public/images/mice/large/cowbell.png differ
diff --git a/public/images/mice/large/crabolia.png b/public/images/mice/large/crabolia.png
new file mode 100644
index 00000000..4e174acc
Binary files /dev/null and b/public/images/mice/large/crabolia.png differ
diff --git a/public/images/mice/large/crag-elder.png b/public/images/mice/large/crag-elder.png
new file mode 100644
index 00000000..c276eb5d
Binary files /dev/null and b/public/images/mice/large/crag-elder.png differ
diff --git a/public/images/mice/large/craggy-ore.png b/public/images/mice/large/craggy-ore.png
new file mode 100644
index 00000000..d26bc093
Binary files /dev/null and b/public/images/mice/large/craggy-ore.png differ
diff --git a/public/images/mice/large/crate-camo.png b/public/images/mice/large/crate-camo.png
new file mode 100644
index 00000000..4f154ec9
Binary files /dev/null and b/public/images/mice/large/crate-camo.png differ
diff --git a/public/images/mice/large/crazed-cultivator.png b/public/images/mice/large/crazed-cultivator.png
new file mode 100644
index 00000000..0b728d58
Binary files /dev/null and b/public/images/mice/large/crazed-cultivator.png differ
diff --git a/public/images/mice/large/creepy-marionette.png b/public/images/mice/large/creepy-marionette.png
new file mode 100644
index 00000000..49b4a9e2
Binary files /dev/null and b/public/images/mice/large/creepy-marionette.png differ
diff --git a/public/images/mice/large/crematio-scorchworth.png b/public/images/mice/large/crematio-scorchworth.png
new file mode 100644
index 00000000..2a9cfe0d
Binary files /dev/null and b/public/images/mice/large/crematio-scorchworth.png differ
diff --git a/public/images/mice/large/croquet-crusher.png b/public/images/mice/large/croquet-crusher.png
new file mode 100644
index 00000000..ca37656e
Binary files /dev/null and b/public/images/mice/large/croquet-crusher.png differ
diff --git a/public/images/mice/large/crown-collector-mouse.png b/public/images/mice/large/crown-collector-mouse.png
new file mode 100644
index 00000000..3d50af44
Binary files /dev/null and b/public/images/mice/large/crown-collector-mouse.png differ
diff --git a/public/images/mice/large/crystal-behemoth.png b/public/images/mice/large/crystal-behemoth.png
new file mode 100644
index 00000000..7f0e76f1
Binary files /dev/null and b/public/images/mice/large/crystal-behemoth.png differ
diff --git a/public/images/mice/large/crystal-cave-worm.png b/public/images/mice/large/crystal-cave-worm.png
new file mode 100644
index 00000000..7a88a7e8
Binary files /dev/null and b/public/images/mice/large/crystal-cave-worm.png differ
diff --git a/public/images/mice/large/crystal-controller.png b/public/images/mice/large/crystal-controller.png
new file mode 100644
index 00000000..0eef5fa7
Binary files /dev/null and b/public/images/mice/large/crystal-controller.png differ
diff --git a/public/images/mice/large/crystal-golem.png b/public/images/mice/large/crystal-golem.png
new file mode 100644
index 00000000..45305d34
Binary files /dev/null and b/public/images/mice/large/crystal-golem.png differ
diff --git a/public/images/mice/large/crystal-lurker.png b/public/images/mice/large/crystal-lurker.png
new file mode 100644
index 00000000..ff6836ca
Binary files /dev/null and b/public/images/mice/large/crystal-lurker.png differ
diff --git a/public/images/mice/large/crystal-observer.png b/public/images/mice/large/crystal-observer.png
new file mode 100644
index 00000000..8eca1485
Binary files /dev/null and b/public/images/mice/large/crystal-observer.png differ
diff --git a/public/images/mice/large/crystal-queen.png b/public/images/mice/large/crystal-queen.png
new file mode 100644
index 00000000..e5bd9936
Binary files /dev/null and b/public/images/mice/large/crystal-queen.png differ
diff --git a/public/images/mice/large/crystalback.png b/public/images/mice/large/crystalback.png
new file mode 100644
index 00000000..c9602b34
Binary files /dev/null and b/public/images/mice/large/crystalback.png differ
diff --git a/public/images/mice/large/crystalline-slasher.png b/public/images/mice/large/crystalline-slasher.png
new file mode 100644
index 00000000..651d9667
Binary files /dev/null and b/public/images/mice/large/crystalline-slasher.png differ
diff --git a/public/images/mice/large/cumulost.png b/public/images/mice/large/cumulost.png
new file mode 100644
index 00000000..4ef703cf
Binary files /dev/null and b/public/images/mice/large/cumulost.png differ
diff --git a/public/images/mice/large/cupcake-camo.png b/public/images/mice/large/cupcake-camo.png
new file mode 100644
index 00000000..adc62388
Binary files /dev/null and b/public/images/mice/large/cupcake-camo.png differ
diff --git a/public/images/mice/large/cupcake-candle-thief.png b/public/images/mice/large/cupcake-candle-thief.png
new file mode 100644
index 00000000..402867a8
Binary files /dev/null and b/public/images/mice/large/cupcake-candle-thief.png differ
diff --git a/public/images/mice/large/cupcake-cutie.png b/public/images/mice/large/cupcake-cutie.png
new file mode 100644
index 00000000..54ab7744
Binary files /dev/null and b/public/images/mice/large/cupcake-cutie.png differ
diff --git a/public/images/mice/large/cupcake-runner.png b/public/images/mice/large/cupcake-runner.png
new file mode 100644
index 00000000..b4434b98
Binary files /dev/null and b/public/images/mice/large/cupcake-runner.png differ
diff --git a/public/images/mice/large/cupid.png b/public/images/mice/large/cupid.png
new file mode 100644
index 00000000..90f6541a
Binary files /dev/null and b/public/images/mice/large/cupid.png differ
diff --git a/public/images/mice/large/curious-chemist.png b/public/images/mice/large/curious-chemist.png
new file mode 100644
index 00000000..89d569af
Binary files /dev/null and b/public/images/mice/large/curious-chemist.png differ
diff --git a/public/images/mice/large/cursed-enchanter.png b/public/images/mice/large/cursed-enchanter.png
new file mode 100644
index 00000000..652eac32
Binary files /dev/null and b/public/images/mice/large/cursed-enchanter.png differ
diff --git a/public/images/mice/large/cursed-engineer.png b/public/images/mice/large/cursed-engineer.png
new file mode 100644
index 00000000..07bdbca8
Binary files /dev/null and b/public/images/mice/large/cursed-engineer.png differ
diff --git a/public/images/mice/large/cursed-librarian.png b/public/images/mice/large/cursed-librarian.png
new file mode 100644
index 00000000..3eb3aa89
Binary files /dev/null and b/public/images/mice/large/cursed-librarian.png differ
diff --git a/public/images/mice/large/cursed-taskmaster.png b/public/images/mice/large/cursed-taskmaster.png
new file mode 100644
index 00000000..f29e3630
Binary files /dev/null and b/public/images/mice/large/cursed-taskmaster.png differ
diff --git a/public/images/mice/large/cursed-thief.png b/public/images/mice/large/cursed-thief.png
new file mode 100644
index 00000000..7ac60e81
Binary files /dev/null and b/public/images/mice/large/cursed-thief.png differ
diff --git a/public/images/mice/large/cursed.png b/public/images/mice/large/cursed.png
new file mode 100644
index 00000000..ec65f640
Binary files /dev/null and b/public/images/mice/large/cursed.png differ
diff --git a/public/images/mice/large/cute-cloud-conjurer.png b/public/images/mice/large/cute-cloud-conjurer.png
new file mode 100644
index 00000000..2267fbaf
Binary files /dev/null and b/public/images/mice/large/cute-cloud-conjurer.png differ
diff --git a/public/images/mice/large/cute-crate-carrier.png b/public/images/mice/large/cute-crate-carrier.png
new file mode 100644
index 00000000..c0755d9d
Binary files /dev/null and b/public/images/mice/large/cute-crate-carrier.png differ
diff --git a/public/images/mice/large/cutthroat-cannoneer.png b/public/images/mice/large/cutthroat-cannoneer.png
new file mode 100644
index 00000000..0b141a6d
Binary files /dev/null and b/public/images/mice/large/cutthroat-cannoneer.png differ
diff --git a/public/images/mice/large/cutthroat-pirate.png b/public/images/mice/large/cutthroat-pirate.png
new file mode 100644
index 00000000..9560fe69
Binary files /dev/null and b/public/images/mice/large/cutthroat-pirate.png differ
diff --git a/public/images/mice/large/cuttle.png b/public/images/mice/large/cuttle.png
new file mode 100644
index 00000000..bb20e142
Binary files /dev/null and b/public/images/mice/large/cuttle.png differ
diff --git a/public/images/mice/large/cycloness.png b/public/images/mice/large/cycloness.png
new file mode 100644
index 00000000..4d03713d
Binary files /dev/null and b/public/images/mice/large/cycloness.png differ
diff --git a/public/images/mice/large/cyclops.png b/public/images/mice/large/cyclops.png
new file mode 100644
index 00000000..0bd93fb7
Binary files /dev/null and b/public/images/mice/large/cyclops.png differ
diff --git a/public/images/mice/large/dance-boss.png b/public/images/mice/large/dance-boss.png
new file mode 100644
index 00000000..2b3d9bbe
Binary files /dev/null and b/public/images/mice/large/dance-boss.png differ
diff --git a/public/images/mice/large/dance-party.png b/public/images/mice/large/dance-party.png
new file mode 100644
index 00000000..01896fb8
Binary files /dev/null and b/public/images/mice/large/dance-party.png differ
diff --git a/public/images/mice/large/dancer.png b/public/images/mice/large/dancer.png
new file mode 100644
index 00000000..039d534d
Binary files /dev/null and b/public/images/mice/large/dancer.png differ
diff --git a/public/images/mice/large/dark-magi.png b/public/images/mice/large/dark-magi.png
new file mode 100644
index 00000000..74907a9b
Binary files /dev/null and b/public/images/mice/large/dark-magi.png differ
diff --git a/public/images/mice/large/dark-templar.png b/public/images/mice/large/dark-templar.png
new file mode 100644
index 00000000..f1bd0be8
Binary files /dev/null and b/public/images/mice/large/dark-templar.png differ
diff --git a/public/images/mice/large/dashing-buccaneer.png b/public/images/mice/large/dashing-buccaneer.png
new file mode 100644
index 00000000..68d94010
Binary files /dev/null and b/public/images/mice/large/dashing-buccaneer.png differ
diff --git a/public/images/mice/large/dastardly-duchess.png b/public/images/mice/large/dastardly-duchess.png
new file mode 100644
index 00000000..5d3cb80f
Binary files /dev/null and b/public/images/mice/large/dastardly-duchess.png differ
diff --git a/public/images/mice/large/data-devourer.png b/public/images/mice/large/data-devourer.png
new file mode 100644
index 00000000..45a8bad0
Binary files /dev/null and b/public/images/mice/large/data-devourer.png differ
diff --git a/public/images/mice/large/davy-jones.png b/public/images/mice/large/davy-jones.png
new file mode 100644
index 00000000..9a5360b8
Binary files /dev/null and b/public/images/mice/large/davy-jones.png differ
diff --git a/public/images/mice/large/dawn-guardian.png b/public/images/mice/large/dawn-guardian.png
new file mode 100644
index 00000000..7fecf42a
Binary files /dev/null and b/public/images/mice/large/dawn-guardian.png differ
diff --git a/public/images/mice/large/daydreamer.png b/public/images/mice/large/daydreamer.png
new file mode 100644
index 00000000..e422c1e2
Binary files /dev/null and b/public/images/mice/large/daydreamer.png differ
diff --git a/public/images/mice/large/decrepit-tentacle-terror.png b/public/images/mice/large/decrepit-tentacle-terror.png
new file mode 100644
index 00000000..cf2fc9f7
Binary files /dev/null and b/public/images/mice/large/decrepit-tentacle-terror.png differ
diff --git a/public/images/mice/large/deep-sea-diver.png b/public/images/mice/large/deep-sea-diver.png
new file mode 100644
index 00000000..6c27d09e
Binary files /dev/null and b/public/images/mice/large/deep-sea-diver.png differ
diff --git a/public/images/mice/large/deep.png b/public/images/mice/large/deep.png
new file mode 100644
index 00000000..6b62f028
Binary files /dev/null and b/public/images/mice/large/deep.png differ
diff --git a/public/images/mice/large/defender.png b/public/images/mice/large/defender.png
new file mode 100644
index 00000000..9a37cb6c
Binary files /dev/null and b/public/images/mice/large/defender.png differ
diff --git a/public/images/mice/large/dehydrated.png b/public/images/mice/large/dehydrated.png
new file mode 100644
index 00000000..28d3709f
Binary files /dev/null and b/public/images/mice/large/dehydrated.png differ
diff --git a/public/images/mice/large/demolitions.png b/public/images/mice/large/demolitions.png
new file mode 100644
index 00000000..71b9148d
Binary files /dev/null and b/public/images/mice/large/demolitions.png differ
diff --git a/public/images/mice/large/deranged-deckhand.png b/public/images/mice/large/deranged-deckhand.png
new file mode 100644
index 00000000..a6f21a15
Binary files /dev/null and b/public/images/mice/large/deranged-deckhand.png differ
diff --git a/public/images/mice/large/derpicorn.png b/public/images/mice/large/derpicorn.png
new file mode 100644
index 00000000..d5bcc077
Binary files /dev/null and b/public/images/mice/large/derpicorn.png differ
diff --git a/public/images/mice/large/derpshark.png b/public/images/mice/large/derpshark.png
new file mode 100644
index 00000000..e673ac7f
Binary files /dev/null and b/public/images/mice/large/derpshark.png differ
diff --git a/public/images/mice/large/derr-chieftain.png b/public/images/mice/large/derr-chieftain.png
new file mode 100644
index 00000000..450aca0a
Binary files /dev/null and b/public/images/mice/large/derr-chieftain.png differ
diff --git a/public/images/mice/large/derr-lich.png b/public/images/mice/large/derr-lich.png
new file mode 100644
index 00000000..e2f065c0
Binary files /dev/null and b/public/images/mice/large/derr-lich.png differ
diff --git a/public/images/mice/large/desert-archer-epic.png b/public/images/mice/large/desert-archer-epic.png
new file mode 100644
index 00000000..e18ee31a
Binary files /dev/null and b/public/images/mice/large/desert-archer-epic.png differ
diff --git a/public/images/mice/large/desert-archer-weak.png b/public/images/mice/large/desert-archer-weak.png
new file mode 100644
index 00000000..cc35e8d7
Binary files /dev/null and b/public/images/mice/large/desert-archer-weak.png differ
diff --git a/public/images/mice/large/desert-archer.png b/public/images/mice/large/desert-archer.png
new file mode 100644
index 00000000..14ffa238
Binary files /dev/null and b/public/images/mice/large/desert-archer.png differ
diff --git a/public/images/mice/large/desert-artillery-commander.png b/public/images/mice/large/desert-artillery-commander.png
new file mode 100644
index 00000000..5b290d08
Binary files /dev/null and b/public/images/mice/large/desert-artillery-commander.png differ
diff --git a/public/images/mice/large/desert-artillery.png b/public/images/mice/large/desert-artillery.png
new file mode 100644
index 00000000..cd832929
Binary files /dev/null and b/public/images/mice/large/desert-artillery.png differ
diff --git a/public/images/mice/large/desert-beast.png b/public/images/mice/large/desert-beast.png
new file mode 100644
index 00000000..48a27848
Binary files /dev/null and b/public/images/mice/large/desert-beast.png differ
diff --git a/public/images/mice/large/desert-boss.png b/public/images/mice/large/desert-boss.png
new file mode 100644
index 00000000..ae0946b0
Binary files /dev/null and b/public/images/mice/large/desert-boss.png differ
diff --git a/public/images/mice/large/desert-cavalry-strong.png b/public/images/mice/large/desert-cavalry-strong.png
new file mode 100644
index 00000000..687e88c3
Binary files /dev/null and b/public/images/mice/large/desert-cavalry-strong.png differ
diff --git a/public/images/mice/large/desert-cavalry.png b/public/images/mice/large/desert-cavalry.png
new file mode 100644
index 00000000..44eb0719
Binary files /dev/null and b/public/images/mice/large/desert-cavalry.png differ
diff --git a/public/images/mice/large/desert-elite-gaurd.png b/public/images/mice/large/desert-elite-gaurd.png
new file mode 100644
index 00000000..dc150eeb
Binary files /dev/null and b/public/images/mice/large/desert-elite-gaurd.png differ
diff --git a/public/images/mice/large/desert-general.png b/public/images/mice/large/desert-general.png
new file mode 100644
index 00000000..51687afe
Binary files /dev/null and b/public/images/mice/large/desert-general.png differ
diff --git a/public/images/mice/large/desert-mage-strong.png b/public/images/mice/large/desert-mage-strong.png
new file mode 100644
index 00000000..d74c0e1a
Binary files /dev/null and b/public/images/mice/large/desert-mage-strong.png differ
diff --git a/public/images/mice/large/desert-mage.png b/public/images/mice/large/desert-mage.png
new file mode 100644
index 00000000..f30fc2a7
Binary files /dev/null and b/public/images/mice/large/desert-mage.png differ
diff --git a/public/images/mice/large/desert-nomad.png b/public/images/mice/large/desert-nomad.png
new file mode 100644
index 00000000..9bde6f05
Binary files /dev/null and b/public/images/mice/large/desert-nomad.png differ
diff --git a/public/images/mice/large/desert-scout-epic.png b/public/images/mice/large/desert-scout-epic.png
new file mode 100644
index 00000000..0fedb330
Binary files /dev/null and b/public/images/mice/large/desert-scout-epic.png differ
diff --git a/public/images/mice/large/desert-scout-weak.png b/public/images/mice/large/desert-scout-weak.png
new file mode 100644
index 00000000..a8bd5793
Binary files /dev/null and b/public/images/mice/large/desert-scout-weak.png differ
diff --git a/public/images/mice/large/desert-scout.png b/public/images/mice/large/desert-scout.png
new file mode 100644
index 00000000..3157a484
Binary files /dev/null and b/public/images/mice/large/desert-scout.png differ
diff --git a/public/images/mice/large/desert-supply.png b/public/images/mice/large/desert-supply.png
new file mode 100644
index 00000000..1ba68313
Binary files /dev/null and b/public/images/mice/large/desert-supply.png differ
diff --git a/public/images/mice/large/desert-warrior-epic.png b/public/images/mice/large/desert-warrior-epic.png
new file mode 100644
index 00000000..8f64d3ce
Binary files /dev/null and b/public/images/mice/large/desert-warrior-epic.png differ
diff --git a/public/images/mice/large/desert-warrior-weak.png b/public/images/mice/large/desert-warrior-weak.png
new file mode 100644
index 00000000..5c107c7e
Binary files /dev/null and b/public/images/mice/large/desert-warrior-weak.png differ
diff --git a/public/images/mice/large/desert-warrior.png b/public/images/mice/large/desert-warrior.png
new file mode 100644
index 00000000..89230936
Binary files /dev/null and b/public/images/mice/large/desert-warrior.png differ
diff --git a/public/images/mice/large/desert-worker-mouse.png b/public/images/mice/large/desert-worker-mouse.png
new file mode 100644
index 00000000..13582082
Binary files /dev/null and b/public/images/mice/large/desert-worker-mouse.png differ
diff --git a/public/images/mice/large/desperado.png b/public/images/mice/large/desperado.png
new file mode 100644
index 00000000..763ea69f
Binary files /dev/null and b/public/images/mice/large/desperado.png differ
diff --git a/public/images/mice/large/devious-gentleman.png b/public/images/mice/large/devious-gentleman.png
new file mode 100644
index 00000000..78f1daf3
Binary files /dev/null and b/public/images/mice/large/devious-gentleman.png differ
diff --git a/public/images/mice/large/diamond.png b/public/images/mice/large/diamond.png
new file mode 100644
index 00000000..7ae04e6c
Binary files /dev/null and b/public/images/mice/large/diamond.png differ
diff --git a/public/images/mice/large/diamondhide.png b/public/images/mice/large/diamondhide.png
new file mode 100644
index 00000000..28903191
Binary files /dev/null and b/public/images/mice/large/diamondhide.png differ
diff --git a/public/images/mice/large/diminutive-detainee.png b/public/images/mice/large/diminutive-detainee.png
new file mode 100644
index 00000000..8d9d26f3
Binary files /dev/null and b/public/images/mice/large/diminutive-detainee.png differ
diff --git a/public/images/mice/large/dinosuit.png b/public/images/mice/large/dinosuit.png
new file mode 100644
index 00000000..5828d578
Binary files /dev/null and b/public/images/mice/large/dinosuit.png differ
diff --git a/public/images/mice/large/dire-lycan.png b/public/images/mice/large/dire-lycan.png
new file mode 100644
index 00000000..6740ad23
Binary files /dev/null and b/public/images/mice/large/dire-lycan.png differ
diff --git a/public/images/mice/large/dirt-thing.png b/public/images/mice/large/dirt-thing.png
new file mode 100644
index 00000000..f3f34df9
Binary files /dev/null and b/public/images/mice/large/dirt-thing.png differ
diff --git a/public/images/mice/large/disco-ball-head.png b/public/images/mice/large/disco-ball-head.png
new file mode 100644
index 00000000..56b3025f
Binary files /dev/null and b/public/images/mice/large/disco-ball-head.png differ
diff --git a/public/images/mice/large/dojo-sensei.png b/public/images/mice/large/dojo-sensei.png
new file mode 100644
index 00000000..6f6aa1ab
Binary files /dev/null and b/public/images/mice/large/dojo-sensei.png differ
diff --git a/public/images/mice/large/double-black-diamond.png b/public/images/mice/large/double-black-diamond.png
new file mode 100644
index 00000000..2ae0db5c
Binary files /dev/null and b/public/images/mice/large/double-black-diamond.png differ
diff --git a/public/images/mice/large/draconic-paragon.png b/public/images/mice/large/draconic-paragon.png
new file mode 100644
index 00000000..7a432b10
Binary files /dev/null and b/public/images/mice/large/draconic-paragon.png differ
diff --git a/public/images/mice/large/draconic-warden.png b/public/images/mice/large/draconic-warden.png
new file mode 100644
index 00000000..f1e51d99
Binary files /dev/null and b/public/images/mice/large/draconic-warden.png differ
diff --git a/public/images/mice/large/drag-goon.png b/public/images/mice/large/drag-goon.png
new file mode 100644
index 00000000..cba8533b
Binary files /dev/null and b/public/images/mice/large/drag-goon.png differ
diff --git a/public/images/mice/large/dragon-breather.png b/public/images/mice/large/dragon-breather.png
new file mode 100644
index 00000000..d38570eb
Binary files /dev/null and b/public/images/mice/large/dragon-breather.png differ
diff --git a/public/images/mice/large/dragon-lancer.png b/public/images/mice/large/dragon-lancer.png
new file mode 100644
index 00000000..ab5d239d
Binary files /dev/null and b/public/images/mice/large/dragon-lancer.png differ
diff --git a/public/images/mice/large/dragon.png b/public/images/mice/large/dragon.png
new file mode 100644
index 00000000..5c7249ed
Binary files /dev/null and b/public/images/mice/large/dragon.png differ
diff --git a/public/images/mice/large/dread-pirate-mousert.png b/public/images/mice/large/dread-pirate-mousert.png
new file mode 100644
index 00000000..694a8b1f
Binary files /dev/null and b/public/images/mice/large/dread-pirate-mousert.png differ
diff --git a/public/images/mice/large/dreck-grimehaven.png b/public/images/mice/large/dreck-grimehaven.png
new file mode 100644
index 00000000..92f2615b
Binary files /dev/null and b/public/images/mice/large/dreck-grimehaven.png differ
diff --git a/public/images/mice/large/drheller.png b/public/images/mice/large/drheller.png
new file mode 100644
index 00000000..f6a27987
Binary files /dev/null and b/public/images/mice/large/drheller.png differ
diff --git a/public/images/mice/large/drudge.png b/public/images/mice/large/drudge.png
new file mode 100644
index 00000000..ea1b8271
Binary files /dev/null and b/public/images/mice/large/drudge.png differ
diff --git a/public/images/mice/large/drummer.png b/public/images/mice/large/drummer.png
new file mode 100644
index 00000000..649ab3c1
Binary files /dev/null and b/public/images/mice/large/drummer.png differ
diff --git a/public/images/mice/large/dumpling-chef.png b/public/images/mice/large/dumpling-chef.png
new file mode 100644
index 00000000..4bf8d119
Binary files /dev/null and b/public/images/mice/large/dumpling-chef.png differ
diff --git a/public/images/mice/large/dunehopper.png b/public/images/mice/large/dunehopper.png
new file mode 100644
index 00000000..3cee493a
Binary files /dev/null and b/public/images/mice/large/dunehopper.png differ
diff --git a/public/images/mice/large/dungeon-master.png b/public/images/mice/large/dungeon-master.png
new file mode 100644
index 00000000..397ea517
Binary files /dev/null and b/public/images/mice/large/dungeon-master.png differ
diff --git a/public/images/mice/large/dwarf.png b/public/images/mice/large/dwarf.png
new file mode 100644
index 00000000..d36b7c26
Binary files /dev/null and b/public/images/mice/large/dwarf.png differ
diff --git a/public/images/mice/large/eagle-owl.png b/public/images/mice/large/eagle-owl.png
new file mode 100644
index 00000000..45e244a2
Binary files /dev/null and b/public/images/mice/large/eagle-owl.png differ
diff --git a/public/images/mice/large/eclipse.png b/public/images/mice/large/eclipse.png
new file mode 100644
index 00000000..20443c6c
Binary files /dev/null and b/public/images/mice/large/eclipse.png differ
diff --git a/public/images/mice/large/eel.png b/public/images/mice/large/eel.png
new file mode 100644
index 00000000..1736c6c4
Binary files /dev/null and b/public/images/mice/large/eel.png differ
diff --git a/public/images/mice/large/effervecent.png b/public/images/mice/large/effervecent.png
new file mode 100644
index 00000000..9be7985a
Binary files /dev/null and b/public/images/mice/large/effervecent.png differ
diff --git a/public/images/mice/large/eggscavator.png b/public/images/mice/large/eggscavator.png
new file mode 100644
index 00000000..1afd0191
Binary files /dev/null and b/public/images/mice/large/eggscavator.png differ
diff --git a/public/images/mice/large/eggscrambler.png b/public/images/mice/large/eggscrambler.png
new file mode 100644
index 00000000..8cef9103
Binary files /dev/null and b/public/images/mice/large/eggscrambler.png differ
diff --git a/public/images/mice/large/eggsquisite-entertainer.png b/public/images/mice/large/eggsquisite-entertainer.png
new file mode 100644
index 00000000..775d8b70
Binary files /dev/null and b/public/images/mice/large/eggsquisite-entertainer.png differ
diff --git a/public/images/mice/large/elder.png b/public/images/mice/large/elder.png
new file mode 100644
index 00000000..f8462aea
Binary files /dev/null and b/public/images/mice/large/elder.png differ
diff --git a/public/images/mice/large/elf.png b/public/images/mice/large/elf.png
new file mode 100644
index 00000000..ce3b5122
Binary files /dev/null and b/public/images/mice/large/elf.png differ
diff --git a/public/images/mice/large/elite-guardian.png b/public/images/mice/large/elite-guardian.png
new file mode 100644
index 00000000..06d131e5
Binary files /dev/null and b/public/images/mice/large/elite-guardian.png differ
diff --git a/public/images/mice/large/elub-chieftain.png b/public/images/mice/large/elub-chieftain.png
new file mode 100644
index 00000000..4f17b027
Binary files /dev/null and b/public/images/mice/large/elub-chieftain.png differ
diff --git a/public/images/mice/large/elub-lich.png b/public/images/mice/large/elub-lich.png
new file mode 100644
index 00000000..16ebe9a7
Binary files /dev/null and b/public/images/mice/large/elub-lich.png differ
diff --git a/public/images/mice/large/elven-princess.png b/public/images/mice/large/elven-princess.png
new file mode 100644
index 00000000..6b03f4e7
Binary files /dev/null and b/public/images/mice/large/elven-princess.png differ
diff --git a/public/images/mice/large/empyrean-arcane-mouse.png b/public/images/mice/large/empyrean-arcane-mouse.png
new file mode 100644
index 00000000..8dcebdda
Binary files /dev/null and b/public/images/mice/large/empyrean-arcane-mouse.png differ
diff --git a/public/images/mice/large/empyrean-charm-hoarder.png b/public/images/mice/large/empyrean-charm-hoarder.png
new file mode 100644
index 00000000..e5a8661c
Binary files /dev/null and b/public/images/mice/large/empyrean-charm-hoarder.png differ
diff --git a/public/images/mice/large/empyrean-cloudstone-miner.png b/public/images/mice/large/empyrean-cloudstone-miner.png
new file mode 100644
index 00000000..4bf893c5
Binary files /dev/null and b/public/images/mice/large/empyrean-cloudstone-miner.png differ
diff --git a/public/images/mice/large/empyrean-draconic-mouse.png b/public/images/mice/large/empyrean-draconic-mouse.png
new file mode 100644
index 00000000..40b78636
Binary files /dev/null and b/public/images/mice/large/empyrean-draconic-mouse.png differ
diff --git a/public/images/mice/large/empyrean-forgotten-mouse.png b/public/images/mice/large/empyrean-forgotten-mouse.png
new file mode 100644
index 00000000..d941fe19
Binary files /dev/null and b/public/images/mice/large/empyrean-forgotten-mouse.png differ
diff --git a/public/images/mice/large/empyrean-hydro-mouse.png b/public/images/mice/large/empyrean-hydro-mouse.png
new file mode 100644
index 00000000..80436a79
Binary files /dev/null and b/public/images/mice/large/empyrean-hydro-mouse.png differ
diff --git a/public/images/mice/large/empyrean-law-mouse.png b/public/images/mice/large/empyrean-law-mouse.png
new file mode 100644
index 00000000..0f897793
Binary files /dev/null and b/public/images/mice/large/empyrean-law-mouse.png differ
diff --git a/public/images/mice/large/empyrean-loot-cache-guardian.png b/public/images/mice/large/empyrean-loot-cache-guardian.png
new file mode 100644
index 00000000..417f1d4a
Binary files /dev/null and b/public/images/mice/large/empyrean-loot-cache-guardian.png differ
diff --git a/public/images/mice/large/empyrean-oreglass-miner.png b/public/images/mice/large/empyrean-oreglass-miner.png
new file mode 100644
index 00000000..63639f22
Binary files /dev/null and b/public/images/mice/large/empyrean-oreglass-miner.png differ
diff --git a/public/images/mice/large/empyrean-physical-mouse.png b/public/images/mice/large/empyrean-physical-mouse.png
new file mode 100644
index 00000000..d82902f6
Binary files /dev/null and b/public/images/mice/large/empyrean-physical-mouse.png differ
diff --git a/public/images/mice/large/empyrean-pirate.png b/public/images/mice/large/empyrean-pirate.png
new file mode 100644
index 00000000..226f1384
Binary files /dev/null and b/public/images/mice/large/empyrean-pirate.png differ
diff --git a/public/images/mice/large/empyrean-shadow-mouse.png b/public/images/mice/large/empyrean-shadow-mouse.png
new file mode 100644
index 00000000..71b9f0eb
Binary files /dev/null and b/public/images/mice/large/empyrean-shadow-mouse.png differ
diff --git a/public/images/mice/large/empyrean-tactical-mouse.png b/public/images/mice/large/empyrean-tactical-mouse.png
new file mode 100644
index 00000000..67abdd01
Binary files /dev/null and b/public/images/mice/large/empyrean-tactical-mouse.png differ
diff --git a/public/images/mice/large/empyrean-treasure-guardian.png b/public/images/mice/large/empyrean-treasure-guardian.png
new file mode 100644
index 00000000..c802309f
Binary files /dev/null and b/public/images/mice/large/empyrean-treasure-guardian.png differ
diff --git a/public/images/mice/large/enchanted-chess-club-champion.png b/public/images/mice/large/enchanted-chess-club-champion.png
new file mode 100644
index 00000000..c8e48417
Binary files /dev/null and b/public/images/mice/large/enchanted-chess-club-champion.png differ
diff --git a/public/images/mice/large/enginseer.png b/public/images/mice/large/enginseer.png
new file mode 100644
index 00000000..f2a5d253
Binary files /dev/null and b/public/images/mice/large/enginseer.png differ
diff --git a/public/images/mice/large/enslaved-spirit.png b/public/images/mice/large/enslaved-spirit.png
new file mode 100644
index 00000000..cc5174e7
Binary files /dev/null and b/public/images/mice/large/enslaved-spirit.png differ
diff --git a/public/images/mice/large/escape-artist.png b/public/images/mice/large/escape-artist.png
new file mode 100644
index 00000000..18253c63
Binary files /dev/null and b/public/images/mice/large/escape-artist.png differ
diff --git a/public/images/mice/large/essence-collector.png b/public/images/mice/large/essence-collector.png
new file mode 100644
index 00000000..40a70c77
Binary files /dev/null and b/public/images/mice/large/essence-collector.png differ
diff --git a/public/images/mice/large/essence-guardian.png b/public/images/mice/large/essence-guardian.png
new file mode 100644
index 00000000..3c626d7d
Binary files /dev/null and b/public/images/mice/large/essence-guardian.png differ
diff --git a/public/images/mice/large/ethereal-enchanter.png b/public/images/mice/large/ethereal-enchanter.png
new file mode 100644
index 00000000..f46cc038
Binary files /dev/null and b/public/images/mice/large/ethereal-enchanter.png differ
diff --git a/public/images/mice/large/ethereal-engineer.png b/public/images/mice/large/ethereal-engineer.png
new file mode 100644
index 00000000..250b8010
Binary files /dev/null and b/public/images/mice/large/ethereal-engineer.png differ
diff --git a/public/images/mice/large/ethereal-guardian.png b/public/images/mice/large/ethereal-guardian.png
new file mode 100644
index 00000000..f38bd737
Binary files /dev/null and b/public/images/mice/large/ethereal-guardian.png differ
diff --git a/public/images/mice/large/ethereal-librarian.png b/public/images/mice/large/ethereal-librarian.png
new file mode 100644
index 00000000..7120bc5c
Binary files /dev/null and b/public/images/mice/large/ethereal-librarian.png differ
diff --git a/public/images/mice/large/ethereal-thief.png b/public/images/mice/large/ethereal-thief.png
new file mode 100644
index 00000000..b13e6444
Binary files /dev/null and b/public/images/mice/large/ethereal-thief.png differ
diff --git a/public/images/mice/large/exo-tech.png b/public/images/mice/large/exo-tech.png
new file mode 100644
index 00000000..30794de7
Binary files /dev/null and b/public/images/mice/large/exo-tech.png differ
diff --git a/public/images/mice/large/explorator.png b/public/images/mice/large/explorator.png
new file mode 100644
index 00000000..735553fe
Binary files /dev/null and b/public/images/mice/large/explorator.png differ
diff --git a/public/images/mice/large/factory-technician.png b/public/images/mice/large/factory-technician.png
new file mode 100644
index 00000000..865f41dc
Binary files /dev/null and b/public/images/mice/large/factory-technician.png differ
diff --git a/public/images/mice/large/fairy.png b/public/images/mice/large/fairy.png
new file mode 100644
index 00000000..4d323ada
Binary files /dev/null and b/public/images/mice/large/fairy.png differ
diff --git a/public/images/mice/large/fall-familiar.png b/public/images/mice/large/fall-familiar.png
new file mode 100644
index 00000000..b51769ff
Binary files /dev/null and b/public/images/mice/large/fall-familiar.png differ
diff --git a/public/images/mice/large/falling-carpet.png b/public/images/mice/large/falling-carpet.png
new file mode 100644
index 00000000..73483cbe
Binary files /dev/null and b/public/images/mice/large/falling-carpet.png differ
diff --git a/public/images/mice/large/farmhand.png b/public/images/mice/large/farmhand.png
new file mode 100644
index 00000000..02d6364b
Binary files /dev/null and b/public/images/mice/large/farmhand.png differ
diff --git a/public/images/mice/large/farrier.png b/public/images/mice/large/farrier.png
new file mode 100644
index 00000000..785238d8
Binary files /dev/null and b/public/images/mice/large/farrier.png differ
diff --git a/public/images/mice/large/fast.png b/public/images/mice/large/fast.png
new file mode 100644
index 00000000..b199e110
Binary files /dev/null and b/public/images/mice/large/fast.png differ
diff --git a/public/images/mice/large/featherlight.png b/public/images/mice/large/featherlight.png
new file mode 100644
index 00000000..f89ad2db
Binary files /dev/null and b/public/images/mice/large/featherlight.png differ
diff --git a/public/images/mice/large/fencer.png b/public/images/mice/large/fencer.png
new file mode 100644
index 00000000..d080fb52
Binary files /dev/null and b/public/images/mice/large/fencer.png differ
diff --git a/public/images/mice/large/fetid-swamp.png b/public/images/mice/large/fetid-swamp.png
new file mode 100644
index 00000000..c82f6a94
Binary files /dev/null and b/public/images/mice/large/fetid-swamp.png differ
diff --git a/public/images/mice/large/fibbocchio.png b/public/images/mice/large/fibbocchio.png
new file mode 100644
index 00000000..0c3d1ee5
Binary files /dev/null and b/public/images/mice/large/fibbocchio.png differ
diff --git a/public/images/mice/large/fiddler.png b/public/images/mice/large/fiddler.png
new file mode 100644
index 00000000..2cdaf4a2
Binary files /dev/null and b/public/images/mice/large/fiddler.png differ
diff --git a/public/images/mice/large/field.png b/public/images/mice/large/field.png
new file mode 100644
index 00000000..8b445a52
Binary files /dev/null and b/public/images/mice/large/field.png differ
diff --git a/public/images/mice/large/fiend.png b/public/images/mice/large/fiend.png
new file mode 100644
index 00000000..a0e93057
Binary files /dev/null and b/public/images/mice/large/fiend.png differ
diff --git a/public/images/mice/large/fiery-crusher.png b/public/images/mice/large/fiery-crusher.png
new file mode 100644
index 00000000..4bccf7d0
Binary files /dev/null and b/public/images/mice/large/fiery-crusher.png differ
diff --git a/public/images/mice/large/finder.png b/public/images/mice/large/finder.png
new file mode 100644
index 00000000..c50be1c4
Binary files /dev/null and b/public/images/mice/large/finder.png differ
diff --git a/public/images/mice/large/firebreather.png b/public/images/mice/large/firebreather.png
new file mode 100644
index 00000000..aa4acd80
Binary files /dev/null and b/public/images/mice/large/firebreather.png differ
diff --git a/public/images/mice/large/firefly.png b/public/images/mice/large/firefly.png
new file mode 100644
index 00000000..07db96d2
Binary files /dev/null and b/public/images/mice/large/firefly.png differ
diff --git a/public/images/mice/large/flamboyant-flautist.png b/public/images/mice/large/flamboyant-flautist.png
new file mode 100644
index 00000000..6877f10a
Binary files /dev/null and b/public/images/mice/large/flamboyant-flautist.png differ
diff --git a/public/images/mice/large/flamina-cinderbreath.png b/public/images/mice/large/flamina-cinderbreath.png
new file mode 100644
index 00000000..75036213
Binary files /dev/null and b/public/images/mice/large/flamina-cinderbreath.png differ
diff --git a/public/images/mice/large/fleekio.png b/public/images/mice/large/fleekio.png
new file mode 100644
index 00000000..71828d59
Binary files /dev/null and b/public/images/mice/large/fleekio.png differ
diff --git a/public/images/mice/large/floating-spore.png b/public/images/mice/large/floating-spore.png
new file mode 100644
index 00000000..b615b0c8
Binary files /dev/null and b/public/images/mice/large/floating-spore.png differ
diff --git a/public/images/mice/large/flutterby.png b/public/images/mice/large/flutterby.png
new file mode 100644
index 00000000..4ea5fc89
Binary files /dev/null and b/public/images/mice/large/flutterby.png differ
diff --git a/public/images/mice/large/fluttering-flutist.png b/public/images/mice/large/fluttering-flutist.png
new file mode 100644
index 00000000..751fae09
Binary files /dev/null and b/public/images/mice/large/fluttering-flutist.png differ
diff --git a/public/images/mice/large/flying-mouse.png b/public/images/mice/large/flying-mouse.png
new file mode 100644
index 00000000..884894d4
Binary files /dev/null and b/public/images/mice/large/flying-mouse.png differ
diff --git a/public/images/mice/large/fog-warden.png b/public/images/mice/large/fog-warden.png
new file mode 100644
index 00000000..a8d98be2
Binary files /dev/null and b/public/images/mice/large/fog-warden.png differ
diff --git a/public/images/mice/large/fog.png b/public/images/mice/large/fog.png
new file mode 100644
index 00000000..a40f3738
Binary files /dev/null and b/public/images/mice/large/fog.png differ
diff --git a/public/images/mice/large/force-fighter-blue.png b/public/images/mice/large/force-fighter-blue.png
new file mode 100644
index 00000000..d06035cf
Binary files /dev/null and b/public/images/mice/large/force-fighter-blue.png differ
diff --git a/public/images/mice/large/force-fighter-green.png b/public/images/mice/large/force-fighter-green.png
new file mode 100644
index 00000000..d052806f
Binary files /dev/null and b/public/images/mice/large/force-fighter-green.png differ
diff --git a/public/images/mice/large/force-fighter-pink.png b/public/images/mice/large/force-fighter-pink.png
new file mode 100644
index 00000000..d27a9c22
Binary files /dev/null and b/public/images/mice/large/force-fighter-pink.png differ
diff --git a/public/images/mice/large/force-fighter-red.png b/public/images/mice/large/force-fighter-red.png
new file mode 100644
index 00000000..07a01acb
Binary files /dev/null and b/public/images/mice/large/force-fighter-red.png differ
diff --git a/public/images/mice/large/force-fighter-yellow.png b/public/images/mice/large/force-fighter-yellow.png
new file mode 100644
index 00000000..ed92ef98
Binary files /dev/null and b/public/images/mice/large/force-fighter-yellow.png differ
diff --git a/public/images/mice/large/forever-alone.png b/public/images/mice/large/forever-alone.png
new file mode 100644
index 00000000..c11cdce7
Binary files /dev/null and b/public/images/mice/large/forever-alone.png differ
diff --git a/public/images/mice/large/forgotten-paragon.png b/public/images/mice/large/forgotten-paragon.png
new file mode 100644
index 00000000..4884fa26
Binary files /dev/null and b/public/images/mice/large/forgotten-paragon.png differ
diff --git a/public/images/mice/large/foxy.png b/public/images/mice/large/foxy.png
new file mode 100644
index 00000000..bf3958d8
Binary files /dev/null and b/public/images/mice/large/foxy.png differ
diff --git a/public/images/mice/large/free-skiing.png b/public/images/mice/large/free-skiing.png
new file mode 100644
index 00000000..f0b73be8
Binary files /dev/null and b/public/images/mice/large/free-skiing.png differ
diff --git a/public/images/mice/large/fridgid.png b/public/images/mice/large/fridgid.png
new file mode 100644
index 00000000..3f2b2359
Binary files /dev/null and b/public/images/mice/large/fridgid.png differ
diff --git a/public/images/mice/large/friend-zone.png b/public/images/mice/large/friend-zone.png
new file mode 100644
index 00000000..1766a883
Binary files /dev/null and b/public/images/mice/large/friend-zone.png differ
diff --git a/public/images/mice/large/frigid-foreman.png b/public/images/mice/large/frigid-foreman.png
new file mode 100644
index 00000000..1c1ca688
Binary files /dev/null and b/public/images/mice/large/frigid-foreman.png differ
diff --git a/public/images/mice/large/frigidocius-coldshot.png b/public/images/mice/large/frigidocius-coldshot.png
new file mode 100644
index 00000000..fd131a02
Binary files /dev/null and b/public/images/mice/large/frigidocius-coldshot.png differ
diff --git a/public/images/mice/large/frog.png b/public/images/mice/large/frog.png
new file mode 100644
index 00000000..a87171fd
Binary files /dev/null and b/public/images/mice/large/frog.png differ
diff --git a/public/images/mice/large/fromager-mouse.png b/public/images/mice/large/fromager-mouse.png
new file mode 100644
index 00000000..14fe8c5a
Binary files /dev/null and b/public/images/mice/large/fromager-mouse.png differ
diff --git a/public/images/mice/large/frost-warden.png b/public/images/mice/large/frost-warden.png
new file mode 100644
index 00000000..6c5cf2ba
Binary files /dev/null and b/public/images/mice/large/frost-warden.png differ
diff --git a/public/images/mice/large/frostlance-guard.png b/public/images/mice/large/frostlance-guard.png
new file mode 100644
index 00000000..73ce7d51
Binary files /dev/null and b/public/images/mice/large/frostlance-guard.png differ
diff --git a/public/images/mice/large/frostnip-icebound.png b/public/images/mice/large/frostnip-icebound.png
new file mode 100644
index 00000000..01a89418
Binary files /dev/null and b/public/images/mice/large/frostnip-icebound.png differ
diff --git a/public/images/mice/large/frostwing-commander.png b/public/images/mice/large/frostwing-commander.png
new file mode 100644
index 00000000..24899722
Binary files /dev/null and b/public/images/mice/large/frostwing-commander.png differ
diff --git a/public/images/mice/large/frosty-snow.png b/public/images/mice/large/frosty-snow.png
new file mode 100644
index 00000000..74a1a1d9
Binary files /dev/null and b/public/images/mice/large/frosty-snow.png differ
diff --git a/public/images/mice/large/frozen.png b/public/images/mice/large/frozen.png
new file mode 100644
index 00000000..8835e8b5
Binary files /dev/null and b/public/images/mice/large/frozen.png differ
diff --git a/public/images/mice/large/fuel-mouse.png b/public/images/mice/large/fuel-mouse.png
new file mode 100644
index 00000000..61ffc6ae
Binary files /dev/null and b/public/images/mice/large/fuel-mouse.png differ
diff --git a/public/images/mice/large/ful-mina-mountain-queen.png b/public/images/mice/large/ful-mina-mountain-queen.png
new file mode 100644
index 00000000..f2cf1367
Binary files /dev/null and b/public/images/mice/large/ful-mina-mountain-queen.png differ
diff --git a/public/images/mice/large/fungal-spore.png b/public/images/mice/large/fungal-spore.png
new file mode 100644
index 00000000..925b3c53
Binary files /dev/null and b/public/images/mice/large/fungal-spore.png differ
diff --git a/public/images/mice/large/fungal-technomorph.png b/public/images/mice/large/fungal-technomorph.png
new file mode 100644
index 00000000..26a436d4
Binary files /dev/null and b/public/images/mice/large/fungal-technomorph.png differ
diff --git a/public/images/mice/large/funglore.png b/public/images/mice/large/funglore.png
new file mode 100644
index 00000000..720d229e
Binary files /dev/null and b/public/images/mice/large/funglore.png differ
diff --git a/public/images/mice/large/gargoyle.png b/public/images/mice/large/gargoyle.png
new file mode 100644
index 00000000..b4a1a573
Binary files /dev/null and b/public/images/mice/large/gargoyle.png differ
diff --git a/public/images/mice/large/gate-guardian.png b/public/images/mice/large/gate-guardian.png
new file mode 100644
index 00000000..e60289a3
Binary files /dev/null and b/public/images/mice/large/gate-guardian.png differ
diff --git a/public/images/mice/large/gate-keeper.png b/public/images/mice/large/gate-keeper.png
new file mode 100644
index 00000000..194bfcec
Binary files /dev/null and b/public/images/mice/large/gate-keeper.png differ
diff --git a/public/images/mice/large/gelatinous-octahedron.png b/public/images/mice/large/gelatinous-octahedron.png
new file mode 100644
index 00000000..740b3350
Binary files /dev/null and b/public/images/mice/large/gelatinous-octahedron.png differ
diff --git a/public/images/mice/large/gemorpher.png b/public/images/mice/large/gemorpher.png
new file mode 100644
index 00000000..b253d722
Binary files /dev/null and b/public/images/mice/large/gemorpher.png differ
diff --git a/public/images/mice/large/gemstone-worshipper.png b/public/images/mice/large/gemstone-worshipper.png
new file mode 100644
index 00000000..f984603c
Binary files /dev/null and b/public/images/mice/large/gemstone-worshipper.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-bland.png b/public/images/mice/large/geyser-cork-dropper-bland.png
new file mode 100644
index 00000000..35349fa7
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-bland.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-flaming.png b/public/images/mice/large/geyser-cork-dropper-flaming.png
new file mode 100644
index 00000000..fae54077
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-flaming.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-hot.png b/public/images/mice/large/geyser-cork-dropper-hot.png
new file mode 100644
index 00000000..767ca35f
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-hot.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-medium.png b/public/images/mice/large/geyser-cork-dropper-medium.png
new file mode 100644
index 00000000..cffb3c6d
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-medium.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-mild.png b/public/images/mice/large/geyser-cork-dropper-mild.png
new file mode 100644
index 00000000..9d60e29a
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-mild.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-rare.png b/public/images/mice/large/geyser-cork-dropper-rare.png
new file mode 100644
index 00000000..82e1bb41
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-rare.png differ
diff --git a/public/images/mice/large/geyser-cork-dropper-wildfire.png b/public/images/mice/large/geyser-cork-dropper-wildfire.png
new file mode 100644
index 00000000..8d7f8e9b
Binary files /dev/null and b/public/images/mice/large/geyser-cork-dropper-wildfire.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-epic.png b/public/images/mice/large/geyser-eruption-dragon-epic.png
new file mode 100644
index 00000000..34345c39
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-epic.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-flaming.png b/public/images/mice/large/geyser-eruption-dragon-flaming.png
new file mode 100644
index 00000000..7d4153ae
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-flaming.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-hot.png b/public/images/mice/large/geyser-eruption-dragon-hot.png
new file mode 100644
index 00000000..91700268
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-hot.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-large.png b/public/images/mice/large/geyser-eruption-dragon-large.png
new file mode 100644
index 00000000..9de38a67
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-large.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-medium-spice.png b/public/images/mice/large/geyser-eruption-dragon-medium-spice.png
new file mode 100644
index 00000000..b84484ce
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-medium-spice.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-medium.png b/public/images/mice/large/geyser-eruption-dragon-medium.png
new file mode 100644
index 00000000..fd558e8e
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-medium.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-mild.png b/public/images/mice/large/geyser-eruption-dragon-mild.png
new file mode 100644
index 00000000..5a706295
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-mild.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-small.png b/public/images/mice/large/geyser-eruption-dragon-small.png
new file mode 100644
index 00000000..bf8d4062
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-small.png differ
diff --git a/public/images/mice/large/geyser-eruption-dragon-wildfire.png b/public/images/mice/large/geyser-eruption-dragon-wildfire.png
new file mode 100644
index 00000000..f09c963e
Binary files /dev/null and b/public/images/mice/large/geyser-eruption-dragon-wildfire.png differ
diff --git a/public/images/mice/large/geyser-pressure-builder-flaming.png b/public/images/mice/large/geyser-pressure-builder-flaming.png
new file mode 100644
index 00000000..a10eeac4
Binary files /dev/null and b/public/images/mice/large/geyser-pressure-builder-flaming.png differ
diff --git a/public/images/mice/large/geyser-pressure-builder-hot.png b/public/images/mice/large/geyser-pressure-builder-hot.png
new file mode 100644
index 00000000..a0c0406d
Binary files /dev/null and b/public/images/mice/large/geyser-pressure-builder-hot.png differ
diff --git a/public/images/mice/large/geyser-pressure-builder-medium.png b/public/images/mice/large/geyser-pressure-builder-medium.png
new file mode 100644
index 00000000..147088ff
Binary files /dev/null and b/public/images/mice/large/geyser-pressure-builder-medium.png differ
diff --git a/public/images/mice/large/geyser-pressure-builder-mild.png b/public/images/mice/large/geyser-pressure-builder-mild.png
new file mode 100644
index 00000000..281dedde
Binary files /dev/null and b/public/images/mice/large/geyser-pressure-builder-mild.png differ
diff --git a/public/images/mice/large/geyser-pressure-builder-wildfire.png b/public/images/mice/large/geyser-pressure-builder-wildfire.png
new file mode 100644
index 00000000..750cb1eb
Binary files /dev/null and b/public/images/mice/large/geyser-pressure-builder-wildfire.png differ
diff --git a/public/images/mice/large/ghost.png b/public/images/mice/large/ghost.png
new file mode 100644
index 00000000..63209c44
Binary files /dev/null and b/public/images/mice/large/ghost.png differ
diff --git a/public/images/mice/large/giant-snail.png b/public/images/mice/large/giant-snail.png
new file mode 100644
index 00000000..dfbe87d2
Binary files /dev/null and b/public/images/mice/large/giant-snail.png differ
diff --git a/public/images/mice/large/gingerbread.png b/public/images/mice/large/gingerbread.png
new file mode 100644
index 00000000..92a8695a
Binary files /dev/null and b/public/images/mice/large/gingerbread.png differ
diff --git a/public/images/mice/large/glacia-ice-fist.png b/public/images/mice/large/glacia-ice-fist.png
new file mode 100644
index 00000000..387670c5
Binary files /dev/null and b/public/images/mice/large/glacia-ice-fist.png differ
diff --git a/public/images/mice/large/gladiator.png b/public/images/mice/large/gladiator.png
new file mode 100644
index 00000000..abdc8d2a
Binary files /dev/null and b/public/images/mice/large/gladiator.png differ
diff --git a/public/images/mice/large/glass-blower.png b/public/images/mice/large/glass-blower.png
new file mode 100644
index 00000000..ea5c90fc
Binary files /dev/null and b/public/images/mice/large/glass-blower.png differ
diff --git a/public/images/mice/large/glazed.png b/public/images/mice/large/glazed.png
new file mode 100644
index 00000000..a2b40209
Binary files /dev/null and b/public/images/mice/large/glazed.png differ
diff --git a/public/images/mice/large/glitchpaw.png b/public/images/mice/large/glitchpaw.png
new file mode 100644
index 00000000..5e35311c
Binary files /dev/null and b/public/images/mice/large/glitchpaw.png differ
diff --git a/public/images/mice/large/gluttonous-zombie.png b/public/images/mice/large/gluttonous-zombie.png
new file mode 100644
index 00000000..3baf1c62
Binary files /dev/null and b/public/images/mice/large/gluttonous-zombie.png differ
diff --git a/public/images/mice/large/goblin.png b/public/images/mice/large/goblin.png
new file mode 100644
index 00000000..dac2741c
Binary files /dev/null and b/public/images/mice/large/goblin.png differ
diff --git a/public/images/mice/large/gold.png b/public/images/mice/large/gold.png
new file mode 100644
index 00000000..06db6b6a
Binary files /dev/null and b/public/images/mice/large/gold.png differ
diff --git a/public/images/mice/large/goldleaf.png b/public/images/mice/large/goldleaf.png
new file mode 100644
index 00000000..5e3f3338
Binary files /dev/null and b/public/images/mice/large/goldleaf.png differ
diff --git a/public/images/mice/large/golem-jockey.png b/public/images/mice/large/golem-jockey.png
new file mode 100644
index 00000000..a779377a
Binary files /dev/null and b/public/images/mice/large/golem-jockey.png differ
diff --git a/public/images/mice/large/golem.png b/public/images/mice/large/golem.png
new file mode 100644
index 00000000..9dd0d757
Binary files /dev/null and b/public/images/mice/large/golem.png differ
diff --git a/public/images/mice/large/good-supply-day.png b/public/images/mice/large/good-supply-day.png
new file mode 100644
index 00000000..c95910b6
Binary files /dev/null and b/public/images/mice/large/good-supply-day.png differ
diff --git a/public/images/mice/large/good-supply-night.png b/public/images/mice/large/good-supply-night.png
new file mode 100644
index 00000000..3ca062b8
Binary files /dev/null and b/public/images/mice/large/good-supply-night.png differ
diff --git a/public/images/mice/large/goopus-dredgemore.png b/public/images/mice/large/goopus-dredgemore.png
new file mode 100644
index 00000000..f9112eff
Binary files /dev/null and b/public/images/mice/large/goopus-dredgemore.png differ
diff --git a/public/images/mice/large/gordborg.png b/public/images/mice/large/gordborg.png
new file mode 100644
index 00000000..6d989f23
Binary files /dev/null and b/public/images/mice/large/gordborg.png differ
diff --git a/public/images/mice/large/gorgon.png b/public/images/mice/large/gorgon.png
new file mode 100644
index 00000000..369a2a1b
Binary files /dev/null and b/public/images/mice/large/gorgon.png differ
diff --git a/public/images/mice/large/gourd-ghoul.png b/public/images/mice/large/gourd-ghoul.png
new file mode 100644
index 00000000..974da146
Binary files /dev/null and b/public/images/mice/large/gourd-ghoul.png differ
diff --git a/public/images/mice/large/grampa-golem.png b/public/images/mice/large/grampa-golem.png
new file mode 100644
index 00000000..0399f3d0
Binary files /dev/null and b/public/images/mice/large/grampa-golem.png differ
diff --git a/public/images/mice/large/grandfather.png b/public/images/mice/large/grandfather.png
new file mode 100644
index 00000000..381127f5
Binary files /dev/null and b/public/images/mice/large/grandfather.png differ
diff --git a/public/images/mice/large/granite.png b/public/images/mice/large/granite.png
new file mode 100644
index 00000000..764d29b2
Binary files /dev/null and b/public/images/mice/large/granite.png differ
diff --git a/public/images/mice/large/grave-digger.png b/public/images/mice/large/grave-digger.png
new file mode 100644
index 00000000..5c3f8b81
Binary files /dev/null and b/public/images/mice/large/grave-digger.png differ
diff --git a/public/images/mice/large/greedy-al.png b/public/images/mice/large/greedy-al.png
new file mode 100644
index 00000000..b0283759
Binary files /dev/null and b/public/images/mice/large/greedy-al.png differ
diff --git a/public/images/mice/large/green-circle-boss.png b/public/images/mice/large/green-circle-boss.png
new file mode 100644
index 00000000..eeb65539
Binary files /dev/null and b/public/images/mice/large/green-circle-boss.png differ
diff --git a/public/images/mice/large/greenbeard.png b/public/images/mice/large/greenbeard.png
new file mode 100644
index 00000000..433b0a45
Binary files /dev/null and b/public/images/mice/large/greenbeard.png differ
diff --git a/public/images/mice/large/grey-recluse.png b/public/images/mice/large/grey-recluse.png
new file mode 100644
index 00000000..cfbf865d
Binary files /dev/null and b/public/images/mice/large/grey-recluse.png differ
diff --git a/public/images/mice/large/grey.png b/public/images/mice/large/grey.png
new file mode 100644
index 00000000..be5fa909
Binary files /dev/null and b/public/images/mice/large/grey.png differ
diff --git a/public/images/mice/large/grit-grifter.png b/public/images/mice/large/grit-grifter.png
new file mode 100644
index 00000000..46bd53d7
Binary files /dev/null and b/public/images/mice/large/grit-grifter.png differ
diff --git a/public/images/mice/large/ground-gavaleer.png b/public/images/mice/large/ground-gavaleer.png
new file mode 100644
index 00000000..47848f54
Binary files /dev/null and b/public/images/mice/large/ground-gavaleer.png differ
diff --git a/public/images/mice/large/grubling-herder.png b/public/images/mice/large/grubling-herder.png
new file mode 100644
index 00000000..a4725d58
Binary files /dev/null and b/public/images/mice/large/grubling-herder.png differ
diff --git a/public/images/mice/large/grubling.png b/public/images/mice/large/grubling.png
new file mode 100644
index 00000000..19b66d31
Binary files /dev/null and b/public/images/mice/large/grubling.png differ
diff --git a/public/images/mice/large/grunt.png b/public/images/mice/large/grunt.png
new file mode 100644
index 00000000..33329c07
Binary files /dev/null and b/public/images/mice/large/grunt.png differ
diff --git a/public/images/mice/large/guardian.png b/public/images/mice/large/guardian.png
new file mode 100644
index 00000000..b956d15a
Binary files /dev/null and b/public/images/mice/large/guardian.png differ
diff --git a/public/images/mice/large/guppy.png b/public/images/mice/large/guppy.png
new file mode 100644
index 00000000..38e5a7fa
Binary files /dev/null and b/public/images/mice/large/guppy.png differ
diff --git a/public/images/mice/large/guqin-player.png b/public/images/mice/large/guqin-player.png
new file mode 100644
index 00000000..c90d8801
Binary files /dev/null and b/public/images/mice/large/guqin-player.png differ
diff --git a/public/images/mice/large/gyrologer.png b/public/images/mice/large/gyrologer.png
new file mode 100644
index 00000000..92cbd340
Binary files /dev/null and b/public/images/mice/large/gyrologer.png differ
diff --git a/public/images/mice/large/hall-monitor.png b/public/images/mice/large/hall-monitor.png
new file mode 100644
index 00000000..41eb9630
Binary files /dev/null and b/public/images/mice/large/hall-monitor.png differ
diff --git a/public/images/mice/large/hans-cheesetian-squeakersen.png b/public/images/mice/large/hans-cheesetian-squeakersen.png
new file mode 100644
index 00000000..cc513bc3
Binary files /dev/null and b/public/images/mice/large/hans-cheesetian-squeakersen.png differ
diff --git a/public/images/mice/large/hapless.png b/public/images/mice/large/hapless.png
new file mode 100644
index 00000000..f9a3afdf
Binary files /dev/null and b/public/images/mice/large/hapless.png differ
diff --git a/public/images/mice/large/hardboiled.png b/public/images/mice/large/hardboiled.png
new file mode 100644
index 00000000..573bff44
Binary files /dev/null and b/public/images/mice/large/hardboiled.png differ
diff --git a/public/images/mice/large/hardworking-hauler.png b/public/images/mice/large/hardworking-hauler.png
new file mode 100644
index 00000000..96276257
Binary files /dev/null and b/public/images/mice/large/hardworking-hauler.png differ
diff --git a/public/images/mice/large/harpy.png b/public/images/mice/large/harpy.png
new file mode 100644
index 00000000..0eabde5e
Binary files /dev/null and b/public/images/mice/large/harpy.png differ
diff --git a/public/images/mice/large/harvest-harrier.png b/public/images/mice/large/harvest-harrier.png
new file mode 100644
index 00000000..4300ac4d
Binary files /dev/null and b/public/images/mice/large/harvest-harrier.png differ
diff --git a/public/images/mice/large/harvester.png b/public/images/mice/large/harvester.png
new file mode 100644
index 00000000..1ea50dbd
Binary files /dev/null and b/public/images/mice/large/harvester.png differ
diff --git a/public/images/mice/large/hazmat.png b/public/images/mice/large/hazmat.png
new file mode 100644
index 00000000..4b67b1d4
Binary files /dev/null and b/public/images/mice/large/hazmat.png differ
diff --git a/public/images/mice/large/healer.png b/public/images/mice/large/healer.png
new file mode 100644
index 00000000..636f5234
Binary files /dev/null and b/public/images/mice/large/healer.png differ
diff --git a/public/images/mice/large/heart-of-the-meteor.png b/public/images/mice/large/heart-of-the-meteor.png
new file mode 100644
index 00000000..045447de
Binary files /dev/null and b/public/images/mice/large/heart-of-the-meteor.png differ
diff --git a/public/images/mice/large/heavy-blaster.png b/public/images/mice/large/heavy-blaster.png
new file mode 100644
index 00000000..20256e6e
Binary files /dev/null and b/public/images/mice/large/heavy-blaster.png differ
diff --git a/public/images/mice/large/heracles.png b/public/images/mice/large/heracles.png
new file mode 100644
index 00000000..86399fb6
Binary files /dev/null and b/public/images/mice/large/heracles.png differ
diff --git a/public/images/mice/large/herbaceous-bravestalk.png b/public/images/mice/large/herbaceous-bravestalk.png
new file mode 100644
index 00000000..71389d45
Binary files /dev/null and b/public/images/mice/large/herbaceous-bravestalk.png differ
diff --git a/public/images/mice/large/high-roller.png b/public/images/mice/large/high-roller.png
new file mode 100644
index 00000000..d9a71c47
Binary files /dev/null and b/public/images/mice/large/high-roller.png differ
diff --git a/public/images/mice/large/hired-eidolon.png b/public/images/mice/large/hired-eidolon.png
new file mode 100644
index 00000000..43c6d39b
Binary files /dev/null and b/public/images/mice/large/hired-eidolon.png differ
diff --git a/public/images/mice/large/hoarder.png b/public/images/mice/large/hoarder.png
new file mode 100644
index 00000000..75487fef
Binary files /dev/null and b/public/images/mice/large/hoarder.png differ
diff --git a/public/images/mice/large/hollowed-demon.png b/public/images/mice/large/hollowed-demon.png
new file mode 100644
index 00000000..1a95218b
Binary files /dev/null and b/public/images/mice/large/hollowed-demon.png differ
diff --git a/public/images/mice/large/hollowed-minion.png b/public/images/mice/large/hollowed-minion.png
new file mode 100644
index 00000000..b42a8119
Binary files /dev/null and b/public/images/mice/large/hollowed-minion.png differ
diff --git a/public/images/mice/large/hollowhead.png b/public/images/mice/large/hollowhead.png
new file mode 100644
index 00000000..02168297
Binary files /dev/null and b/public/images/mice/large/hollowhead.png differ
diff --git a/public/images/mice/large/homeopathic-apothecary.png b/public/images/mice/large/homeopathic-apothecary.png
new file mode 100644
index 00000000..cfb5e8c1
Binary files /dev/null and b/public/images/mice/large/homeopathic-apothecary.png differ
diff --git a/public/images/mice/large/hookshot.png b/public/images/mice/large/hookshot.png
new file mode 100644
index 00000000..4edb2977
Binary files /dev/null and b/public/images/mice/large/hookshot.png differ
diff --git a/public/images/mice/large/hope.png b/public/images/mice/large/hope.png
new file mode 100644
index 00000000..c26ab2a3
Binary files /dev/null and b/public/images/mice/large/hope.png differ
diff --git a/public/images/mice/large/hot-head-mouse.png b/public/images/mice/large/hot-head-mouse.png
new file mode 100644
index 00000000..3af1cece
Binary files /dev/null and b/public/images/mice/large/hot-head-mouse.png differ
diff --git a/public/images/mice/large/humphrey-dumphrey.png b/public/images/mice/large/humphrey-dumphrey.png
new file mode 100644
index 00000000..9480db1a
Binary files /dev/null and b/public/images/mice/large/humphrey-dumphrey.png differ
diff --git a/public/images/mice/large/huntereater.png b/public/images/mice/large/huntereater.png
new file mode 100644
index 00000000..28b0dbe2
Binary files /dev/null and b/public/images/mice/large/huntereater.png differ
diff --git a/public/images/mice/large/hurdle.png b/public/images/mice/large/hurdle.png
new file mode 100644
index 00000000..3a27add2
Binary files /dev/null and b/public/images/mice/large/hurdle.png differ
diff --git a/public/images/mice/large/hween-2011-boss.png b/public/images/mice/large/hween-2011-boss.png
new file mode 100644
index 00000000..55f7265c
Binary files /dev/null and b/public/images/mice/large/hween-2011-boss.png differ
diff --git a/public/images/mice/large/hween-2012-boss.png b/public/images/mice/large/hween-2012-boss.png
new file mode 100644
index 00000000..96783eca
Binary files /dev/null and b/public/images/mice/large/hween-2012-boss.png differ
diff --git a/public/images/mice/large/hween-2013-boss.png b/public/images/mice/large/hween-2013-boss.png
new file mode 100644
index 00000000..6102e331
Binary files /dev/null and b/public/images/mice/large/hween-2013-boss.png differ
diff --git a/public/images/mice/large/hween-2014-boss.png b/public/images/mice/large/hween-2014-boss.png
new file mode 100644
index 00000000..6044a2ad
Binary files /dev/null and b/public/images/mice/large/hween-2014-boss.png differ
diff --git a/public/images/mice/large/hween-2015-boss.png b/public/images/mice/large/hween-2015-boss.png
new file mode 100644
index 00000000..af89a11e
Binary files /dev/null and b/public/images/mice/large/hween-2015-boss.png differ
diff --git a/public/images/mice/large/hween-2016-boss.png b/public/images/mice/large/hween-2016-boss.png
new file mode 100644
index 00000000..f1e7bc92
Binary files /dev/null and b/public/images/mice/large/hween-2016-boss.png differ
diff --git a/public/images/mice/large/hween-2017-boss.png b/public/images/mice/large/hween-2017-boss.png
new file mode 100644
index 00000000..4b95ecb3
Binary files /dev/null and b/public/images/mice/large/hween-2017-boss.png differ
diff --git a/public/images/mice/large/hween-2018-boss.png b/public/images/mice/large/hween-2018-boss.png
new file mode 100644
index 00000000..4f9eb20c
Binary files /dev/null and b/public/images/mice/large/hween-2018-boss.png differ
diff --git a/public/images/mice/large/hween-2021-boss.png b/public/images/mice/large/hween-2021-boss.png
new file mode 100644
index 00000000..821782b4
Binary files /dev/null and b/public/images/mice/large/hween-2021-boss.png differ
diff --git a/public/images/mice/large/hween-cobweb.png b/public/images/mice/large/hween-cobweb.png
new file mode 100644
index 00000000..dc92b6b1
Binary files /dev/null and b/public/images/mice/large/hween-cobweb.png differ
diff --git a/public/images/mice/large/hydra.png b/public/images/mice/large/hydra.png
new file mode 100644
index 00000000..eb975750
Binary files /dev/null and b/public/images/mice/large/hydra.png differ
diff --git a/public/images/mice/large/hydro-paragon.png b/public/images/mice/large/hydro-paragon.png
new file mode 100644
index 00000000..90f98687
Binary files /dev/null and b/public/images/mice/large/hydro-paragon.png differ
diff --git a/public/images/mice/large/hydrologist.png b/public/images/mice/large/hydrologist.png
new file mode 100644
index 00000000..0de011a5
Binary files /dev/null and b/public/images/mice/large/hydrologist.png differ
diff --git a/public/images/mice/large/hydrophobe.png b/public/images/mice/large/hydrophobe.png
new file mode 100644
index 00000000..3b18bdb7
Binary files /dev/null and b/public/images/mice/large/hydrophobe.png differ
diff --git a/public/images/mice/large/ice-regent.png b/public/images/mice/large/ice-regent.png
new file mode 100644
index 00000000..abf2fdb0
Binary files /dev/null and b/public/images/mice/large/ice-regent.png differ
diff --git a/public/images/mice/large/iceblade.png b/public/images/mice/large/iceblade.png
new file mode 100644
index 00000000..cd6ffcd3
Binary files /dev/null and b/public/images/mice/large/iceblade.png differ
diff --git a/public/images/mice/large/iceblock.png b/public/images/mice/large/iceblock.png
new file mode 100644
index 00000000..2e31c045
Binary files /dev/null and b/public/images/mice/large/iceblock.png differ
diff --git a/public/images/mice/large/icebreaker.png b/public/images/mice/large/icebreaker.png
new file mode 100644
index 00000000..d558f810
Binary files /dev/null and b/public/images/mice/large/icebreaker.png differ
diff --git a/public/images/mice/large/icewing.png b/public/images/mice/large/icewing.png
new file mode 100644
index 00000000..3cff1fb4
Binary files /dev/null and b/public/images/mice/large/icewing.png differ
diff --git a/public/images/mice/large/icicle.png b/public/images/mice/large/icicle.png
new file mode 100644
index 00000000..d6d907f4
Binary files /dev/null and b/public/images/mice/large/icicle.png differ
diff --git a/public/images/mice/large/iciclesius-the-defender.png b/public/images/mice/large/iciclesius-the-defender.png
new file mode 100644
index 00000000..cad70ec4
Binary files /dev/null and b/public/images/mice/large/iciclesius-the-defender.png differ
diff --git a/public/images/mice/large/ignis.png b/public/images/mice/large/ignis.png
new file mode 100644
index 00000000..689d3f95
Binary files /dev/null and b/public/images/mice/large/ignis.png differ
diff --git a/public/images/mice/large/illustrious-illusionist.png b/public/images/mice/large/illustrious-illusionist.png
new file mode 100644
index 00000000..f968fee1
Binary files /dev/null and b/public/images/mice/large/illustrious-illusionist.png differ
diff --git a/public/images/mice/large/impersonator.png b/public/images/mice/large/impersonator.png
new file mode 100644
index 00000000..a371f293
Binary files /dev/null and b/public/images/mice/large/impersonator.png differ
diff --git a/public/images/mice/large/incendarius-the-unquenchable.png b/public/images/mice/large/incendarius-the-unquenchable.png
new file mode 100644
index 00000000..875db4a6
Binary files /dev/null and b/public/images/mice/large/incendarius-the-unquenchable.png differ
diff --git a/public/images/mice/large/incompetent-ice-climber.png b/public/images/mice/large/incompetent-ice-climber.png
new file mode 100644
index 00000000..335eb1be
Binary files /dev/null and b/public/images/mice/large/incompetent-ice-climber.png differ
diff --git a/public/images/mice/large/industrious-digger.png b/public/images/mice/large/industrious-digger.png
new file mode 100644
index 00000000..4420e019
Binary files /dev/null and b/public/images/mice/large/industrious-digger.png differ
diff --git a/public/images/mice/large/infiltrator.png b/public/images/mice/large/infiltrator.png
new file mode 100644
index 00000000..7bea40d9
Binary files /dev/null and b/public/images/mice/large/infiltrator.png differ
diff --git a/public/images/mice/large/invisible-fashionista.png b/public/images/mice/large/invisible-fashionista.png
new file mode 100644
index 00000000..bc4d18c1
Binary files /dev/null and b/public/images/mice/large/invisible-fashionista.png differ
diff --git a/public/images/mice/large/itty-bitty-burroughs.png b/public/images/mice/large/itty-bitty-burroughs.png
new file mode 100644
index 00000000..08d5b0e4
Binary files /dev/null and b/public/images/mice/large/itty-bitty-burroughs.png differ
diff --git a/public/images/mice/large/itunes.png b/public/images/mice/large/itunes.png
new file mode 100644
index 00000000..490d272c
Binary files /dev/null and b/public/images/mice/large/itunes.png differ
diff --git a/public/images/mice/large/jellyfish.png b/public/images/mice/large/jellyfish.png
new file mode 100644
index 00000000..6b83ab21
Binary files /dev/null and b/public/images/mice/large/jellyfish.png differ
diff --git a/public/images/mice/large/jovial-jailor.png b/public/images/mice/large/jovial-jailor.png
new file mode 100644
index 00000000..9c0204dc
Binary files /dev/null and b/public/images/mice/large/jovial-jailor.png differ
diff --git a/public/images/mice/large/joy.png b/public/images/mice/large/joy.png
new file mode 100644
index 00000000..895f45b5
Binary files /dev/null and b/public/images/mice/large/joy.png differ
diff --git a/public/images/mice/large/juliyes.png b/public/images/mice/large/juliyes.png
new file mode 100644
index 00000000..6cdd135d
Binary files /dev/null and b/public/images/mice/large/juliyes.png differ
diff --git a/public/images/mice/large/jurassic.png b/public/images/mice/large/jurassic.png
new file mode 100644
index 00000000..f2f284f9
Binary files /dev/null and b/public/images/mice/large/jurassic.png differ
diff --git a/public/images/mice/large/keeper.png b/public/images/mice/large/keeper.png
new file mode 100644
index 00000000..d1a07a3d
Binary files /dev/null and b/public/images/mice/large/keeper.png differ
diff --git a/public/images/mice/large/keepers-assistant.png b/public/images/mice/large/keepers-assistant.png
new file mode 100644
index 00000000..0deb6556
Binary files /dev/null and b/public/images/mice/large/keepers-assistant.png differ
diff --git a/public/images/mice/large/key-master.png b/public/images/mice/large/key-master.png
new file mode 100644
index 00000000..ed9ab64a
Binary files /dev/null and b/public/images/mice/large/key-master.png differ
diff --git a/public/images/mice/large/king-grub.png b/public/images/mice/large/king-grub.png
new file mode 100644
index 00000000..9be33e2f
Binary files /dev/null and b/public/images/mice/large/king-grub.png differ
diff --git a/public/images/mice/large/king-scarab.png b/public/images/mice/large/king-scarab.png
new file mode 100644
index 00000000..b19d627f
Binary files /dev/null and b/public/images/mice/large/king-scarab.png differ
diff --git a/public/images/mice/large/kite-flyer.png b/public/images/mice/large/kite-flyer.png
new file mode 100644
index 00000000..f439093a
Binary files /dev/null and b/public/images/mice/large/kite-flyer.png differ
diff --git a/public/images/mice/large/knight.png b/public/images/mice/large/knight.png
new file mode 100644
index 00000000..82f15d5b
Binary files /dev/null and b/public/images/mice/large/knight.png differ
diff --git a/public/images/mice/large/koimaid.png b/public/images/mice/large/koimaid.png
new file mode 100644
index 00000000..1a1b2686
Binary files /dev/null and b/public/images/mice/large/koimaid.png differ
diff --git a/public/images/mice/large/kung-fu.png b/public/images/mice/large/kung-fu.png
new file mode 100644
index 00000000..5709391a
Binary files /dev/null and b/public/images/mice/large/kung-fu.png differ
diff --git a/public/images/mice/large/lab-technician.png b/public/images/mice/large/lab-technician.png
new file mode 100644
index 00000000..0d57c6a9
Binary files /dev/null and b/public/images/mice/large/lab-technician.png differ
diff --git a/public/images/mice/large/lady-coldsnap.png b/public/images/mice/large/lady-coldsnap.png
new file mode 100644
index 00000000..06482641
Binary files /dev/null and b/public/images/mice/large/lady-coldsnap.png differ
diff --git a/public/images/mice/large/lambent-crystal.png b/public/images/mice/large/lambent-crystal.png
new file mode 100644
index 00000000..19a6ce76
Binary files /dev/null and b/public/images/mice/large/lambent-crystal.png differ
diff --git a/public/images/mice/large/land-loafer.png b/public/images/mice/large/land-loafer.png
new file mode 100644
index 00000000..9f82c0dc
Binary files /dev/null and b/public/images/mice/large/land-loafer.png differ
diff --git a/public/images/mice/large/lasso-cowgirl.png b/public/images/mice/large/lasso-cowgirl.png
new file mode 100644
index 00000000..bb79705a
Binary files /dev/null and b/public/images/mice/large/lasso-cowgirl.png differ
diff --git a/public/images/mice/large/launchpad-labourer.png b/public/images/mice/large/launchpad-labourer.png
new file mode 100644
index 00000000..e599d116
Binary files /dev/null and b/public/images/mice/large/launchpad-labourer.png differ
diff --git a/public/images/mice/large/law-paragon.png b/public/images/mice/large/law-paragon.png
new file mode 100644
index 00000000..62c24810
Binary files /dev/null and b/public/images/mice/large/law-paragon.png differ
diff --git a/public/images/mice/large/lawbender.png b/public/images/mice/large/lawbender.png
new file mode 100644
index 00000000..d129987a
Binary files /dev/null and b/public/images/mice/large/lawbender.png differ
diff --git a/public/images/mice/large/leafton-beanwell.png b/public/images/mice/large/leafton-beanwell.png
new file mode 100644
index 00000000..66451177
Binary files /dev/null and b/public/images/mice/large/leafton-beanwell.png differ
diff --git a/public/images/mice/large/leprechaun.png b/public/images/mice/large/leprechaun.png
new file mode 100644
index 00000000..80019e5a
Binary files /dev/null and b/public/images/mice/large/leprechaun.png differ
diff --git a/public/images/mice/large/lethargic-guard.png b/public/images/mice/large/lethargic-guard.png
new file mode 100644
index 00000000..926ff4ca
Binary files /dev/null and b/public/images/mice/large/lethargic-guard.png differ
diff --git a/public/images/mice/large/leviathan.png b/public/images/mice/large/leviathan.png
new file mode 100644
index 00000000..509a1f08
Binary files /dev/null and b/public/images/mice/large/leviathan.png differ
diff --git a/public/images/mice/large/library-boss.png b/public/images/mice/large/library-boss.png
new file mode 100644
index 00000000..4a958c8a
Binary files /dev/null and b/public/images/mice/large/library-boss.png differ
diff --git a/public/images/mice/large/lich.png b/public/images/mice/large/lich.png
new file mode 100644
index 00000000..e0bbfc5a
Binary files /dev/null and b/public/images/mice/large/lich.png differ
diff --git a/public/images/mice/large/lightning-rod.png b/public/images/mice/large/lightning-rod.png
new file mode 100644
index 00000000..735687d2
Binary files /dev/null and b/public/images/mice/large/lightning-rod.png differ
diff --git a/public/images/mice/large/limestone-brick-layer.png b/public/images/mice/large/limestone-brick-layer.png
new file mode 100644
index 00000000..cc17c272
Binary files /dev/null and b/public/images/mice/large/limestone-brick-layer.png differ
diff --git a/public/images/mice/large/little-bo-squeak.png b/public/images/mice/large/little-bo-squeak.png
new file mode 100644
index 00000000..54ebf567
Binary files /dev/null and b/public/images/mice/large/little-bo-squeak.png differ
diff --git a/public/images/mice/large/little-miss-fluffet.png b/public/images/mice/large/little-miss-fluffet.png
new file mode 100644
index 00000000..05ceb905
Binary files /dev/null and b/public/images/mice/large/little-miss-fluffet.png differ
diff --git a/public/images/mice/large/living-ice.png b/public/images/mice/large/living-ice.png
new file mode 100644
index 00000000..a7132e94
Binary files /dev/null and b/public/images/mice/large/living-ice.png differ
diff --git a/public/images/mice/large/living-salt.png b/public/images/mice/large/living-salt.png
new file mode 100644
index 00000000..cd86aefb
Binary files /dev/null and b/public/images/mice/large/living-salt.png differ
diff --git a/public/images/mice/large/loathsome-locust.png b/public/images/mice/large/loathsome-locust.png
new file mode 100644
index 00000000..bc3a443a
Binary files /dev/null and b/public/images/mice/large/loathsome-locust.png differ
diff --git a/public/images/mice/large/lockpick.png b/public/images/mice/large/lockpick.png
new file mode 100644
index 00000000..3822eff9
Binary files /dev/null and b/public/images/mice/large/lockpick.png differ
diff --git a/public/images/mice/large/longtail-mouse.png b/public/images/mice/large/longtail-mouse.png
new file mode 100644
index 00000000..d858509b
Binary files /dev/null and b/public/images/mice/large/longtail-mouse.png differ
diff --git a/public/images/mice/large/lord-splodington.png b/public/images/mice/large/lord-splodington.png
new file mode 100644
index 00000000..546f9f5c
Binary files /dev/null and b/public/images/mice/large/lord-splodington.png differ
diff --git a/public/images/mice/large/lost-legionnaire.png b/public/images/mice/large/lost-legionnaire.png
new file mode 100644
index 00000000..a9d34110
Binary files /dev/null and b/public/images/mice/large/lost-legionnaire.png differ
diff --git a/public/images/mice/large/lost.png b/public/images/mice/large/lost.png
new file mode 100644
index 00000000..452cbeef
Binary files /dev/null and b/public/images/mice/large/lost.png differ
diff --git a/public/images/mice/large/lovely-sports.png b/public/images/mice/large/lovely-sports.png
new file mode 100644
index 00000000..e1aa6b12
Binary files /dev/null and b/public/images/mice/large/lovely-sports.png differ
diff --git a/public/images/mice/large/lucky.png b/public/images/mice/large/lucky.png
new file mode 100644
index 00000000..337e01a2
Binary files /dev/null and b/public/images/mice/large/lucky.png differ
diff --git a/public/images/mice/large/lumahead.png b/public/images/mice/large/lumahead.png
new file mode 100644
index 00000000..305e5991
Binary files /dev/null and b/public/images/mice/large/lumahead.png differ
diff --git a/public/images/mice/large/lycan.png b/public/images/mice/large/lycan.png
new file mode 100644
index 00000000..4c018ea7
Binary files /dev/null and b/public/images/mice/large/lycan.png differ
diff --git a/public/images/mice/large/m1000.png b/public/images/mice/large/m1000.png
new file mode 100644
index 00000000..13a3a075
Binary files /dev/null and b/public/images/mice/large/m1000.png differ
diff --git a/public/images/mice/large/m400.png b/public/images/mice/large/m400.png
new file mode 100644
index 00000000..cd0e0077
Binary files /dev/null and b/public/images/mice/large/m400.png differ
diff --git a/public/images/mice/large/mad-elf.png b/public/images/mice/large/mad-elf.png
new file mode 100644
index 00000000..b9498b37
Binary files /dev/null and b/public/images/mice/large/mad-elf.png differ
diff --git a/public/images/mice/large/madame-dormouse.png b/public/images/mice/large/madame-dormouse.png
new file mode 100644
index 00000000..2bd54229
Binary files /dev/null and b/public/images/mice/large/madame-dormouse.png differ
diff --git a/public/images/mice/large/mage-weaver.png b/public/images/mice/large/mage-weaver.png
new file mode 100644
index 00000000..71acf9c7
Binary files /dev/null and b/public/images/mice/large/mage-weaver.png differ
diff --git a/public/images/mice/large/magic.png b/public/images/mice/large/magic.png
new file mode 100644
index 00000000..2d883ee4
Binary files /dev/null and b/public/images/mice/large/magic.png differ
diff --git a/public/images/mice/large/magical-multitasker.png b/public/images/mice/large/magical-multitasker.png
new file mode 100644
index 00000000..c9f1102e
Binary files /dev/null and b/public/images/mice/large/magical-multitasker.png differ
diff --git a/public/images/mice/large/magma-carrier.png b/public/images/mice/large/magma-carrier.png
new file mode 100644
index 00000000..3ac00fdd
Binary files /dev/null and b/public/images/mice/large/magma-carrier.png differ
diff --git a/public/images/mice/large/magmatic-crystal-thief.png b/public/images/mice/large/magmatic-crystal-thief.png
new file mode 100644
index 00000000..7f835baf
Binary files /dev/null and b/public/images/mice/large/magmatic-crystal-thief.png differ
diff --git a/public/images/mice/large/magmatic-golem.png b/public/images/mice/large/magmatic-golem.png
new file mode 100644
index 00000000..2c1e70aa
Binary files /dev/null and b/public/images/mice/large/magmatic-golem.png differ
diff --git a/public/images/mice/large/magnatius-majestica.png b/public/images/mice/large/magnatius-majestica.png
new file mode 100644
index 00000000..47bd5686
Binary files /dev/null and b/public/images/mice/large/magnatius-majestica.png differ
diff --git a/public/images/mice/large/mairitime-pirate.png b/public/images/mice/large/mairitime-pirate.png
new file mode 100644
index 00000000..033fac29
Binary files /dev/null and b/public/images/mice/large/mairitime-pirate.png differ
diff --git a/public/images/mice/large/maize-harvester.png b/public/images/mice/large/maize-harvester.png
new file mode 100644
index 00000000..722ee2f8
Binary files /dev/null and b/public/images/mice/large/maize-harvester.png differ
diff --git a/public/images/mice/large/malevolent-maestro.png b/public/images/mice/large/malevolent-maestro.png
new file mode 100644
index 00000000..8df6cfe4
Binary files /dev/null and b/public/images/mice/large/malevolent-maestro.png differ
diff --git a/public/images/mice/large/malicious-marquis.png b/public/images/mice/large/malicious-marquis.png
new file mode 100644
index 00000000..09c3fd94
Binary files /dev/null and b/public/images/mice/large/malicious-marquis.png differ
diff --git a/public/images/mice/large/malignus-vilestrom.png b/public/images/mice/large/malignus-vilestrom.png
new file mode 100644
index 00000000..48f88448
Binary files /dev/null and b/public/images/mice/large/malignus-vilestrom.png differ
diff --git a/public/images/mice/large/mammoth.png b/public/images/mice/large/mammoth.png
new file mode 100644
index 00000000..6cd911d1
Binary files /dev/null and b/public/images/mice/large/mammoth.png differ
diff --git a/public/images/mice/large/manaforge-smith.png b/public/images/mice/large/manaforge-smith.png
new file mode 100644
index 00000000..dd482bdf
Binary files /dev/null and b/public/images/mice/large/manaforge-smith.png differ
diff --git a/public/images/mice/large/manaforge-weapon-master.png b/public/images/mice/large/manaforge-weapon-master.png
new file mode 100644
index 00000000..76c75036
Binary files /dev/null and b/public/images/mice/large/manaforge-weapon-master.png differ
diff --git a/public/images/mice/large/manatee.png b/public/images/mice/large/manatee.png
new file mode 100644
index 00000000..c4c33bcc
Binary files /dev/null and b/public/images/mice/large/manatee.png differ
diff --git a/public/images/mice/large/market-guard.png b/public/images/mice/large/market-guard.png
new file mode 100644
index 00000000..eb5dd5e3
Binary files /dev/null and b/public/images/mice/large/market-guard.png differ
diff --git a/public/images/mice/large/market-thief.png b/public/images/mice/large/market-thief.png
new file mode 100644
index 00000000..4ee38882
Binary files /dev/null and b/public/images/mice/large/market-thief.png differ
diff --git a/public/images/mice/large/masked-pikeman.png b/public/images/mice/large/masked-pikeman.png
new file mode 100644
index 00000000..7341775d
Binary files /dev/null and b/public/images/mice/large/masked-pikeman.png differ
diff --git a/public/images/mice/large/master-burglar.png b/public/images/mice/large/master-burglar.png
new file mode 100644
index 00000000..3394daca
Binary files /dev/null and b/public/images/mice/large/master-burglar.png differ
diff --git a/public/images/mice/large/master-of-the-cheese-belt.png b/public/images/mice/large/master-of-the-cheese-belt.png
new file mode 100644
index 00000000..e3a3a119
Binary files /dev/null and b/public/images/mice/large/master-of-the-cheese-belt.png differ
diff --git a/public/images/mice/large/master-of-the-cheese-claw.png b/public/images/mice/large/master-of-the-cheese-claw.png
new file mode 100644
index 00000000..4d4ea3cc
Binary files /dev/null and b/public/images/mice/large/master-of-the-cheese-claw.png differ
diff --git a/public/images/mice/large/master-of-the-cheese-fang.png b/public/images/mice/large/master-of-the-cheese-fang.png
new file mode 100644
index 00000000..e49aae5a
Binary files /dev/null and b/public/images/mice/large/master-of-the-cheese-fang.png differ
diff --git a/public/images/mice/large/master-of-the-dojo.png b/public/images/mice/large/master-of-the-dojo.png
new file mode 100644
index 00000000..3206a212
Binary files /dev/null and b/public/images/mice/large/master-of-the-dojo.png differ
diff --git a/public/images/mice/large/matriarch-gander.png b/public/images/mice/large/matriarch-gander.png
new file mode 100644
index 00000000..1ce39c71
Binary files /dev/null and b/public/images/mice/large/matriarch-gander.png differ
diff --git a/public/images/mice/large/matron-of-machinery.png b/public/images/mice/large/matron-of-machinery.png
new file mode 100644
index 00000000..0a0c4ff6
Binary files /dev/null and b/public/images/mice/large/matron-of-machinery.png differ
diff --git a/public/images/mice/large/matron-of-wealth.png b/public/images/mice/large/matron-of-wealth.png
new file mode 100644
index 00000000..f5e731b6
Binary files /dev/null and b/public/images/mice/large/matron-of-wealth.png differ
diff --git a/public/images/mice/large/melodramatic-minnow.png b/public/images/mice/large/melodramatic-minnow.png
new file mode 100644
index 00000000..9c0da049
Binary files /dev/null and b/public/images/mice/large/melodramatic-minnow.png differ
diff --git a/public/images/mice/large/menace.png b/public/images/mice/large/menace.png
new file mode 100644
index 00000000..ec481105
Binary files /dev/null and b/public/images/mice/large/menace.png differ
diff --git a/public/images/mice/large/mermaid.png b/public/images/mice/large/mermaid.png
new file mode 100644
index 00000000..adf6fae2
Binary files /dev/null and b/public/images/mice/large/mermaid.png differ
diff --git a/public/images/mice/large/mermousette.png b/public/images/mice/large/mermousette.png
new file mode 100644
index 00000000..245be803
Binary files /dev/null and b/public/images/mice/large/mermousette.png differ
diff --git a/public/images/mice/large/mershark.png b/public/images/mice/large/mershark.png
new file mode 100644
index 00000000..cdbd713e
Binary files /dev/null and b/public/images/mice/large/mershark.png differ
diff --git a/public/images/mice/large/mighty-mite.png b/public/images/mice/large/mighty-mite.png
new file mode 100644
index 00000000..d6a00fbc
Binary files /dev/null and b/public/images/mice/large/mighty-mite.png differ
diff --git a/public/images/mice/large/mimic.png b/public/images/mice/large/mimic.png
new file mode 100644
index 00000000..413a9fb5
Binary files /dev/null and b/public/images/mice/large/mimic.png differ
diff --git a/public/images/mice/large/mind-tearer.png b/public/images/mice/large/mind-tearer.png
new file mode 100644
index 00000000..9e8c59d2
Binary files /dev/null and b/public/images/mice/large/mind-tearer.png differ
diff --git a/public/images/mice/large/miner.png b/public/images/mice/large/miner.png
new file mode 100644
index 00000000..ccd51acf
Binary files /dev/null and b/public/images/mice/large/miner.png differ
diff --git a/public/images/mice/large/mintaka.png b/public/images/mice/large/mintaka.png
new file mode 100644
index 00000000..c20e61bb
Binary files /dev/null and b/public/images/mice/large/mintaka.png differ
diff --git a/public/images/mice/large/mischievous-moonstone-miner.png b/public/images/mice/large/mischievous-moonstone-miner.png
new file mode 100644
index 00000000..bf075055
Binary files /dev/null and b/public/images/mice/large/mischievous-moonstone-miner.png differ
diff --git a/public/images/mice/large/mischievous-wereminer.png b/public/images/mice/large/mischievous-wereminer.png
new file mode 100644
index 00000000..7e33abd5
Binary files /dev/null and b/public/images/mice/large/mischievous-wereminer.png differ
diff --git a/public/images/mice/large/miser.png b/public/images/mice/large/miser.png
new file mode 100644
index 00000000..42e9c66a
Binary files /dev/null and b/public/images/mice/large/miser.png differ
diff --git a/public/images/mice/large/misfortune-teller.png b/public/images/mice/large/misfortune-teller.png
new file mode 100644
index 00000000..0cac2c39
Binary files /dev/null and b/public/images/mice/large/misfortune-teller.png differ
diff --git a/public/images/mice/large/missle-toe.png b/public/images/mice/large/missle-toe.png
new file mode 100644
index 00000000..bb6167f8
Binary files /dev/null and b/public/images/mice/large/missle-toe.png differ
diff --git a/public/images/mice/large/mist-maker.png b/public/images/mice/large/mist-maker.png
new file mode 100644
index 00000000..8cdbf952
Binary files /dev/null and b/public/images/mice/large/mist-maker.png differ
diff --git a/public/images/mice/large/mist-stalker.png b/public/images/mice/large/mist-stalker.png
new file mode 100644
index 00000000..7ddbdda0
Binary files /dev/null and b/public/images/mice/large/mist-stalker.png differ
diff --git a/public/images/mice/large/mixing-mishap.png b/public/images/mice/large/mixing-mishap.png
new file mode 100644
index 00000000..c3c071d4
Binary files /dev/null and b/public/images/mice/large/mixing-mishap.png differ
diff --git a/public/images/mice/large/mlounder-flounder.png b/public/images/mice/large/mlounder-flounder.png
new file mode 100644
index 00000000..61086782
Binary files /dev/null and b/public/images/mice/large/mlounder-flounder.png differ
diff --git a/public/images/mice/large/mobster.png b/public/images/mice/large/mobster.png
new file mode 100644
index 00000000..eb29b373
Binary files /dev/null and b/public/images/mice/large/mobster.png differ
diff --git a/public/images/mice/large/mole.png b/public/images/mice/large/mole.png
new file mode 100644
index 00000000..81c7424e
Binary files /dev/null and b/public/images/mice/large/mole.png differ
diff --git a/public/images/mice/large/molten-midas.png b/public/images/mice/large/molten-midas.png
new file mode 100644
index 00000000..3ee41904
Binary files /dev/null and b/public/images/mice/large/molten-midas.png differ
diff --git a/public/images/mice/large/monarch.png b/public/images/mice/large/monarch.png
new file mode 100644
index 00000000..7af51e71
Binary files /dev/null and b/public/images/mice/large/monarch.png differ
diff --git a/public/images/mice/large/monk.png b/public/images/mice/large/monk.png
new file mode 100644
index 00000000..f4336c0b
Binary files /dev/null and b/public/images/mice/large/monk.png differ
diff --git a/public/images/mice/large/monsoon-maker.png b/public/images/mice/large/monsoon-maker.png
new file mode 100644
index 00000000..b15112ae
Binary files /dev/null and b/public/images/mice/large/monsoon-maker.png differ
diff --git a/public/images/mice/large/monster-of-the-meteor.png b/public/images/mice/large/monster-of-the-meteor.png
new file mode 100644
index 00000000..b01631c6
Binary files /dev/null and b/public/images/mice/large/monster-of-the-meteor.png differ
diff --git a/public/images/mice/large/monster-tail.png b/public/images/mice/large/monster-tail.png
new file mode 100644
index 00000000..5539b89d
Binary files /dev/null and b/public/images/mice/large/monster-tail.png differ
diff --git a/public/images/mice/large/monster.png b/public/images/mice/large/monster.png
new file mode 100644
index 00000000..ff365e89
Binary files /dev/null and b/public/images/mice/large/monster.png differ
diff --git a/public/images/mice/large/monstrous-midge.png b/public/images/mice/large/monstrous-midge.png
new file mode 100644
index 00000000..1ed3e1a2
Binary files /dev/null and b/public/images/mice/large/monstrous-midge.png differ
diff --git a/public/images/mice/large/moonstone-golem.png b/public/images/mice/large/moonstone-golem.png
new file mode 100644
index 00000000..dcce1325
Binary files /dev/null and b/public/images/mice/large/moonstone-golem.png differ
diff --git a/public/images/mice/large/moonstone-miner.png b/public/images/mice/large/moonstone-miner.png
new file mode 100644
index 00000000..7b799276
Binary files /dev/null and b/public/images/mice/large/moonstone-miner.png differ
diff --git a/public/images/mice/large/moonstone-mystic.png b/public/images/mice/large/moonstone-mystic.png
new file mode 100644
index 00000000..100e84dc
Binary files /dev/null and b/public/images/mice/large/moonstone-mystic.png differ
diff --git a/public/images/mice/large/moonstone-slinger.png b/public/images/mice/large/moonstone-slinger.png
new file mode 100644
index 00000000..241ab71c
Binary files /dev/null and b/public/images/mice/large/moonstone-slinger.png differ
diff --git a/public/images/mice/large/moonstone-snacker.png b/public/images/mice/large/moonstone-snacker.png
new file mode 100644
index 00000000..12a2312a
Binary files /dev/null and b/public/images/mice/large/moonstone-snacker.png differ
diff --git a/public/images/mice/large/moosker.png b/public/images/mice/large/moosker.png
new file mode 100644
index 00000000..c52abb48
Binary files /dev/null and b/public/images/mice/large/moosker.png differ
diff --git a/public/images/mice/large/mouldy-mole.png b/public/images/mice/large/mouldy-mole.png
new file mode 100644
index 00000000..92eaea93
Binary files /dev/null and b/public/images/mice/large/mouldy-mole.png differ
diff --git a/public/images/mice/large/mountain.png b/public/images/mice/large/mountain.png
new file mode 100644
index 00000000..58f31e1d
Binary files /dev/null and b/public/images/mice/large/mountain.png differ
diff --git a/public/images/mice/large/mouse-with-no-name.png b/public/images/mice/large/mouse-with-no-name.png
new file mode 100644
index 00000000..26866a2a
Binary files /dev/null and b/public/images/mice/large/mouse-with-no-name.png differ
diff --git a/public/images/mice/large/moussile.png b/public/images/mice/large/moussile.png
new file mode 100644
index 00000000..fcb6a1f5
Binary files /dev/null and b/public/images/mice/large/moussile.png differ
diff --git a/public/images/mice/large/mummy.png b/public/images/mice/large/mummy.png
new file mode 100644
index 00000000..b1885ea9
Binary files /dev/null and b/public/images/mice/large/mummy.png differ
diff --git a/public/images/mice/large/mush-monster.png b/public/images/mice/large/mush-monster.png
new file mode 100644
index 00000000..1135ec99
Binary files /dev/null and b/public/images/mice/large/mush-monster.png differ
diff --git a/public/images/mice/large/mush.png b/public/images/mice/large/mush.png
new file mode 100644
index 00000000..611e0334
Binary files /dev/null and b/public/images/mice/large/mush.png differ
diff --git a/public/images/mice/large/mushroom-harvester.png b/public/images/mice/large/mushroom-harvester.png
new file mode 100644
index 00000000..482bc818
Binary files /dev/null and b/public/images/mice/large/mushroom-harvester.png differ
diff --git a/public/images/mice/large/mushroom-sprite.png b/public/images/mice/large/mushroom-sprite.png
new file mode 100644
index 00000000..7ace68d9
Binary files /dev/null and b/public/images/mice/large/mushroom-sprite.png differ
diff --git a/public/images/mice/large/mutant-mongrel.png b/public/images/mice/large/mutant-mongrel.png
new file mode 100644
index 00000000..1e7e424b
Binary files /dev/null and b/public/images/mice/large/mutant-mongrel.png differ
diff --git a/public/images/mice/large/mutant-ninja.png b/public/images/mice/large/mutant-ninja.png
new file mode 100644
index 00000000..c80ba312
Binary files /dev/null and b/public/images/mice/large/mutant-ninja.png differ
diff --git a/public/images/mice/large/mutated-brown.png b/public/images/mice/large/mutated-brown.png
new file mode 100644
index 00000000..4fa18a6f
Binary files /dev/null and b/public/images/mice/large/mutated-brown.png differ
diff --git a/public/images/mice/large/mutated-grey.png b/public/images/mice/large/mutated-grey.png
new file mode 100644
index 00000000..a720cd11
Binary files /dev/null and b/public/images/mice/large/mutated-grey.png differ
diff --git a/public/images/mice/large/mutated-mole.png b/public/images/mice/large/mutated-mole.png
new file mode 100644
index 00000000..8d1364ee
Binary files /dev/null and b/public/images/mice/large/mutated-mole.png differ
diff --git a/public/images/mice/large/mutated-siblings.png b/public/images/mice/large/mutated-siblings.png
new file mode 100644
index 00000000..08f7d63b
Binary files /dev/null and b/public/images/mice/large/mutated-siblings.png differ
diff --git a/public/images/mice/large/mutated-white.png b/public/images/mice/large/mutated-white.png
new file mode 100644
index 00000000..f369569c
Binary files /dev/null and b/public/images/mice/large/mutated-white.png differ
diff --git a/public/images/mice/large/mysterious-traveller.png b/public/images/mice/large/mysterious-traveller.png
new file mode 100644
index 00000000..5fab190c
Binary files /dev/null and b/public/images/mice/large/mysterious-traveller.png differ
diff --git a/public/images/mice/large/mystic-bishop.png b/public/images/mice/large/mystic-bishop.png
new file mode 100644
index 00000000..70a86f42
Binary files /dev/null and b/public/images/mice/large/mystic-bishop.png differ
diff --git a/public/images/mice/large/mystic-guardian.png b/public/images/mice/large/mystic-guardian.png
new file mode 100644
index 00000000..d22b0701
Binary files /dev/null and b/public/images/mice/large/mystic-guardian.png differ
diff --git a/public/images/mice/large/mystic-herald.png b/public/images/mice/large/mystic-herald.png
new file mode 100644
index 00000000..07cdecaf
Binary files /dev/null and b/public/images/mice/large/mystic-herald.png differ
diff --git a/public/images/mice/large/mystic-king.png b/public/images/mice/large/mystic-king.png
new file mode 100644
index 00000000..0071aa08
Binary files /dev/null and b/public/images/mice/large/mystic-king.png differ
diff --git a/public/images/mice/large/mystic-knight.png b/public/images/mice/large/mystic-knight.png
new file mode 100644
index 00000000..91eee81e
Binary files /dev/null and b/public/images/mice/large/mystic-knight.png differ
diff --git a/public/images/mice/large/mystic-pawn.png b/public/images/mice/large/mystic-pawn.png
new file mode 100644
index 00000000..81031c83
Binary files /dev/null and b/public/images/mice/large/mystic-pawn.png differ
diff --git a/public/images/mice/large/mystic-queen.png b/public/images/mice/large/mystic-queen.png
new file mode 100644
index 00000000..2cfd4eb5
Binary files /dev/null and b/public/images/mice/large/mystic-queen.png differ
diff --git a/public/images/mice/large/mystic-rook.png b/public/images/mice/large/mystic-rook.png
new file mode 100644
index 00000000..3b5432b9
Binary files /dev/null and b/public/images/mice/large/mystic-rook.png differ
diff --git a/public/images/mice/large/mystic-scholar.png b/public/images/mice/large/mystic-scholar.png
new file mode 100644
index 00000000..fa9cabae
Binary files /dev/null and b/public/images/mice/large/mystic-scholar.png differ
diff --git a/public/images/mice/large/mystic.png b/public/images/mice/large/mystic.png
new file mode 100644
index 00000000..f096e18a
Binary files /dev/null and b/public/images/mice/large/mystic.png differ
diff --git a/public/images/mice/large/mythical-dragon-emperor.png b/public/images/mice/large/mythical-dragon-emperor.png
new file mode 100644
index 00000000..24c09901
Binary files /dev/null and b/public/images/mice/large/mythical-dragon-emperor.png differ
diff --git a/public/images/mice/large/mythical-giant-king.png b/public/images/mice/large/mythical-giant-king.png
new file mode 100644
index 00000000..da0248ba
Binary files /dev/null and b/public/images/mice/large/mythical-giant-king.png differ
diff --git a/public/images/mice/large/mythical-master-sorcerer.png b/public/images/mice/large/mythical-master-sorcerer.png
new file mode 100644
index 00000000..c94402c2
Binary files /dev/null and b/public/images/mice/large/mythical-master-sorcerer.png differ
diff --git a/public/images/mice/large/mythweaver.png b/public/images/mice/large/mythweaver.png
new file mode 100644
index 00000000..d1dcf321
Binary files /dev/null and b/public/images/mice/large/mythweaver.png differ
diff --git a/public/images/mice/large/nachore-golem.png b/public/images/mice/large/nachore-golem.png
new file mode 100644
index 00000000..82f5c7c5
Binary files /dev/null and b/public/images/mice/large/nachore-golem.png differ
diff --git a/public/images/mice/large/nachous.png b/public/images/mice/large/nachous.png
new file mode 100644
index 00000000..b3beeed7
Binary files /dev/null and b/public/images/mice/large/nachous.png differ
diff --git a/public/images/mice/large/narrator.png b/public/images/mice/large/narrator.png
new file mode 100644
index 00000000..dc1c152b
Binary files /dev/null and b/public/images/mice/large/narrator.png differ
diff --git a/public/images/mice/large/necromancer.png b/public/images/mice/large/necromancer.png
new file mode 100644
index 00000000..436d3145
Binary files /dev/null and b/public/images/mice/large/necromancer.png differ
diff --git a/public/images/mice/large/nefarious-nautilus.png b/public/images/mice/large/nefarious-nautilus.png
new file mode 100644
index 00000000..47016a0b
Binary files /dev/null and b/public/images/mice/large/nefarious-nautilus.png differ
diff --git a/public/images/mice/large/nerg-chieftain.png b/public/images/mice/large/nerg-chieftain.png
new file mode 100644
index 00000000..ec3da11c
Binary files /dev/null and b/public/images/mice/large/nerg-chieftain.png differ
diff --git a/public/images/mice/large/nerg-lich.png b/public/images/mice/large/nerg-lich.png
new file mode 100644
index 00000000..4904f576
Binary files /dev/null and b/public/images/mice/large/nerg-lich.png differ
diff --git a/public/images/mice/large/new-year-flight.png b/public/images/mice/large/new-year-flight.png
new file mode 100644
index 00000000..ded6d1bc
Binary files /dev/null and b/public/images/mice/large/new-year-flight.png differ
diff --git a/public/images/mice/large/new-years.png b/public/images/mice/large/new-years.png
new file mode 100644
index 00000000..42598c34
Binary files /dev/null and b/public/images/mice/large/new-years.png differ
diff --git a/public/images/mice/large/nibbler.png b/public/images/mice/large/nibbler.png
new file mode 100644
index 00000000..a77a12e2
Binary files /dev/null and b/public/images/mice/large/nibbler.png differ
diff --git a/public/images/mice/large/nice-knitting.png b/public/images/mice/large/nice-knitting.png
new file mode 100644
index 00000000..650c8c72
Binary files /dev/null and b/public/images/mice/large/nice-knitting.png differ
diff --git a/public/images/mice/large/night-watcher.png b/public/images/mice/large/night-watcher.png
new file mode 100644
index 00000000..26503861
Binary files /dev/null and b/public/images/mice/large/night-watcher.png differ
diff --git a/public/images/mice/large/nightfire-wallbreak.png b/public/images/mice/large/nightfire-wallbreak.png
new file mode 100644
index 00000000..bd9741e8
Binary files /dev/null and b/public/images/mice/large/nightfire-wallbreak.png differ
diff --git a/public/images/mice/large/nightmancer.png b/public/images/mice/large/nightmancer.png
new file mode 100644
index 00000000..d69498f6
Binary files /dev/null and b/public/images/mice/large/nightmancer.png differ
diff --git a/public/images/mice/large/nightshade-flower-girl.png b/public/images/mice/large/nightshade-flower-girl.png
new file mode 100644
index 00000000..468d6100
Binary files /dev/null and b/public/images/mice/large/nightshade-flower-girl.png differ
diff --git a/public/images/mice/large/nightshade-fungalmancer.png b/public/images/mice/large/nightshade-fungalmancer.png
new file mode 100644
index 00000000..68fcef66
Binary files /dev/null and b/public/images/mice/large/nightshade-fungalmancer.png differ
diff --git a/public/images/mice/large/nightshade-maiden.png b/public/images/mice/large/nightshade-maiden.png
new file mode 100644
index 00000000..2320356b
Binary files /dev/null and b/public/images/mice/large/nightshade-maiden.png differ
diff --git a/public/images/mice/large/nightshade-masquerade.png b/public/images/mice/large/nightshade-masquerade.png
new file mode 100644
index 00000000..66f08d67
Binary files /dev/null and b/public/images/mice/large/nightshade-masquerade.png differ
diff --git a/public/images/mice/large/nightshade-nanny.png b/public/images/mice/large/nightshade-nanny.png
new file mode 100644
index 00000000..e011a2fe
Binary files /dev/null and b/public/images/mice/large/nightshade-nanny.png differ
diff --git a/public/images/mice/large/nimbomancer.png b/public/images/mice/large/nimbomancer.png
new file mode 100644
index 00000000..0a5aa4f1
Binary files /dev/null and b/public/images/mice/large/nimbomancer.png differ
diff --git a/public/images/mice/large/ninja.png b/public/images/mice/large/ninja.png
new file mode 100644
index 00000000..6078187a
Binary files /dev/null and b/public/images/mice/large/ninja.png differ
diff --git a/public/images/mice/large/nitro-racer.png b/public/images/mice/large/nitro-racer.png
new file mode 100644
index 00000000..b0c353b8
Binary files /dev/null and b/public/images/mice/large/nitro-racer.png differ
diff --git a/public/images/mice/large/nomad.png b/public/images/mice/large/nomad.png
new file mode 100644
index 00000000..58572057
Binary files /dev/null and b/public/images/mice/large/nomad.png differ
diff --git a/public/images/mice/large/noxio-sludgewell.png b/public/images/mice/large/noxio-sludgewell.png
new file mode 100644
index 00000000..4c33d16f
Binary files /dev/null and b/public/images/mice/large/noxio-sludgewell.png differ
diff --git a/public/images/mice/large/nugget.png b/public/images/mice/large/nugget.png
new file mode 100644
index 00000000..487c3310
Binary files /dev/null and b/public/images/mice/large/nugget.png differ
diff --git a/public/images/mice/large/nutcracker.png b/public/images/mice/large/nutcracker.png
new file mode 100644
index 00000000..09d52d3b
Binary files /dev/null and b/public/images/mice/large/nutcracker.png differ
diff --git a/public/images/mice/large/obstinate-oboist.png b/public/images/mice/large/obstinate-oboist.png
new file mode 100644
index 00000000..028df534
Binary files /dev/null and b/public/images/mice/large/obstinate-oboist.png differ
diff --git a/public/images/mice/large/octomermaid.png b/public/images/mice/large/octomermaid.png
new file mode 100644
index 00000000..b1b777e2
Binary files /dev/null and b/public/images/mice/large/octomermaid.png differ
diff --git a/public/images/mice/large/old-one.png b/public/images/mice/large/old-one.png
new file mode 100644
index 00000000..f5942ffa
Binary files /dev/null and b/public/images/mice/large/old-one.png differ
diff --git a/public/images/mice/large/onion-chopper.png b/public/images/mice/large/onion-chopper.png
new file mode 100644
index 00000000..ee6f476c
Binary files /dev/null and b/public/images/mice/large/onion-chopper.png differ
diff --git a/public/images/mice/large/ooze.png b/public/images/mice/large/ooze.png
new file mode 100644
index 00000000..719ab33b
Binary files /dev/null and b/public/images/mice/large/ooze.png differ
diff --git a/public/images/mice/large/ore-chipper.png b/public/images/mice/large/ore-chipper.png
new file mode 100644
index 00000000..89e2f256
Binary files /dev/null and b/public/images/mice/large/ore-chipper.png differ
diff --git a/public/images/mice/large/ornament.png b/public/images/mice/large/ornament.png
new file mode 100644
index 00000000..87a681ad
Binary files /dev/null and b/public/images/mice/large/ornament.png differ
diff --git a/public/images/mice/large/outbreak-assassin.png b/public/images/mice/large/outbreak-assassin.png
new file mode 100644
index 00000000..e14a834a
Binary files /dev/null and b/public/images/mice/large/outbreak-assassin.png differ
diff --git a/public/images/mice/large/outlaw.png b/public/images/mice/large/outlaw.png
new file mode 100644
index 00000000..12515c2f
Binary files /dev/null and b/public/images/mice/large/outlaw.png differ
diff --git a/public/images/mice/large/overcaster.png b/public/images/mice/large/overcaster.png
new file mode 100644
index 00000000..e11b5419
Binary files /dev/null and b/public/images/mice/large/overcaster.png differ
diff --git a/public/images/mice/large/overprepared.png b/public/images/mice/large/overprepared.png
new file mode 100644
index 00000000..69ae0966
Binary files /dev/null and b/public/images/mice/large/overprepared.png differ
diff --git a/public/images/mice/large/oxygen-baron.png b/public/images/mice/large/oxygen-baron.png
new file mode 100644
index 00000000..c64a9ae1
Binary files /dev/null and b/public/images/mice/large/oxygen-baron.png differ
diff --git a/public/images/mice/large/pack.png b/public/images/mice/large/pack.png
new file mode 100644
index 00000000..c62c93fe
Binary files /dev/null and b/public/images/mice/large/pack.png differ
diff --git a/public/images/mice/large/page.png b/public/images/mice/large/page.png
new file mode 100644
index 00000000..13ede8b3
Binary files /dev/null and b/public/images/mice/large/page.png differ
diff --git a/public/images/mice/large/paladin.png b/public/images/mice/large/paladin.png
new file mode 100644
index 00000000..daba701b
Binary files /dev/null and b/public/images/mice/large/paladin.png differ
diff --git a/public/images/mice/large/pan-slammer.png b/public/images/mice/large/pan-slammer.png
new file mode 100644
index 00000000..4c6fc77a
Binary files /dev/null and b/public/images/mice/large/pan-slammer.png differ
diff --git a/public/images/mice/large/para-para-dancer.png b/public/images/mice/large/para-para-dancer.png
new file mode 100644
index 00000000..3e75c0fd
Binary files /dev/null and b/public/images/mice/large/para-para-dancer.png differ
diff --git a/public/images/mice/large/parlour-player.png b/public/images/mice/large/parlour-player.png
new file mode 100644
index 00000000..ae40db65
Binary files /dev/null and b/public/images/mice/large/parlour-player.png differ
diff --git a/public/images/mice/large/passenger.png b/public/images/mice/large/passenger.png
new file mode 100644
index 00000000..e0bf4020
Binary files /dev/null and b/public/images/mice/large/passenger.png differ
diff --git a/public/images/mice/large/pathfinder.png b/public/images/mice/large/pathfinder.png
new file mode 100644
index 00000000..3dffc6b8
Binary files /dev/null and b/public/images/mice/large/pathfinder.png differ
diff --git a/public/images/mice/large/peaceful-prisoner.png b/public/images/mice/large/peaceful-prisoner.png
new file mode 100644
index 00000000..2d64edca
Binary files /dev/null and b/public/images/mice/large/peaceful-prisoner.png differ
diff --git a/public/images/mice/large/pearl-diver.png b/public/images/mice/large/pearl-diver.png
new file mode 100644
index 00000000..2aaf3afa
Binary files /dev/null and b/public/images/mice/large/pearl-diver.png differ
diff --git a/public/images/mice/large/pearl.png b/public/images/mice/large/pearl.png
new file mode 100644
index 00000000..03f103a2
Binary files /dev/null and b/public/images/mice/large/pearl.png differ
diff --git a/public/images/mice/large/pebble.png b/public/images/mice/large/pebble.png
new file mode 100644
index 00000000..d48e852d
Binary files /dev/null and b/public/images/mice/large/pebble.png differ
diff --git a/public/images/mice/large/peevish-piccoloist.png b/public/images/mice/large/peevish-piccoloist.png
new file mode 100644
index 00000000..87c86549
Binary files /dev/null and b/public/images/mice/large/peevish-piccoloist.png differ
diff --git a/public/images/mice/large/penguin.png b/public/images/mice/large/penguin.png
new file mode 100644
index 00000000..80156f47
Binary files /dev/null and b/public/images/mice/large/penguin.png differ
diff --git a/public/images/mice/large/pernicious-prince.png b/public/images/mice/large/pernicious-prince.png
new file mode 100644
index 00000000..1d417d57
Binary files /dev/null and b/public/images/mice/large/pernicious-prince.png differ
diff --git a/public/images/mice/large/perpetual-detention.png b/public/images/mice/large/perpetual-detention.png
new file mode 100644
index 00000000..e2a76279
Binary files /dev/null and b/public/images/mice/large/perpetual-detention.png differ
diff --git a/public/images/mice/large/pestilentia-the-putrid.png b/public/images/mice/large/pestilentia-the-putrid.png
new file mode 100644
index 00000000..2f469d6e
Binary files /dev/null and b/public/images/mice/large/pestilentia-the-putrid.png differ
diff --git a/public/images/mice/large/phanlanx.png b/public/images/mice/large/phanlanx.png
new file mode 100644
index 00000000..65bfe3be
Binary files /dev/null and b/public/images/mice/large/phanlanx.png differ
diff --git a/public/images/mice/large/photographer.png b/public/images/mice/large/photographer.png
new file mode 100644
index 00000000..b4fbb821
Binary files /dev/null and b/public/images/mice/large/photographer.png differ
diff --git a/public/images/mice/large/physical-paragon.png b/public/images/mice/large/physical-paragon.png
new file mode 100644
index 00000000..38f0ba95
Binary files /dev/null and b/public/images/mice/large/physical-paragon.png differ
diff --git a/public/images/mice/large/pie-thief.png b/public/images/mice/large/pie-thief.png
new file mode 100644
index 00000000..a69ec1bd
Binary files /dev/null and b/public/images/mice/large/pie-thief.png differ
diff --git a/public/images/mice/large/pigmy-swarm.png b/public/images/mice/large/pigmy-swarm.png
new file mode 100644
index 00000000..ef93cf4c
Binary files /dev/null and b/public/images/mice/large/pigmy-swarm.png differ
diff --git a/public/images/mice/large/pinchy.png b/public/images/mice/large/pinchy.png
new file mode 100644
index 00000000..eb519f7f
Binary files /dev/null and b/public/images/mice/large/pinchy.png differ
diff --git a/public/images/mice/large/pinkielina.png b/public/images/mice/large/pinkielina.png
new file mode 100644
index 00000000..1344d21c
Binary files /dev/null and b/public/images/mice/large/pinkielina.png differ
diff --git a/public/images/mice/large/pintail.png b/public/images/mice/large/pintail.png
new file mode 100644
index 00000000..1c5c5b2b
Binary files /dev/null and b/public/images/mice/large/pintail.png differ
diff --git a/public/images/mice/large/pirate-anchor.png b/public/images/mice/large/pirate-anchor.png
new file mode 100644
index 00000000..4c15fd65
Binary files /dev/null and b/public/images/mice/large/pirate-anchor.png differ
diff --git a/public/images/mice/large/pirate.png b/public/images/mice/large/pirate.png
new file mode 100644
index 00000000..bbd4fe7e
Binary files /dev/null and b/public/images/mice/large/pirate.png differ
diff --git a/public/images/mice/large/plague-hag.png b/public/images/mice/large/plague-hag.png
new file mode 100644
index 00000000..1d6352d4
Binary files /dev/null and b/public/images/mice/large/plague-hag.png differ
diff --git a/public/images/mice/large/plotting-page.png b/public/images/mice/large/plotting-page.png
new file mode 100644
index 00000000..f2c770bc
Binary files /dev/null and b/public/images/mice/large/plotting-page.png differ
diff --git a/public/images/mice/large/pocketwatch.png b/public/images/mice/large/pocketwatch.png
new file mode 100644
index 00000000..1cde116a
Binary files /dev/null and b/public/images/mice/large/pocketwatch.png differ
diff --git a/public/images/mice/large/polar-bear.png b/public/images/mice/large/polar-bear.png
new file mode 100644
index 00000000..3ae1041d
Binary files /dev/null and b/public/images/mice/large/polar-bear.png differ
diff --git a/public/images/mice/large/pompous-perch.png b/public/images/mice/large/pompous-perch.png
new file mode 100644
index 00000000..5c55e55a
Binary files /dev/null and b/public/images/mice/large/pompous-perch.png differ
diff --git a/public/images/mice/large/present.png b/public/images/mice/large/present.png
new file mode 100644
index 00000000..43970d59
Binary files /dev/null and b/public/images/mice/large/present.png differ
diff --git a/public/images/mice/large/prestigious-prestidigitator.png b/public/images/mice/large/prestigious-prestidigitator.png
new file mode 100644
index 00000000..4fee8507
Binary files /dev/null and b/public/images/mice/large/prestigious-prestidigitator.png differ
diff --git a/public/images/mice/large/primal.png b/public/images/mice/large/primal.png
new file mode 100644
index 00000000..29c6841b
Binary files /dev/null and b/public/images/mice/large/primal.png differ
diff --git a/public/images/mice/large/princess-and-the-olive.png b/public/images/mice/large/princess-and-the-olive.png
new file mode 100644
index 00000000..c57a218e
Binary files /dev/null and b/public/images/mice/large/princess-and-the-olive.png differ
diff --git a/public/images/mice/large/princess-fist.png b/public/images/mice/large/princess-fist.png
new file mode 100644
index 00000000..197c98a3
Binary files /dev/null and b/public/images/mice/large/princess-fist.png differ
diff --git a/public/images/mice/large/prospector.png b/public/images/mice/large/prospector.png
new file mode 100644
index 00000000..0362973e
Binary files /dev/null and b/public/images/mice/large/prospector.png differ
diff --git a/public/images/mice/large/protector.png b/public/images/mice/large/protector.png
new file mode 100644
index 00000000..543dddb5
Binary files /dev/null and b/public/images/mice/large/protector.png differ
diff --git a/public/images/mice/large/puddlemancer.png b/public/images/mice/large/puddlemancer.png
new file mode 100644
index 00000000..6c5497a4
Binary files /dev/null and b/public/images/mice/large/puddlemancer.png differ
diff --git a/public/images/mice/large/puffer.png b/public/images/mice/large/puffer.png
new file mode 100644
index 00000000..8faa76a1
Binary files /dev/null and b/public/images/mice/large/puffer.png differ
diff --git a/public/images/mice/large/pugilist.png b/public/images/mice/large/pugilist.png
new file mode 100644
index 00000000..9a90ab17
Binary files /dev/null and b/public/images/mice/large/pugilist.png differ
diff --git a/public/images/mice/large/pump-raider.png b/public/images/mice/large/pump-raider.png
new file mode 100644
index 00000000..f8e512a2
Binary files /dev/null and b/public/images/mice/large/pump-raider.png differ
diff --git a/public/images/mice/large/pumpkin-head.png b/public/images/mice/large/pumpkin-head.png
new file mode 100644
index 00000000..ed95635f
Binary files /dev/null and b/public/images/mice/large/pumpkin-head.png differ
diff --git a/public/images/mice/large/pumpkin-hoarder.png b/public/images/mice/large/pumpkin-hoarder.png
new file mode 100644
index 00000000..ae43a138
Binary files /dev/null and b/public/images/mice/large/pumpkin-hoarder.png differ
diff --git a/public/images/mice/large/puppet-master.png b/public/images/mice/large/puppet-master.png
new file mode 100644
index 00000000..217fdaca
Binary files /dev/null and b/public/images/mice/large/puppet-master.png differ
diff --git a/public/images/mice/large/pygmy-wrangler.png b/public/images/mice/large/pygmy-wrangler.png
new file mode 100644
index 00000000..415587d4
Binary files /dev/null and b/public/images/mice/large/pygmy-wrangler.png differ
diff --git a/public/images/mice/large/pyrite.png b/public/images/mice/large/pyrite.png
new file mode 100644
index 00000000..9dbcb33d
Binary files /dev/null and b/public/images/mice/large/pyrite.png differ
diff --git a/public/images/mice/large/queso-extractor.png b/public/images/mice/large/queso-extractor.png
new file mode 100644
index 00000000..096a0e60
Binary files /dev/null and b/public/images/mice/large/queso-extractor.png differ
diff --git a/public/images/mice/large/queso-river-boss.png b/public/images/mice/large/queso-river-boss.png
new file mode 100644
index 00000000..45aa2d64
Binary files /dev/null and b/public/images/mice/large/queso-river-boss.png differ
diff --git a/public/images/mice/large/quesodillo.png b/public/images/mice/large/quesodillo.png
new file mode 100644
index 00000000..d5e303d6
Binary files /dev/null and b/public/images/mice/large/quesodillo.png differ
diff --git a/public/images/mice/large/quillback.png b/public/images/mice/large/quillback.png
new file mode 100644
index 00000000..6d1749d4
Binary files /dev/null and b/public/images/mice/large/quillback.png differ
diff --git a/public/images/mice/large/rain-collector.png b/public/images/mice/large/rain-collector.png
new file mode 100644
index 00000000..ecd94310
Binary files /dev/null and b/public/images/mice/large/rain-collector.png differ
diff --git a/public/images/mice/large/rain-purifier.png b/public/images/mice/large/rain-purifier.png
new file mode 100644
index 00000000..4b1da0cb
Binary files /dev/null and b/public/images/mice/large/rain-purifier.png differ
diff --git a/public/images/mice/large/rain-wallower.png b/public/images/mice/large/rain-wallower.png
new file mode 100644
index 00000000..f6ad0340
Binary files /dev/null and b/public/images/mice/large/rain-wallower.png differ
diff --git a/public/images/mice/large/rain-warden.png b/public/images/mice/large/rain-warden.png
new file mode 100644
index 00000000..c4e46c2c
Binary files /dev/null and b/public/images/mice/large/rain-warden.png differ
diff --git a/public/images/mice/large/rainmancer.png b/public/images/mice/large/rainmancer.png
new file mode 100644
index 00000000..7e93c77b
Binary files /dev/null and b/public/images/mice/large/rainmancer.png differ
diff --git a/public/images/mice/large/ravenous-zombie.png b/public/images/mice/large/ravenous-zombie.png
new file mode 100644
index 00000000..8e79b747
Binary files /dev/null and b/public/images/mice/large/ravenous-zombie.png differ
diff --git a/public/images/mice/large/reality-restitch.png b/public/images/mice/large/reality-restitch.png
new file mode 100644
index 00000000..759cfda3
Binary files /dev/null and b/public/images/mice/large/reality-restitch.png differ
diff --git a/public/images/mice/large/realm-guardian.png b/public/images/mice/large/realm-guardian.png
new file mode 100644
index 00000000..6114a605
Binary files /dev/null and b/public/images/mice/large/realm-guardian.png differ
diff --git a/public/images/mice/large/reanimated-carver.png b/public/images/mice/large/reanimated-carver.png
new file mode 100644
index 00000000..135f3811
Binary files /dev/null and b/public/images/mice/large/reanimated-carver.png differ
diff --git a/public/images/mice/large/reaper.png b/public/images/mice/large/reaper.png
new file mode 100644
index 00000000..4b32820f
Binary files /dev/null and b/public/images/mice/large/reaper.png differ
diff --git a/public/images/mice/large/red-candle.png b/public/images/mice/large/red-candle.png
new file mode 100644
index 00000000..7224adda
Binary files /dev/null and b/public/images/mice/large/red-candle.png differ
diff --git a/public/images/mice/large/red-envelope.png b/public/images/mice/large/red-envelope.png
new file mode 100644
index 00000000..25a73ae0
Binary files /dev/null and b/public/images/mice/large/red-envelope.png differ
diff --git a/public/images/mice/large/regal-spearman.png b/public/images/mice/large/regal-spearman.png
new file mode 100644
index 00000000..e3818146
Binary files /dev/null and b/public/images/mice/large/regal-spearman.png differ
diff --git a/public/images/mice/large/relic-hunter.png b/public/images/mice/large/relic-hunter.png
new file mode 100644
index 00000000..19ba6f02
Binary files /dev/null and b/public/images/mice/large/relic-hunter.png differ
diff --git a/public/images/mice/large/renegade.png b/public/images/mice/large/renegade.png
new file mode 100644
index 00000000..6ec057f2
Binary files /dev/null and b/public/images/mice/large/renegade.png differ
diff --git a/public/images/mice/large/retired-minotaur.png b/public/images/mice/large/retired-minotaur.png
new file mode 100644
index 00000000..24af8dc2
Binary files /dev/null and b/public/images/mice/large/retired-minotaur.png differ
diff --git a/public/images/mice/large/reveling-lycanthrope.png b/public/images/mice/large/reveling-lycanthrope.png
new file mode 100644
index 00000000..0e5a3e20
Binary files /dev/null and b/public/images/mice/large/reveling-lycanthrope.png differ
diff --git a/public/images/mice/large/ribbon.png b/public/images/mice/large/ribbon.png
new file mode 100644
index 00000000..a487a6d0
Binary files /dev/null and b/public/images/mice/large/ribbon.png differ
diff --git a/public/images/mice/large/richard-rich.png b/public/images/mice/large/richard-rich.png
new file mode 100644
index 00000000..127129c6
Binary files /dev/null and b/public/images/mice/large/richard-rich.png differ
diff --git a/public/images/mice/large/ridiculous-sweater.png b/public/images/mice/large/ridiculous-sweater.png
new file mode 100644
index 00000000..ad4fad90
Binary files /dev/null and b/public/images/mice/large/ridiculous-sweater.png differ
diff --git a/public/images/mice/large/rift-acolyte.png b/public/images/mice/large/rift-acolyte.png
new file mode 100644
index 00000000..6f741022
Binary files /dev/null and b/public/images/mice/large/rift-acolyte.png differ
diff --git a/public/images/mice/large/rift-amplified-brown.png b/public/images/mice/large/rift-amplified-brown.png
new file mode 100644
index 00000000..8719b806
Binary files /dev/null and b/public/images/mice/large/rift-amplified-brown.png differ
diff --git a/public/images/mice/large/rift-amplified-grey.png b/public/images/mice/large/rift-amplified-grey.png
new file mode 100644
index 00000000..977748e9
Binary files /dev/null and b/public/images/mice/large/rift-amplified-grey.png differ
diff --git a/public/images/mice/large/rift-amplified-white.png b/public/images/mice/large/rift-amplified-white.png
new file mode 100644
index 00000000..c5504937
Binary files /dev/null and b/public/images/mice/large/rift-amplified-white.png differ
diff --git a/public/images/mice/large/rift-archer.png b/public/images/mice/large/rift-archer.png
new file mode 100644
index 00000000..b383bd8d
Binary files /dev/null and b/public/images/mice/large/rift-archer.png differ
diff --git a/public/images/mice/large/rift-assassin-beast.png b/public/images/mice/large/rift-assassin-beast.png
new file mode 100644
index 00000000..60c9975d
Binary files /dev/null and b/public/images/mice/large/rift-assassin-beast.png differ
diff --git a/public/images/mice/large/rift-assassin.png b/public/images/mice/large/rift-assassin.png
new file mode 100644
index 00000000..c4b09b63
Binary files /dev/null and b/public/images/mice/large/rift-assassin.png differ
diff --git a/public/images/mice/large/rift-automated-sentry.png b/public/images/mice/large/rift-automated-sentry.png
new file mode 100644
index 00000000..3261e193
Binary files /dev/null and b/public/images/mice/large/rift-automated-sentry.png differ
diff --git a/public/images/mice/large/rift-bear.png b/public/images/mice/large/rift-bear.png
new file mode 100644
index 00000000..c8cfdc34
Binary files /dev/null and b/public/images/mice/large/rift-bear.png differ
diff --git a/public/images/mice/large/rift-belt-master.png b/public/images/mice/large/rift-belt-master.png
new file mode 100644
index 00000000..54e0320d
Binary files /dev/null and b/public/images/mice/large/rift-belt-master.png differ
diff --git a/public/images/mice/large/rift-belt-student.png b/public/images/mice/large/rift-belt-student.png
new file mode 100644
index 00000000..27ce5697
Binary files /dev/null and b/public/images/mice/large/rift-belt-student.png differ
diff --git a/public/images/mice/large/rift-big-bad-burroughs.png b/public/images/mice/large/rift-big-bad-burroughs.png
new file mode 100644
index 00000000..d1d6f036
Binary files /dev/null and b/public/images/mice/large/rift-big-bad-burroughs.png differ
diff --git a/public/images/mice/large/rift-bio-engineer.png b/public/images/mice/large/rift-bio-engineer.png
new file mode 100644
index 00000000..8561ec6f
Binary files /dev/null and b/public/images/mice/large/rift-bio-engineer.png differ
diff --git a/public/images/mice/large/rift-bionic.png b/public/images/mice/large/rift-bionic.png
new file mode 100644
index 00000000..fe281dd1
Binary files /dev/null and b/public/images/mice/large/rift-bionic.png differ
diff --git a/public/images/mice/large/rift-black-widow.png b/public/images/mice/large/rift-black-widow.png
new file mode 100644
index 00000000..43b1df78
Binary files /dev/null and b/public/images/mice/large/rift-black-widow.png differ
diff --git a/public/images/mice/large/rift-boulder-biter.png b/public/images/mice/large/rift-boulder-biter.png
new file mode 100644
index 00000000..eb0fd017
Binary files /dev/null and b/public/images/mice/large/rift-boulder-biter.png differ
diff --git a/public/images/mice/large/rift-brown.png b/public/images/mice/large/rift-brown.png
new file mode 100644
index 00000000..9b32287c
Binary files /dev/null and b/public/images/mice/large/rift-brown.png differ
diff --git a/public/images/mice/large/rift-centaur.png b/public/images/mice/large/rift-centaur.png
new file mode 100644
index 00000000..5e50da8b
Binary files /dev/null and b/public/images/mice/large/rift-centaur.png differ
diff --git a/public/images/mice/large/rift-chameleon.png b/public/images/mice/large/rift-chameleon.png
new file mode 100644
index 00000000..260e5326
Binary files /dev/null and b/public/images/mice/large/rift-chameleon.png differ
diff --git a/public/images/mice/large/rift-cherry.png b/public/images/mice/large/rift-cherry.png
new file mode 100644
index 00000000..7a029f0b
Binary files /dev/null and b/public/images/mice/large/rift-cherry.png differ
diff --git a/public/images/mice/large/rift-chrono.png b/public/images/mice/large/rift-chrono.png
new file mode 100644
index 00000000..b4502ac5
Binary files /dev/null and b/public/images/mice/large/rift-chrono.png differ
diff --git a/public/images/mice/large/rift-claw-master.png b/public/images/mice/large/rift-claw-master.png
new file mode 100644
index 00000000..4552bc0b
Binary files /dev/null and b/public/images/mice/large/rift-claw-master.png differ
diff --git a/public/images/mice/large/rift-claw-student.png b/public/images/mice/large/rift-claw-student.png
new file mode 100644
index 00000000..a26388ab
Binary files /dev/null and b/public/images/mice/large/rift-claw-student.png differ
diff --git a/public/images/mice/large/rift-clump.png b/public/images/mice/large/rift-clump.png
new file mode 100644
index 00000000..644fc0d6
Binary files /dev/null and b/public/images/mice/large/rift-clump.png differ
diff --git a/public/images/mice/large/rift-count-vampire.png b/public/images/mice/large/rift-count-vampire.png
new file mode 100644
index 00000000..1f849cac
Binary files /dev/null and b/public/images/mice/large/rift-count-vampire.png differ
diff --git a/public/images/mice/large/rift-cowardly.png b/public/images/mice/large/rift-cowardly.png
new file mode 100644
index 00000000..80013bce
Binary files /dev/null and b/public/images/mice/large/rift-cowardly.png differ
diff --git a/public/images/mice/large/rift-curious-chemist.png b/public/images/mice/large/rift-curious-chemist.png
new file mode 100644
index 00000000..1105851b
Binary files /dev/null and b/public/images/mice/large/rift-curious-chemist.png differ
diff --git a/public/images/mice/large/rift-cyber-miner.png b/public/images/mice/large/rift-cyber-miner.png
new file mode 100644
index 00000000..0049e7c8
Binary files /dev/null and b/public/images/mice/large/rift-cyber-miner.png differ
diff --git a/public/images/mice/large/rift-cybernetic-specialist.png b/public/images/mice/large/rift-cybernetic-specialist.png
new file mode 100644
index 00000000..f334d7ea
Binary files /dev/null and b/public/images/mice/large/rift-cybernetic-specialist.png differ
diff --git a/public/images/mice/large/rift-cyclops.png b/public/images/mice/large/rift-cyclops.png
new file mode 100644
index 00000000..3507ac24
Binary files /dev/null and b/public/images/mice/large/rift-cyclops.png differ
diff --git a/public/images/mice/large/rift-diamond.png b/public/images/mice/large/rift-diamond.png
new file mode 100644
index 00000000..80151559
Binary files /dev/null and b/public/images/mice/large/rift-diamond.png differ
diff --git a/public/images/mice/large/rift-dojo-master.png b/public/images/mice/large/rift-dojo-master.png
new file mode 100644
index 00000000..b0d33bda
Binary files /dev/null and b/public/images/mice/large/rift-dojo-master.png differ
diff --git a/public/images/mice/large/rift-dojo-sensei.png b/public/images/mice/large/rift-dojo-sensei.png
new file mode 100644
index 00000000..d41f1809
Binary files /dev/null and b/public/images/mice/large/rift-dojo-sensei.png differ
diff --git a/public/images/mice/large/rift-doktor.png b/public/images/mice/large/rift-doktor.png
new file mode 100644
index 00000000..45ac5769
Binary files /dev/null and b/public/images/mice/large/rift-doktor.png differ
diff --git a/public/images/mice/large/rift-dumpling-chef.png b/public/images/mice/large/rift-dumpling-chef.png
new file mode 100644
index 00000000..1e891753
Binary files /dev/null and b/public/images/mice/large/rift-dumpling-chef.png differ
diff --git a/public/images/mice/large/rift-dwarf.png b/public/images/mice/large/rift-dwarf.png
new file mode 100644
index 00000000..4bb2c1e0
Binary files /dev/null and b/public/images/mice/large/rift-dwarf.png differ
diff --git a/public/images/mice/large/rift-eagle-owl.png b/public/images/mice/large/rift-eagle-owl.png
new file mode 100644
index 00000000..f231072d
Binary files /dev/null and b/public/images/mice/large/rift-eagle-owl.png differ
diff --git a/public/images/mice/large/rift-elven-princess.png b/public/images/mice/large/rift-elven-princess.png
new file mode 100644
index 00000000..ea25030e
Binary files /dev/null and b/public/images/mice/large/rift-elven-princess.png differ
diff --git a/public/images/mice/large/rift-evil-scientist.png b/public/images/mice/large/rift-evil-scientist.png
new file mode 100644
index 00000000..fa8c13c9
Binary files /dev/null and b/public/images/mice/large/rift-evil-scientist.png differ
diff --git a/public/images/mice/large/rift-fairy.png b/public/images/mice/large/rift-fairy.png
new file mode 100644
index 00000000..40037187
Binary files /dev/null and b/public/images/mice/large/rift-fairy.png differ
diff --git a/public/images/mice/large/rift-fang-master.png b/public/images/mice/large/rift-fang-master.png
new file mode 100644
index 00000000..5a4f601e
Binary files /dev/null and b/public/images/mice/large/rift-fang-master.png differ
diff --git a/public/images/mice/large/rift-fang-student.png b/public/images/mice/large/rift-fang-student.png
new file mode 100644
index 00000000..8483c023
Binary files /dev/null and b/public/images/mice/large/rift-fang-student.png differ
diff --git a/public/images/mice/large/rift-field.png b/public/images/mice/large/rift-field.png
new file mode 100644
index 00000000..6c115fc5
Binary files /dev/null and b/public/images/mice/large/rift-field.png differ
diff --git a/public/images/mice/large/rift-flying.png b/public/images/mice/large/rift-flying.png
new file mode 100644
index 00000000..f2a09fc7
Binary files /dev/null and b/public/images/mice/large/rift-flying.png differ
diff --git a/public/images/mice/large/rift-foxy.png b/public/images/mice/large/rift-foxy.png
new file mode 100644
index 00000000..57457041
Binary files /dev/null and b/public/images/mice/large/rift-foxy.png differ
diff --git a/public/images/mice/large/rift-frog.png b/public/images/mice/large/rift-frog.png
new file mode 100644
index 00000000..8538f1f1
Binary files /dev/null and b/public/images/mice/large/rift-frog.png differ
diff --git a/public/images/mice/large/rift-gargoyle.png b/public/images/mice/large/rift-gargoyle.png
new file mode 100644
index 00000000..f7ca83e8
Binary files /dev/null and b/public/images/mice/large/rift-gargoyle.png differ
diff --git a/public/images/mice/large/rift-gate-guardian.png b/public/images/mice/large/rift-gate-guardian.png
new file mode 100644
index 00000000..a87c7fb1
Binary files /dev/null and b/public/images/mice/large/rift-gate-guardian.png differ
diff --git a/public/images/mice/large/rift-gaunt-bard-champ.png b/public/images/mice/large/rift-gaunt-bard-champ.png
new file mode 100644
index 00000000..cec498fb
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-bard-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-bard.png b/public/images/mice/large/rift-gaunt-bard.png
new file mode 100644
index 00000000..9dbba0f0
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-bard.png differ
diff --git a/public/images/mice/large/rift-gaunt-dust-champ.png b/public/images/mice/large/rift-gaunt-dust-champ.png
new file mode 100644
index 00000000..8e496534
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-dust-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-dust.png b/public/images/mice/large/rift-gaunt-dust.png
new file mode 100644
index 00000000..7aafd7ff
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-dust.png differ
diff --git a/public/images/mice/large/rift-gaunt-eclipse.png b/public/images/mice/large/rift-gaunt-eclipse.png
new file mode 100644
index 00000000..3bbe5964
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-eclipse.png differ
diff --git a/public/images/mice/large/rift-gaunt-elixir-one.png b/public/images/mice/large/rift-gaunt-elixir-one.png
new file mode 100644
index 00000000..3fdc5422
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-elixir-one.png differ
diff --git a/public/images/mice/large/rift-gaunt-elixir-two.png b/public/images/mice/large/rift-gaunt-elixir-two.png
new file mode 100644
index 00000000..762ba2ee
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-elixir-two.png differ
diff --git a/public/images/mice/large/rift-gaunt-final-eclipse.png b/public/images/mice/large/rift-gaunt-final-eclipse.png
new file mode 100644
index 00000000..8e2097ff
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-final-eclipse.png differ
diff --git a/public/images/mice/large/rift-gaunt-generic-one.png b/public/images/mice/large/rift-gaunt-generic-one.png
new file mode 100644
index 00000000..3369df96
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-generic-one.png differ
diff --git a/public/images/mice/large/rift-gaunt-generic-three.png b/public/images/mice/large/rift-gaunt-generic-three.png
new file mode 100644
index 00000000..175ec0f0
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-generic-three.png differ
diff --git a/public/images/mice/large/rift-gaunt-generic-two.png b/public/images/mice/large/rift-gaunt-generic-two.png
new file mode 100644
index 00000000..2d072af1
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-generic-two.png differ
diff --git a/public/images/mice/large/rift-gaunt-magic-champ.png b/public/images/mice/large/rift-gaunt-magic-champ.png
new file mode 100644
index 00000000..1e48ff9a
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-magic-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-magic.png b/public/images/mice/large/rift-gaunt-magic.png
new file mode 100644
index 00000000..3a49b575
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-magic.png differ
diff --git a/public/images/mice/large/rift-gaunt-melee-champ.png b/public/images/mice/large/rift-gaunt-melee-champ.png
new file mode 100644
index 00000000..ecdfe3fc
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-melee-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-melee.png b/public/images/mice/large/rift-gaunt-melee.png
new file mode 100644
index 00000000..62680df1
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-melee.png differ
diff --git a/public/images/mice/large/rift-gaunt-monster.png b/public/images/mice/large/rift-gaunt-monster.png
new file mode 100644
index 00000000..512c62fd
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-monster.png differ
diff --git a/public/images/mice/large/rift-gaunt-noble-champ.png b/public/images/mice/large/rift-gaunt-noble-champ.png
new file mode 100644
index 00000000..a864da22
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-noble-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-noble.png b/public/images/mice/large/rift-gaunt-noble.png
new file mode 100644
index 00000000..832c708f
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-noble.png differ
diff --git a/public/images/mice/large/rift-gaunt-prestige-high.png b/public/images/mice/large/rift-gaunt-prestige-high.png
new file mode 100644
index 00000000..2e2d8a13
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-prestige-high.png differ
diff --git a/public/images/mice/large/rift-gaunt-prestige-low.png b/public/images/mice/large/rift-gaunt-prestige-low.png
new file mode 100644
index 00000000..54487f86
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-prestige-low.png differ
diff --git a/public/images/mice/large/rift-gaunt-prestige-med.png b/public/images/mice/large/rift-gaunt-prestige-med.png
new file mode 100644
index 00000000..b1cc6d5c
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-prestige-med.png differ
diff --git a/public/images/mice/large/rift-gaunt-puppet-champ.png b/public/images/mice/large/rift-gaunt-puppet-champ.png
new file mode 100644
index 00000000..d5ed7351
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-puppet-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-puppet.png b/public/images/mice/large/rift-gaunt-puppet.png
new file mode 100644
index 00000000..9a5a8d16
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-puppet.png differ
diff --git a/public/images/mice/large/rift-gaunt-rare.png b/public/images/mice/large/rift-gaunt-rare.png
new file mode 100644
index 00000000..e229247f
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-rare.png differ
diff --git a/public/images/mice/large/rift-gaunt-thief-champ.png b/public/images/mice/large/rift-gaunt-thief-champ.png
new file mode 100644
index 00000000..86075d12
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-thief-champ.png differ
diff --git a/public/images/mice/large/rift-gaunt-thief.png b/public/images/mice/large/rift-gaunt-thief.png
new file mode 100644
index 00000000..80170ebb
Binary files /dev/null and b/public/images/mice/large/rift-gaunt-thief.png differ
diff --git a/public/images/mice/large/rift-ghost-pirate.png b/public/images/mice/large/rift-ghost-pirate.png
new file mode 100644
index 00000000..485944e5
Binary files /dev/null and b/public/images/mice/large/rift-ghost-pirate.png differ
diff --git a/public/images/mice/large/rift-goblin.png b/public/images/mice/large/rift-goblin.png
new file mode 100644
index 00000000..e672c09a
Binary files /dev/null and b/public/images/mice/large/rift-goblin.png differ
diff --git a/public/images/mice/large/rift-gold.png b/public/images/mice/large/rift-gold.png
new file mode 100644
index 00000000..cf21f015
Binary files /dev/null and b/public/images/mice/large/rift-gold.png differ
diff --git a/public/images/mice/large/rift-goldleaf.png b/public/images/mice/large/rift-goldleaf.png
new file mode 100644
index 00000000..2c025cc8
Binary files /dev/null and b/public/images/mice/large/rift-goldleaf.png differ
diff --git a/public/images/mice/large/rift-golem.png b/public/images/mice/large/rift-golem.png
new file mode 100644
index 00000000..3998451c
Binary files /dev/null and b/public/images/mice/large/rift-golem.png differ
diff --git a/public/images/mice/large/rift-gorgon.png b/public/images/mice/large/rift-gorgon.png
new file mode 100644
index 00000000..5cf2c1b9
Binary files /dev/null and b/public/images/mice/large/rift-gorgon.png differ
diff --git a/public/images/mice/large/rift-granite.png b/public/images/mice/large/rift-granite.png
new file mode 100644
index 00000000..5350f80f
Binary files /dev/null and b/public/images/mice/large/rift-granite.png differ
diff --git a/public/images/mice/large/rift-grave-digger.png b/public/images/mice/large/rift-grave-digger.png
new file mode 100644
index 00000000..cbc481c3
Binary files /dev/null and b/public/images/mice/large/rift-grave-digger.png differ
diff --git a/public/images/mice/large/rift-grey.png b/public/images/mice/large/rift-grey.png
new file mode 100644
index 00000000..c078c76c
Binary files /dev/null and b/public/images/mice/large/rift-grey.png differ
diff --git a/public/images/mice/large/rift-hapless.png b/public/images/mice/large/rift-hapless.png
new file mode 100644
index 00000000..2cac86db
Binary files /dev/null and b/public/images/mice/large/rift-hapless.png differ
diff --git a/public/images/mice/large/rift-harpy.png b/public/images/mice/large/rift-harpy.png
new file mode 100644
index 00000000..070ccc74
Binary files /dev/null and b/public/images/mice/large/rift-harpy.png differ
diff --git a/public/images/mice/large/rift-hydra.png b/public/images/mice/large/rift-hydra.png
new file mode 100644
index 00000000..0d8941c1
Binary files /dev/null and b/public/images/mice/large/rift-hydra.png differ
diff --git a/public/images/mice/large/rift-itty-bitty-burroughs.png b/public/images/mice/large/rift-itty-bitty-burroughs.png
new file mode 100644
index 00000000..47b2bdea
Binary files /dev/null and b/public/images/mice/large/rift-itty-bitty-burroughs.png differ
diff --git a/public/images/mice/large/rift-keeper.png b/public/images/mice/large/rift-keeper.png
new file mode 100644
index 00000000..bb8508f3
Binary files /dev/null and b/public/images/mice/large/rift-keeper.png differ
diff --git a/public/images/mice/large/rift-keepers-assistant.png b/public/images/mice/large/rift-keepers-assistant.png
new file mode 100644
index 00000000..1edecbe4
Binary files /dev/null and b/public/images/mice/large/rift-keepers-assistant.png differ
diff --git a/public/images/mice/large/rift-kung-fu.png b/public/images/mice/large/rift-kung-fu.png
new file mode 100644
index 00000000..e0bdfdfd
Binary files /dev/null and b/public/images/mice/large/rift-kung-fu.png differ
diff --git a/public/images/mice/large/rift-lambent.png b/public/images/mice/large/rift-lambent.png
new file mode 100644
index 00000000..0e36759e
Binary files /dev/null and b/public/images/mice/large/rift-lambent.png differ
diff --git a/public/images/mice/large/rift-lich.png b/public/images/mice/large/rift-lich.png
new file mode 100644
index 00000000..8c86bbd2
Binary files /dev/null and b/public/images/mice/large/rift-lich.png differ
diff --git a/public/images/mice/large/rift-lightning.png b/public/images/mice/large/rift-lightning.png
new file mode 100644
index 00000000..6094574e
Binary files /dev/null and b/public/images/mice/large/rift-lightning.png differ
diff --git a/public/images/mice/large/rift-lycan.png b/public/images/mice/large/rift-lycan.png
new file mode 100644
index 00000000..a9088133
Binary files /dev/null and b/public/images/mice/large/rift-lycan.png differ
diff --git a/public/images/mice/large/rift-master-exploder.png b/public/images/mice/large/rift-master-exploder.png
new file mode 100644
index 00000000..7a5db6f8
Binary files /dev/null and b/public/images/mice/large/rift-master-exploder.png differ
diff --git a/public/images/mice/large/rift-mecha-tail.png b/public/images/mice/large/rift-mecha-tail.png
new file mode 100644
index 00000000..8fa6270b
Binary files /dev/null and b/public/images/mice/large/rift-mecha-tail.png differ
diff --git a/public/images/mice/large/rift-menace.png b/public/images/mice/large/rift-menace.png
new file mode 100644
index 00000000..85d37133
Binary files /dev/null and b/public/images/mice/large/rift-menace.png differ
diff --git a/public/images/mice/large/rift-mole.png b/public/images/mice/large/rift-mole.png
new file mode 100644
index 00000000..79f6131b
Binary files /dev/null and b/public/images/mice/large/rift-mole.png differ
diff --git a/public/images/mice/large/rift-monk.png b/public/images/mice/large/rift-monk.png
new file mode 100644
index 00000000..13cdabd6
Binary files /dev/null and b/public/images/mice/large/rift-monk.png differ
diff --git a/public/images/mice/large/rift-monstrous-abomination.png b/public/images/mice/large/rift-monstrous-abomination.png
new file mode 100644
index 00000000..7a6af35e
Binary files /dev/null and b/public/images/mice/large/rift-monstrous-abomination.png differ
diff --git a/public/images/mice/large/rift-moosker.png b/public/images/mice/large/rift-moosker.png
new file mode 100644
index 00000000..9cc8449e
Binary files /dev/null and b/public/images/mice/large/rift-moosker.png differ
diff --git a/public/images/mice/large/rift-ninja.png b/public/images/mice/large/rift-ninja.png
new file mode 100644
index 00000000..2a3dad18
Binary files /dev/null and b/public/images/mice/large/rift-ninja.png differ
diff --git a/public/images/mice/large/rift-nomad.png b/public/images/mice/large/rift-nomad.png
new file mode 100644
index 00000000..342f06a0
Binary files /dev/null and b/public/images/mice/large/rift-nomad.png differ
diff --git a/public/images/mice/large/rift-ooze.png b/public/images/mice/large/rift-ooze.png
new file mode 100644
index 00000000..d198b8d2
Binary files /dev/null and b/public/images/mice/large/rift-ooze.png differ
diff --git a/public/images/mice/large/rift-phase-zombie.png b/public/images/mice/large/rift-phase-zombie.png
new file mode 100644
index 00000000..95473022
Binary files /dev/null and b/public/images/mice/large/rift-phase-zombie.png differ
diff --git a/public/images/mice/large/rift-plutonium-tentacle.png b/public/images/mice/large/rift-plutonium-tentacle.png
new file mode 100644
index 00000000..7ad0913b
Binary files /dev/null and b/public/images/mice/large/rift-plutonium-tentacle.png differ
diff --git a/public/images/mice/large/rift-pneumatic-dirt-displacement.png b/public/images/mice/large/rift-pneumatic-dirt-displacement.png
new file mode 100644
index 00000000..29d69ba8
Binary files /dev/null and b/public/images/mice/large/rift-pneumatic-dirt-displacement.png differ
diff --git a/public/images/mice/large/rift-portable-generator.png b/public/images/mice/large/rift-portable-generator.png
new file mode 100644
index 00000000..486422c7
Binary files /dev/null and b/public/images/mice/large/rift-portable-generator.png differ
diff --git a/public/images/mice/large/rift-prototype.png b/public/images/mice/large/rift-prototype.png
new file mode 100644
index 00000000..396a23bc
Binary files /dev/null and b/public/images/mice/large/rift-prototype.png differ
diff --git a/public/images/mice/large/rift-radioactive-gold.png b/public/images/mice/large/rift-radioactive-gold.png
new file mode 100644
index 00000000..25f0b145
Binary files /dev/null and b/public/images/mice/large/rift-radioactive-gold.png differ
diff --git a/public/images/mice/large/rift-rancid-bog-beast.png b/public/images/mice/large/rift-rancid-bog-beast.png
new file mode 100644
index 00000000..a5aad6c5
Binary files /dev/null and b/public/images/mice/large/rift-rancid-bog-beast.png differ
diff --git a/public/images/mice/large/rift-realm-ripper.png b/public/images/mice/large/rift-realm-ripper.png
new file mode 100644
index 00000000..c7c702d1
Binary files /dev/null and b/public/images/mice/large/rift-realm-ripper.png differ
diff --git a/public/images/mice/large/rift-reaper.png b/public/images/mice/large/rift-reaper.png
new file mode 100644
index 00000000..37b7438a
Binary files /dev/null and b/public/images/mice/large/rift-reaper.png differ
diff --git a/public/images/mice/large/rift-revenant.png b/public/images/mice/large/rift-revenant.png
new file mode 100644
index 00000000..d9928360
Binary files /dev/null and b/public/images/mice/large/rift-revenant.png differ
diff --git a/public/images/mice/large/rift-rifterranian.png b/public/images/mice/large/rift-rifterranian.png
new file mode 100644
index 00000000..159db0f9
Binary files /dev/null and b/public/images/mice/large/rift-rifterranian.png differ
diff --git a/public/images/mice/large/rift-robat.png b/public/images/mice/large/rift-robat.png
new file mode 100644
index 00000000..dfa23346
Binary files /dev/null and b/public/images/mice/large/rift-robat.png differ
diff --git a/public/images/mice/large/rift-samurai.png b/public/images/mice/large/rift-samurai.png
new file mode 100644
index 00000000..8daa3757
Binary files /dev/null and b/public/images/mice/large/rift-samurai.png differ
diff --git a/public/images/mice/large/rift-scavenger.png b/public/images/mice/large/rift-scavenger.png
new file mode 100644
index 00000000..7eba0b06
Binary files /dev/null and b/public/images/mice/large/rift-scavenger.png differ
diff --git a/public/images/mice/large/rift-shaman.png b/public/images/mice/large/rift-shaman.png
new file mode 100644
index 00000000..9eeaf653
Binary files /dev/null and b/public/images/mice/large/rift-shaman.png differ
diff --git a/public/images/mice/large/rift-silth.png b/public/images/mice/large/rift-silth.png
new file mode 100644
index 00000000..6e1e584f
Binary files /dev/null and b/public/images/mice/large/rift-silth.png differ
diff --git a/public/images/mice/large/rift-skeleton.png b/public/images/mice/large/rift-skeleton.png
new file mode 100644
index 00000000..849b0836
Binary files /dev/null and b/public/images/mice/large/rift-skeleton.png differ
diff --git a/public/images/mice/large/rift-sorcerer.png b/public/images/mice/large/rift-sorcerer.png
new file mode 100644
index 00000000..d22c4e60
Binary files /dev/null and b/public/images/mice/large/rift-sorcerer.png differ
diff --git a/public/images/mice/large/rift-spectre.png b/public/images/mice/large/rift-spectre.png
new file mode 100644
index 00000000..9ebcf513
Binary files /dev/null and b/public/images/mice/large/rift-spectre.png differ
diff --git a/public/images/mice/large/rift-spider.png b/public/images/mice/large/rift-spider.png
new file mode 100644
index 00000000..68c4db3e
Binary files /dev/null and b/public/images/mice/large/rift-spider.png differ
diff --git a/public/images/mice/large/rift-spore.png b/public/images/mice/large/rift-spore.png
new file mode 100644
index 00000000..aa9c87d0
Binary files /dev/null and b/public/images/mice/large/rift-spore.png differ
diff --git a/public/images/mice/large/rift-spotted.png b/public/images/mice/large/rift-spotted.png
new file mode 100644
index 00000000..fc2c575f
Binary files /dev/null and b/public/images/mice/large/rift-spotted.png differ
diff --git a/public/images/mice/large/rift-stalker.png b/public/images/mice/large/rift-stalker.png
new file mode 100644
index 00000000..6df1cdab
Binary files /dev/null and b/public/images/mice/large/rift-stalker.png differ
diff --git a/public/images/mice/large/rift-steel.png b/public/images/mice/large/rift-steel.png
new file mode 100644
index 00000000..5d1b306f
Binary files /dev/null and b/public/images/mice/large/rift-steel.png differ
diff --git a/public/images/mice/large/rift-surgeon-bot.png b/public/images/mice/large/rift-surgeon-bot.png
new file mode 100644
index 00000000..6feb5f35
Binary files /dev/null and b/public/images/mice/large/rift-surgeon-bot.png differ
diff --git a/public/images/mice/large/rift-sylvan.png b/public/images/mice/large/rift-sylvan.png
new file mode 100644
index 00000000..4ca4569e
Binary files /dev/null and b/public/images/mice/large/rift-sylvan.png differ
diff --git a/public/images/mice/large/rift-tech-ravenous-zombie.png b/public/images/mice/large/rift-tech-ravenous-zombie.png
new file mode 100644
index 00000000..bd4d4e86
Binary files /dev/null and b/public/images/mice/large/rift-tech-ravenous-zombie.png differ
diff --git a/public/images/mice/large/rift-terror-knight.png b/public/images/mice/large/rift-terror-knight.png
new file mode 100644
index 00000000..a9b2366f
Binary files /dev/null and b/public/images/mice/large/rift-terror-knight.png differ
diff --git a/public/images/mice/large/rift-tiger.png b/public/images/mice/large/rift-tiger.png
new file mode 100644
index 00000000..c5b1e58d
Binary files /dev/null and b/public/images/mice/large/rift-tiger.png differ
diff --git a/public/images/mice/large/rift-tiny.png b/public/images/mice/large/rift-tiny.png
new file mode 100644
index 00000000..8e364321
Binary files /dev/null and b/public/images/mice/large/rift-tiny.png differ
diff --git a/public/images/mice/large/rift-toxic-avenger.png b/public/images/mice/large/rift-toxic-avenger.png
new file mode 100644
index 00000000..9fd6a382
Binary files /dev/null and b/public/images/mice/large/rift-toxic-avenger.png differ
diff --git a/public/images/mice/large/rift-toxikinetic.png b/public/images/mice/large/rift-toxikinetic.png
new file mode 100644
index 00000000..1dfe84e9
Binary files /dev/null and b/public/images/mice/large/rift-toxikinetic.png differ
diff --git a/public/images/mice/large/rift-treant.png b/public/images/mice/large/rift-treant.png
new file mode 100644
index 00000000..45b37824
Binary files /dev/null and b/public/images/mice/large/rift-treant.png differ
diff --git a/public/images/mice/large/rift-troll.png b/public/images/mice/large/rift-troll.png
new file mode 100644
index 00000000..ad970427
Binary files /dev/null and b/public/images/mice/large/rift-troll.png differ
diff --git a/public/images/mice/large/rift-water-nymph.png b/public/images/mice/large/rift-water-nymph.png
new file mode 100644
index 00000000..70356ffe
Binary files /dev/null and b/public/images/mice/large/rift-water-nymph.png differ
diff --git a/public/images/mice/large/rift-white.png b/public/images/mice/large/rift-white.png
new file mode 100644
index 00000000..d8545523
Binary files /dev/null and b/public/images/mice/large/rift-white.png differ
diff --git a/public/images/mice/large/rift-wiggler.png b/public/images/mice/large/rift-wiggler.png
new file mode 100644
index 00000000..8d49aebc
Binary files /dev/null and b/public/images/mice/large/rift-wiggler.png differ
diff --git a/public/images/mice/large/rift-wight.png b/public/images/mice/large/rift-wight.png
new file mode 100644
index 00000000..8c3a2566
Binary files /dev/null and b/public/images/mice/large/rift-wight.png differ
diff --git a/public/images/mice/large/rift-worker.png b/public/images/mice/large/rift-worker.png
new file mode 100644
index 00000000..2c010261
Binary files /dev/null and b/public/images/mice/large/rift-worker.png differ
diff --git a/public/images/mice/large/rift-zombot-unipire.png b/public/images/mice/large/rift-zombot-unipire.png
new file mode 100644
index 00000000..c1610b91
Binary files /dev/null and b/public/images/mice/large/rift-zombot-unipire.png differ
diff --git a/public/images/mice/large/rimeus-polarblast.png b/public/images/mice/large/rimeus-polarblast.png
new file mode 100644
index 00000000..4aff31e6
Binary files /dev/null and b/public/images/mice/large/rimeus-polarblast.png differ
diff --git a/public/images/mice/large/riptide.png b/public/images/mice/large/riptide.png
new file mode 100644
index 00000000..d0f1eb0d
Binary files /dev/null and b/public/images/mice/large/riptide.png differ
diff --git a/public/images/mice/large/rock-muncher.png b/public/images/mice/large/rock-muncher.png
new file mode 100644
index 00000000..4b26770a
Binary files /dev/null and b/public/images/mice/large/rock-muncher.png differ
diff --git a/public/images/mice/large/rogue.png b/public/images/mice/large/rogue.png
new file mode 100644
index 00000000..e0aa92a4
Binary files /dev/null and b/public/images/mice/large/rogue.png differ
diff --git a/public/images/mice/large/romeno.png b/public/images/mice/large/romeno.png
new file mode 100644
index 00000000..952d0f30
Binary files /dev/null and b/public/images/mice/large/romeno.png differ
diff --git a/public/images/mice/large/romeo.png b/public/images/mice/large/romeo.png
new file mode 100644
index 00000000..5650567d
Binary files /dev/null and b/public/images/mice/large/romeo.png differ
diff --git a/public/images/mice/large/root-rummager.png b/public/images/mice/large/root-rummager.png
new file mode 100644
index 00000000..134f9583
Binary files /dev/null and b/public/images/mice/large/root-rummager.png differ
diff --git a/public/images/mice/large/rr-8.png b/public/images/mice/large/rr-8.png
new file mode 100644
index 00000000..3c0c14fc
Binary files /dev/null and b/public/images/mice/large/rr-8.png differ
diff --git a/public/images/mice/large/rubble-rouser.png b/public/images/mice/large/rubble-rouser.png
new file mode 100644
index 00000000..a7250b31
Binary files /dev/null and b/public/images/mice/large/rubble-rouser.png differ
diff --git a/public/images/mice/large/rubble-rummager.png b/public/images/mice/large/rubble-rummager.png
new file mode 100644
index 00000000..7c799d94
Binary files /dev/null and b/public/images/mice/large/rubble-rummager.png differ
diff --git a/public/images/mice/large/ruffian.png b/public/images/mice/large/ruffian.png
new file mode 100644
index 00000000..253311e2
Binary files /dev/null and b/public/images/mice/large/ruffian.png differ
diff --git a/public/images/mice/large/saboteur.png b/public/images/mice/large/saboteur.png
new file mode 100644
index 00000000..249af9bb
Binary files /dev/null and b/public/images/mice/large/saboteur.png differ
diff --git a/public/images/mice/large/sacred-shrine.png b/public/images/mice/large/sacred-shrine.png
new file mode 100644
index 00000000..5c205827
Binary files /dev/null and b/public/images/mice/large/sacred-shrine.png differ
diff --git a/public/images/mice/large/saloon-gal.png b/public/images/mice/large/saloon-gal.png
new file mode 100644
index 00000000..863a9c3f
Binary files /dev/null and b/public/images/mice/large/saloon-gal.png differ
diff --git a/public/images/mice/large/salt-water-snapper.png b/public/images/mice/large/salt-water-snapper.png
new file mode 100644
index 00000000..dbc68a17
Binary files /dev/null and b/public/images/mice/large/salt-water-snapper.png differ
diff --git a/public/images/mice/large/saltwater-axolotl.png b/public/images/mice/large/saltwater-axolotl.png
new file mode 100644
index 00000000..38beede5
Binary files /dev/null and b/public/images/mice/large/saltwater-axolotl.png differ
diff --git a/public/images/mice/large/samurai.png b/public/images/mice/large/samurai.png
new file mode 100644
index 00000000..98c2921c
Binary files /dev/null and b/public/images/mice/large/samurai.png differ
diff --git a/public/images/mice/large/sand-colossus.png b/public/images/mice/large/sand-colossus.png
new file mode 100644
index 00000000..c3235afc
Binary files /dev/null and b/public/images/mice/large/sand-colossus.png differ
diff --git a/public/images/mice/large/sand-dollar-diver.png b/public/images/mice/large/sand-dollar-diver.png
new file mode 100644
index 00000000..41559f5c
Binary files /dev/null and b/public/images/mice/large/sand-dollar-diver.png differ
diff --git a/public/images/mice/large/sand-dollar-queen.png b/public/images/mice/large/sand-dollar-queen.png
new file mode 100644
index 00000000..d6a93b6d
Binary files /dev/null and b/public/images/mice/large/sand-dollar-queen.png differ
diff --git a/public/images/mice/large/sand-pilgrim.png b/public/images/mice/large/sand-pilgrim.png
new file mode 100644
index 00000000..39db09b0
Binary files /dev/null and b/public/images/mice/large/sand-pilgrim.png differ
diff --git a/public/images/mice/large/sand-sifter.png b/public/images/mice/large/sand-sifter.png
new file mode 100644
index 00000000..ffd625b8
Binary files /dev/null and b/public/images/mice/large/sand-sifter.png differ
diff --git a/public/images/mice/large/sanguinarian.png b/public/images/mice/large/sanguinarian.png
new file mode 100644
index 00000000..c29a13d9
Binary files /dev/null and b/public/images/mice/large/sanguinarian.png differ
diff --git a/public/images/mice/large/sarcophamouse.png b/public/images/mice/large/sarcophamouse.png
new file mode 100644
index 00000000..1e391066
Binary files /dev/null and b/public/images/mice/large/sarcophamouse.png differ
diff --git a/public/images/mice/large/sassy-salsa-dancer.png b/public/images/mice/large/sassy-salsa-dancer.png
new file mode 100644
index 00000000..c87b0eaa
Binary files /dev/null and b/public/images/mice/large/sassy-salsa-dancer.png differ
diff --git a/public/images/mice/large/scarab.png b/public/images/mice/large/scarab.png
new file mode 100644
index 00000000..42b5a0bf
Binary files /dev/null and b/public/images/mice/large/scarab.png differ
diff --git a/public/images/mice/large/scarecrow.png b/public/images/mice/large/scarecrow.png
new file mode 100644
index 00000000..454fc2d6
Binary files /dev/null and b/public/images/mice/large/scarecrow.png differ
diff --git a/public/images/mice/large/scarlet-revenger.png b/public/images/mice/large/scarlet-revenger.png
new file mode 100644
index 00000000..d3a7a299
Binary files /dev/null and b/public/images/mice/large/scarlet-revenger.png differ
diff --git a/public/images/mice/large/scavenger.png b/public/images/mice/large/scavenger.png
new file mode 100644
index 00000000..004dfeff
Binary files /dev/null and b/public/images/mice/large/scavenger.png differ
diff --git a/public/images/mice/large/scheming-squire.png b/public/images/mice/large/scheming-squire.png
new file mode 100644
index 00000000..df56d9ec
Binary files /dev/null and b/public/images/mice/large/scheming-squire.png differ
diff --git a/public/images/mice/large/school-of-mish.png b/public/images/mice/large/school-of-mish.png
new file mode 100644
index 00000000..c03082a0
Binary files /dev/null and b/public/images/mice/large/school-of-mish.png differ
diff --git a/public/images/mice/large/scorned-pirate.png b/public/images/mice/large/scorned-pirate.png
new file mode 100644
index 00000000..6f0103ad
Binary files /dev/null and b/public/images/mice/large/scorned-pirate.png differ
diff --git a/public/images/mice/large/scout.png b/public/images/mice/large/scout.png
new file mode 100644
index 00000000..8fe1fd57
Binary files /dev/null and b/public/images/mice/large/scout.png differ
diff --git a/public/images/mice/large/scrap-metal-monster.png b/public/images/mice/large/scrap-metal-monster.png
new file mode 100644
index 00000000..9d6fb4bc
Binary files /dev/null and b/public/images/mice/large/scrap-metal-monster.png differ
diff --git a/public/images/mice/large/scribe.png b/public/images/mice/large/scribe.png
new file mode 100644
index 00000000..bd67e244
Binary files /dev/null and b/public/images/mice/large/scribe.png differ
diff --git a/public/images/mice/large/scrooge.png b/public/images/mice/large/scrooge.png
new file mode 100644
index 00000000..135ef7d3
Binary files /dev/null and b/public/images/mice/large/scrooge.png differ
diff --git a/public/images/mice/large/scruffy.png b/public/images/mice/large/scruffy.png
new file mode 100644
index 00000000..8ccc22d2
Binary files /dev/null and b/public/images/mice/large/scruffy.png differ
diff --git a/public/images/mice/large/seadragon.png b/public/images/mice/large/seadragon.png
new file mode 100644
index 00000000..c1e8118e
Binary files /dev/null and b/public/images/mice/large/seadragon.png differ
diff --git a/public/images/mice/large/seasoned-islandographer.png b/public/images/mice/large/seasoned-islandographer.png
new file mode 100644
index 00000000..d22cd671
Binary files /dev/null and b/public/images/mice/large/seasoned-islandographer.png differ
diff --git a/public/images/mice/large/seer.png b/public/images/mice/large/seer.png
new file mode 100644
index 00000000..559d575d
Binary files /dev/null and b/public/images/mice/large/seer.png differ
diff --git a/public/images/mice/large/serpent-monster.png b/public/images/mice/large/serpent-monster.png
new file mode 100644
index 00000000..934741e8
Binary files /dev/null and b/public/images/mice/large/serpent-monster.png differ
diff --git a/public/images/mice/large/serpentine.png b/public/images/mice/large/serpentine.png
new file mode 100644
index 00000000..52929845
Binary files /dev/null and b/public/images/mice/large/serpentine.png differ
diff --git a/public/images/mice/large/shadow-paragon.png b/public/images/mice/large/shadow-paragon.png
new file mode 100644
index 00000000..f7c22a3b
Binary files /dev/null and b/public/images/mice/large/shadow-paragon.png differ
diff --git a/public/images/mice/large/shadow-sage.png b/public/images/mice/large/shadow-sage.png
new file mode 100644
index 00000000..ea31ea96
Binary files /dev/null and b/public/images/mice/large/shadow-sage.png differ
diff --git a/public/images/mice/large/shadow-sorcerer.png b/public/images/mice/large/shadow-sorcerer.png
new file mode 100644
index 00000000..1367b5fe
Binary files /dev/null and b/public/images/mice/large/shadow-sorcerer.png differ
diff --git a/public/images/mice/large/shaman.png b/public/images/mice/large/shaman.png
new file mode 100644
index 00000000..ce7935e5
Binary files /dev/null and b/public/images/mice/large/shaman.png differ
diff --git a/public/images/mice/large/sharpshooter.png b/public/images/mice/large/sharpshooter.png
new file mode 100644
index 00000000..8b80394c
Binary files /dev/null and b/public/images/mice/large/sharpshooter.png differ
diff --git a/public/images/mice/large/shattered-carmine.png b/public/images/mice/large/shattered-carmine.png
new file mode 100644
index 00000000..ecf5f98d
Binary files /dev/null and b/public/images/mice/large/shattered-carmine.png differ
diff --git a/public/images/mice/large/shattered-obsidian.png b/public/images/mice/large/shattered-obsidian.png
new file mode 100644
index 00000000..86703c77
Binary files /dev/null and b/public/images/mice/large/shattered-obsidian.png differ
diff --git a/public/images/mice/large/shelder.png b/public/images/mice/large/shelder.png
new file mode 100644
index 00000000..bac5c92d
Binary files /dev/null and b/public/images/mice/large/shelder.png differ
diff --git a/public/images/mice/large/shipwrecked.png b/public/images/mice/large/shipwrecked.png
new file mode 100644
index 00000000..8849c9bb
Binary files /dev/null and b/public/images/mice/large/shipwrecked.png differ
diff --git a/public/images/mice/large/shopkeeper.png b/public/images/mice/large/shopkeeper.png
new file mode 100644
index 00000000..1e641369
Binary files /dev/null and b/public/images/mice/large/shopkeeper.png differ
diff --git a/public/images/mice/large/shortcut.png b/public/images/mice/large/shortcut.png
new file mode 100644
index 00000000..af8c75ed
Binary files /dev/null and b/public/images/mice/large/shortcut.png differ
diff --git a/public/images/mice/large/shroom.png b/public/images/mice/large/shroom.png
new file mode 100644
index 00000000..bb99b530
Binary files /dev/null and b/public/images/mice/large/shroom.png differ
diff --git a/public/images/mice/large/silth.png b/public/images/mice/large/silth.png
new file mode 100644
index 00000000..b024020b
Binary files /dev/null and b/public/images/mice/large/silth.png differ
diff --git a/public/images/mice/large/silvertail.png b/public/images/mice/large/silvertail.png
new file mode 100644
index 00000000..3a3ff6ce
Binary files /dev/null and b/public/images/mice/large/silvertail.png differ
diff --git a/public/images/mice/large/sinister-egg-painter.png b/public/images/mice/large/sinister-egg-painter.png
new file mode 100644
index 00000000..047df3f8
Binary files /dev/null and b/public/images/mice/large/sinister-egg-painter.png differ
diff --git a/public/images/mice/large/sinister-squid.png b/public/images/mice/large/sinister-squid.png
new file mode 100644
index 00000000..2e7a5b84
Binary files /dev/null and b/public/images/mice/large/sinister-squid.png differ
diff --git a/public/images/mice/large/siren.png b/public/images/mice/large/siren.png
new file mode 100644
index 00000000..b2357132
Binary files /dev/null and b/public/images/mice/large/siren.png differ
diff --git a/public/images/mice/large/skeleton.png b/public/images/mice/large/skeleton.png
new file mode 100644
index 00000000..bff4e4eb
Binary files /dev/null and b/public/images/mice/large/skeleton.png differ
diff --git a/public/images/mice/large/sky-dancer.png b/public/images/mice/large/sky-dancer.png
new file mode 100644
index 00000000..380a88c1
Binary files /dev/null and b/public/images/mice/large/sky-dancer.png differ
diff --git a/public/images/mice/large/sky-glass-glazier.png b/public/images/mice/large/sky-glass-glazier.png
new file mode 100644
index 00000000..d2fdb555
Binary files /dev/null and b/public/images/mice/large/sky-glass-glazier.png differ
diff --git a/public/images/mice/large/sky-glass-sorcerer.png b/public/images/mice/large/sky-glass-sorcerer.png
new file mode 100644
index 00000000..90d2af73
Binary files /dev/null and b/public/images/mice/large/sky-glass-sorcerer.png differ
diff --git a/public/images/mice/large/sky-greaser.png b/public/images/mice/large/sky-greaser.png
new file mode 100644
index 00000000..525ec267
Binary files /dev/null and b/public/images/mice/large/sky-greaser.png differ
diff --git a/public/images/mice/large/sky-highborne.png b/public/images/mice/large/sky-highborne.png
new file mode 100644
index 00000000..4228d548
Binary files /dev/null and b/public/images/mice/large/sky-highborne.png differ
diff --git a/public/images/mice/large/sky-squire.png b/public/images/mice/large/sky-squire.png
new file mode 100644
index 00000000..37096a0f
Binary files /dev/null and b/public/images/mice/large/sky-squire.png differ
diff --git a/public/images/mice/large/sky-surfer.png b/public/images/mice/large/sky-surfer.png
new file mode 100644
index 00000000..bbcc4020
Binary files /dev/null and b/public/images/mice/large/sky-surfer.png differ
diff --git a/public/images/mice/large/sky-swordsman.png b/public/images/mice/large/sky-swordsman.png
new file mode 100644
index 00000000..c91d860f
Binary files /dev/null and b/public/images/mice/large/sky-swordsman.png differ
diff --git a/public/images/mice/large/skydiver.png b/public/images/mice/large/skydiver.png
new file mode 100644
index 00000000..d7cfca73
Binary files /dev/null and b/public/images/mice/large/skydiver.png differ
diff --git a/public/images/mice/large/slay.png b/public/images/mice/large/slay.png
new file mode 100644
index 00000000..876819c7
Binary files /dev/null and b/public/images/mice/large/slay.png differ
diff --git a/public/images/mice/large/slayer.png b/public/images/mice/large/slayer.png
new file mode 100644
index 00000000..db70098c
Binary files /dev/null and b/public/images/mice/large/slayer.png differ
diff --git a/public/images/mice/large/sleep-starved-scholar.png b/public/images/mice/large/sleep-starved-scholar.png
new file mode 100644
index 00000000..2356d3c0
Binary files /dev/null and b/public/images/mice/large/sleep-starved-scholar.png differ
diff --git a/public/images/mice/large/sleepwalker.png b/public/images/mice/large/sleepwalker.png
new file mode 100644
index 00000000..f5f28b37
Binary files /dev/null and b/public/images/mice/large/sleepwalker.png differ
diff --git a/public/images/mice/large/sleepy-merchant.png b/public/images/mice/large/sleepy-merchant.png
new file mode 100644
index 00000000..303e4d65
Binary files /dev/null and b/public/images/mice/large/sleepy-merchant.png differ
diff --git a/public/images/mice/large/slimefist.png b/public/images/mice/large/slimefist.png
new file mode 100644
index 00000000..8a339ef4
Binary files /dev/null and b/public/images/mice/large/slimefist.png differ
diff --git a/public/images/mice/large/slope-swimmer.png b/public/images/mice/large/slope-swimmer.png
new file mode 100644
index 00000000..553c2145
Binary files /dev/null and b/public/images/mice/large/slope-swimmer.png differ
diff --git a/public/images/mice/large/sludge-scientist.png b/public/images/mice/large/sludge-scientist.png
new file mode 100644
index 00000000..5dbe200d
Binary files /dev/null and b/public/images/mice/large/sludge-scientist.png differ
diff --git a/public/images/mice/large/sludge-soaker.png b/public/images/mice/large/sludge-soaker.png
new file mode 100644
index 00000000..10114313
Binary files /dev/null and b/public/images/mice/large/sludge-soaker.png differ
diff --git a/public/images/mice/large/sludge-swimmer.png b/public/images/mice/large/sludge-swimmer.png
new file mode 100644
index 00000000..e9f9e4b4
Binary files /dev/null and b/public/images/mice/large/sludge-swimmer.png differ
diff --git a/public/images/mice/large/sludge.png b/public/images/mice/large/sludge.png
new file mode 100644
index 00000000..aec8705f
Binary files /dev/null and b/public/images/mice/large/sludge.png differ
diff --git a/public/images/mice/large/smug-smuggler.png b/public/images/mice/large/smug-smuggler.png
new file mode 100644
index 00000000..cabbeb60
Binary files /dev/null and b/public/images/mice/large/smug-smuggler.png differ
diff --git a/public/images/mice/large/snake-charmer.png b/public/images/mice/large/snake-charmer.png
new file mode 100644
index 00000000..af91340a
Binary files /dev/null and b/public/images/mice/large/snake-charmer.png differ
diff --git a/public/images/mice/large/snooty.png b/public/images/mice/large/snooty.png
new file mode 100644
index 00000000..4dd67c0b
Binary files /dev/null and b/public/images/mice/large/snooty.png differ
diff --git a/public/images/mice/large/snow-bowler.png b/public/images/mice/large/snow-bowler.png
new file mode 100644
index 00000000..dfa076a7
Binary files /dev/null and b/public/images/mice/large/snow-bowler.png differ
diff --git a/public/images/mice/large/snow-fort.png b/public/images/mice/large/snow-fort.png
new file mode 100644
index 00000000..99776eab
Binary files /dev/null and b/public/images/mice/large/snow-fort.png differ
diff --git a/public/images/mice/large/snow-scavenger.png b/public/images/mice/large/snow-scavenger.png
new file mode 100644
index 00000000..188a90a8
Binary files /dev/null and b/public/images/mice/large/snow-scavenger.png differ
diff --git a/public/images/mice/large/snow-slinger.png b/public/images/mice/large/snow-slinger.png
new file mode 100644
index 00000000..e2c330c2
Binary files /dev/null and b/public/images/mice/large/snow-slinger.png differ
diff --git a/public/images/mice/large/snow-sniper.png b/public/images/mice/large/snow-sniper.png
new file mode 100644
index 00000000..ffd8b158
Binary files /dev/null and b/public/images/mice/large/snow-sniper.png differ
diff --git a/public/images/mice/large/snow-soldier.png b/public/images/mice/large/snow-soldier.png
new file mode 100644
index 00000000..617090ad
Binary files /dev/null and b/public/images/mice/large/snow-soldier.png differ
diff --git a/public/images/mice/large/snowball-bully.png b/public/images/mice/large/snowball-bully.png
new file mode 100644
index 00000000..3426902c
Binary files /dev/null and b/public/images/mice/large/snowball-bully.png differ
diff --git a/public/images/mice/large/snowball-general-one.png b/public/images/mice/large/snowball-general-one.png
new file mode 100644
index 00000000..ba57d4d0
Binary files /dev/null and b/public/images/mice/large/snowball-general-one.png differ
diff --git a/public/images/mice/large/snowball-general-three.png b/public/images/mice/large/snowball-general-three.png
new file mode 100644
index 00000000..69d07a79
Binary files /dev/null and b/public/images/mice/large/snowball-general-three.png differ
diff --git a/public/images/mice/large/snowball-general-two.png b/public/images/mice/large/snowball-general-two.png
new file mode 100644
index 00000000..dc49a2f7
Binary files /dev/null and b/public/images/mice/large/snowball-general-two.png differ
diff --git a/public/images/mice/large/snowball-hoarder.png b/public/images/mice/large/snowball-hoarder.png
new file mode 100644
index 00000000..3e79b0ca
Binary files /dev/null and b/public/images/mice/large/snowball-hoarder.png differ
diff --git a/public/images/mice/large/snowblind.png b/public/images/mice/large/snowblind.png
new file mode 100644
index 00000000..640533af
Binary files /dev/null and b/public/images/mice/large/snowblind.png differ
diff --git a/public/images/mice/large/snowblower.png b/public/images/mice/large/snowblower.png
new file mode 100644
index 00000000..8a9121d2
Binary files /dev/null and b/public/images/mice/large/snowblower.png differ
diff --git a/public/images/mice/large/snowglobe.png b/public/images/mice/large/snowglobe.png
new file mode 100644
index 00000000..2560918c
Binary files /dev/null and b/public/images/mice/large/snowglobe.png differ
diff --git a/public/images/mice/large/snowman-architect.png b/public/images/mice/large/snowman-architect.png
new file mode 100644
index 00000000..f1f2df8e
Binary files /dev/null and b/public/images/mice/large/snowman-architect.png differ
diff --git a/public/images/mice/large/sock-puppet-ghost.png b/public/images/mice/large/sock-puppet-ghost.png
new file mode 100644
index 00000000..16354105
Binary files /dev/null and b/public/images/mice/large/sock-puppet-ghost.png differ
diff --git a/public/images/mice/large/solemn-soldier.png b/public/images/mice/large/solemn-soldier.png
new file mode 100644
index 00000000..2af37795
Binary files /dev/null and b/public/images/mice/large/solemn-soldier.png differ
diff --git a/public/images/mice/large/soothsayer.png b/public/images/mice/large/soothsayer.png
new file mode 100644
index 00000000..a1517cb4
Binary files /dev/null and b/public/images/mice/large/soothsayer.png differ
diff --git a/public/images/mice/large/sorcerer.png b/public/images/mice/large/sorcerer.png
new file mode 100644
index 00000000..c5470353
Binary files /dev/null and b/public/images/mice/large/sorcerer.png differ
diff --git a/public/images/mice/large/soul-binder.png b/public/images/mice/large/soul-binder.png
new file mode 100644
index 00000000..92420e5f
Binary files /dev/null and b/public/images/mice/large/soul-binder.png differ
diff --git a/public/images/mice/large/spear-fisher.png b/public/images/mice/large/spear-fisher.png
new file mode 100644
index 00000000..98f3ebd9
Binary files /dev/null and b/public/images/mice/large/spear-fisher.png differ
diff --git a/public/images/mice/large/spectral-butler.png b/public/images/mice/large/spectral-butler.png
new file mode 100644
index 00000000..0482429f
Binary files /dev/null and b/public/images/mice/large/spectral-butler.png differ
diff --git a/public/images/mice/large/spectral-swashbuckler.png b/public/images/mice/large/spectral-swashbuckler.png
new file mode 100644
index 00000000..7ce5df0f
Binary files /dev/null and b/public/images/mice/large/spectral-swashbuckler.png differ
diff --git a/public/images/mice/large/spectre.png b/public/images/mice/large/spectre.png
new file mode 100644
index 00000000..2dd8438c
Binary files /dev/null and b/public/images/mice/large/spectre.png differ
diff --git a/public/images/mice/large/spellbinder.png b/public/images/mice/large/spellbinder.png
new file mode 100644
index 00000000..fa26c21d
Binary files /dev/null and b/public/images/mice/large/spellbinder.png differ
diff --git a/public/images/mice/large/spheric-diviner.png b/public/images/mice/large/spheric-diviner.png
new file mode 100644
index 00000000..193b3bfa
Binary files /dev/null and b/public/images/mice/large/spheric-diviner.png differ
diff --git a/public/images/mice/large/spice-collector.png b/public/images/mice/large/spice-collector.png
new file mode 100644
index 00000000..5d04c1cd
Binary files /dev/null and b/public/images/mice/large/spice-collector.png differ
diff --git a/public/images/mice/large/spice-farmer.png b/public/images/mice/large/spice-farmer.png
new file mode 100644
index 00000000..5b783665
Binary files /dev/null and b/public/images/mice/large/spice-farmer.png differ
diff --git a/public/images/mice/large/spice-finder.png b/public/images/mice/large/spice-finder.png
new file mode 100644
index 00000000..d9daffa0
Binary files /dev/null and b/public/images/mice/large/spice-finder.png differ
diff --git a/public/images/mice/large/spice-grower.png b/public/images/mice/large/spice-grower.png
new file mode 100644
index 00000000..080d7d38
Binary files /dev/null and b/public/images/mice/large/spice-grower.png differ
diff --git a/public/images/mice/large/spice-merchant.png b/public/images/mice/large/spice-merchant.png
new file mode 100644
index 00000000..75b75b15
Binary files /dev/null and b/public/images/mice/large/spice-merchant.png differ
diff --git a/public/images/mice/large/spice-raider.png b/public/images/mice/large/spice-raider.png
new file mode 100644
index 00000000..19bd0475
Binary files /dev/null and b/public/images/mice/large/spice-raider.png differ
diff --git a/public/images/mice/large/spice-reaper.png b/public/images/mice/large/spice-reaper.png
new file mode 100644
index 00000000..a0012edd
Binary files /dev/null and b/public/images/mice/large/spice-reaper.png differ
diff --git a/public/images/mice/large/spice-seer.png b/public/images/mice/large/spice-seer.png
new file mode 100644
index 00000000..90d84ce8
Binary files /dev/null and b/public/images/mice/large/spice-seer.png differ
diff --git a/public/images/mice/large/spice-sorcerer.png b/public/images/mice/large/spice-sorcerer.png
new file mode 100644
index 00000000..ab13aa88
Binary files /dev/null and b/public/images/mice/large/spice-sorcerer.png differ
diff --git a/public/images/mice/large/spice-sovereign.png b/public/images/mice/large/spice-sovereign.png
new file mode 100644
index 00000000..fded33af
Binary files /dev/null and b/public/images/mice/large/spice-sovereign.png differ
diff --git a/public/images/mice/large/spider.png b/public/images/mice/large/spider.png
new file mode 100644
index 00000000..9d18a33a
Binary files /dev/null and b/public/images/mice/large/spider.png differ
diff --git a/public/images/mice/large/spiked-burrower.png b/public/images/mice/large/spiked-burrower.png
new file mode 100644
index 00000000..0f7dcf6d
Binary files /dev/null and b/public/images/mice/large/spiked-burrower.png differ
diff --git a/public/images/mice/large/spiky-devil.png b/public/images/mice/large/spiky-devil.png
new file mode 100644
index 00000000..d3e8efa1
Binary files /dev/null and b/public/images/mice/large/spiky-devil.png differ
diff --git a/public/images/mice/large/splintered-stone-sentry.png b/public/images/mice/large/splintered-stone-sentry.png
new file mode 100644
index 00000000..bb3c54a6
Binary files /dev/null and b/public/images/mice/large/splintered-stone-sentry.png differ
diff --git a/public/images/mice/large/spore-muncher.png b/public/images/mice/large/spore-muncher.png
new file mode 100644
index 00000000..fb866ba6
Binary files /dev/null and b/public/images/mice/large/spore-muncher.png differ
diff --git a/public/images/mice/large/spore-salesman.png b/public/images/mice/large/spore-salesman.png
new file mode 100644
index 00000000..17e81a7d
Binary files /dev/null and b/public/images/mice/large/spore-salesman.png differ
diff --git a/public/images/mice/large/spore.png b/public/images/mice/large/spore.png
new file mode 100644
index 00000000..9de27b1e
Binary files /dev/null and b/public/images/mice/large/spore.png differ
diff --git a/public/images/mice/large/sporeticus.png b/public/images/mice/large/sporeticus.png
new file mode 100644
index 00000000..126de45b
Binary files /dev/null and b/public/images/mice/large/sporeticus.png differ
diff --git a/public/images/mice/large/sporty-ski-instructor.png b/public/images/mice/large/sporty-ski-instructor.png
new file mode 100644
index 00000000..e8d78d53
Binary files /dev/null and b/public/images/mice/large/sporty-ski-instructor.png differ
diff --git a/public/images/mice/large/sporty.png b/public/images/mice/large/sporty.png
new file mode 100644
index 00000000..d01635fa
Binary files /dev/null and b/public/images/mice/large/sporty.png differ
diff --git a/public/images/mice/large/spotted.png b/public/images/mice/large/spotted.png
new file mode 100644
index 00000000..0e6a6027
Binary files /dev/null and b/public/images/mice/large/spotted.png differ
diff --git a/public/images/mice/large/spring-familiar.png b/public/images/mice/large/spring-familiar.png
new file mode 100644
index 00000000..b7a67b31
Binary files /dev/null and b/public/images/mice/large/spring-familiar.png differ
diff --git a/public/images/mice/large/spring-mouse-1.png b/public/images/mice/large/spring-mouse-1.png
new file mode 100644
index 00000000..234c0d72
Binary files /dev/null and b/public/images/mice/large/spring-mouse-1.png differ
diff --git a/public/images/mice/large/spring-mouse-2.png b/public/images/mice/large/spring-mouse-2.png
new file mode 100644
index 00000000..8c4c3835
Binary files /dev/null and b/public/images/mice/large/spring-mouse-2.png differ
diff --git a/public/images/mice/large/spring-mouse-3.png b/public/images/mice/large/spring-mouse-3.png
new file mode 100644
index 00000000..ec9a610f
Binary files /dev/null and b/public/images/mice/large/spring-mouse-3.png differ
diff --git a/public/images/mice/large/spring-mouse-4.png b/public/images/mice/large/spring-mouse-4.png
new file mode 100644
index 00000000..5d7af13a
Binary files /dev/null and b/public/images/mice/large/spring-mouse-4.png differ
diff --git a/public/images/mice/large/spring-sprig.png b/public/images/mice/large/spring-sprig.png
new file mode 100644
index 00000000..b460e4bc
Binary files /dev/null and b/public/images/mice/large/spring-sprig.png differ
diff --git a/public/images/mice/large/sprinkley-sweet.png b/public/images/mice/large/sprinkley-sweet.png
new file mode 100644
index 00000000..cf4d6c84
Binary files /dev/null and b/public/images/mice/large/sprinkley-sweet.png differ
diff --git a/public/images/mice/large/sprit-light.png b/public/images/mice/large/sprit-light.png
new file mode 100644
index 00000000..0642307f
Binary files /dev/null and b/public/images/mice/large/sprit-light.png differ
diff --git a/public/images/mice/large/spry-sky-explorer.png b/public/images/mice/large/spry-sky-explorer.png
new file mode 100644
index 00000000..6c43d97d
Binary files /dev/null and b/public/images/mice/large/spry-sky-explorer.png differ
diff --git a/public/images/mice/large/spry-sky-seer.png b/public/images/mice/large/spry-sky-seer.png
new file mode 100644
index 00000000..73370674
Binary files /dev/null and b/public/images/mice/large/spry-sky-seer.png differ
diff --git a/public/images/mice/large/spud.png b/public/images/mice/large/spud.png
new file mode 100644
index 00000000..8e59f1ef
Binary files /dev/null and b/public/images/mice/large/spud.png differ
diff --git a/public/images/mice/large/squeaken.png b/public/images/mice/large/squeaken.png
new file mode 100644
index 00000000..59041c52
Binary files /dev/null and b/public/images/mice/large/squeaken.png differ
diff --git a/public/images/mice/large/squeaker-bot.png b/public/images/mice/large/squeaker-bot.png
new file mode 100644
index 00000000..f2aec0e4
Binary files /dev/null and b/public/images/mice/large/squeaker-bot.png differ
diff --git a/public/images/mice/large/squeaker-claws.png b/public/images/mice/large/squeaker-claws.png
new file mode 100644
index 00000000..6427ef1a
Binary files /dev/null and b/public/images/mice/large/squeaker-claws.png differ
diff --git a/public/images/mice/large/squire-sizzleton.png b/public/images/mice/large/squire-sizzleton.png
new file mode 100644
index 00000000..a8532328
Binary files /dev/null and b/public/images/mice/large/squire-sizzleton.png differ
diff --git a/public/images/mice/large/stack-of-thieves.png b/public/images/mice/large/stack-of-thieves.png
new file mode 100644
index 00000000..9cfd80f4
Binary files /dev/null and b/public/images/mice/large/stack-of-thieves.png differ
diff --git a/public/images/mice/large/stagecoach-driver.png b/public/images/mice/large/stagecoach-driver.png
new file mode 100644
index 00000000..de6db9c1
Binary files /dev/null and b/public/images/mice/large/stagecoach-driver.png differ
diff --git a/public/images/mice/large/stalagmite.png b/public/images/mice/large/stalagmite.png
new file mode 100644
index 00000000..f34acbfb
Binary files /dev/null and b/public/images/mice/large/stalagmite.png differ
diff --git a/public/images/mice/large/stealth.png b/public/images/mice/large/stealth.png
new file mode 100644
index 00000000..5c1ab67a
Binary files /dev/null and b/public/images/mice/large/stealth.png differ
diff --git a/public/images/mice/large/steam-grip.png b/public/images/mice/large/steam-grip.png
new file mode 100644
index 00000000..d70acd13
Binary files /dev/null and b/public/images/mice/large/steam-grip.png differ
diff --git a/public/images/mice/large/steel-horse-rider.png b/public/images/mice/large/steel-horse-rider.png
new file mode 100644
index 00000000..bc1b8559
Binary files /dev/null and b/public/images/mice/large/steel-horse-rider.png differ
diff --git a/public/images/mice/large/steel.png b/public/images/mice/large/steel.png
new file mode 100644
index 00000000..b6d970c1
Binary files /dev/null and b/public/images/mice/large/steel.png differ
diff --git a/public/images/mice/large/stickybomber.png b/public/images/mice/large/stickybomber.png
new file mode 100644
index 00000000..083f097c
Binary files /dev/null and b/public/images/mice/large/stickybomber.png differ
diff --git a/public/images/mice/large/stinger.png b/public/images/mice/large/stinger.png
new file mode 100644
index 00000000..2af1306f
Binary files /dev/null and b/public/images/mice/large/stinger.png differ
diff --git a/public/images/mice/large/stingray.png b/public/images/mice/large/stingray.png
new file mode 100644
index 00000000..8550cc8c
Binary files /dev/null and b/public/images/mice/large/stingray.png differ
diff --git a/public/images/mice/large/stocking.png b/public/images/mice/large/stocking.png
new file mode 100644
index 00000000..1338c0a0
Binary files /dev/null and b/public/images/mice/large/stocking.png differ
diff --git a/public/images/mice/large/stone-cutter.png b/public/images/mice/large/stone-cutter.png
new file mode 100644
index 00000000..29008837
Binary files /dev/null and b/public/images/mice/large/stone-cutter.png differ
diff --git a/public/images/mice/large/stone-maiden.png b/public/images/mice/large/stone-maiden.png
new file mode 100644
index 00000000..4daaae87
Binary files /dev/null and b/public/images/mice/large/stone-maiden.png differ
diff --git a/public/images/mice/large/stonework-warrior.png b/public/images/mice/large/stonework-warrior.png
new file mode 100644
index 00000000..efb90c14
Binary files /dev/null and b/public/images/mice/large/stonework-warrior.png differ
diff --git a/public/images/mice/large/storm-summoner.png b/public/images/mice/large/storm-summoner.png
new file mode 100644
index 00000000..f68d71fa
Binary files /dev/null and b/public/images/mice/large/storm-summoner.png differ
diff --git a/public/images/mice/large/stoutgear.png b/public/images/mice/large/stoutgear.png
new file mode 100644
index 00000000..6122b1fa
Binary files /dev/null and b/public/images/mice/large/stoutgear.png differ
diff --git a/public/images/mice/large/stowaway.png b/public/images/mice/large/stowaway.png
new file mode 100644
index 00000000..ca1e06d9
Binary files /dev/null and b/public/images/mice/large/stowaway.png differ
diff --git a/public/images/mice/large/stratocaster.png b/public/images/mice/large/stratocaster.png
new file mode 100644
index 00000000..f957d55a
Binary files /dev/null and b/public/images/mice/large/stratocaster.png differ
diff --git a/public/images/mice/large/strawberry-hotcakes.png b/public/images/mice/large/strawberry-hotcakes.png
new file mode 100644
index 00000000..caf16575
Binary files /dev/null and b/public/images/mice/large/strawberry-hotcakes.png differ
diff --git a/public/images/mice/large/stuck-snowball.png b/public/images/mice/large/stuck-snowball.png
new file mode 100644
index 00000000..3bbf88e1
Binary files /dev/null and b/public/images/mice/large/stuck-snowball.png differ
diff --git a/public/images/mice/large/student-of-the-cheese-belt.png b/public/images/mice/large/student-of-the-cheese-belt.png
new file mode 100644
index 00000000..174d4dc0
Binary files /dev/null and b/public/images/mice/large/student-of-the-cheese-belt.png differ
diff --git a/public/images/mice/large/student-of-the-cheese-claw.png b/public/images/mice/large/student-of-the-cheese-claw.png
new file mode 100644
index 00000000..89c2166a
Binary files /dev/null and b/public/images/mice/large/student-of-the-cheese-claw.png differ
diff --git a/public/images/mice/large/student-of-the-cheese-fang.png b/public/images/mice/large/student-of-the-cheese-fang.png
new file mode 100644
index 00000000..d8cb6886
Binary files /dev/null and b/public/images/mice/large/student-of-the-cheese-fang.png differ
diff --git a/public/images/mice/large/stuffy-banker.png b/public/images/mice/large/stuffy-banker.png
new file mode 100644
index 00000000..062ff3c1
Binary files /dev/null and b/public/images/mice/large/stuffy-banker.png differ
diff --git a/public/images/mice/large/suave-pirate.png b/public/images/mice/large/suave-pirate.png
new file mode 100644
index 00000000..ea30ac52
Binary files /dev/null and b/public/images/mice/large/suave-pirate.png differ
diff --git a/public/images/mice/large/subterranean.png b/public/images/mice/large/subterranean.png
new file mode 100644
index 00000000..39b3868f
Binary files /dev/null and b/public/images/mice/large/subterranean.png differ
diff --git a/public/images/mice/large/sulfurious-the-raging-inferno.png b/public/images/mice/large/sulfurious-the-raging-inferno.png
new file mode 100644
index 00000000..00b2480b
Binary files /dev/null and b/public/images/mice/large/sulfurious-the-raging-inferno.png differ
diff --git a/public/images/mice/large/sultry-saxophonist.png b/public/images/mice/large/sultry-saxophonist.png
new file mode 100644
index 00000000..da55d253
Binary files /dev/null and b/public/images/mice/large/sultry-saxophonist.png differ
diff --git a/public/images/mice/large/summer-mage.png b/public/images/mice/large/summer-mage.png
new file mode 100644
index 00000000..3155b27a
Binary files /dev/null and b/public/images/mice/large/summer-mage.png differ
diff --git a/public/images/mice/large/summoning-scholar.png b/public/images/mice/large/summoning-scholar.png
new file mode 100644
index 00000000..1c932ef7
Binary files /dev/null and b/public/images/mice/large/summoning-scholar.png differ
diff --git a/public/images/mice/large/sunken-banshee.png b/public/images/mice/large/sunken-banshee.png
new file mode 100644
index 00000000..f715f7cc
Binary files /dev/null and b/public/images/mice/large/sunken-banshee.png differ
diff --git a/public/images/mice/large/sunken-citizen.png b/public/images/mice/large/sunken-citizen.png
new file mode 100644
index 00000000..00d4e405
Binary files /dev/null and b/public/images/mice/large/sunken-citizen.png differ
diff --git a/public/images/mice/large/super-fighterbot-megasupreme.png b/public/images/mice/large/super-fighterbot-megasupreme.png
new file mode 100644
index 00000000..00aa1614
Binary files /dev/null and b/public/images/mice/large/super-fighterbot-megasupreme.png differ
diff --git a/public/images/mice/large/supply-hoarder.png b/public/images/mice/large/supply-hoarder.png
new file mode 100644
index 00000000..006cd356
Binary files /dev/null and b/public/images/mice/large/supply-hoarder.png differ
diff --git a/public/images/mice/large/supremia-magnificus.png b/public/images/mice/large/supremia-magnificus.png
new file mode 100644
index 00000000..2b2b6b58
Binary files /dev/null and b/public/images/mice/large/supremia-magnificus.png differ
diff --git a/public/images/mice/large/swabbie.png b/public/images/mice/large/swabbie.png
new file mode 100644
index 00000000..afac0dff
Binary files /dev/null and b/public/images/mice/large/swabbie.png differ
diff --git a/public/images/mice/large/swamp-runner.png b/public/images/mice/large/swamp-runner.png
new file mode 100644
index 00000000..93bdabc0
Binary files /dev/null and b/public/images/mice/large/swamp-runner.png differ
diff --git a/public/images/mice/large/swashblade.png b/public/images/mice/large/swashblade.png
new file mode 100644
index 00000000..c0d8a8fd
Binary files /dev/null and b/public/images/mice/large/swashblade.png differ
diff --git a/public/images/mice/large/sweet-tooth.png b/public/images/mice/large/sweet-tooth.png
new file mode 100644
index 00000000..221091be
Binary files /dev/null and b/public/images/mice/large/sweet-tooth.png differ
diff --git a/public/images/mice/large/sylvan.png b/public/images/mice/large/sylvan.png
new file mode 100644
index 00000000..a06ad4ee
Binary files /dev/null and b/public/images/mice/large/sylvan.png differ
diff --git a/public/images/mice/large/tackle-tracker.png b/public/images/mice/large/tackle-tracker.png
new file mode 100644
index 00000000..03c725a8
Binary files /dev/null and b/public/images/mice/large/tackle-tracker.png differ
diff --git a/public/images/mice/large/tactical-paragon.png b/public/images/mice/large/tactical-paragon.png
new file mode 100644
index 00000000..2a33a8a7
Binary files /dev/null and b/public/images/mice/large/tactical-paragon.png differ
diff --git a/public/images/mice/large/tadpole.png b/public/images/mice/large/tadpole.png
new file mode 100644
index 00000000..c95a0cca
Binary files /dev/null and b/public/images/mice/large/tadpole.png differ
diff --git a/public/images/mice/large/taleweaver.png b/public/images/mice/large/taleweaver.png
new file mode 100644
index 00000000..2e18f02a
Binary files /dev/null and b/public/images/mice/large/taleweaver.png differ
diff --git a/public/images/mice/large/tanglefoot.png b/public/images/mice/large/tanglefoot.png
new file mode 100644
index 00000000..473633a2
Binary files /dev/null and b/public/images/mice/large/tanglefoot.png differ
diff --git a/public/images/mice/large/tech-bishop.png b/public/images/mice/large/tech-bishop.png
new file mode 100644
index 00000000..d7ef8e98
Binary files /dev/null and b/public/images/mice/large/tech-bishop.png differ
diff --git a/public/images/mice/large/tech-golem.png b/public/images/mice/large/tech-golem.png
new file mode 100644
index 00000000..7e0be093
Binary files /dev/null and b/public/images/mice/large/tech-golem.png differ
diff --git a/public/images/mice/large/tech-king.png b/public/images/mice/large/tech-king.png
new file mode 100644
index 00000000..8f854243
Binary files /dev/null and b/public/images/mice/large/tech-king.png differ
diff --git a/public/images/mice/large/tech-knight.png b/public/images/mice/large/tech-knight.png
new file mode 100644
index 00000000..4e6a5425
Binary files /dev/null and b/public/images/mice/large/tech-knight.png differ
diff --git a/public/images/mice/large/tech-pawn.png b/public/images/mice/large/tech-pawn.png
new file mode 100644
index 00000000..f38d6f8e
Binary files /dev/null and b/public/images/mice/large/tech-pawn.png differ
diff --git a/public/images/mice/large/tech-queen.png b/public/images/mice/large/tech-queen.png
new file mode 100644
index 00000000..689503f7
Binary files /dev/null and b/public/images/mice/large/tech-queen.png differ
diff --git a/public/images/mice/large/tech-rook.png b/public/images/mice/large/tech-rook.png
new file mode 100644
index 00000000..bf77ca84
Binary files /dev/null and b/public/images/mice/large/tech-rook.png differ
diff --git a/public/images/mice/large/telekinetic-mutant.png b/public/images/mice/large/telekinetic-mutant.png
new file mode 100644
index 00000000..794999c9
Binary files /dev/null and b/public/images/mice/large/telekinetic-mutant.png differ
diff --git a/public/images/mice/large/teleporting-truant.png b/public/images/mice/large/teleporting-truant.png
new file mode 100644
index 00000000..ec795b64
Binary files /dev/null and b/public/images/mice/large/teleporting-truant.png differ
diff --git a/public/images/mice/large/tentacle.png b/public/images/mice/large/tentacle.png
new file mode 100644
index 00000000..0f75a175
Binary files /dev/null and b/public/images/mice/large/tentacle.png differ
diff --git a/public/images/mice/large/terra.png b/public/images/mice/large/terra.png
new file mode 100644
index 00000000..c8248992
Binary files /dev/null and b/public/images/mice/large/terra.png differ
diff --git a/public/images/mice/large/terrible-twos.png b/public/images/mice/large/terrible-twos.png
new file mode 100644
index 00000000..c8f0bba8
Binary files /dev/null and b/public/images/mice/large/terrible-twos.png differ
diff --git a/public/images/mice/large/terror-knight.png b/public/images/mice/large/terror-knight.png
new file mode 100644
index 00000000..d444aad6
Binary files /dev/null and b/public/images/mice/large/terror-knight.png differ
diff --git a/public/images/mice/large/the-twins.png b/public/images/mice/large/the-twins.png
new file mode 100644
index 00000000..8cf0ea09
Binary files /dev/null and b/public/images/mice/large/the-twins.png differ
diff --git a/public/images/mice/large/thirsty.png b/public/images/mice/large/thirsty.png
new file mode 100644
index 00000000..2a31d213
Binary files /dev/null and b/public/images/mice/large/thirsty.png differ
diff --git a/public/images/mice/large/thistle.png b/public/images/mice/large/thistle.png
new file mode 100644
index 00000000..2ea96a73
Binary files /dev/null and b/public/images/mice/large/thistle.png differ
diff --git a/public/images/mice/large/thorn.png b/public/images/mice/large/thorn.png
new file mode 100644
index 00000000..bf979fce
Binary files /dev/null and b/public/images/mice/large/thorn.png differ
diff --git a/public/images/mice/large/threeimat.png b/public/images/mice/large/threeimat.png
new file mode 100644
index 00000000..d632dc93
Binary files /dev/null and b/public/images/mice/large/threeimat.png differ
diff --git a/public/images/mice/large/thundering-watcher.png b/public/images/mice/large/thundering-watcher.png
new file mode 100644
index 00000000..2db313d7
Binary files /dev/null and b/public/images/mice/large/thundering-watcher.png differ
diff --git a/public/images/mice/large/thunderlord.png b/public/images/mice/large/thunderlord.png
new file mode 100644
index 00000000..a88ed604
Binary files /dev/null and b/public/images/mice/large/thunderlord.png differ
diff --git a/public/images/mice/large/thunderstriker.png b/public/images/mice/large/thunderstriker.png
new file mode 100644
index 00000000..309a8980
Binary files /dev/null and b/public/images/mice/large/thunderstriker.png differ
diff --git a/public/images/mice/large/tidal-fisher.png b/public/images/mice/large/tidal-fisher.png
new file mode 100644
index 00000000..0275ac88
Binary files /dev/null and b/public/images/mice/large/tidal-fisher.png differ
diff --git a/public/images/mice/large/tiger.png b/public/images/mice/large/tiger.png
new file mode 100644
index 00000000..bfe91e01
Binary files /dev/null and b/public/images/mice/large/tiger.png differ
diff --git a/public/images/mice/large/time-plumber.png b/public/images/mice/large/time-plumber.png
new file mode 100644
index 00000000..8bb55647
Binary files /dev/null and b/public/images/mice/large/time-plumber.png differ
diff --git a/public/images/mice/large/time-punk.png b/public/images/mice/large/time-punk.png
new file mode 100644
index 00000000..3b540e4b
Binary files /dev/null and b/public/images/mice/large/time-punk.png differ
diff --git a/public/images/mice/large/time-tailor.png b/public/images/mice/large/time-tailor.png
new file mode 100644
index 00000000..8a847210
Binary files /dev/null and b/public/images/mice/large/time-tailor.png differ
diff --git a/public/images/mice/large/time-thief.png b/public/images/mice/large/time-thief.png
new file mode 100644
index 00000000..9f92b013
Binary files /dev/null and b/public/images/mice/large/time-thief.png differ
diff --git a/public/images/mice/large/tiny-dragonfly.png b/public/images/mice/large/tiny-dragonfly.png
new file mode 100644
index 00000000..d448380c
Binary files /dev/null and b/public/images/mice/large/tiny-dragonfly.png differ
diff --git a/public/images/mice/large/tiny-saboteur.png b/public/images/mice/large/tiny-saboteur.png
new file mode 100644
index 00000000..2246f0bd
Binary files /dev/null and b/public/images/mice/large/tiny-saboteur.png differ
diff --git a/public/images/mice/large/tiny-toppler.png b/public/images/mice/large/tiny-toppler.png
new file mode 100644
index 00000000..1ba7808e
Binary files /dev/null and b/public/images/mice/large/tiny-toppler.png differ
diff --git a/public/images/mice/large/tiny.png b/public/images/mice/large/tiny.png
new file mode 100644
index 00000000..c66ce9b6
Binary files /dev/null and b/public/images/mice/large/tiny.png differ
diff --git a/public/images/mice/large/toboggan-technician.png b/public/images/mice/large/toboggan-technician.png
new file mode 100644
index 00000000..43c26761
Binary files /dev/null and b/public/images/mice/large/toboggan-technician.png differ
diff --git a/public/images/mice/large/tome-sprite.png b/public/images/mice/large/tome-sprite.png
new file mode 100644
index 00000000..cc946a1e
Binary files /dev/null and b/public/images/mice/large/tome-sprite.png differ
diff --git a/public/images/mice/large/tonic-salesman.png b/public/images/mice/large/tonic-salesman.png
new file mode 100644
index 00000000..a7206967
Binary files /dev/null and b/public/images/mice/large/tonic-salesman.png differ
diff --git a/public/images/mice/large/torchbearer-tinderhelm.png b/public/images/mice/large/torchbearer-tinderhelm.png
new file mode 100644
index 00000000..b5b84a9d
Binary files /dev/null and b/public/images/mice/large/torchbearer-tinderhelm.png differ
diff --git a/public/images/mice/large/totally-not-bitter.png b/public/images/mice/large/totally-not-bitter.png
new file mode 100644
index 00000000..8e7dae36
Binary files /dev/null and b/public/images/mice/large/totally-not-bitter.png differ
diff --git a/public/images/mice/large/toxic-warrior.png b/public/images/mice/large/toxic-warrior.png
new file mode 100644
index 00000000..6d207328
Binary files /dev/null and b/public/images/mice/large/toxic-warrior.png differ
diff --git a/public/images/mice/large/toy-builder.png b/public/images/mice/large/toy-builder.png
new file mode 100644
index 00000000..cb7b0f31
Binary files /dev/null and b/public/images/mice/large/toy-builder.png differ
diff --git a/public/images/mice/large/toy-sylvan.png b/public/images/mice/large/toy-sylvan.png
new file mode 100644
index 00000000..01507fcf
Binary files /dev/null and b/public/images/mice/large/toy-sylvan.png differ
diff --git a/public/images/mice/large/toy.png b/public/images/mice/large/toy.png
new file mode 100644
index 00000000..3c14050d
Binary files /dev/null and b/public/images/mice/large/toy.png differ
diff --git a/public/images/mice/large/trailblazer.png b/public/images/mice/large/trailblazer.png
new file mode 100644
index 00000000..45a28fb5
Binary files /dev/null and b/public/images/mice/large/trailblazer.png differ
diff --git a/public/images/mice/large/train-conductor.png b/public/images/mice/large/train-conductor.png
new file mode 100644
index 00000000..095b88a9
Binary files /dev/null and b/public/images/mice/large/train-conductor.png differ
diff --git a/public/images/mice/large/train-engineer.png b/public/images/mice/large/train-engineer.png
new file mode 100644
index 00000000..1cd3b824
Binary files /dev/null and b/public/images/mice/large/train-engineer.png differ
diff --git a/public/images/mice/large/trampoline.png b/public/images/mice/large/trampoline.png
new file mode 100644
index 00000000..a68b5c3e
Binary files /dev/null and b/public/images/mice/large/trampoline.png differ
diff --git a/public/images/mice/large/tranquilia-protecticus.png b/public/images/mice/large/tranquilia-protecticus.png
new file mode 100644
index 00000000..33ae5ce5
Binary files /dev/null and b/public/images/mice/large/tranquilia-protecticus.png differ
diff --git a/public/images/mice/large/travelling-barber.png b/public/images/mice/large/travelling-barber.png
new file mode 100644
index 00000000..1eb2665f
Binary files /dev/null and b/public/images/mice/large/travelling-barber.png differ
diff --git a/public/images/mice/large/treacherous-tubaist.png b/public/images/mice/large/treacherous-tubaist.png
new file mode 100644
index 00000000..64ff9849
Binary files /dev/null and b/public/images/mice/large/treacherous-tubaist.png differ
diff --git a/public/images/mice/large/treant.png b/public/images/mice/large/treant.png
new file mode 100644
index 00000000..9aa68c07
Binary files /dev/null and b/public/images/mice/large/treant.png differ
diff --git a/public/images/mice/large/treasure-brawler.png b/public/images/mice/large/treasure-brawler.png
new file mode 100644
index 00000000..e3724b4d
Binary files /dev/null and b/public/images/mice/large/treasure-brawler.png differ
diff --git a/public/images/mice/large/treasure-hoarder.png b/public/images/mice/large/treasure-hoarder.png
new file mode 100644
index 00000000..82a180cb
Binary files /dev/null and b/public/images/mice/large/treasure-hoarder.png differ
diff --git a/public/images/mice/large/treasure-keeper.png b/public/images/mice/large/treasure-keeper.png
new file mode 100644
index 00000000..b3592e80
Binary files /dev/null and b/public/images/mice/large/treasure-keeper.png differ
diff --git a/public/images/mice/large/treasurer.png b/public/images/mice/large/treasurer.png
new file mode 100644
index 00000000..e8ae13ae
Binary files /dev/null and b/public/images/mice/large/treasurer.png differ
diff --git a/public/images/mice/large/treat.png b/public/images/mice/large/treat.png
new file mode 100644
index 00000000..8dd1ad96
Binary files /dev/null and b/public/images/mice/large/treat.png differ
diff --git a/public/images/mice/large/trick.png b/public/images/mice/large/trick.png
new file mode 100644
index 00000000..6987fcdd
Binary files /dev/null and b/public/images/mice/large/trick.png differ
diff --git a/public/images/mice/large/tricky-witch.png b/public/images/mice/large/tricky-witch.png
new file mode 100644
index 00000000..66e43328
Binary files /dev/null and b/public/images/mice/large/tricky-witch.png differ
diff --git a/public/images/mice/large/triple-lutz.png b/public/images/mice/large/triple-lutz.png
new file mode 100644
index 00000000..5b1cafec
Binary files /dev/null and b/public/images/mice/large/triple-lutz.png differ
diff --git a/public/images/mice/large/tritus.png b/public/images/mice/large/tritus.png
new file mode 100644
index 00000000..ca05cbbd
Binary files /dev/null and b/public/images/mice/large/tritus.png differ
diff --git a/public/images/mice/large/troll.png b/public/images/mice/large/troll.png
new file mode 100644
index 00000000..71e06831
Binary files /dev/null and b/public/images/mice/large/troll.png differ
diff --git a/public/images/mice/large/tumbleweed.png b/public/images/mice/large/tumbleweed.png
new file mode 100644
index 00000000..36c27bc6
Binary files /dev/null and b/public/images/mice/large/tumbleweed.png differ
diff --git a/public/images/mice/large/tundra-huntress.png b/public/images/mice/large/tundra-huntress.png
new file mode 100644
index 00000000..1c286fa7
Binary files /dev/null and b/public/images/mice/large/tundra-huntress.png differ
diff --git a/public/images/mice/large/turret-guard.png b/public/images/mice/large/turret-guard.png
new file mode 100644
index 00000000..3880d476
Binary files /dev/null and b/public/images/mice/large/turret-guard.png differ
diff --git a/public/images/mice/large/twisted-carmine.png b/public/images/mice/large/twisted-carmine.png
new file mode 100644
index 00000000..2ab9f940
Binary files /dev/null and b/public/images/mice/large/twisted-carmine.png differ
diff --git a/public/images/mice/large/twisted-fiend.png b/public/images/mice/large/twisted-fiend.png
new file mode 100644
index 00000000..fb9337b8
Binary files /dev/null and b/public/images/mice/large/twisted-fiend.png differ
diff --git a/public/images/mice/large/twisted-hotcakes.png b/public/images/mice/large/twisted-hotcakes.png
new file mode 100644
index 00000000..52422e3b
Binary files /dev/null and b/public/images/mice/large/twisted-hotcakes.png differ
diff --git a/public/images/mice/large/twisted-lilly.png b/public/images/mice/large/twisted-lilly.png
new file mode 100644
index 00000000..104a4e74
Binary files /dev/null and b/public/images/mice/large/twisted-lilly.png differ
diff --git a/public/images/mice/large/tyrannical-thaumaturge.png b/public/images/mice/large/tyrannical-thaumaturge.png
new file mode 100644
index 00000000..256b7243
Binary files /dev/null and b/public/images/mice/large/tyrannical-thaumaturge.png differ
diff --git a/public/images/mice/large/uncoordinated-cauldron-carrier.png b/public/images/mice/large/uncoordinated-cauldron-carrier.png
new file mode 100644
index 00000000..341d1aa2
Binary files /dev/null and b/public/images/mice/large/uncoordinated-cauldron-carrier.png differ
diff --git a/public/images/mice/large/undertaker.png b/public/images/mice/large/undertaker.png
new file mode 100644
index 00000000..41f67a71
Binary files /dev/null and b/public/images/mice/large/undertaker.png differ
diff --git a/public/images/mice/large/upper-class-lady.png b/public/images/mice/large/upper-class-lady.png
new file mode 100644
index 00000000..bc7bea27
Binary files /dev/null and b/public/images/mice/large/upper-class-lady.png differ
diff --git a/public/images/mice/large/urchin-king.png b/public/images/mice/large/urchin-king.png
new file mode 100644
index 00000000..202eb2f1
Binary files /dev/null and b/public/images/mice/large/urchin-king.png differ
diff --git a/public/images/mice/large/vampira.png b/public/images/mice/large/vampira.png
new file mode 100644
index 00000000..153b7d86
Binary files /dev/null and b/public/images/mice/large/vampira.png differ
diff --git a/public/images/mice/large/vampire.png b/public/images/mice/large/vampire.png
new file mode 100644
index 00000000..8eaddfbf
Binary files /dev/null and b/public/images/mice/large/vampire.png differ
diff --git a/public/images/mice/large/vanquisher.png b/public/images/mice/large/vanquisher.png
new file mode 100644
index 00000000..a3a24874
Binary files /dev/null and b/public/images/mice/large/vanquisher.png differ
diff --git a/public/images/mice/large/venomona-festerbloom.png b/public/images/mice/large/venomona-festerbloom.png
new file mode 100644
index 00000000..3cf7a9ec
Binary files /dev/null and b/public/images/mice/large/venomona-festerbloom.png differ
diff --git a/public/images/mice/large/vicious-vampire-squid.png b/public/images/mice/large/vicious-vampire-squid.png
new file mode 100644
index 00000000..e1e90b4a
Binary files /dev/null and b/public/images/mice/large/vicious-vampire-squid.png differ
diff --git a/public/images/mice/large/vincent-the-magnificent.png b/public/images/mice/large/vincent-the-magnificent.png
new file mode 100644
index 00000000..76233ad7
Binary files /dev/null and b/public/images/mice/large/vincent-the-magnificent.png differ
diff --git a/public/images/mice/large/vindictive-viscount.png b/public/images/mice/large/vindictive-viscount.png
new file mode 100644
index 00000000..68913c63
Binary files /dev/null and b/public/images/mice/large/vindictive-viscount.png differ
diff --git a/public/images/mice/large/vinetail.png b/public/images/mice/large/vinetail.png
new file mode 100644
index 00000000..595af69f
Binary files /dev/null and b/public/images/mice/large/vinetail.png differ
diff --git a/public/images/mice/large/vinneus-stalkhome.png b/public/images/mice/large/vinneus-stalkhome.png
new file mode 100644
index 00000000..5b25c3f9
Binary files /dev/null and b/public/images/mice/large/vinneus-stalkhome.png differ
diff --git a/public/images/mice/large/violent-violinist.png b/public/images/mice/large/violent-violinist.png
new file mode 100644
index 00000000..cf991989
Binary files /dev/null and b/public/images/mice/large/violent-violinist.png differ
diff --git a/public/images/mice/large/violet-thunderling.png b/public/images/mice/large/violet-thunderling.png
new file mode 100644
index 00000000..1e801933
Binary files /dev/null and b/public/images/mice/large/violet-thunderling.png differ
diff --git a/public/images/mice/large/walker.png b/public/images/mice/large/walker.png
new file mode 100644
index 00000000..e95a8a57
Binary files /dev/null and b/public/images/mice/large/walker.png differ
diff --git a/public/images/mice/large/warehouse-manager.png b/public/images/mice/large/warehouse-manager.png
new file mode 100644
index 00000000..fc5b8f49
Binary files /dev/null and b/public/images/mice/large/warehouse-manager.png differ
diff --git a/public/images/mice/large/water-nymph.png b/public/images/mice/large/water-nymph.png
new file mode 100644
index 00000000..9da671b8
Binary files /dev/null and b/public/images/mice/large/water-nymph.png differ
diff --git a/public/images/mice/large/water-sports.png b/public/images/mice/large/water-sports.png
new file mode 100644
index 00000000..3f11f06f
Binary files /dev/null and b/public/images/mice/large/water-sports.png differ
diff --git a/public/images/mice/large/water-wielder.png b/public/images/mice/large/water-wielder.png
new file mode 100644
index 00000000..420d145c
Binary files /dev/null and b/public/images/mice/large/water-wielder.png differ
diff --git a/public/images/mice/large/wealthy-werewarrior.png b/public/images/mice/large/wealthy-werewarrior.png
new file mode 100644
index 00000000..f563d97b
Binary files /dev/null and b/public/images/mice/large/wealthy-werewarrior.png differ
diff --git a/public/images/mice/large/were-alpha.png b/public/images/mice/large/were-alpha.png
new file mode 100644
index 00000000..4a0ec12d
Binary files /dev/null and b/public/images/mice/large/were-alpha.png differ
diff --git a/public/images/mice/large/werehauler.png b/public/images/mice/large/werehauler.png
new file mode 100644
index 00000000..c280edbf
Binary files /dev/null and b/public/images/mice/large/werehauler.png differ
diff --git a/public/images/mice/large/wereminer.png b/public/images/mice/large/wereminer.png
new file mode 100644
index 00000000..33fbef1b
Binary files /dev/null and b/public/images/mice/large/wereminer.png differ
diff --git a/public/images/mice/large/whelpling.png b/public/images/mice/large/whelpling.png
new file mode 100644
index 00000000..6b45ffdf
Binary files /dev/null and b/public/images/mice/large/whelpling.png differ
diff --git a/public/images/mice/large/whimsical-waltzer.png b/public/images/mice/large/whimsical-waltzer.png
new file mode 100644
index 00000000..2edd38b6
Binary files /dev/null and b/public/images/mice/large/whimsical-waltzer.png differ
diff --git a/public/images/mice/large/whirleygig.png b/public/images/mice/large/whirleygig.png
new file mode 100644
index 00000000..611fc9bb
Binary files /dev/null and b/public/images/mice/large/whirleygig.png differ
diff --git a/public/images/mice/large/white-mage.png b/public/images/mice/large/white-mage.png
new file mode 100644
index 00000000..6eee8cce
Binary files /dev/null and b/public/images/mice/large/white-mage.png differ
diff --git a/public/images/mice/large/white.png b/public/images/mice/large/white.png
new file mode 100644
index 00000000..79cd42af
Binary files /dev/null and b/public/images/mice/large/white.png differ
diff --git a/public/images/mice/large/wicked-witch-of-whisker-woods.png b/public/images/mice/large/wicked-witch-of-whisker-woods.png
new file mode 100644
index 00000000..f05f6748
Binary files /dev/null and b/public/images/mice/large/wicked-witch-of-whisker-woods.png differ
diff --git a/public/images/mice/large/wiggler.png b/public/images/mice/large/wiggler.png
new file mode 100644
index 00000000..47b8528a
Binary files /dev/null and b/public/images/mice/large/wiggler.png differ
diff --git a/public/images/mice/large/wight.png b/public/images/mice/large/wight.png
new file mode 100644
index 00000000..a5ac6cb2
Binary files /dev/null and b/public/images/mice/large/wight.png differ
diff --git a/public/images/mice/large/wily-weevil.png b/public/images/mice/large/wily-weevil.png
new file mode 100644
index 00000000..d68d8b66
Binary files /dev/null and b/public/images/mice/large/wily-weevil.png differ
diff --git a/public/images/mice/large/wind-gatherer.png b/public/images/mice/large/wind-gatherer.png
new file mode 100644
index 00000000..c714f335
Binary files /dev/null and b/public/images/mice/large/wind-gatherer.png differ
diff --git a/public/images/mice/large/wind-harvester.png b/public/images/mice/large/wind-harvester.png
new file mode 100644
index 00000000..f1c70054
Binary files /dev/null and b/public/images/mice/large/wind-harvester.png differ
diff --git a/public/images/mice/large/wind-warden.png b/public/images/mice/large/wind-warden.png
new file mode 100644
index 00000000..089c3d8f
Binary files /dev/null and b/public/images/mice/large/wind-warden.png differ
diff --git a/public/images/mice/large/wind-warrior.png b/public/images/mice/large/wind-warrior.png
new file mode 100644
index 00000000..9197cd41
Binary files /dev/null and b/public/images/mice/large/wind-warrior.png differ
diff --git a/public/images/mice/large/wind-watcher.png b/public/images/mice/large/wind-watcher.png
new file mode 100644
index 00000000..41c789f1
Binary files /dev/null and b/public/images/mice/large/wind-watcher.png differ
diff --git a/public/images/mice/large/winter-boss-2014.png b/public/images/mice/large/winter-boss-2014.png
new file mode 100644
index 00000000..4cc7d758
Binary files /dev/null and b/public/images/mice/large/winter-boss-2014.png differ
diff --git a/public/images/mice/large/winter-boss-2015.png b/public/images/mice/large/winter-boss-2015.png
new file mode 100644
index 00000000..5a2272d5
Binary files /dev/null and b/public/images/mice/large/winter-boss-2015.png differ
diff --git a/public/images/mice/large/winter-boss-2016.png b/public/images/mice/large/winter-boss-2016.png
new file mode 100644
index 00000000..a1fbafe3
Binary files /dev/null and b/public/images/mice/large/winter-boss-2016.png differ
diff --git a/public/images/mice/large/winter-boss-2017.png b/public/images/mice/large/winter-boss-2017.png
new file mode 100644
index 00000000..3f16a6ba
Binary files /dev/null and b/public/images/mice/large/winter-boss-2017.png differ
diff --git a/public/images/mice/large/winter-boss-2018.png b/public/images/mice/large/winter-boss-2018.png
new file mode 100644
index 00000000..61c18435
Binary files /dev/null and b/public/images/mice/large/winter-boss-2018.png differ
diff --git a/public/images/mice/large/winter-boss-2019.png b/public/images/mice/large/winter-boss-2019.png
new file mode 100644
index 00000000..0e25f2cc
Binary files /dev/null and b/public/images/mice/large/winter-boss-2019.png differ
diff --git a/public/images/mice/large/winter-boss-2020.png b/public/images/mice/large/winter-boss-2020.png
new file mode 100644
index 00000000..324aaf52
Binary files /dev/null and b/public/images/mice/large/winter-boss-2020.png differ
diff --git a/public/images/mice/large/winter-boss-2021.png b/public/images/mice/large/winter-boss-2021.png
new file mode 100644
index 00000000..d3a26450
Binary files /dev/null and b/public/images/mice/large/winter-boss-2021.png differ
diff --git a/public/images/mice/large/winter-boss-2022.png b/public/images/mice/large/winter-boss-2022.png
new file mode 100644
index 00000000..1c2d57de
Binary files /dev/null and b/public/images/mice/large/winter-boss-2022.png differ
diff --git a/public/images/mice/large/winter-future.png b/public/images/mice/large/winter-future.png
new file mode 100644
index 00000000..316d8cfc
Binary files /dev/null and b/public/images/mice/large/winter-future.png differ
diff --git a/public/images/mice/large/winter-games.png b/public/images/mice/large/winter-games.png
new file mode 100644
index 00000000..70c6f466
Binary files /dev/null and b/public/images/mice/large/winter-games.png differ
diff --git a/public/images/mice/large/winter-hunt-toy-strong.png b/public/images/mice/large/winter-hunt-toy-strong.png
new file mode 100644
index 00000000..f22ec287
Binary files /dev/null and b/public/images/mice/large/winter-hunt-toy-strong.png differ
diff --git a/public/images/mice/large/winter-hunt-toy.png b/public/images/mice/large/winter-hunt-toy.png
new file mode 100644
index 00000000..cce4c175
Binary files /dev/null and b/public/images/mice/large/winter-hunt-toy.png differ
diff --git a/public/images/mice/large/winter-mage.png b/public/images/mice/large/winter-mage.png
new file mode 100644
index 00000000..51d52c49
Binary files /dev/null and b/public/images/mice/large/winter-mage.png differ
diff --git a/public/images/mice/large/winter-past.png b/public/images/mice/large/winter-past.png
new file mode 100644
index 00000000..f0b0093e
Binary files /dev/null and b/public/images/mice/large/winter-past.png differ
diff --git a/public/images/mice/large/winter-present.png b/public/images/mice/large/winter-present.png
new file mode 100644
index 00000000..d006d761
Binary files /dev/null and b/public/images/mice/large/winter-present.png differ
diff --git a/public/images/mice/large/wolfskie.png b/public/images/mice/large/wolfskie.png
new file mode 100644
index 00000000..d0452a07
Binary files /dev/null and b/public/images/mice/large/wolfskie.png differ
diff --git a/public/images/mice/large/wordsmith.png b/public/images/mice/large/wordsmith.png
new file mode 100644
index 00000000..69e5a49d
Binary files /dev/null and b/public/images/mice/large/wordsmith.png differ
diff --git a/public/images/mice/large/worker.png b/public/images/mice/large/worker.png
new file mode 100644
index 00000000..1b12443d
Binary files /dev/null and b/public/images/mice/large/worker.png differ
diff --git a/public/images/mice/large/worried-wayfinder.png b/public/images/mice/large/worried-wayfinder.png
new file mode 100644
index 00000000..da1bc7e2
Binary files /dev/null and b/public/images/mice/large/worried-wayfinder.png differ
diff --git a/public/images/mice/large/wound-up-white.png b/public/images/mice/large/wound-up-white.png
new file mode 100644
index 00000000..7cb8c20d
Binary files /dev/null and b/public/images/mice/large/wound-up-white.png differ
diff --git a/public/images/mice/large/wrathful-warden.png b/public/images/mice/large/wrathful-warden.png
new file mode 100644
index 00000000..310bcd7e
Binary files /dev/null and b/public/images/mice/large/wrathful-warden.png differ
diff --git a/public/images/mice/large/wreath-thief.png b/public/images/mice/large/wreath-thief.png
new file mode 100644
index 00000000..530c44ea
Binary files /dev/null and b/public/images/mice/large/wreath-thief.png differ
diff --git a/public/images/mice/large/yeti.png b/public/images/mice/large/yeti.png
new file mode 100644
index 00000000..d4c075b8
Binary files /dev/null and b/public/images/mice/large/yeti.png differ
diff --git a/public/images/mice/large/zephyr.png b/public/images/mice/large/zephyr.png
new file mode 100644
index 00000000..bd31b88d
Binary files /dev/null and b/public/images/mice/large/zephyr.png differ
diff --git a/public/images/mice/large/zombie.png b/public/images/mice/large/zombie.png
new file mode 100644
index 00000000..2264e1f5
Binary files /dev/null and b/public/images/mice/large/zombie.png differ
diff --git a/public/images/mice/large/zombot-unipire.png b/public/images/mice/large/zombot-unipire.png
new file mode 100644
index 00000000..fd23f9d7
Binary files /dev/null and b/public/images/mice/large/zombot-unipire.png differ
diff --git a/public/images/mice/thumbnail/abominable-snow.png b/public/images/mice/thumbnail/abominable-snow.png
new file mode 100644
index 00000000..b396dfcd
Binary files /dev/null and b/public/images/mice/thumbnail/abominable-snow.png differ
diff --git a/public/images/mice/thumbnail/absolutia-harmonius.png b/public/images/mice/thumbnail/absolutia-harmonius.png
new file mode 100644
index 00000000..2fd13979
Binary files /dev/null and b/public/images/mice/thumbnail/absolutia-harmonius.png differ
diff --git a/public/images/mice/thumbnail/acolyte.png b/public/images/mice/thumbnail/acolyte.png
new file mode 100644
index 00000000..51f44c9c
Binary files /dev/null and b/public/images/mice/thumbnail/acolyte.png differ
diff --git a/public/images/mice/thumbnail/admiral-cloudbeard.png b/public/images/mice/thumbnail/admiral-cloudbeard.png
new file mode 100644
index 00000000..66666333
Binary files /dev/null and b/public/images/mice/thumbnail/admiral-cloudbeard.png differ
diff --git a/public/images/mice/thumbnail/aether.png b/public/images/mice/thumbnail/aether.png
new file mode 100644
index 00000000..f0578691
Binary files /dev/null and b/public/images/mice/thumbnail/aether.png differ
diff --git a/public/images/mice/thumbnail/aged.png b/public/images/mice/thumbnail/aged.png
new file mode 100644
index 00000000..18a9ade2
Binary files /dev/null and b/public/images/mice/thumbnail/aged.png differ
diff --git a/public/images/mice/thumbnail/agent-m.png b/public/images/mice/thumbnail/agent-m.png
new file mode 100644
index 00000000..4f123880
Binary files /dev/null and b/public/images/mice/thumbnail/agent-m.png differ
diff --git a/public/images/mice/thumbnail/alchemist.png b/public/images/mice/thumbnail/alchemist.png
new file mode 100644
index 00000000..b22b7ef9
Binary files /dev/null and b/public/images/mice/thumbnail/alchemist.png differ
diff --git a/public/images/mice/thumbnail/alnilam.png b/public/images/mice/thumbnail/alnilam.png
new file mode 100644
index 00000000..7f9c2bfb
Binary files /dev/null and b/public/images/mice/thumbnail/alnilam.png differ
diff --git a/public/images/mice/thumbnail/alnitak.png b/public/images/mice/thumbnail/alnitak.png
new file mode 100644
index 00000000..035fc0da
Binary files /dev/null and b/public/images/mice/thumbnail/alnitak.png differ
diff --git a/public/images/mice/thumbnail/ancient-of-the-deep.png b/public/images/mice/thumbnail/ancient-of-the-deep.png
new file mode 100644
index 00000000..b552d29d
Binary files /dev/null and b/public/images/mice/thumbnail/ancient-of-the-deep.png differ
diff --git a/public/images/mice/thumbnail/ancient-scribe.png b/public/images/mice/thumbnail/ancient-scribe.png
new file mode 100644
index 00000000..09906e4c
Binary files /dev/null and b/public/images/mice/thumbnail/ancient-scribe.png differ
diff --git a/public/images/mice/thumbnail/angelfish.png b/public/images/mice/thumbnail/angelfish.png
new file mode 100644
index 00000000..e87a8a22
Binary files /dev/null and b/public/images/mice/thumbnail/angelfish.png differ
diff --git a/public/images/mice/thumbnail/angler.png b/public/images/mice/thumbnail/angler.png
new file mode 100644
index 00000000..9329b5d3
Binary files /dev/null and b/public/images/mice/thumbnail/angler.png differ
diff --git a/public/images/mice/thumbnail/angry-aphid.png b/public/images/mice/thumbnail/angry-aphid.png
new file mode 100644
index 00000000..62d869da
Binary files /dev/null and b/public/images/mice/thumbnail/angry-aphid.png differ
diff --git a/public/images/mice/thumbnail/angry-train-staff.png b/public/images/mice/thumbnail/angry-train-staff.png
new file mode 100644
index 00000000..f081faca
Binary files /dev/null and b/public/images/mice/thumbnail/angry-train-staff.png differ
diff --git a/public/images/mice/thumbnail/aquos.png b/public/images/mice/thumbnail/aquos.png
new file mode 100644
index 00000000..9f875dcc
Binary files /dev/null and b/public/images/mice/thumbnail/aquos.png differ
diff --git a/public/images/mice/thumbnail/arcana-overachiever.png b/public/images/mice/thumbnail/arcana-overachiever.png
new file mode 100644
index 00000000..8441a4d2
Binary files /dev/null and b/public/images/mice/thumbnail/arcana-overachiever.png differ
diff --git a/public/images/mice/thumbnail/arcane-paragon.png b/public/images/mice/thumbnail/arcane-paragon.png
new file mode 100644
index 00000000..cdb77801
Binary files /dev/null and b/public/images/mice/thumbnail/arcane-paragon.png differ
diff --git a/public/images/mice/thumbnail/arcane-sorcerer.png b/public/images/mice/thumbnail/arcane-sorcerer.png
new file mode 100644
index 00000000..8625bdf3
Binary files /dev/null and b/public/images/mice/thumbnail/arcane-sorcerer.png differ
diff --git a/public/images/mice/thumbnail/arcane-summoner.png b/public/images/mice/thumbnail/arcane-summoner.png
new file mode 100644
index 00000000..6c24728e
Binary files /dev/null and b/public/images/mice/thumbnail/arcane-summoner.png differ
diff --git a/public/images/mice/thumbnail/archer.png b/public/images/mice/thumbnail/archer.png
new file mode 100644
index 00000000..30583f02
Binary files /dev/null and b/public/images/mice/thumbnail/archer.png differ
diff --git a/public/images/mice/thumbnail/architeuthulhu-of-the-abyss.png b/public/images/mice/thumbnail/architeuthulhu-of-the-abyss.png
new file mode 100644
index 00000000..cc9db651
Binary files /dev/null and b/public/images/mice/thumbnail/architeuthulhu-of-the-abyss.png differ
diff --git a/public/images/mice/thumbnail/arcticus-the-biting-frost.png b/public/images/mice/thumbnail/arcticus-the-biting-frost.png
new file mode 100644
index 00000000..445c19d9
Binary files /dev/null and b/public/images/mice/thumbnail/arcticus-the-biting-frost.png differ
diff --git a/public/images/mice/thumbnail/ash-golem.png b/public/images/mice/thumbnail/ash-golem.png
new file mode 100644
index 00000000..94e731f3
Binary files /dev/null and b/public/images/mice/thumbnail/ash-golem.png differ
diff --git a/public/images/mice/thumbnail/assassin.png b/public/images/mice/thumbnail/assassin.png
new file mode 100644
index 00000000..df573b25
Binary files /dev/null and b/public/images/mice/thumbnail/assassin.png differ
diff --git a/public/images/mice/thumbnail/astrological-astronomer.png b/public/images/mice/thumbnail/astrological-astronomer.png
new file mode 100644
index 00000000..978cf40d
Binary files /dev/null and b/public/images/mice/thumbnail/astrological-astronomer.png differ
diff --git a/public/images/mice/thumbnail/audacious-alchemist.png b/public/images/mice/thumbnail/audacious-alchemist.png
new file mode 100644
index 00000000..0337350e
Binary files /dev/null and b/public/images/mice/thumbnail/audacious-alchemist.png differ
diff --git a/public/images/mice/thumbnail/automated-stone-sentry.png b/public/images/mice/thumbnail/automated-stone-sentry.png
new file mode 100644
index 00000000..9f2f3ca7
Binary files /dev/null and b/public/images/mice/thumbnail/automated-stone-sentry.png differ
diff --git a/public/images/mice/thumbnail/automorat.png b/public/images/mice/thumbnail/automorat.png
new file mode 100644
index 00000000..516c682d
Binary files /dev/null and b/public/images/mice/thumbnail/automorat.png differ
diff --git a/public/images/mice/thumbnail/avalancheus-the-glacial.png b/public/images/mice/thumbnail/avalancheus-the-glacial.png
new file mode 100644
index 00000000..095f0535
Binary files /dev/null and b/public/images/mice/thumbnail/avalancheus-the-glacial.png differ
diff --git a/public/images/mice/thumbnail/balack-the-banished.png b/public/images/mice/thumbnail/balack-the-banished.png
new file mode 100644
index 00000000..26520f8b
Binary files /dev/null and b/public/images/mice/thumbnail/balack-the-banished.png differ
diff --git a/public/images/mice/thumbnail/bandit.png b/public/images/mice/thumbnail/bandit.png
new file mode 100644
index 00000000..f1d93706
Binary files /dev/null and b/public/images/mice/thumbnail/bandit.png differ
diff --git a/public/images/mice/thumbnail/bark.png b/public/images/mice/thumbnail/bark.png
new file mode 100644
index 00000000..6c77282d
Binary files /dev/null and b/public/images/mice/thumbnail/bark.png differ
diff --git a/public/images/mice/thumbnail/barkshell.png b/public/images/mice/thumbnail/barkshell.png
new file mode 100644
index 00000000..abf3576d
Binary files /dev/null and b/public/images/mice/thumbnail/barkshell.png differ
diff --git a/public/images/mice/thumbnail/barmy-gunner.png b/public/images/mice/thumbnail/barmy-gunner.png
new file mode 100644
index 00000000..ad6af0e5
Binary files /dev/null and b/public/images/mice/thumbnail/barmy-gunner.png differ
diff --git a/public/images/mice/thumbnail/barnacle-beautician.png b/public/images/mice/thumbnail/barnacle-beautician.png
new file mode 100644
index 00000000..705a640c
Binary files /dev/null and b/public/images/mice/thumbnail/barnacle-beautician.png differ
diff --git a/public/images/mice/thumbnail/baroness-von-bean.png b/public/images/mice/thumbnail/baroness-von-bean.png
new file mode 100644
index 00000000..c7297e1d
Binary files /dev/null and b/public/images/mice/thumbnail/baroness-von-bean.png differ
diff --git a/public/images/mice/thumbnail/baroque-dancer.png b/public/images/mice/thumbnail/baroque-dancer.png
new file mode 100644
index 00000000..bb875501
Binary files /dev/null and b/public/images/mice/thumbnail/baroque-dancer.png differ
diff --git a/public/images/mice/thumbnail/barracuda.png b/public/images/mice/thumbnail/barracuda.png
new file mode 100644
index 00000000..7bb67aae
Binary files /dev/null and b/public/images/mice/thumbnail/barracuda.png differ
diff --git a/public/images/mice/thumbnail/bartender.png b/public/images/mice/thumbnail/bartender.png
new file mode 100644
index 00000000..7f77cd91
Binary files /dev/null and b/public/images/mice/thumbnail/bartender.png differ
diff --git a/public/images/mice/thumbnail/bat.png b/public/images/mice/thumbnail/bat.png
new file mode 100644
index 00000000..e9644a9d
Binary files /dev/null and b/public/images/mice/thumbnail/bat.png differ
diff --git a/public/images/mice/thumbnail/battering-ram-day.png b/public/images/mice/thumbnail/battering-ram-day.png
new file mode 100644
index 00000000..60380e67
Binary files /dev/null and b/public/images/mice/thumbnail/battering-ram-day.png differ
diff --git a/public/images/mice/thumbnail/battering-ram-night.png b/public/images/mice/thumbnail/battering-ram-night.png
new file mode 100644
index 00000000..32ff6262
Binary files /dev/null and b/public/images/mice/thumbnail/battering-ram-night.png differ
diff --git a/public/images/mice/thumbnail/battle-cleric.png b/public/images/mice/thumbnail/battle-cleric.png
new file mode 100644
index 00000000..bb144b28
Binary files /dev/null and b/public/images/mice/thumbnail/battle-cleric.png differ
diff --git a/public/images/mice/thumbnail/beachcomber.png b/public/images/mice/thumbnail/beachcomber.png
new file mode 100644
index 00000000..d8a0a4fb
Binary files /dev/null and b/public/images/mice/thumbnail/beachcomber.png differ
diff --git a/public/images/mice/thumbnail/bear.png b/public/images/mice/thumbnail/bear.png
new file mode 100644
index 00000000..f2fb79ea
Binary files /dev/null and b/public/images/mice/thumbnail/bear.png differ
diff --git a/public/images/mice/thumbnail/beast-tamer.png b/public/images/mice/thumbnail/beast-tamer.png
new file mode 100644
index 00000000..1802c0e7
Binary files /dev/null and b/public/images/mice/thumbnail/beast-tamer.png differ
diff --git a/public/images/mice/thumbnail/behemoth.png b/public/images/mice/thumbnail/behemoth.png
new file mode 100644
index 00000000..cd39b2c2
Binary files /dev/null and b/public/images/mice/thumbnail/behemoth.png differ
diff --git a/public/images/mice/thumbnail/belchazar-banewright.png b/public/images/mice/thumbnail/belchazar-banewright.png
new file mode 100644
index 00000000..0c5bd638
Binary files /dev/null and b/public/images/mice/thumbnail/belchazar-banewright.png differ
diff --git a/public/images/mice/thumbnail/berserker.png b/public/images/mice/thumbnail/berserker.png
new file mode 100644
index 00000000..027e3a63
Binary files /dev/null and b/public/images/mice/thumbnail/berserker.png differ
diff --git a/public/images/mice/thumbnail/betta.png b/public/images/mice/thumbnail/betta.png
new file mode 100644
index 00000000..383ce3ed
Binary files /dev/null and b/public/images/mice/thumbnail/betta.png differ
diff --git a/public/images/mice/thumbnail/big-bad-burroughs.png b/public/images/mice/thumbnail/big-bad-burroughs.png
new file mode 100644
index 00000000..aecd8bd4
Binary files /dev/null and b/public/images/mice/thumbnail/big-bad-burroughs.png differ
diff --git a/public/images/mice/thumbnail/bilged-boatswain.png b/public/images/mice/thumbnail/bilged-boatswain.png
new file mode 100644
index 00000000..c317403b
Binary files /dev/null and b/public/images/mice/thumbnail/bilged-boatswain.png differ
diff --git a/public/images/mice/thumbnail/biohazard.png b/public/images/mice/thumbnail/biohazard.png
new file mode 100644
index 00000000..a9703e7a
Binary files /dev/null and b/public/images/mice/thumbnail/biohazard.png differ
diff --git a/public/images/mice/thumbnail/bionic.png b/public/images/mice/thumbnail/bionic.png
new file mode 100644
index 00000000..705126bf
Binary files /dev/null and b/public/images/mice/thumbnail/bionic.png differ
diff --git a/public/images/mice/thumbnail/birthday.png b/public/images/mice/thumbnail/birthday.png
new file mode 100644
index 00000000..214ac3f9
Binary files /dev/null and b/public/images/mice/thumbnail/birthday.png differ
diff --git a/public/images/mice/thumbnail/bitter-grammarian.png b/public/images/mice/thumbnail/bitter-grammarian.png
new file mode 100644
index 00000000..5d57e2b1
Binary files /dev/null and b/public/images/mice/thumbnail/bitter-grammarian.png differ
diff --git a/public/images/mice/thumbnail/bitter-root.png b/public/images/mice/thumbnail/bitter-root.png
new file mode 100644
index 00000000..a439a5af
Binary files /dev/null and b/public/images/mice/thumbnail/bitter-root.png differ
diff --git a/public/images/mice/thumbnail/black-diamond-racer.png b/public/images/mice/thumbnail/black-diamond-racer.png
new file mode 100644
index 00000000..6f0e9451
Binary files /dev/null and b/public/images/mice/thumbnail/black-diamond-racer.png differ
diff --git a/public/images/mice/thumbnail/black-mage.png b/public/images/mice/thumbnail/black-mage.png
new file mode 100644
index 00000000..e9f503a5
Binary files /dev/null and b/public/images/mice/thumbnail/black-mage.png differ
diff --git a/public/images/mice/thumbnail/black-powder-thief.png b/public/images/mice/thumbnail/black-powder-thief.png
new file mode 100644
index 00000000..3f0471b4
Binary files /dev/null and b/public/images/mice/thumbnail/black-powder-thief.png differ
diff --git a/public/images/mice/thumbnail/black-widow.png b/public/images/mice/thumbnail/black-widow.png
new file mode 100644
index 00000000..1b154f69
Binary files /dev/null and b/public/images/mice/thumbnail/black-widow.png differ
diff --git a/public/images/mice/thumbnail/blacksmith.png b/public/images/mice/thumbnail/blacksmith.png
new file mode 100644
index 00000000..c20e98a3
Binary files /dev/null and b/public/images/mice/thumbnail/blacksmith.png differ
diff --git a/public/images/mice/thumbnail/blizzara-winterosa.png b/public/images/mice/thumbnail/blizzara-winterosa.png
new file mode 100644
index 00000000..5dfdc88a
Binary files /dev/null and b/public/images/mice/thumbnail/blizzara-winterosa.png differ
diff --git a/public/images/mice/thumbnail/bog-beast.png b/public/images/mice/thumbnail/bog-beast.png
new file mode 100644
index 00000000..f748aa91
Binary files /dev/null and b/public/images/mice/thumbnail/bog-beast.png differ
diff --git a/public/images/mice/thumbnail/bookborn.png b/public/images/mice/thumbnail/bookborn.png
new file mode 100644
index 00000000..1a7ab763
Binary files /dev/null and b/public/images/mice/thumbnail/bookborn.png differ
diff --git a/public/images/mice/thumbnail/bookworm.png b/public/images/mice/thumbnail/bookworm.png
new file mode 100644
index 00000000..59e20de0
Binary files /dev/null and b/public/images/mice/thumbnail/bookworm.png differ
diff --git a/public/images/mice/thumbnail/bottled.png b/public/images/mice/thumbnail/bottled.png
new file mode 100644
index 00000000..e434010b
Binary files /dev/null and b/public/images/mice/thumbnail/bottled.png differ
diff --git a/public/images/mice/thumbnail/bottom-feeder.png b/public/images/mice/thumbnail/bottom-feeder.png
new file mode 100644
index 00000000..781e9b86
Binary files /dev/null and b/public/images/mice/thumbnail/bottom-feeder.png differ
diff --git a/public/images/mice/thumbnail/bounty-hunter.png b/public/images/mice/thumbnail/bounty-hunter.png
new file mode 100644
index 00000000..c3767fe3
Binary files /dev/null and b/public/images/mice/thumbnail/bounty-hunter.png differ
diff --git a/public/images/mice/thumbnail/breakdancer.png b/public/images/mice/thumbnail/breakdancer.png
new file mode 100644
index 00000000..7c744025
Binary files /dev/null and b/public/images/mice/thumbnail/breakdancer.png differ
diff --git a/public/images/mice/thumbnail/briegull.png b/public/images/mice/thumbnail/briegull.png
new file mode 100644
index 00000000..3b482324
Binary files /dev/null and b/public/images/mice/thumbnail/briegull.png differ
diff --git a/public/images/mice/thumbnail/brimstone.png b/public/images/mice/thumbnail/brimstone.png
new file mode 100644
index 00000000..27310c36
Binary files /dev/null and b/public/images/mice/thumbnail/brimstone.png differ
diff --git a/public/images/mice/thumbnail/broomstick-bungler.png b/public/images/mice/thumbnail/broomstick-bungler.png
new file mode 100644
index 00000000..26da1318
Binary files /dev/null and b/public/images/mice/thumbnail/broomstick-bungler.png differ
diff --git a/public/images/mice/thumbnail/brothers-grimmaus.png b/public/images/mice/thumbnail/brothers-grimmaus.png
new file mode 100644
index 00000000..03d04c14
Binary files /dev/null and b/public/images/mice/thumbnail/brothers-grimmaus.png differ
diff --git a/public/images/mice/thumbnail/brown.png b/public/images/mice/thumbnail/brown.png
new file mode 100644
index 00000000..373ac21c
Binary files /dev/null and b/public/images/mice/thumbnail/brown.png differ
diff --git a/public/images/mice/thumbnail/bruticle.png b/public/images/mice/thumbnail/bruticle.png
new file mode 100644
index 00000000..c04ca2c8
Binary files /dev/null and b/public/images/mice/thumbnail/bruticle.png differ
diff --git a/public/images/mice/thumbnail/buccaneer.png b/public/images/mice/thumbnail/buccaneer.png
new file mode 100644
index 00000000..fa8b2615
Binary files /dev/null and b/public/images/mice/thumbnail/buccaneer.png differ
diff --git a/public/images/mice/thumbnail/buckethead.png b/public/images/mice/thumbnail/buckethead.png
new file mode 100644
index 00000000..349932af
Binary files /dev/null and b/public/images/mice/thumbnail/buckethead.png differ
diff --git a/public/images/mice/thumbnail/budrich-thornborn.png b/public/images/mice/thumbnail/budrich-thornborn.png
new file mode 100644
index 00000000..54123910
Binary files /dev/null and b/public/images/mice/thumbnail/budrich-thornborn.png differ
diff --git a/public/images/mice/thumbnail/builder.png b/public/images/mice/thumbnail/builder.png
new file mode 100644
index 00000000..1c1f6325
Binary files /dev/null and b/public/images/mice/thumbnail/builder.png differ
diff --git a/public/images/mice/thumbnail/burglar.png b/public/images/mice/thumbnail/burglar.png
new file mode 100644
index 00000000..f1aeb420
Binary files /dev/null and b/public/images/mice/thumbnail/burglar.png differ
diff --git a/public/images/mice/thumbnail/cabin-boy.png b/public/images/mice/thumbnail/cabin-boy.png
new file mode 100644
index 00000000..bb71b949
Binary files /dev/null and b/public/images/mice/thumbnail/cabin-boy.png differ
diff --git a/public/images/mice/thumbnail/cagey-countess.png b/public/images/mice/thumbnail/cagey-countess.png
new file mode 100644
index 00000000..425dbedd
Binary files /dev/null and b/public/images/mice/thumbnail/cagey-countess.png differ
diff --git a/public/images/mice/thumbnail/calalilly.png b/public/images/mice/thumbnail/calalilly.png
new file mode 100644
index 00000000..543bd07c
Binary files /dev/null and b/public/images/mice/thumbnail/calalilly.png differ
diff --git a/public/images/mice/thumbnail/calligraphy.png b/public/images/mice/thumbnail/calligraphy.png
new file mode 100644
index 00000000..18657770
Binary files /dev/null and b/public/images/mice/thumbnail/calligraphy.png differ
diff --git a/public/images/mice/thumbnail/camoflower.png b/public/images/mice/thumbnail/camoflower.png
new file mode 100644
index 00000000..c19cb5f4
Binary files /dev/null and b/public/images/mice/thumbnail/camoflower.png differ
diff --git a/public/images/mice/thumbnail/camofusion.png b/public/images/mice/thumbnail/camofusion.png
new file mode 100644
index 00000000..9e43b899
Binary files /dev/null and b/public/images/mice/thumbnail/camofusion.png differ
diff --git a/public/images/mice/thumbnail/candy-cane.png b/public/images/mice/thumbnail/candy-cane.png
new file mode 100644
index 00000000..76903adb
Binary files /dev/null and b/public/images/mice/thumbnail/candy-cane.png differ
diff --git a/public/images/mice/thumbnail/candy-cat.png b/public/images/mice/thumbnail/candy-cat.png
new file mode 100644
index 00000000..1b639ab9
Binary files /dev/null and b/public/images/mice/thumbnail/candy-cat.png differ
diff --git a/public/images/mice/thumbnail/candy-goblin.png b/public/images/mice/thumbnail/candy-goblin.png
new file mode 100644
index 00000000..29ae4e93
Binary files /dev/null and b/public/images/mice/thumbnail/candy-goblin.png differ
diff --git a/public/images/mice/thumbnail/cannonball.png b/public/images/mice/thumbnail/cannonball.png
new file mode 100644
index 00000000..9a12ac46
Binary files /dev/null and b/public/images/mice/thumbnail/cannonball.png differ
diff --git a/public/images/mice/thumbnail/captain-cloudkicker.png b/public/images/mice/thumbnail/captain-cloudkicker.png
new file mode 100644
index 00000000..b8db1bc8
Binary files /dev/null and b/public/images/mice/thumbnail/captain-cloudkicker.png differ
diff --git a/public/images/mice/thumbnail/captain-croissant.png b/public/images/mice/thumbnail/captain-croissant.png
new file mode 100644
index 00000000..e40317a1
Binary files /dev/null and b/public/images/mice/thumbnail/captain-croissant.png differ
diff --git a/public/images/mice/thumbnail/captain.png b/public/images/mice/thumbnail/captain.png
new file mode 100644
index 00000000..6ff2cf51
Binary files /dev/null and b/public/images/mice/thumbnail/captain.png differ
diff --git a/public/images/mice/thumbnail/cardshark.png b/public/images/mice/thumbnail/cardshark.png
new file mode 100644
index 00000000..73edbdac
Binary files /dev/null and b/public/images/mice/thumbnail/cardshark.png differ
diff --git a/public/images/mice/thumbnail/carefree-cook.png b/public/images/mice/thumbnail/carefree-cook.png
new file mode 100644
index 00000000..118a54df
Binary files /dev/null and b/public/images/mice/thumbnail/carefree-cook.png differ
diff --git a/public/images/mice/thumbnail/careless-catfish.png b/public/images/mice/thumbnail/careless-catfish.png
new file mode 100644
index 00000000..6259e4c0
Binary files /dev/null and b/public/images/mice/thumbnail/careless-catfish.png differ
diff --git a/public/images/mice/thumbnail/caretaker.png b/public/images/mice/thumbnail/caretaker.png
new file mode 100644
index 00000000..ca37a56e
Binary files /dev/null and b/public/images/mice/thumbnail/caretaker.png differ
diff --git a/public/images/mice/thumbnail/carmine.png b/public/images/mice/thumbnail/carmine.png
new file mode 100644
index 00000000..5d8ff115
Binary files /dev/null and b/public/images/mice/thumbnail/carmine.png differ
diff --git a/public/images/mice/thumbnail/carnivore.png b/public/images/mice/thumbnail/carnivore.png
new file mode 100644
index 00000000..4189b7c7
Binary files /dev/null and b/public/images/mice/thumbnail/carnivore.png differ
diff --git a/public/images/mice/thumbnail/carved-hapless-puppet.png b/public/images/mice/thumbnail/carved-hapless-puppet.png
new file mode 100644
index 00000000..dd2a7900
Binary files /dev/null and b/public/images/mice/thumbnail/carved-hapless-puppet.png differ
diff --git a/public/images/mice/thumbnail/cavalier.png b/public/images/mice/thumbnail/cavalier.png
new file mode 100644
index 00000000..6114ce8e
Binary files /dev/null and b/public/images/mice/thumbnail/cavalier.png differ
diff --git a/public/images/mice/thumbnail/cavern-crumbler.png b/public/images/mice/thumbnail/cavern-crumbler.png
new file mode 100644
index 00000000..f1f92ffd
Binary files /dev/null and b/public/images/mice/thumbnail/cavern-crumbler.png differ
diff --git a/public/images/mice/thumbnail/celestial-summoner.png b/public/images/mice/thumbnail/celestial-summoner.png
new file mode 100644
index 00000000..96873b15
Binary files /dev/null and b/public/images/mice/thumbnail/celestial-summoner.png differ
diff --git a/public/images/mice/thumbnail/cell-sweeper.png b/public/images/mice/thumbnail/cell-sweeper.png
new file mode 100644
index 00000000..07071025
Binary files /dev/null and b/public/images/mice/thumbnail/cell-sweeper.png differ
diff --git a/public/images/mice/thumbnail/centaur.png b/public/images/mice/thumbnail/centaur.png
new file mode 100644
index 00000000..dfc65166
Binary files /dev/null and b/public/images/mice/thumbnail/centaur.png differ
diff --git a/public/images/mice/thumbnail/chafed-cellist.png b/public/images/mice/thumbnail/chafed-cellist.png
new file mode 100644
index 00000000..778383c1
Binary files /dev/null and b/public/images/mice/thumbnail/chafed-cellist.png differ
diff --git a/public/images/mice/thumbnail/chainsaw.png b/public/images/mice/thumbnail/chainsaw.png
new file mode 100644
index 00000000..2580e405
Binary files /dev/null and b/public/images/mice/thumbnail/chainsaw.png differ
diff --git a/public/images/mice/thumbnail/chameleon.png b/public/images/mice/thumbnail/chameleon.png
new file mode 100644
index 00000000..665510a7
Binary files /dev/null and b/public/images/mice/thumbnail/chameleon.png differ
diff --git a/public/images/mice/thumbnail/champion.png b/public/images/mice/thumbnail/champion.png
new file mode 100644
index 00000000..73d0476f
Binary files /dev/null and b/public/images/mice/thumbnail/champion.png differ
diff --git a/public/images/mice/thumbnail/charming-chimer.png b/public/images/mice/thumbnail/charming-chimer.png
new file mode 100644
index 00000000..92d580e5
Binary files /dev/null and b/public/images/mice/thumbnail/charming-chimer.png differ
diff --git a/public/images/mice/thumbnail/chcolate-overload.png b/public/images/mice/thumbnail/chcolate-overload.png
new file mode 100644
index 00000000..86baee07
Binary files /dev/null and b/public/images/mice/thumbnail/chcolate-overload.png differ
diff --git a/public/images/mice/thumbnail/cheat-sheet-conjurer.png b/public/images/mice/thumbnail/cheat-sheet-conjurer.png
new file mode 100644
index 00000000..4d5f7c8f
Binary files /dev/null and b/public/images/mice/thumbnail/cheat-sheet-conjurer.png differ
diff --git a/public/images/mice/thumbnail/cheesy-party.png b/public/images/mice/thumbnail/cheesy-party.png
new file mode 100644
index 00000000..c179cbdb
Binary files /dev/null and b/public/images/mice/thumbnail/cheesy-party.png differ
diff --git a/public/images/mice/thumbnail/cherry.png b/public/images/mice/thumbnail/cherry.png
new file mode 100644
index 00000000..769b58d2
Binary files /dev/null and b/public/images/mice/thumbnail/cherry.png differ
diff --git a/public/images/mice/thumbnail/chess-master.png b/public/images/mice/thumbnail/chess-master.png
new file mode 100644
index 00000000..ffd456c6
Binary files /dev/null and b/public/images/mice/thumbnail/chess-master.png differ
diff --git a/public/images/mice/thumbnail/chillandria-permafrost.png b/public/images/mice/thumbnail/chillandria-permafrost.png
new file mode 100644
index 00000000..eb9721bb
Binary files /dev/null and b/public/images/mice/thumbnail/chillandria-permafrost.png differ
diff --git a/public/images/mice/thumbnail/chip-chiseler.png b/public/images/mice/thumbnail/chip-chiseler.png
new file mode 100644
index 00000000..21f9c5ab
Binary files /dev/null and b/public/images/mice/thumbnail/chip-chiseler.png differ
diff --git a/public/images/mice/thumbnail/chipper.png b/public/images/mice/thumbnail/chipper.png
new file mode 100644
index 00000000..89597357
Binary files /dev/null and b/public/images/mice/thumbnail/chipper.png differ
diff --git a/public/images/mice/thumbnail/chitinous.png b/public/images/mice/thumbnail/chitinous.png
new file mode 100644
index 00000000..3147cfef
Binary files /dev/null and b/public/images/mice/thumbnail/chitinous.png differ
diff --git a/public/images/mice/thumbnail/chocolate-gold-foil.png b/public/images/mice/thumbnail/chocolate-gold-foil.png
new file mode 100644
index 00000000..4c28ec78
Binary files /dev/null and b/public/images/mice/thumbnail/chocolate-gold-foil.png differ
diff --git a/public/images/mice/thumbnail/christmas-tree.png b/public/images/mice/thumbnail/christmas-tree.png
new file mode 100644
index 00000000..ee2b4d97
Binary files /dev/null and b/public/images/mice/thumbnail/christmas-tree.png differ
diff --git a/public/images/mice/thumbnail/chrono.png b/public/images/mice/thumbnail/chrono.png
new file mode 100644
index 00000000..d3317ee4
Binary files /dev/null and b/public/images/mice/thumbnail/chrono.png differ
diff --git a/public/images/mice/thumbnail/circuit-judge.png b/public/images/mice/thumbnail/circuit-judge.png
new file mode 100644
index 00000000..4385fde3
Binary files /dev/null and b/public/images/mice/thumbnail/circuit-judge.png differ
diff --git a/public/images/mice/thumbnail/city-noble.png b/public/images/mice/thumbnail/city-noble.png
new file mode 100644
index 00000000..a5707c26
Binary files /dev/null and b/public/images/mice/thumbnail/city-noble.png differ
diff --git a/public/images/mice/thumbnail/city-worker.png b/public/images/mice/thumbnail/city-worker.png
new file mode 100644
index 00000000..bad8c41a
Binary files /dev/null and b/public/images/mice/thumbnail/city-worker.png differ
diff --git a/public/images/mice/thumbnail/class-clown.png b/public/images/mice/thumbnail/class-clown.png
new file mode 100644
index 00000000..104d4417
Binary files /dev/null and b/public/images/mice/thumbnail/class-clown.png differ
diff --git a/public/images/mice/thumbnail/classroom-disrupter.png b/public/images/mice/thumbnail/classroom-disrupter.png
new file mode 100644
index 00000000..6f297e4e
Binary files /dev/null and b/public/images/mice/thumbnail/classroom-disrupter.png differ
diff --git a/public/images/mice/thumbnail/classroom-keener.png b/public/images/mice/thumbnail/classroom-keener.png
new file mode 100644
index 00000000..d5c0f705
Binary files /dev/null and b/public/images/mice/thumbnail/classroom-keener.png differ
diff --git a/public/images/mice/thumbnail/clockwork-samurai.png b/public/images/mice/thumbnail/clockwork-samurai.png
new file mode 100644
index 00000000..56b9370a
Binary files /dev/null and b/public/images/mice/thumbnail/clockwork-samurai.png differ
diff --git a/public/images/mice/thumbnail/cloud-collector.png b/public/images/mice/thumbnail/cloud-collector.png
new file mode 100644
index 00000000..3eacf24b
Binary files /dev/null and b/public/images/mice/thumbnail/cloud-collector.png differ
diff --git a/public/images/mice/thumbnail/cloud-miner.png b/public/images/mice/thumbnail/cloud-miner.png
new file mode 100644
index 00000000..f2e3e705
Binary files /dev/null and b/public/images/mice/thumbnail/cloud-miner.png differ
diff --git a/public/images/mice/thumbnail/clownfish.png b/public/images/mice/thumbnail/clownfish.png
new file mode 100644
index 00000000..731080a4
Binary files /dev/null and b/public/images/mice/thumbnail/clownfish.png differ
diff --git a/public/images/mice/thumbnail/clumsy-carrier.png b/public/images/mice/thumbnail/clumsy-carrier.png
new file mode 100644
index 00000000..38b3f6d0
Binary files /dev/null and b/public/images/mice/thumbnail/clumsy-carrier.png differ
diff --git a/public/images/mice/thumbnail/clumsy-chemist.png b/public/images/mice/thumbnail/clumsy-chemist.png
new file mode 100644
index 00000000..9a742cfd
Binary files /dev/null and b/public/images/mice/thumbnail/clumsy-chemist.png differ
diff --git a/public/images/mice/thumbnail/clumsy-cupbearer.png b/public/images/mice/thumbnail/clumsy-cupbearer.png
new file mode 100644
index 00000000..cbbf62e9
Binary files /dev/null and b/public/images/mice/thumbnail/clumsy-cupbearer.png differ
diff --git a/public/images/mice/thumbnail/coal-shoveler.png b/public/images/mice/thumbnail/coal-shoveler.png
new file mode 100644
index 00000000..c8e3aec7
Binary files /dev/null and b/public/images/mice/thumbnail/coal-shoveler.png differ
diff --git a/public/images/mice/thumbnail/coconut-lumberjack-mouse.png b/public/images/mice/thumbnail/coconut-lumberjack-mouse.png
new file mode 100644
index 00000000..9e95b999
Binary files /dev/null and b/public/images/mice/thumbnail/coconut-lumberjack-mouse.png differ
diff --git a/public/images/mice/thumbnail/coffin-zombie.png b/public/images/mice/thumbnail/coffin-zombie.png
new file mode 100644
index 00000000..5e26fdde
Binary files /dev/null and b/public/images/mice/thumbnail/coffin-zombie.png differ
diff --git a/public/images/mice/thumbnail/colonel-crisp.png b/public/images/mice/thumbnail/colonel-crisp.png
new file mode 100644
index 00000000..7f602b6d
Binary files /dev/null and b/public/images/mice/thumbnail/colonel-crisp.png differ
diff --git a/public/images/mice/thumbnail/combustius-furnaceheart.png b/public/images/mice/thumbnail/combustius-furnaceheart.png
new file mode 100644
index 00000000..018bd1f8
Binary files /dev/null and b/public/images/mice/thumbnail/combustius-furnaceheart.png differ
diff --git a/public/images/mice/thumbnail/confused-courier.png b/public/images/mice/thumbnail/confused-courier.png
new file mode 100644
index 00000000..be532811
Binary files /dev/null and b/public/images/mice/thumbnail/confused-courier.png differ
diff --git a/public/images/mice/thumbnail/conjurer.png b/public/images/mice/thumbnail/conjurer.png
new file mode 100644
index 00000000..355ac2fc
Binary files /dev/null and b/public/images/mice/thumbnail/conjurer.png differ
diff --git a/public/images/mice/thumbnail/conqueror.png b/public/images/mice/thumbnail/conqueror.png
new file mode 100644
index 00000000..ede5051f
Binary files /dev/null and b/public/images/mice/thumbnail/conqueror.png differ
diff --git a/public/images/mice/thumbnail/constructively-critical-artist.png b/public/images/mice/thumbnail/constructively-critical-artist.png
new file mode 100644
index 00000000..04800cf8
Binary files /dev/null and b/public/images/mice/thumbnail/constructively-critical-artist.png differ
diff --git a/public/images/mice/thumbnail/cook.png b/public/images/mice/thumbnail/cook.png
new file mode 100644
index 00000000..44eb4157
Binary files /dev/null and b/public/images/mice/thumbnail/cook.png differ
diff --git a/public/images/mice/thumbnail/coral-cuddler.png b/public/images/mice/thumbnail/coral-cuddler.png
new file mode 100644
index 00000000..cbbf3a54
Binary files /dev/null and b/public/images/mice/thumbnail/coral-cuddler.png differ
diff --git a/public/images/mice/thumbnail/coral-dragon.png b/public/images/mice/thumbnail/coral-dragon.png
new file mode 100644
index 00000000..9949ee17
Binary files /dev/null and b/public/images/mice/thumbnail/coral-dragon.png differ
diff --git a/public/images/mice/thumbnail/coral-gardener.png b/public/images/mice/thumbnail/coral-gardener.png
new file mode 100644
index 00000000..8217ccab
Binary files /dev/null and b/public/images/mice/thumbnail/coral-gardener.png differ
diff --git a/public/images/mice/thumbnail/coral-guard.png b/public/images/mice/thumbnail/coral-guard.png
new file mode 100644
index 00000000..4106d877
Binary files /dev/null and b/public/images/mice/thumbnail/coral-guard.png differ
diff --git a/public/images/mice/thumbnail/coral-harvester.png b/public/images/mice/thumbnail/coral-harvester.png
new file mode 100644
index 00000000..9273c1f3
Binary files /dev/null and b/public/images/mice/thumbnail/coral-harvester.png differ
diff --git a/public/images/mice/thumbnail/coral-queen.png b/public/images/mice/thumbnail/coral-queen.png
new file mode 100644
index 00000000..7fb9bc29
Binary files /dev/null and b/public/images/mice/thumbnail/coral-queen.png differ
diff --git a/public/images/mice/thumbnail/coral.png b/public/images/mice/thumbnail/coral.png
new file mode 100644
index 00000000..b6da5830
Binary files /dev/null and b/public/images/mice/thumbnail/coral.png differ
diff --git a/public/images/mice/thumbnail/core-sample.png b/public/images/mice/thumbnail/core-sample.png
new file mode 100644
index 00000000..9a33fdec
Binary files /dev/null and b/public/images/mice/thumbnail/core-sample.png differ
diff --git a/public/images/mice/thumbnail/corridor-bruiser.png b/public/images/mice/thumbnail/corridor-bruiser.png
new file mode 100644
index 00000000..7225b29a
Binary files /dev/null and b/public/images/mice/thumbnail/corridor-bruiser.png differ
diff --git a/public/images/mice/thumbnail/corrupt-commodore.png b/public/images/mice/thumbnail/corrupt-commodore.png
new file mode 100644
index 00000000..a2531b93
Binary files /dev/null and b/public/images/mice/thumbnail/corrupt-commodore.png differ
diff --git a/public/images/mice/thumbnail/corrupt.png b/public/images/mice/thumbnail/corrupt.png
new file mode 100644
index 00000000..442522dd
Binary files /dev/null and b/public/images/mice/thumbnail/corrupt.png differ
diff --git a/public/images/mice/thumbnail/corrupticus-the-blight-baron.png b/public/images/mice/thumbnail/corrupticus-the-blight-baron.png
new file mode 100644
index 00000000..107e551f
Binary files /dev/null and b/public/images/mice/thumbnail/corrupticus-the-blight-baron.png differ
diff --git a/public/images/mice/thumbnail/costumed-dog.png b/public/images/mice/thumbnail/costumed-dog.png
new file mode 100644
index 00000000..ada281cc
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-dog.png differ
diff --git a/public/images/mice/thumbnail/costumed-dragon.png b/public/images/mice/thumbnail/costumed-dragon.png
new file mode 100644
index 00000000..6ed94f9b
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-dragon.png differ
diff --git a/public/images/mice/thumbnail/costumed-horse.png b/public/images/mice/thumbnail/costumed-horse.png
new file mode 100644
index 00000000..9094e10c
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-horse.png differ
diff --git a/public/images/mice/thumbnail/costumed-monkey.png b/public/images/mice/thumbnail/costumed-monkey.png
new file mode 100644
index 00000000..8550208f
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-monkey.png differ
diff --git a/public/images/mice/thumbnail/costumed-ox.png b/public/images/mice/thumbnail/costumed-ox.png
new file mode 100644
index 00000000..a04605ad
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-ox.png differ
diff --git a/public/images/mice/thumbnail/costumed-pig.png b/public/images/mice/thumbnail/costumed-pig.png
new file mode 100644
index 00000000..48692b42
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-pig.png differ
diff --git a/public/images/mice/thumbnail/costumed-rabbit.png b/public/images/mice/thumbnail/costumed-rabbit.png
new file mode 100644
index 00000000..2c29e373
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-rabbit.png differ
diff --git a/public/images/mice/thumbnail/costumed-rat.png b/public/images/mice/thumbnail/costumed-rat.png
new file mode 100644
index 00000000..e7a9fcd9
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-rat.png differ
diff --git a/public/images/mice/thumbnail/costumed-rooster.png b/public/images/mice/thumbnail/costumed-rooster.png
new file mode 100644
index 00000000..c7f16a58
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-rooster.png differ
diff --git a/public/images/mice/thumbnail/costumed-sheep.png b/public/images/mice/thumbnail/costumed-sheep.png
new file mode 100644
index 00000000..e609e89d
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-sheep.png differ
diff --git a/public/images/mice/thumbnail/costumed-snake.png b/public/images/mice/thumbnail/costumed-snake.png
new file mode 100644
index 00000000..3bf577f6
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-snake.png differ
diff --git a/public/images/mice/thumbnail/costumed-tiger.png b/public/images/mice/thumbnail/costumed-tiger.png
new file mode 100644
index 00000000..c08cea26
Binary files /dev/null and b/public/images/mice/thumbnail/costumed-tiger.png differ
diff --git a/public/images/mice/thumbnail/covetous-coastguard.png b/public/images/mice/thumbnail/covetous-coastguard.png
new file mode 100644
index 00000000..2c994e1e
Binary files /dev/null and b/public/images/mice/thumbnail/covetous-coastguard.png differ
diff --git a/public/images/mice/thumbnail/cowardly.png b/public/images/mice/thumbnail/cowardly.png
new file mode 100644
index 00000000..aa6c68f8
Binary files /dev/null and b/public/images/mice/thumbnail/cowardly.png differ
diff --git a/public/images/mice/thumbnail/cowbell.png b/public/images/mice/thumbnail/cowbell.png
new file mode 100644
index 00000000..573b13fd
Binary files /dev/null and b/public/images/mice/thumbnail/cowbell.png differ
diff --git a/public/images/mice/thumbnail/crabolia.png b/public/images/mice/thumbnail/crabolia.png
new file mode 100644
index 00000000..e5842d7d
Binary files /dev/null and b/public/images/mice/thumbnail/crabolia.png differ
diff --git a/public/images/mice/thumbnail/crag-elder.png b/public/images/mice/thumbnail/crag-elder.png
new file mode 100644
index 00000000..bb2d4fee
Binary files /dev/null and b/public/images/mice/thumbnail/crag-elder.png differ
diff --git a/public/images/mice/thumbnail/craggy-ore.png b/public/images/mice/thumbnail/craggy-ore.png
new file mode 100644
index 00000000..418842da
Binary files /dev/null and b/public/images/mice/thumbnail/craggy-ore.png differ
diff --git a/public/images/mice/thumbnail/crate-camo.png b/public/images/mice/thumbnail/crate-camo.png
new file mode 100644
index 00000000..4b898dd0
Binary files /dev/null and b/public/images/mice/thumbnail/crate-camo.png differ
diff --git a/public/images/mice/thumbnail/crazed-cultivator.png b/public/images/mice/thumbnail/crazed-cultivator.png
new file mode 100644
index 00000000..379ba758
Binary files /dev/null and b/public/images/mice/thumbnail/crazed-cultivator.png differ
diff --git a/public/images/mice/thumbnail/creepy-marionette.png b/public/images/mice/thumbnail/creepy-marionette.png
new file mode 100644
index 00000000..860f6b62
Binary files /dev/null and b/public/images/mice/thumbnail/creepy-marionette.png differ
diff --git a/public/images/mice/thumbnail/crematio-scorchworth.png b/public/images/mice/thumbnail/crematio-scorchworth.png
new file mode 100644
index 00000000..d8089c6e
Binary files /dev/null and b/public/images/mice/thumbnail/crematio-scorchworth.png differ
diff --git a/public/images/mice/thumbnail/croquet-crusher.png b/public/images/mice/thumbnail/croquet-crusher.png
new file mode 100644
index 00000000..1918d9db
Binary files /dev/null and b/public/images/mice/thumbnail/croquet-crusher.png differ
diff --git a/public/images/mice/thumbnail/crown-collector-mouse.png b/public/images/mice/thumbnail/crown-collector-mouse.png
new file mode 100644
index 00000000..a04c70d2
Binary files /dev/null and b/public/images/mice/thumbnail/crown-collector-mouse.png differ
diff --git a/public/images/mice/thumbnail/crystal-behemoth.png b/public/images/mice/thumbnail/crystal-behemoth.png
new file mode 100644
index 00000000..2c785d7c
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-behemoth.png differ
diff --git a/public/images/mice/thumbnail/crystal-cave-worm.png b/public/images/mice/thumbnail/crystal-cave-worm.png
new file mode 100644
index 00000000..e5fb7cba
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-cave-worm.png differ
diff --git a/public/images/mice/thumbnail/crystal-controller.png b/public/images/mice/thumbnail/crystal-controller.png
new file mode 100644
index 00000000..65021fbf
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-controller.png differ
diff --git a/public/images/mice/thumbnail/crystal-golem.png b/public/images/mice/thumbnail/crystal-golem.png
new file mode 100644
index 00000000..e1e22885
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-golem.png differ
diff --git a/public/images/mice/thumbnail/crystal-lurker.png b/public/images/mice/thumbnail/crystal-lurker.png
new file mode 100644
index 00000000..73a5ecf8
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-lurker.png differ
diff --git a/public/images/mice/thumbnail/crystal-observer.png b/public/images/mice/thumbnail/crystal-observer.png
new file mode 100644
index 00000000..5861ba31
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-observer.png differ
diff --git a/public/images/mice/thumbnail/crystal-queen.png b/public/images/mice/thumbnail/crystal-queen.png
new file mode 100644
index 00000000..56d69e3f
Binary files /dev/null and b/public/images/mice/thumbnail/crystal-queen.png differ
diff --git a/public/images/mice/thumbnail/crystalback.png b/public/images/mice/thumbnail/crystalback.png
new file mode 100644
index 00000000..376651dd
Binary files /dev/null and b/public/images/mice/thumbnail/crystalback.png differ
diff --git a/public/images/mice/thumbnail/crystalline-slasher.png b/public/images/mice/thumbnail/crystalline-slasher.png
new file mode 100644
index 00000000..410e1a90
Binary files /dev/null and b/public/images/mice/thumbnail/crystalline-slasher.png differ
diff --git a/public/images/mice/thumbnail/cumulost.png b/public/images/mice/thumbnail/cumulost.png
new file mode 100644
index 00000000..c6145ce7
Binary files /dev/null and b/public/images/mice/thumbnail/cumulost.png differ
diff --git a/public/images/mice/thumbnail/cupcake-camo.png b/public/images/mice/thumbnail/cupcake-camo.png
new file mode 100644
index 00000000..49426e50
Binary files /dev/null and b/public/images/mice/thumbnail/cupcake-camo.png differ
diff --git a/public/images/mice/thumbnail/cupcake-candle-thief.png b/public/images/mice/thumbnail/cupcake-candle-thief.png
new file mode 100644
index 00000000..29fbe4af
Binary files /dev/null and b/public/images/mice/thumbnail/cupcake-candle-thief.png differ
diff --git a/public/images/mice/thumbnail/cupcake-cutie.png b/public/images/mice/thumbnail/cupcake-cutie.png
new file mode 100644
index 00000000..6a6fcdc7
Binary files /dev/null and b/public/images/mice/thumbnail/cupcake-cutie.png differ
diff --git a/public/images/mice/thumbnail/cupcake-runner.png b/public/images/mice/thumbnail/cupcake-runner.png
new file mode 100644
index 00000000..e7de9b9a
Binary files /dev/null and b/public/images/mice/thumbnail/cupcake-runner.png differ
diff --git a/public/images/mice/thumbnail/cupid.png b/public/images/mice/thumbnail/cupid.png
new file mode 100644
index 00000000..96d468ec
Binary files /dev/null and b/public/images/mice/thumbnail/cupid.png differ
diff --git a/public/images/mice/thumbnail/curious-chemist.png b/public/images/mice/thumbnail/curious-chemist.png
new file mode 100644
index 00000000..161bbe4a
Binary files /dev/null and b/public/images/mice/thumbnail/curious-chemist.png differ
diff --git a/public/images/mice/thumbnail/cursed-enchanter.png b/public/images/mice/thumbnail/cursed-enchanter.png
new file mode 100644
index 00000000..c9a35d3f
Binary files /dev/null and b/public/images/mice/thumbnail/cursed-enchanter.png differ
diff --git a/public/images/mice/thumbnail/cursed-engineer.png b/public/images/mice/thumbnail/cursed-engineer.png
new file mode 100644
index 00000000..3a517869
Binary files /dev/null and b/public/images/mice/thumbnail/cursed-engineer.png differ
diff --git a/public/images/mice/thumbnail/cursed-librarian.png b/public/images/mice/thumbnail/cursed-librarian.png
new file mode 100644
index 00000000..372c1979
Binary files /dev/null and b/public/images/mice/thumbnail/cursed-librarian.png differ
diff --git a/public/images/mice/thumbnail/cursed-taskmaster.png b/public/images/mice/thumbnail/cursed-taskmaster.png
new file mode 100644
index 00000000..cfcf665d
Binary files /dev/null and b/public/images/mice/thumbnail/cursed-taskmaster.png differ
diff --git a/public/images/mice/thumbnail/cursed-thief.png b/public/images/mice/thumbnail/cursed-thief.png
new file mode 100644
index 00000000..a767f617
Binary files /dev/null and b/public/images/mice/thumbnail/cursed-thief.png differ
diff --git a/public/images/mice/thumbnail/cursed.png b/public/images/mice/thumbnail/cursed.png
new file mode 100644
index 00000000..bf13aabd
Binary files /dev/null and b/public/images/mice/thumbnail/cursed.png differ
diff --git a/public/images/mice/thumbnail/cute-cloud-conjurer.png b/public/images/mice/thumbnail/cute-cloud-conjurer.png
new file mode 100644
index 00000000..2345745e
Binary files /dev/null and b/public/images/mice/thumbnail/cute-cloud-conjurer.png differ
diff --git a/public/images/mice/thumbnail/cute-crate-carrier.png b/public/images/mice/thumbnail/cute-crate-carrier.png
new file mode 100644
index 00000000..d649c99e
Binary files /dev/null and b/public/images/mice/thumbnail/cute-crate-carrier.png differ
diff --git a/public/images/mice/thumbnail/cutthroat-cannoneer.png b/public/images/mice/thumbnail/cutthroat-cannoneer.png
new file mode 100644
index 00000000..5e8d834c
Binary files /dev/null and b/public/images/mice/thumbnail/cutthroat-cannoneer.png differ
diff --git a/public/images/mice/thumbnail/cutthroat-pirate.png b/public/images/mice/thumbnail/cutthroat-pirate.png
new file mode 100644
index 00000000..52253568
Binary files /dev/null and b/public/images/mice/thumbnail/cutthroat-pirate.png differ
diff --git a/public/images/mice/thumbnail/cuttle.png b/public/images/mice/thumbnail/cuttle.png
new file mode 100644
index 00000000..bc273c5f
Binary files /dev/null and b/public/images/mice/thumbnail/cuttle.png differ
diff --git a/public/images/mice/thumbnail/cycloness.png b/public/images/mice/thumbnail/cycloness.png
new file mode 100644
index 00000000..a1076587
Binary files /dev/null and b/public/images/mice/thumbnail/cycloness.png differ
diff --git a/public/images/mice/thumbnail/cyclops.png b/public/images/mice/thumbnail/cyclops.png
new file mode 100644
index 00000000..c9840562
Binary files /dev/null and b/public/images/mice/thumbnail/cyclops.png differ
diff --git a/public/images/mice/thumbnail/dance-boss.png b/public/images/mice/thumbnail/dance-boss.png
new file mode 100644
index 00000000..e8b23193
Binary files /dev/null and b/public/images/mice/thumbnail/dance-boss.png differ
diff --git a/public/images/mice/thumbnail/dance-party.png b/public/images/mice/thumbnail/dance-party.png
new file mode 100644
index 00000000..5ecbdf1a
Binary files /dev/null and b/public/images/mice/thumbnail/dance-party.png differ
diff --git a/public/images/mice/thumbnail/dancer.png b/public/images/mice/thumbnail/dancer.png
new file mode 100644
index 00000000..d6192a1f
Binary files /dev/null and b/public/images/mice/thumbnail/dancer.png differ
diff --git a/public/images/mice/thumbnail/dark-magi.png b/public/images/mice/thumbnail/dark-magi.png
new file mode 100644
index 00000000..2bed559d
Binary files /dev/null and b/public/images/mice/thumbnail/dark-magi.png differ
diff --git a/public/images/mice/thumbnail/dark-templar.png b/public/images/mice/thumbnail/dark-templar.png
new file mode 100644
index 00000000..26467294
Binary files /dev/null and b/public/images/mice/thumbnail/dark-templar.png differ
diff --git a/public/images/mice/thumbnail/dashing-buccaneer.png b/public/images/mice/thumbnail/dashing-buccaneer.png
new file mode 100644
index 00000000..434f6c83
Binary files /dev/null and b/public/images/mice/thumbnail/dashing-buccaneer.png differ
diff --git a/public/images/mice/thumbnail/dastardly-duchess.png b/public/images/mice/thumbnail/dastardly-duchess.png
new file mode 100644
index 00000000..f6fa61bd
Binary files /dev/null and b/public/images/mice/thumbnail/dastardly-duchess.png differ
diff --git a/public/images/mice/thumbnail/data-devourer.png b/public/images/mice/thumbnail/data-devourer.png
new file mode 100644
index 00000000..2741e6b7
Binary files /dev/null and b/public/images/mice/thumbnail/data-devourer.png differ
diff --git a/public/images/mice/thumbnail/davy-jones.png b/public/images/mice/thumbnail/davy-jones.png
new file mode 100644
index 00000000..78f3b16b
Binary files /dev/null and b/public/images/mice/thumbnail/davy-jones.png differ
diff --git a/public/images/mice/thumbnail/dawn-guardian.png b/public/images/mice/thumbnail/dawn-guardian.png
new file mode 100644
index 00000000..17917cf4
Binary files /dev/null and b/public/images/mice/thumbnail/dawn-guardian.png differ
diff --git a/public/images/mice/thumbnail/daydreamer.png b/public/images/mice/thumbnail/daydreamer.png
new file mode 100644
index 00000000..b368faf2
Binary files /dev/null and b/public/images/mice/thumbnail/daydreamer.png differ
diff --git a/public/images/mice/thumbnail/decrepit-tentacle-terror.png b/public/images/mice/thumbnail/decrepit-tentacle-terror.png
new file mode 100644
index 00000000..a8965ad2
Binary files /dev/null and b/public/images/mice/thumbnail/decrepit-tentacle-terror.png differ
diff --git a/public/images/mice/thumbnail/deep-sea-diver.png b/public/images/mice/thumbnail/deep-sea-diver.png
new file mode 100644
index 00000000..aa789d97
Binary files /dev/null and b/public/images/mice/thumbnail/deep-sea-diver.png differ
diff --git a/public/images/mice/thumbnail/deep.png b/public/images/mice/thumbnail/deep.png
new file mode 100644
index 00000000..f005673f
Binary files /dev/null and b/public/images/mice/thumbnail/deep.png differ
diff --git a/public/images/mice/thumbnail/defender.png b/public/images/mice/thumbnail/defender.png
new file mode 100644
index 00000000..1a42d127
Binary files /dev/null and b/public/images/mice/thumbnail/defender.png differ
diff --git a/public/images/mice/thumbnail/dehydrated.png b/public/images/mice/thumbnail/dehydrated.png
new file mode 100644
index 00000000..d4d18254
Binary files /dev/null and b/public/images/mice/thumbnail/dehydrated.png differ
diff --git a/public/images/mice/thumbnail/demolitions.png b/public/images/mice/thumbnail/demolitions.png
new file mode 100644
index 00000000..a2b21266
Binary files /dev/null and b/public/images/mice/thumbnail/demolitions.png differ
diff --git a/public/images/mice/thumbnail/deranged-deckhand.png b/public/images/mice/thumbnail/deranged-deckhand.png
new file mode 100644
index 00000000..ae0908d0
Binary files /dev/null and b/public/images/mice/thumbnail/deranged-deckhand.png differ
diff --git a/public/images/mice/thumbnail/derpicorn.png b/public/images/mice/thumbnail/derpicorn.png
new file mode 100644
index 00000000..f885720a
Binary files /dev/null and b/public/images/mice/thumbnail/derpicorn.png differ
diff --git a/public/images/mice/thumbnail/derpshark.png b/public/images/mice/thumbnail/derpshark.png
new file mode 100644
index 00000000..38b2f544
Binary files /dev/null and b/public/images/mice/thumbnail/derpshark.png differ
diff --git a/public/images/mice/thumbnail/derr-chieftain.png b/public/images/mice/thumbnail/derr-chieftain.png
new file mode 100644
index 00000000..51bc1bd2
Binary files /dev/null and b/public/images/mice/thumbnail/derr-chieftain.png differ
diff --git a/public/images/mice/thumbnail/derr-lich.png b/public/images/mice/thumbnail/derr-lich.png
new file mode 100644
index 00000000..853625be
Binary files /dev/null and b/public/images/mice/thumbnail/derr-lich.png differ
diff --git a/public/images/mice/thumbnail/desert-archer-epic.png b/public/images/mice/thumbnail/desert-archer-epic.png
new file mode 100644
index 00000000..0aac6fb7
Binary files /dev/null and b/public/images/mice/thumbnail/desert-archer-epic.png differ
diff --git a/public/images/mice/thumbnail/desert-archer-weak.png b/public/images/mice/thumbnail/desert-archer-weak.png
new file mode 100644
index 00000000..d52a1a64
Binary files /dev/null and b/public/images/mice/thumbnail/desert-archer-weak.png differ
diff --git a/public/images/mice/thumbnail/desert-archer.png b/public/images/mice/thumbnail/desert-archer.png
new file mode 100644
index 00000000..3023318e
Binary files /dev/null and b/public/images/mice/thumbnail/desert-archer.png differ
diff --git a/public/images/mice/thumbnail/desert-artillery-commander.png b/public/images/mice/thumbnail/desert-artillery-commander.png
new file mode 100644
index 00000000..00ca5de1
Binary files /dev/null and b/public/images/mice/thumbnail/desert-artillery-commander.png differ
diff --git a/public/images/mice/thumbnail/desert-artillery.png b/public/images/mice/thumbnail/desert-artillery.png
new file mode 100644
index 00000000..ee6be76d
Binary files /dev/null and b/public/images/mice/thumbnail/desert-artillery.png differ
diff --git a/public/images/mice/thumbnail/desert-beast.png b/public/images/mice/thumbnail/desert-beast.png
new file mode 100644
index 00000000..494e7aa4
Binary files /dev/null and b/public/images/mice/thumbnail/desert-beast.png differ
diff --git a/public/images/mice/thumbnail/desert-boss.png b/public/images/mice/thumbnail/desert-boss.png
new file mode 100644
index 00000000..90b4f989
Binary files /dev/null and b/public/images/mice/thumbnail/desert-boss.png differ
diff --git a/public/images/mice/thumbnail/desert-cavalry-strong.png b/public/images/mice/thumbnail/desert-cavalry-strong.png
new file mode 100644
index 00000000..7e5cb4c5
Binary files /dev/null and b/public/images/mice/thumbnail/desert-cavalry-strong.png differ
diff --git a/public/images/mice/thumbnail/desert-cavalry.png b/public/images/mice/thumbnail/desert-cavalry.png
new file mode 100644
index 00000000..84a1de9d
Binary files /dev/null and b/public/images/mice/thumbnail/desert-cavalry.png differ
diff --git a/public/images/mice/thumbnail/desert-elite-gaurd.png b/public/images/mice/thumbnail/desert-elite-gaurd.png
new file mode 100644
index 00000000..c4e28e0a
Binary files /dev/null and b/public/images/mice/thumbnail/desert-elite-gaurd.png differ
diff --git a/public/images/mice/thumbnail/desert-general.png b/public/images/mice/thumbnail/desert-general.png
new file mode 100644
index 00000000..20b5158a
Binary files /dev/null and b/public/images/mice/thumbnail/desert-general.png differ
diff --git a/public/images/mice/thumbnail/desert-mage-strong.png b/public/images/mice/thumbnail/desert-mage-strong.png
new file mode 100644
index 00000000..30ba640e
Binary files /dev/null and b/public/images/mice/thumbnail/desert-mage-strong.png differ
diff --git a/public/images/mice/thumbnail/desert-mage.png b/public/images/mice/thumbnail/desert-mage.png
new file mode 100644
index 00000000..48b3b2e7
Binary files /dev/null and b/public/images/mice/thumbnail/desert-mage.png differ
diff --git a/public/images/mice/thumbnail/desert-nomad.png b/public/images/mice/thumbnail/desert-nomad.png
new file mode 100644
index 00000000..4437a0ca
Binary files /dev/null and b/public/images/mice/thumbnail/desert-nomad.png differ
diff --git a/public/images/mice/thumbnail/desert-scout-epic.png b/public/images/mice/thumbnail/desert-scout-epic.png
new file mode 100644
index 00000000..369a2597
Binary files /dev/null and b/public/images/mice/thumbnail/desert-scout-epic.png differ
diff --git a/public/images/mice/thumbnail/desert-scout-weak.png b/public/images/mice/thumbnail/desert-scout-weak.png
new file mode 100644
index 00000000..33fa90e3
Binary files /dev/null and b/public/images/mice/thumbnail/desert-scout-weak.png differ
diff --git a/public/images/mice/thumbnail/desert-scout.png b/public/images/mice/thumbnail/desert-scout.png
new file mode 100644
index 00000000..a56a45ad
Binary files /dev/null and b/public/images/mice/thumbnail/desert-scout.png differ
diff --git a/public/images/mice/thumbnail/desert-supply.png b/public/images/mice/thumbnail/desert-supply.png
new file mode 100644
index 00000000..e5aa7528
Binary files /dev/null and b/public/images/mice/thumbnail/desert-supply.png differ
diff --git a/public/images/mice/thumbnail/desert-warrior-epic.png b/public/images/mice/thumbnail/desert-warrior-epic.png
new file mode 100644
index 00000000..d1eee27a
Binary files /dev/null and b/public/images/mice/thumbnail/desert-warrior-epic.png differ
diff --git a/public/images/mice/thumbnail/desert-warrior-weak.png b/public/images/mice/thumbnail/desert-warrior-weak.png
new file mode 100644
index 00000000..7d1ae922
Binary files /dev/null and b/public/images/mice/thumbnail/desert-warrior-weak.png differ
diff --git a/public/images/mice/thumbnail/desert-warrior.png b/public/images/mice/thumbnail/desert-warrior.png
new file mode 100644
index 00000000..304a7a9d
Binary files /dev/null and b/public/images/mice/thumbnail/desert-warrior.png differ
diff --git a/public/images/mice/thumbnail/desert-worker-mouse.png b/public/images/mice/thumbnail/desert-worker-mouse.png
new file mode 100644
index 00000000..4972acc6
Binary files /dev/null and b/public/images/mice/thumbnail/desert-worker-mouse.png differ
diff --git a/public/images/mice/thumbnail/desperado.png b/public/images/mice/thumbnail/desperado.png
new file mode 100644
index 00000000..28713072
Binary files /dev/null and b/public/images/mice/thumbnail/desperado.png differ
diff --git a/public/images/mice/thumbnail/devious-gentleman.png b/public/images/mice/thumbnail/devious-gentleman.png
new file mode 100644
index 00000000..f4967a6f
Binary files /dev/null and b/public/images/mice/thumbnail/devious-gentleman.png differ
diff --git a/public/images/mice/thumbnail/diamond.png b/public/images/mice/thumbnail/diamond.png
new file mode 100644
index 00000000..44189050
Binary files /dev/null and b/public/images/mice/thumbnail/diamond.png differ
diff --git a/public/images/mice/thumbnail/diamondhide.png b/public/images/mice/thumbnail/diamondhide.png
new file mode 100644
index 00000000..8a4a90e5
Binary files /dev/null and b/public/images/mice/thumbnail/diamondhide.png differ
diff --git a/public/images/mice/thumbnail/diminutive-detainee.png b/public/images/mice/thumbnail/diminutive-detainee.png
new file mode 100644
index 00000000..42443ce2
Binary files /dev/null and b/public/images/mice/thumbnail/diminutive-detainee.png differ
diff --git a/public/images/mice/thumbnail/dinosuit.png b/public/images/mice/thumbnail/dinosuit.png
new file mode 100644
index 00000000..be8a37aa
Binary files /dev/null and b/public/images/mice/thumbnail/dinosuit.png differ
diff --git a/public/images/mice/thumbnail/dire-lycan.png b/public/images/mice/thumbnail/dire-lycan.png
new file mode 100644
index 00000000..608accbd
Binary files /dev/null and b/public/images/mice/thumbnail/dire-lycan.png differ
diff --git a/public/images/mice/thumbnail/dirt-thing.png b/public/images/mice/thumbnail/dirt-thing.png
new file mode 100644
index 00000000..a2509ebf
Binary files /dev/null and b/public/images/mice/thumbnail/dirt-thing.png differ
diff --git a/public/images/mice/thumbnail/disco-ball-head.png b/public/images/mice/thumbnail/disco-ball-head.png
new file mode 100644
index 00000000..da829999
Binary files /dev/null and b/public/images/mice/thumbnail/disco-ball-head.png differ
diff --git a/public/images/mice/thumbnail/dojo-sensei.png b/public/images/mice/thumbnail/dojo-sensei.png
new file mode 100644
index 00000000..9e7433fc
Binary files /dev/null and b/public/images/mice/thumbnail/dojo-sensei.png differ
diff --git a/public/images/mice/thumbnail/double-black-diamond.png b/public/images/mice/thumbnail/double-black-diamond.png
new file mode 100644
index 00000000..53d249e4
Binary files /dev/null and b/public/images/mice/thumbnail/double-black-diamond.png differ
diff --git a/public/images/mice/thumbnail/draconic-paragon.png b/public/images/mice/thumbnail/draconic-paragon.png
new file mode 100644
index 00000000..601a56c8
Binary files /dev/null and b/public/images/mice/thumbnail/draconic-paragon.png differ
diff --git a/public/images/mice/thumbnail/draconic-warden.png b/public/images/mice/thumbnail/draconic-warden.png
new file mode 100644
index 00000000..7c26efb3
Binary files /dev/null and b/public/images/mice/thumbnail/draconic-warden.png differ
diff --git a/public/images/mice/thumbnail/drag-goon.png b/public/images/mice/thumbnail/drag-goon.png
new file mode 100644
index 00000000..c4721bc0
Binary files /dev/null and b/public/images/mice/thumbnail/drag-goon.png differ
diff --git a/public/images/mice/thumbnail/dragon-breather.png b/public/images/mice/thumbnail/dragon-breather.png
new file mode 100644
index 00000000..294c4f3b
Binary files /dev/null and b/public/images/mice/thumbnail/dragon-breather.png differ
diff --git a/public/images/mice/thumbnail/dragon-lancer.png b/public/images/mice/thumbnail/dragon-lancer.png
new file mode 100644
index 00000000..8cf45b67
Binary files /dev/null and b/public/images/mice/thumbnail/dragon-lancer.png differ
diff --git a/public/images/mice/thumbnail/dragon.png b/public/images/mice/thumbnail/dragon.png
new file mode 100644
index 00000000..b44a5763
Binary files /dev/null and b/public/images/mice/thumbnail/dragon.png differ
diff --git a/public/images/mice/thumbnail/dread-pirate-mousert.png b/public/images/mice/thumbnail/dread-pirate-mousert.png
new file mode 100644
index 00000000..7b08bfa3
Binary files /dev/null and b/public/images/mice/thumbnail/dread-pirate-mousert.png differ
diff --git a/public/images/mice/thumbnail/dreck-grimehaven.png b/public/images/mice/thumbnail/dreck-grimehaven.png
new file mode 100644
index 00000000..b6cf6cb3
Binary files /dev/null and b/public/images/mice/thumbnail/dreck-grimehaven.png differ
diff --git a/public/images/mice/thumbnail/drheller.png b/public/images/mice/thumbnail/drheller.png
new file mode 100644
index 00000000..fe24a362
Binary files /dev/null and b/public/images/mice/thumbnail/drheller.png differ
diff --git a/public/images/mice/thumbnail/drudge.png b/public/images/mice/thumbnail/drudge.png
new file mode 100644
index 00000000..27abee55
Binary files /dev/null and b/public/images/mice/thumbnail/drudge.png differ
diff --git a/public/images/mice/thumbnail/drummer.png b/public/images/mice/thumbnail/drummer.png
new file mode 100644
index 00000000..81fe5c1a
Binary files /dev/null and b/public/images/mice/thumbnail/drummer.png differ
diff --git a/public/images/mice/thumbnail/dumpling-chef.png b/public/images/mice/thumbnail/dumpling-chef.png
new file mode 100644
index 00000000..83be5520
Binary files /dev/null and b/public/images/mice/thumbnail/dumpling-chef.png differ
diff --git a/public/images/mice/thumbnail/dunehopper.png b/public/images/mice/thumbnail/dunehopper.png
new file mode 100644
index 00000000..688f9663
Binary files /dev/null and b/public/images/mice/thumbnail/dunehopper.png differ
diff --git a/public/images/mice/thumbnail/dungeon-master.png b/public/images/mice/thumbnail/dungeon-master.png
new file mode 100644
index 00000000..18c90ea8
Binary files /dev/null and b/public/images/mice/thumbnail/dungeon-master.png differ
diff --git a/public/images/mice/thumbnail/dwarf.png b/public/images/mice/thumbnail/dwarf.png
new file mode 100644
index 00000000..eb335908
Binary files /dev/null and b/public/images/mice/thumbnail/dwarf.png differ
diff --git a/public/images/mice/thumbnail/eagle-owl.png b/public/images/mice/thumbnail/eagle-owl.png
new file mode 100644
index 00000000..02a85919
Binary files /dev/null and b/public/images/mice/thumbnail/eagle-owl.png differ
diff --git a/public/images/mice/thumbnail/eclipse.png b/public/images/mice/thumbnail/eclipse.png
new file mode 100644
index 00000000..bacaf722
Binary files /dev/null and b/public/images/mice/thumbnail/eclipse.png differ
diff --git a/public/images/mice/thumbnail/eel.png b/public/images/mice/thumbnail/eel.png
new file mode 100644
index 00000000..fb319ca1
Binary files /dev/null and b/public/images/mice/thumbnail/eel.png differ
diff --git a/public/images/mice/thumbnail/effervecent.png b/public/images/mice/thumbnail/effervecent.png
new file mode 100644
index 00000000..492bbcc0
Binary files /dev/null and b/public/images/mice/thumbnail/effervecent.png differ
diff --git a/public/images/mice/thumbnail/eggscavator.png b/public/images/mice/thumbnail/eggscavator.png
new file mode 100644
index 00000000..e0817456
Binary files /dev/null and b/public/images/mice/thumbnail/eggscavator.png differ
diff --git a/public/images/mice/thumbnail/eggscrambler.png b/public/images/mice/thumbnail/eggscrambler.png
new file mode 100644
index 00000000..ddf74833
Binary files /dev/null and b/public/images/mice/thumbnail/eggscrambler.png differ
diff --git a/public/images/mice/thumbnail/eggsquisite-entertainer.png b/public/images/mice/thumbnail/eggsquisite-entertainer.png
new file mode 100644
index 00000000..db066e2a
Binary files /dev/null and b/public/images/mice/thumbnail/eggsquisite-entertainer.png differ
diff --git a/public/images/mice/thumbnail/elder.png b/public/images/mice/thumbnail/elder.png
new file mode 100644
index 00000000..463de225
Binary files /dev/null and b/public/images/mice/thumbnail/elder.png differ
diff --git a/public/images/mice/thumbnail/elf.png b/public/images/mice/thumbnail/elf.png
new file mode 100644
index 00000000..823c0e71
Binary files /dev/null and b/public/images/mice/thumbnail/elf.png differ
diff --git a/public/images/mice/thumbnail/elite-guardian.png b/public/images/mice/thumbnail/elite-guardian.png
new file mode 100644
index 00000000..1b96fd56
Binary files /dev/null and b/public/images/mice/thumbnail/elite-guardian.png differ
diff --git a/public/images/mice/thumbnail/elub-chieftain.png b/public/images/mice/thumbnail/elub-chieftain.png
new file mode 100644
index 00000000..37764db2
Binary files /dev/null and b/public/images/mice/thumbnail/elub-chieftain.png differ
diff --git a/public/images/mice/thumbnail/elub-lich.png b/public/images/mice/thumbnail/elub-lich.png
new file mode 100644
index 00000000..3555551e
Binary files /dev/null and b/public/images/mice/thumbnail/elub-lich.png differ
diff --git a/public/images/mice/thumbnail/elven-princess.png b/public/images/mice/thumbnail/elven-princess.png
new file mode 100644
index 00000000..29b52c93
Binary files /dev/null and b/public/images/mice/thumbnail/elven-princess.png differ
diff --git a/public/images/mice/thumbnail/empyrean-arcane-mouse.png b/public/images/mice/thumbnail/empyrean-arcane-mouse.png
new file mode 100644
index 00000000..2ad880c5
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-arcane-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-charm-hoarder.png b/public/images/mice/thumbnail/empyrean-charm-hoarder.png
new file mode 100644
index 00000000..fe70fa77
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-charm-hoarder.png differ
diff --git a/public/images/mice/thumbnail/empyrean-cloudstone-miner.png b/public/images/mice/thumbnail/empyrean-cloudstone-miner.png
new file mode 100644
index 00000000..caaa8c08
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-cloudstone-miner.png differ
diff --git a/public/images/mice/thumbnail/empyrean-draconic-mouse.png b/public/images/mice/thumbnail/empyrean-draconic-mouse.png
new file mode 100644
index 00000000..0744df4a
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-draconic-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-forgotten-mouse.png b/public/images/mice/thumbnail/empyrean-forgotten-mouse.png
new file mode 100644
index 00000000..87289cab
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-forgotten-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-hydro-mouse.png b/public/images/mice/thumbnail/empyrean-hydro-mouse.png
new file mode 100644
index 00000000..c78264ee
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-hydro-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-law-mouse.png b/public/images/mice/thumbnail/empyrean-law-mouse.png
new file mode 100644
index 00000000..de6bfff5
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-law-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-loot-cache-guardian.png b/public/images/mice/thumbnail/empyrean-loot-cache-guardian.png
new file mode 100644
index 00000000..09db952e
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-loot-cache-guardian.png differ
diff --git a/public/images/mice/thumbnail/empyrean-oreglass-miner.png b/public/images/mice/thumbnail/empyrean-oreglass-miner.png
new file mode 100644
index 00000000..ff5469e1
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-oreglass-miner.png differ
diff --git a/public/images/mice/thumbnail/empyrean-physical-mouse.png b/public/images/mice/thumbnail/empyrean-physical-mouse.png
new file mode 100644
index 00000000..3703b104
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-physical-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-pirate.png b/public/images/mice/thumbnail/empyrean-pirate.png
new file mode 100644
index 00000000..2215c4b3
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-pirate.png differ
diff --git a/public/images/mice/thumbnail/empyrean-shadow-mouse.png b/public/images/mice/thumbnail/empyrean-shadow-mouse.png
new file mode 100644
index 00000000..1bf75496
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-shadow-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-tactical-mouse.png b/public/images/mice/thumbnail/empyrean-tactical-mouse.png
new file mode 100644
index 00000000..d07da661
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-tactical-mouse.png differ
diff --git a/public/images/mice/thumbnail/empyrean-treasure-guardian.png b/public/images/mice/thumbnail/empyrean-treasure-guardian.png
new file mode 100644
index 00000000..0c2f0071
Binary files /dev/null and b/public/images/mice/thumbnail/empyrean-treasure-guardian.png differ
diff --git a/public/images/mice/thumbnail/enchanted-chess-club-champion.png b/public/images/mice/thumbnail/enchanted-chess-club-champion.png
new file mode 100644
index 00000000..c1cbd48a
Binary files /dev/null and b/public/images/mice/thumbnail/enchanted-chess-club-champion.png differ
diff --git a/public/images/mice/thumbnail/enginseer.png b/public/images/mice/thumbnail/enginseer.png
new file mode 100644
index 00000000..ec47d711
Binary files /dev/null and b/public/images/mice/thumbnail/enginseer.png differ
diff --git a/public/images/mice/thumbnail/enslaved-spirit.png b/public/images/mice/thumbnail/enslaved-spirit.png
new file mode 100644
index 00000000..24200f25
Binary files /dev/null and b/public/images/mice/thumbnail/enslaved-spirit.png differ
diff --git a/public/images/mice/thumbnail/escape-artist.png b/public/images/mice/thumbnail/escape-artist.png
new file mode 100644
index 00000000..f8714d5e
Binary files /dev/null and b/public/images/mice/thumbnail/escape-artist.png differ
diff --git a/public/images/mice/thumbnail/essence-collector.png b/public/images/mice/thumbnail/essence-collector.png
new file mode 100644
index 00000000..dbadea8e
Binary files /dev/null and b/public/images/mice/thumbnail/essence-collector.png differ
diff --git a/public/images/mice/thumbnail/essence-guardian.png b/public/images/mice/thumbnail/essence-guardian.png
new file mode 100644
index 00000000..7472648c
Binary files /dev/null and b/public/images/mice/thumbnail/essence-guardian.png differ
diff --git a/public/images/mice/thumbnail/ethereal-enchanter.png b/public/images/mice/thumbnail/ethereal-enchanter.png
new file mode 100644
index 00000000..877eac92
Binary files /dev/null and b/public/images/mice/thumbnail/ethereal-enchanter.png differ
diff --git a/public/images/mice/thumbnail/ethereal-engineer.png b/public/images/mice/thumbnail/ethereal-engineer.png
new file mode 100644
index 00000000..904ce03a
Binary files /dev/null and b/public/images/mice/thumbnail/ethereal-engineer.png differ
diff --git a/public/images/mice/thumbnail/ethereal-guardian.png b/public/images/mice/thumbnail/ethereal-guardian.png
new file mode 100644
index 00000000..4d1577e7
Binary files /dev/null and b/public/images/mice/thumbnail/ethereal-guardian.png differ
diff --git a/public/images/mice/thumbnail/ethereal-librarian.png b/public/images/mice/thumbnail/ethereal-librarian.png
new file mode 100644
index 00000000..70d05502
Binary files /dev/null and b/public/images/mice/thumbnail/ethereal-librarian.png differ
diff --git a/public/images/mice/thumbnail/ethereal-thief.png b/public/images/mice/thumbnail/ethereal-thief.png
new file mode 100644
index 00000000..5463c5ba
Binary files /dev/null and b/public/images/mice/thumbnail/ethereal-thief.png differ
diff --git a/public/images/mice/thumbnail/exo-tech.png b/public/images/mice/thumbnail/exo-tech.png
new file mode 100644
index 00000000..4d55a427
Binary files /dev/null and b/public/images/mice/thumbnail/exo-tech.png differ
diff --git a/public/images/mice/thumbnail/explorator.png b/public/images/mice/thumbnail/explorator.png
new file mode 100644
index 00000000..26651af2
Binary files /dev/null and b/public/images/mice/thumbnail/explorator.png differ
diff --git a/public/images/mice/thumbnail/factory-technician.png b/public/images/mice/thumbnail/factory-technician.png
new file mode 100644
index 00000000..032faa21
Binary files /dev/null and b/public/images/mice/thumbnail/factory-technician.png differ
diff --git a/public/images/mice/thumbnail/fairy.png b/public/images/mice/thumbnail/fairy.png
new file mode 100644
index 00000000..45c06072
Binary files /dev/null and b/public/images/mice/thumbnail/fairy.png differ
diff --git a/public/images/mice/thumbnail/fall-familiar.png b/public/images/mice/thumbnail/fall-familiar.png
new file mode 100644
index 00000000..e545db7d
Binary files /dev/null and b/public/images/mice/thumbnail/fall-familiar.png differ
diff --git a/public/images/mice/thumbnail/falling-carpet.png b/public/images/mice/thumbnail/falling-carpet.png
new file mode 100644
index 00000000..fefe806b
Binary files /dev/null and b/public/images/mice/thumbnail/falling-carpet.png differ
diff --git a/public/images/mice/thumbnail/farmhand.png b/public/images/mice/thumbnail/farmhand.png
new file mode 100644
index 00000000..bef8f835
Binary files /dev/null and b/public/images/mice/thumbnail/farmhand.png differ
diff --git a/public/images/mice/thumbnail/farrier.png b/public/images/mice/thumbnail/farrier.png
new file mode 100644
index 00000000..788d73ff
Binary files /dev/null and b/public/images/mice/thumbnail/farrier.png differ
diff --git a/public/images/mice/thumbnail/fast.png b/public/images/mice/thumbnail/fast.png
new file mode 100644
index 00000000..b6889dcd
Binary files /dev/null and b/public/images/mice/thumbnail/fast.png differ
diff --git a/public/images/mice/thumbnail/featherlight.png b/public/images/mice/thumbnail/featherlight.png
new file mode 100644
index 00000000..1ef0efb2
Binary files /dev/null and b/public/images/mice/thumbnail/featherlight.png differ
diff --git a/public/images/mice/thumbnail/fencer.png b/public/images/mice/thumbnail/fencer.png
new file mode 100644
index 00000000..95f5a7b5
Binary files /dev/null and b/public/images/mice/thumbnail/fencer.png differ
diff --git a/public/images/mice/thumbnail/fetid-swamp.png b/public/images/mice/thumbnail/fetid-swamp.png
new file mode 100644
index 00000000..3a9ba4b7
Binary files /dev/null and b/public/images/mice/thumbnail/fetid-swamp.png differ
diff --git a/public/images/mice/thumbnail/fibbocchio.png b/public/images/mice/thumbnail/fibbocchio.png
new file mode 100644
index 00000000..10299171
Binary files /dev/null and b/public/images/mice/thumbnail/fibbocchio.png differ
diff --git a/public/images/mice/thumbnail/fiddler.png b/public/images/mice/thumbnail/fiddler.png
new file mode 100644
index 00000000..efd9f335
Binary files /dev/null and b/public/images/mice/thumbnail/fiddler.png differ
diff --git a/public/images/mice/thumbnail/field.png b/public/images/mice/thumbnail/field.png
new file mode 100644
index 00000000..29cca760
Binary files /dev/null and b/public/images/mice/thumbnail/field.png differ
diff --git a/public/images/mice/thumbnail/fiend.png b/public/images/mice/thumbnail/fiend.png
new file mode 100644
index 00000000..7f06ad47
Binary files /dev/null and b/public/images/mice/thumbnail/fiend.png differ
diff --git a/public/images/mice/thumbnail/fiery-crusher.png b/public/images/mice/thumbnail/fiery-crusher.png
new file mode 100644
index 00000000..cd854da6
Binary files /dev/null and b/public/images/mice/thumbnail/fiery-crusher.png differ
diff --git a/public/images/mice/thumbnail/finder.png b/public/images/mice/thumbnail/finder.png
new file mode 100644
index 00000000..39189e94
Binary files /dev/null and b/public/images/mice/thumbnail/finder.png differ
diff --git a/public/images/mice/thumbnail/firebreather.png b/public/images/mice/thumbnail/firebreather.png
new file mode 100644
index 00000000..f6bdae5c
Binary files /dev/null and b/public/images/mice/thumbnail/firebreather.png differ
diff --git a/public/images/mice/thumbnail/firefly.png b/public/images/mice/thumbnail/firefly.png
new file mode 100644
index 00000000..70ccf846
Binary files /dev/null and b/public/images/mice/thumbnail/firefly.png differ
diff --git a/public/images/mice/thumbnail/flamboyant-flautist.png b/public/images/mice/thumbnail/flamboyant-flautist.png
new file mode 100644
index 00000000..55ce076f
Binary files /dev/null and b/public/images/mice/thumbnail/flamboyant-flautist.png differ
diff --git a/public/images/mice/thumbnail/flamina-cinderbreath.png b/public/images/mice/thumbnail/flamina-cinderbreath.png
new file mode 100644
index 00000000..e9ee62c3
Binary files /dev/null and b/public/images/mice/thumbnail/flamina-cinderbreath.png differ
diff --git a/public/images/mice/thumbnail/fleekio.png b/public/images/mice/thumbnail/fleekio.png
new file mode 100644
index 00000000..a13d8a48
Binary files /dev/null and b/public/images/mice/thumbnail/fleekio.png differ
diff --git a/public/images/mice/thumbnail/floating-spore.png b/public/images/mice/thumbnail/floating-spore.png
new file mode 100644
index 00000000..9ad0223c
Binary files /dev/null and b/public/images/mice/thumbnail/floating-spore.png differ
diff --git a/public/images/mice/thumbnail/flutterby.png b/public/images/mice/thumbnail/flutterby.png
new file mode 100644
index 00000000..a2c92a22
Binary files /dev/null and b/public/images/mice/thumbnail/flutterby.png differ
diff --git a/public/images/mice/thumbnail/fluttering-flutist.png b/public/images/mice/thumbnail/fluttering-flutist.png
new file mode 100644
index 00000000..78c41055
Binary files /dev/null and b/public/images/mice/thumbnail/fluttering-flutist.png differ
diff --git a/public/images/mice/thumbnail/flying-mouse.png b/public/images/mice/thumbnail/flying-mouse.png
new file mode 100644
index 00000000..2779ca53
Binary files /dev/null and b/public/images/mice/thumbnail/flying-mouse.png differ
diff --git a/public/images/mice/thumbnail/fog-warden.png b/public/images/mice/thumbnail/fog-warden.png
new file mode 100644
index 00000000..c9575367
Binary files /dev/null and b/public/images/mice/thumbnail/fog-warden.png differ
diff --git a/public/images/mice/thumbnail/fog.png b/public/images/mice/thumbnail/fog.png
new file mode 100644
index 00000000..fc907d8e
Binary files /dev/null and b/public/images/mice/thumbnail/fog.png differ
diff --git a/public/images/mice/thumbnail/force-fighter-blue.png b/public/images/mice/thumbnail/force-fighter-blue.png
new file mode 100644
index 00000000..582d4f99
Binary files /dev/null and b/public/images/mice/thumbnail/force-fighter-blue.png differ
diff --git a/public/images/mice/thumbnail/force-fighter-green.png b/public/images/mice/thumbnail/force-fighter-green.png
new file mode 100644
index 00000000..e1b78383
Binary files /dev/null and b/public/images/mice/thumbnail/force-fighter-green.png differ
diff --git a/public/images/mice/thumbnail/force-fighter-pink.png b/public/images/mice/thumbnail/force-fighter-pink.png
new file mode 100644
index 00000000..ecc095c9
Binary files /dev/null and b/public/images/mice/thumbnail/force-fighter-pink.png differ
diff --git a/public/images/mice/thumbnail/force-fighter-red.png b/public/images/mice/thumbnail/force-fighter-red.png
new file mode 100644
index 00000000..c367c487
Binary files /dev/null and b/public/images/mice/thumbnail/force-fighter-red.png differ
diff --git a/public/images/mice/thumbnail/force-fighter-yellow.png b/public/images/mice/thumbnail/force-fighter-yellow.png
new file mode 100644
index 00000000..317420e9
Binary files /dev/null and b/public/images/mice/thumbnail/force-fighter-yellow.png differ
diff --git a/public/images/mice/thumbnail/forever-alone.png b/public/images/mice/thumbnail/forever-alone.png
new file mode 100644
index 00000000..4b178b24
Binary files /dev/null and b/public/images/mice/thumbnail/forever-alone.png differ
diff --git a/public/images/mice/thumbnail/forgotten-paragon.png b/public/images/mice/thumbnail/forgotten-paragon.png
new file mode 100644
index 00000000..be1c5515
Binary files /dev/null and b/public/images/mice/thumbnail/forgotten-paragon.png differ
diff --git a/public/images/mice/thumbnail/foxy.png b/public/images/mice/thumbnail/foxy.png
new file mode 100644
index 00000000..d9c4431c
Binary files /dev/null and b/public/images/mice/thumbnail/foxy.png differ
diff --git a/public/images/mice/thumbnail/free-skiing.png b/public/images/mice/thumbnail/free-skiing.png
new file mode 100644
index 00000000..80f68c51
Binary files /dev/null and b/public/images/mice/thumbnail/free-skiing.png differ
diff --git a/public/images/mice/thumbnail/fridgid.png b/public/images/mice/thumbnail/fridgid.png
new file mode 100644
index 00000000..bfab6e7c
Binary files /dev/null and b/public/images/mice/thumbnail/fridgid.png differ
diff --git a/public/images/mice/thumbnail/friend-zone.png b/public/images/mice/thumbnail/friend-zone.png
new file mode 100644
index 00000000..0f942b20
Binary files /dev/null and b/public/images/mice/thumbnail/friend-zone.png differ
diff --git a/public/images/mice/thumbnail/frigid-foreman.png b/public/images/mice/thumbnail/frigid-foreman.png
new file mode 100644
index 00000000..31736b41
Binary files /dev/null and b/public/images/mice/thumbnail/frigid-foreman.png differ
diff --git a/public/images/mice/thumbnail/frigidocius-coldshot.png b/public/images/mice/thumbnail/frigidocius-coldshot.png
new file mode 100644
index 00000000..7149619f
Binary files /dev/null and b/public/images/mice/thumbnail/frigidocius-coldshot.png differ
diff --git a/public/images/mice/thumbnail/frog.png b/public/images/mice/thumbnail/frog.png
new file mode 100644
index 00000000..193b19d7
Binary files /dev/null and b/public/images/mice/thumbnail/frog.png differ
diff --git a/public/images/mice/thumbnail/fromager-mouse.png b/public/images/mice/thumbnail/fromager-mouse.png
new file mode 100644
index 00000000..9d9820dd
Binary files /dev/null and b/public/images/mice/thumbnail/fromager-mouse.png differ
diff --git a/public/images/mice/thumbnail/frost-warden.png b/public/images/mice/thumbnail/frost-warden.png
new file mode 100644
index 00000000..1ab91814
Binary files /dev/null and b/public/images/mice/thumbnail/frost-warden.png differ
diff --git a/public/images/mice/thumbnail/frostlance-guard.png b/public/images/mice/thumbnail/frostlance-guard.png
new file mode 100644
index 00000000..1e215751
Binary files /dev/null and b/public/images/mice/thumbnail/frostlance-guard.png differ
diff --git a/public/images/mice/thumbnail/frostnip-icebound.png b/public/images/mice/thumbnail/frostnip-icebound.png
new file mode 100644
index 00000000..3c3c793c
Binary files /dev/null and b/public/images/mice/thumbnail/frostnip-icebound.png differ
diff --git a/public/images/mice/thumbnail/frostwing-commander.png b/public/images/mice/thumbnail/frostwing-commander.png
new file mode 100644
index 00000000..9fd131c8
Binary files /dev/null and b/public/images/mice/thumbnail/frostwing-commander.png differ
diff --git a/public/images/mice/thumbnail/frosty-snow.png b/public/images/mice/thumbnail/frosty-snow.png
new file mode 100644
index 00000000..76d07e04
Binary files /dev/null and b/public/images/mice/thumbnail/frosty-snow.png differ
diff --git a/public/images/mice/thumbnail/frozen.png b/public/images/mice/thumbnail/frozen.png
new file mode 100644
index 00000000..1e33193a
Binary files /dev/null and b/public/images/mice/thumbnail/frozen.png differ
diff --git a/public/images/mice/thumbnail/fuel-mouse.png b/public/images/mice/thumbnail/fuel-mouse.png
new file mode 100644
index 00000000..b01f5509
Binary files /dev/null and b/public/images/mice/thumbnail/fuel-mouse.png differ
diff --git a/public/images/mice/thumbnail/ful-mina-mountain-queen.png b/public/images/mice/thumbnail/ful-mina-mountain-queen.png
new file mode 100644
index 00000000..c36f6fd6
Binary files /dev/null and b/public/images/mice/thumbnail/ful-mina-mountain-queen.png differ
diff --git a/public/images/mice/thumbnail/fungal-spore.png b/public/images/mice/thumbnail/fungal-spore.png
new file mode 100644
index 00000000..8b97fcde
Binary files /dev/null and b/public/images/mice/thumbnail/fungal-spore.png differ
diff --git a/public/images/mice/thumbnail/fungal-technomorph.png b/public/images/mice/thumbnail/fungal-technomorph.png
new file mode 100644
index 00000000..50b54825
Binary files /dev/null and b/public/images/mice/thumbnail/fungal-technomorph.png differ
diff --git a/public/images/mice/thumbnail/funglore.png b/public/images/mice/thumbnail/funglore.png
new file mode 100644
index 00000000..1d071e1a
Binary files /dev/null and b/public/images/mice/thumbnail/funglore.png differ
diff --git a/public/images/mice/thumbnail/gargoyle.png b/public/images/mice/thumbnail/gargoyle.png
new file mode 100644
index 00000000..9aa95be4
Binary files /dev/null and b/public/images/mice/thumbnail/gargoyle.png differ
diff --git a/public/images/mice/thumbnail/gate-guardian.png b/public/images/mice/thumbnail/gate-guardian.png
new file mode 100644
index 00000000..e9089ac5
Binary files /dev/null and b/public/images/mice/thumbnail/gate-guardian.png differ
diff --git a/public/images/mice/thumbnail/gate-keeper.png b/public/images/mice/thumbnail/gate-keeper.png
new file mode 100644
index 00000000..8dfd0610
Binary files /dev/null and b/public/images/mice/thumbnail/gate-keeper.png differ
diff --git a/public/images/mice/thumbnail/gelatinous-octahedron.png b/public/images/mice/thumbnail/gelatinous-octahedron.png
new file mode 100644
index 00000000..4c9db547
Binary files /dev/null and b/public/images/mice/thumbnail/gelatinous-octahedron.png differ
diff --git a/public/images/mice/thumbnail/gemorpher.png b/public/images/mice/thumbnail/gemorpher.png
new file mode 100644
index 00000000..6b2da196
Binary files /dev/null and b/public/images/mice/thumbnail/gemorpher.png differ
diff --git a/public/images/mice/thumbnail/gemstone-worshipper.png b/public/images/mice/thumbnail/gemstone-worshipper.png
new file mode 100644
index 00000000..2084e35f
Binary files /dev/null and b/public/images/mice/thumbnail/gemstone-worshipper.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-bland.png b/public/images/mice/thumbnail/geyser-cork-dropper-bland.png
new file mode 100644
index 00000000..def460b9
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-bland.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-flaming.png b/public/images/mice/thumbnail/geyser-cork-dropper-flaming.png
new file mode 100644
index 00000000..f61b703f
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-flaming.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-hot.png b/public/images/mice/thumbnail/geyser-cork-dropper-hot.png
new file mode 100644
index 00000000..878fd9e5
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-hot.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-medium.png b/public/images/mice/thumbnail/geyser-cork-dropper-medium.png
new file mode 100644
index 00000000..3d6076cf
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-medium.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-mild.png b/public/images/mice/thumbnail/geyser-cork-dropper-mild.png
new file mode 100644
index 00000000..415e97ed
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-mild.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-rare.png b/public/images/mice/thumbnail/geyser-cork-dropper-rare.png
new file mode 100644
index 00000000..c07f21e7
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-rare.png differ
diff --git a/public/images/mice/thumbnail/geyser-cork-dropper-wildfire.png b/public/images/mice/thumbnail/geyser-cork-dropper-wildfire.png
new file mode 100644
index 00000000..e7c015d7
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-cork-dropper-wildfire.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-epic.png b/public/images/mice/thumbnail/geyser-eruption-dragon-epic.png
new file mode 100644
index 00000000..1a9d6216
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-epic.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-flaming.png b/public/images/mice/thumbnail/geyser-eruption-dragon-flaming.png
new file mode 100644
index 00000000..df396eb1
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-flaming.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-hot.png b/public/images/mice/thumbnail/geyser-eruption-dragon-hot.png
new file mode 100644
index 00000000..4e3993e1
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-hot.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-large.png b/public/images/mice/thumbnail/geyser-eruption-dragon-large.png
new file mode 100644
index 00000000..a9f39bec
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-large.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-medium-spice.png b/public/images/mice/thumbnail/geyser-eruption-dragon-medium-spice.png
new file mode 100644
index 00000000..7422088b
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-medium-spice.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-medium.png b/public/images/mice/thumbnail/geyser-eruption-dragon-medium.png
new file mode 100644
index 00000000..d5c1a3f4
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-medium.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-mild.png b/public/images/mice/thumbnail/geyser-eruption-dragon-mild.png
new file mode 100644
index 00000000..1ef13271
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-mild.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-small.png b/public/images/mice/thumbnail/geyser-eruption-dragon-small.png
new file mode 100644
index 00000000..3e36024c
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-small.png differ
diff --git a/public/images/mice/thumbnail/geyser-eruption-dragon-wildfire.png b/public/images/mice/thumbnail/geyser-eruption-dragon-wildfire.png
new file mode 100644
index 00000000..bc011df5
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-eruption-dragon-wildfire.png differ
diff --git a/public/images/mice/thumbnail/geyser-pressure-builder-flaming.png b/public/images/mice/thumbnail/geyser-pressure-builder-flaming.png
new file mode 100644
index 00000000..c6ee05cd
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-pressure-builder-flaming.png differ
diff --git a/public/images/mice/thumbnail/geyser-pressure-builder-hot.png b/public/images/mice/thumbnail/geyser-pressure-builder-hot.png
new file mode 100644
index 00000000..f96a8c54
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-pressure-builder-hot.png differ
diff --git a/public/images/mice/thumbnail/geyser-pressure-builder-medium.png b/public/images/mice/thumbnail/geyser-pressure-builder-medium.png
new file mode 100644
index 00000000..52dc7511
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-pressure-builder-medium.png differ
diff --git a/public/images/mice/thumbnail/geyser-pressure-builder-mild.png b/public/images/mice/thumbnail/geyser-pressure-builder-mild.png
new file mode 100644
index 00000000..6f86eaef
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-pressure-builder-mild.png differ
diff --git a/public/images/mice/thumbnail/geyser-pressure-builder-wildfire.png b/public/images/mice/thumbnail/geyser-pressure-builder-wildfire.png
new file mode 100644
index 00000000..fc80b289
Binary files /dev/null and b/public/images/mice/thumbnail/geyser-pressure-builder-wildfire.png differ
diff --git a/public/images/mice/thumbnail/ghost.png b/public/images/mice/thumbnail/ghost.png
new file mode 100644
index 00000000..bfcfad4c
Binary files /dev/null and b/public/images/mice/thumbnail/ghost.png differ
diff --git a/public/images/mice/thumbnail/giant-snail.png b/public/images/mice/thumbnail/giant-snail.png
new file mode 100644
index 00000000..93f3811b
Binary files /dev/null and b/public/images/mice/thumbnail/giant-snail.png differ
diff --git a/public/images/mice/thumbnail/gingerbread.png b/public/images/mice/thumbnail/gingerbread.png
new file mode 100644
index 00000000..4e0e981d
Binary files /dev/null and b/public/images/mice/thumbnail/gingerbread.png differ
diff --git a/public/images/mice/thumbnail/glacia-ice-fist.png b/public/images/mice/thumbnail/glacia-ice-fist.png
new file mode 100644
index 00000000..0da9b4dc
Binary files /dev/null and b/public/images/mice/thumbnail/glacia-ice-fist.png differ
diff --git a/public/images/mice/thumbnail/gladiator.png b/public/images/mice/thumbnail/gladiator.png
new file mode 100644
index 00000000..142f62cf
Binary files /dev/null and b/public/images/mice/thumbnail/gladiator.png differ
diff --git a/public/images/mice/thumbnail/glass-blower.png b/public/images/mice/thumbnail/glass-blower.png
new file mode 100644
index 00000000..29855d0d
Binary files /dev/null and b/public/images/mice/thumbnail/glass-blower.png differ
diff --git a/public/images/mice/thumbnail/glazed.png b/public/images/mice/thumbnail/glazed.png
new file mode 100644
index 00000000..11393e24
Binary files /dev/null and b/public/images/mice/thumbnail/glazed.png differ
diff --git a/public/images/mice/thumbnail/glitchpaw.png b/public/images/mice/thumbnail/glitchpaw.png
new file mode 100644
index 00000000..aa8d6879
Binary files /dev/null and b/public/images/mice/thumbnail/glitchpaw.png differ
diff --git a/public/images/mice/thumbnail/gluttonous-zombie.png b/public/images/mice/thumbnail/gluttonous-zombie.png
new file mode 100644
index 00000000..c50470bc
Binary files /dev/null and b/public/images/mice/thumbnail/gluttonous-zombie.png differ
diff --git a/public/images/mice/thumbnail/goblin.png b/public/images/mice/thumbnail/goblin.png
new file mode 100644
index 00000000..bc626796
Binary files /dev/null and b/public/images/mice/thumbnail/goblin.png differ
diff --git a/public/images/mice/thumbnail/gold.png b/public/images/mice/thumbnail/gold.png
new file mode 100644
index 00000000..9bb18bbd
Binary files /dev/null and b/public/images/mice/thumbnail/gold.png differ
diff --git a/public/images/mice/thumbnail/goldleaf.png b/public/images/mice/thumbnail/goldleaf.png
new file mode 100644
index 00000000..4f01d2df
Binary files /dev/null and b/public/images/mice/thumbnail/goldleaf.png differ
diff --git a/public/images/mice/thumbnail/golem-jockey.png b/public/images/mice/thumbnail/golem-jockey.png
new file mode 100644
index 00000000..2daf2c0c
Binary files /dev/null and b/public/images/mice/thumbnail/golem-jockey.png differ
diff --git a/public/images/mice/thumbnail/golem.png b/public/images/mice/thumbnail/golem.png
new file mode 100644
index 00000000..c9d01782
Binary files /dev/null and b/public/images/mice/thumbnail/golem.png differ
diff --git a/public/images/mice/thumbnail/good-supply-day.png b/public/images/mice/thumbnail/good-supply-day.png
new file mode 100644
index 00000000..a9c87c16
Binary files /dev/null and b/public/images/mice/thumbnail/good-supply-day.png differ
diff --git a/public/images/mice/thumbnail/good-supply-night.png b/public/images/mice/thumbnail/good-supply-night.png
new file mode 100644
index 00000000..62f00854
Binary files /dev/null and b/public/images/mice/thumbnail/good-supply-night.png differ
diff --git a/public/images/mice/thumbnail/goopus-dredgemore.png b/public/images/mice/thumbnail/goopus-dredgemore.png
new file mode 100644
index 00000000..dff9e384
Binary files /dev/null and b/public/images/mice/thumbnail/goopus-dredgemore.png differ
diff --git a/public/images/mice/thumbnail/gordborg.png b/public/images/mice/thumbnail/gordborg.png
new file mode 100644
index 00000000..026217e1
Binary files /dev/null and b/public/images/mice/thumbnail/gordborg.png differ
diff --git a/public/images/mice/thumbnail/gorgon.png b/public/images/mice/thumbnail/gorgon.png
new file mode 100644
index 00000000..1079b772
Binary files /dev/null and b/public/images/mice/thumbnail/gorgon.png differ
diff --git a/public/images/mice/thumbnail/gourd-ghoul.png b/public/images/mice/thumbnail/gourd-ghoul.png
new file mode 100644
index 00000000..8801231c
Binary files /dev/null and b/public/images/mice/thumbnail/gourd-ghoul.png differ
diff --git a/public/images/mice/thumbnail/grampa-golem.png b/public/images/mice/thumbnail/grampa-golem.png
new file mode 100644
index 00000000..83f5c35d
Binary files /dev/null and b/public/images/mice/thumbnail/grampa-golem.png differ
diff --git a/public/images/mice/thumbnail/grandfather.png b/public/images/mice/thumbnail/grandfather.png
new file mode 100644
index 00000000..89117d18
Binary files /dev/null and b/public/images/mice/thumbnail/grandfather.png differ
diff --git a/public/images/mice/thumbnail/granite.png b/public/images/mice/thumbnail/granite.png
new file mode 100644
index 00000000..22121536
Binary files /dev/null and b/public/images/mice/thumbnail/granite.png differ
diff --git a/public/images/mice/thumbnail/grave-digger.png b/public/images/mice/thumbnail/grave-digger.png
new file mode 100644
index 00000000..8bfbe589
Binary files /dev/null and b/public/images/mice/thumbnail/grave-digger.png differ
diff --git a/public/images/mice/thumbnail/greedy-al.png b/public/images/mice/thumbnail/greedy-al.png
new file mode 100644
index 00000000..a9d2e85d
Binary files /dev/null and b/public/images/mice/thumbnail/greedy-al.png differ
diff --git a/public/images/mice/thumbnail/green-circle-boss.png b/public/images/mice/thumbnail/green-circle-boss.png
new file mode 100644
index 00000000..5772afe2
Binary files /dev/null and b/public/images/mice/thumbnail/green-circle-boss.png differ
diff --git a/public/images/mice/thumbnail/greenbeard.png b/public/images/mice/thumbnail/greenbeard.png
new file mode 100644
index 00000000..75e6985c
Binary files /dev/null and b/public/images/mice/thumbnail/greenbeard.png differ
diff --git a/public/images/mice/thumbnail/grey-recluse.png b/public/images/mice/thumbnail/grey-recluse.png
new file mode 100644
index 00000000..666499e8
Binary files /dev/null and b/public/images/mice/thumbnail/grey-recluse.png differ
diff --git a/public/images/mice/thumbnail/grey.png b/public/images/mice/thumbnail/grey.png
new file mode 100644
index 00000000..7aa46ac2
Binary files /dev/null and b/public/images/mice/thumbnail/grey.png differ
diff --git a/public/images/mice/thumbnail/grit-grifter.png b/public/images/mice/thumbnail/grit-grifter.png
new file mode 100644
index 00000000..e144a89d
Binary files /dev/null and b/public/images/mice/thumbnail/grit-grifter.png differ
diff --git a/public/images/mice/thumbnail/ground-gavaleer.png b/public/images/mice/thumbnail/ground-gavaleer.png
new file mode 100644
index 00000000..769b9dbf
Binary files /dev/null and b/public/images/mice/thumbnail/ground-gavaleer.png differ
diff --git a/public/images/mice/thumbnail/grubling-herder.png b/public/images/mice/thumbnail/grubling-herder.png
new file mode 100644
index 00000000..5842ed89
Binary files /dev/null and b/public/images/mice/thumbnail/grubling-herder.png differ
diff --git a/public/images/mice/thumbnail/grubling.png b/public/images/mice/thumbnail/grubling.png
new file mode 100644
index 00000000..c914a473
Binary files /dev/null and b/public/images/mice/thumbnail/grubling.png differ
diff --git a/public/images/mice/thumbnail/grunt.png b/public/images/mice/thumbnail/grunt.png
new file mode 100644
index 00000000..5c26502a
Binary files /dev/null and b/public/images/mice/thumbnail/grunt.png differ
diff --git a/public/images/mice/thumbnail/guardian.png b/public/images/mice/thumbnail/guardian.png
new file mode 100644
index 00000000..8fb5b472
Binary files /dev/null and b/public/images/mice/thumbnail/guardian.png differ
diff --git a/public/images/mice/thumbnail/guppy.png b/public/images/mice/thumbnail/guppy.png
new file mode 100644
index 00000000..a4b7fcbd
Binary files /dev/null and b/public/images/mice/thumbnail/guppy.png differ
diff --git a/public/images/mice/thumbnail/guqin-player.png b/public/images/mice/thumbnail/guqin-player.png
new file mode 100644
index 00000000..8b5b8276
Binary files /dev/null and b/public/images/mice/thumbnail/guqin-player.png differ
diff --git a/public/images/mice/thumbnail/gyrologer.png b/public/images/mice/thumbnail/gyrologer.png
new file mode 100644
index 00000000..47fafa39
Binary files /dev/null and b/public/images/mice/thumbnail/gyrologer.png differ
diff --git a/public/images/mice/thumbnail/hall-monitor.png b/public/images/mice/thumbnail/hall-monitor.png
new file mode 100644
index 00000000..25050a82
Binary files /dev/null and b/public/images/mice/thumbnail/hall-monitor.png differ
diff --git a/public/images/mice/thumbnail/hans-cheesetian-squeakersen.png b/public/images/mice/thumbnail/hans-cheesetian-squeakersen.png
new file mode 100644
index 00000000..a74c8d84
Binary files /dev/null and b/public/images/mice/thumbnail/hans-cheesetian-squeakersen.png differ
diff --git a/public/images/mice/thumbnail/hapless.png b/public/images/mice/thumbnail/hapless.png
new file mode 100644
index 00000000..873bb6b0
Binary files /dev/null and b/public/images/mice/thumbnail/hapless.png differ
diff --git a/public/images/mice/thumbnail/hardboiled.png b/public/images/mice/thumbnail/hardboiled.png
new file mode 100644
index 00000000..f99530e6
Binary files /dev/null and b/public/images/mice/thumbnail/hardboiled.png differ
diff --git a/public/images/mice/thumbnail/hardworking-hauler.png b/public/images/mice/thumbnail/hardworking-hauler.png
new file mode 100644
index 00000000..9a31d6d1
Binary files /dev/null and b/public/images/mice/thumbnail/hardworking-hauler.png differ
diff --git a/public/images/mice/thumbnail/harpy.png b/public/images/mice/thumbnail/harpy.png
new file mode 100644
index 00000000..37c1ff8c
Binary files /dev/null and b/public/images/mice/thumbnail/harpy.png differ
diff --git a/public/images/mice/thumbnail/harvest-harrier.png b/public/images/mice/thumbnail/harvest-harrier.png
new file mode 100644
index 00000000..5267cb4b
Binary files /dev/null and b/public/images/mice/thumbnail/harvest-harrier.png differ
diff --git a/public/images/mice/thumbnail/harvester.png b/public/images/mice/thumbnail/harvester.png
new file mode 100644
index 00000000..67bbd601
Binary files /dev/null and b/public/images/mice/thumbnail/harvester.png differ
diff --git a/public/images/mice/thumbnail/hazmat.png b/public/images/mice/thumbnail/hazmat.png
new file mode 100644
index 00000000..8e09cb17
Binary files /dev/null and b/public/images/mice/thumbnail/hazmat.png differ
diff --git a/public/images/mice/thumbnail/healer.png b/public/images/mice/thumbnail/healer.png
new file mode 100644
index 00000000..8096a5d3
Binary files /dev/null and b/public/images/mice/thumbnail/healer.png differ
diff --git a/public/images/mice/thumbnail/heart-of-the-meteor.png b/public/images/mice/thumbnail/heart-of-the-meteor.png
new file mode 100644
index 00000000..48638e8e
Binary files /dev/null and b/public/images/mice/thumbnail/heart-of-the-meteor.png differ
diff --git a/public/images/mice/thumbnail/heavy-blaster.png b/public/images/mice/thumbnail/heavy-blaster.png
new file mode 100644
index 00000000..7818ab25
Binary files /dev/null and b/public/images/mice/thumbnail/heavy-blaster.png differ
diff --git a/public/images/mice/thumbnail/heracles.png b/public/images/mice/thumbnail/heracles.png
new file mode 100644
index 00000000..81268c10
Binary files /dev/null and b/public/images/mice/thumbnail/heracles.png differ
diff --git a/public/images/mice/thumbnail/herbaceous-bravestalk.png b/public/images/mice/thumbnail/herbaceous-bravestalk.png
new file mode 100644
index 00000000..c51538f4
Binary files /dev/null and b/public/images/mice/thumbnail/herbaceous-bravestalk.png differ
diff --git a/public/images/mice/thumbnail/high-roller.png b/public/images/mice/thumbnail/high-roller.png
new file mode 100644
index 00000000..cca3ee53
Binary files /dev/null and b/public/images/mice/thumbnail/high-roller.png differ
diff --git a/public/images/mice/thumbnail/hired-eidolon.png b/public/images/mice/thumbnail/hired-eidolon.png
new file mode 100644
index 00000000..38dd061a
Binary files /dev/null and b/public/images/mice/thumbnail/hired-eidolon.png differ
diff --git a/public/images/mice/thumbnail/hoarder.png b/public/images/mice/thumbnail/hoarder.png
new file mode 100644
index 00000000..18949770
Binary files /dev/null and b/public/images/mice/thumbnail/hoarder.png differ
diff --git a/public/images/mice/thumbnail/hollowed-demon.png b/public/images/mice/thumbnail/hollowed-demon.png
new file mode 100644
index 00000000..68eb6f12
Binary files /dev/null and b/public/images/mice/thumbnail/hollowed-demon.png differ
diff --git a/public/images/mice/thumbnail/hollowed-minion.png b/public/images/mice/thumbnail/hollowed-minion.png
new file mode 100644
index 00000000..2720a63e
Binary files /dev/null and b/public/images/mice/thumbnail/hollowed-minion.png differ
diff --git a/public/images/mice/thumbnail/hollowhead.png b/public/images/mice/thumbnail/hollowhead.png
new file mode 100644
index 00000000..e7d0446f
Binary files /dev/null and b/public/images/mice/thumbnail/hollowhead.png differ
diff --git a/public/images/mice/thumbnail/homeopathic-apothecary.png b/public/images/mice/thumbnail/homeopathic-apothecary.png
new file mode 100644
index 00000000..7bdd81cd
Binary files /dev/null and b/public/images/mice/thumbnail/homeopathic-apothecary.png differ
diff --git a/public/images/mice/thumbnail/hookshot.png b/public/images/mice/thumbnail/hookshot.png
new file mode 100644
index 00000000..3e72d286
Binary files /dev/null and b/public/images/mice/thumbnail/hookshot.png differ
diff --git a/public/images/mice/thumbnail/hope.png b/public/images/mice/thumbnail/hope.png
new file mode 100644
index 00000000..504033a8
Binary files /dev/null and b/public/images/mice/thumbnail/hope.png differ
diff --git a/public/images/mice/thumbnail/hot-head-mouse.png b/public/images/mice/thumbnail/hot-head-mouse.png
new file mode 100644
index 00000000..f5cf1248
Binary files /dev/null and b/public/images/mice/thumbnail/hot-head-mouse.png differ
diff --git a/public/images/mice/thumbnail/humphrey-dumphrey.png b/public/images/mice/thumbnail/humphrey-dumphrey.png
new file mode 100644
index 00000000..2d541091
Binary files /dev/null and b/public/images/mice/thumbnail/humphrey-dumphrey.png differ
diff --git a/public/images/mice/thumbnail/huntereater.png b/public/images/mice/thumbnail/huntereater.png
new file mode 100644
index 00000000..0a78edc1
Binary files /dev/null and b/public/images/mice/thumbnail/huntereater.png differ
diff --git a/public/images/mice/thumbnail/hurdle.png b/public/images/mice/thumbnail/hurdle.png
new file mode 100644
index 00000000..7ae6b888
Binary files /dev/null and b/public/images/mice/thumbnail/hurdle.png differ
diff --git a/public/images/mice/thumbnail/hween-2011-boss.png b/public/images/mice/thumbnail/hween-2011-boss.png
new file mode 100644
index 00000000..65f12ee5
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2011-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2012-boss.png b/public/images/mice/thumbnail/hween-2012-boss.png
new file mode 100644
index 00000000..5bf650d0
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2012-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2013-boss.png b/public/images/mice/thumbnail/hween-2013-boss.png
new file mode 100644
index 00000000..4bfcdf99
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2013-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2014-boss.png b/public/images/mice/thumbnail/hween-2014-boss.png
new file mode 100644
index 00000000..0281de0b
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2014-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2015-boss.png b/public/images/mice/thumbnail/hween-2015-boss.png
new file mode 100644
index 00000000..77711707
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2015-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2016-boss.png b/public/images/mice/thumbnail/hween-2016-boss.png
new file mode 100644
index 00000000..4bbc3d9b
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2016-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2017-boss.png b/public/images/mice/thumbnail/hween-2017-boss.png
new file mode 100644
index 00000000..71cd49d2
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2017-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2018-boss.png b/public/images/mice/thumbnail/hween-2018-boss.png
new file mode 100644
index 00000000..d440b805
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2018-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-2021-boss.png b/public/images/mice/thumbnail/hween-2021-boss.png
new file mode 100644
index 00000000..46f25967
Binary files /dev/null and b/public/images/mice/thumbnail/hween-2021-boss.png differ
diff --git a/public/images/mice/thumbnail/hween-cobweb.png b/public/images/mice/thumbnail/hween-cobweb.png
new file mode 100644
index 00000000..7e16f159
Binary files /dev/null and b/public/images/mice/thumbnail/hween-cobweb.png differ
diff --git a/public/images/mice/thumbnail/hydra.png b/public/images/mice/thumbnail/hydra.png
new file mode 100644
index 00000000..bc7bfed0
Binary files /dev/null and b/public/images/mice/thumbnail/hydra.png differ
diff --git a/public/images/mice/thumbnail/hydro-paragon.png b/public/images/mice/thumbnail/hydro-paragon.png
new file mode 100644
index 00000000..124e974a
Binary files /dev/null and b/public/images/mice/thumbnail/hydro-paragon.png differ
diff --git a/public/images/mice/thumbnail/hydrologist.png b/public/images/mice/thumbnail/hydrologist.png
new file mode 100644
index 00000000..9fca3770
Binary files /dev/null and b/public/images/mice/thumbnail/hydrologist.png differ
diff --git a/public/images/mice/thumbnail/hydrophobe.png b/public/images/mice/thumbnail/hydrophobe.png
new file mode 100644
index 00000000..e04922c9
Binary files /dev/null and b/public/images/mice/thumbnail/hydrophobe.png differ
diff --git a/public/images/mice/thumbnail/ice-regent.png b/public/images/mice/thumbnail/ice-regent.png
new file mode 100644
index 00000000..031f923c
Binary files /dev/null and b/public/images/mice/thumbnail/ice-regent.png differ
diff --git a/public/images/mice/thumbnail/iceblade.png b/public/images/mice/thumbnail/iceblade.png
new file mode 100644
index 00000000..1e924807
Binary files /dev/null and b/public/images/mice/thumbnail/iceblade.png differ
diff --git a/public/images/mice/thumbnail/iceblock.png b/public/images/mice/thumbnail/iceblock.png
new file mode 100644
index 00000000..4485a011
Binary files /dev/null and b/public/images/mice/thumbnail/iceblock.png differ
diff --git a/public/images/mice/thumbnail/icebreaker.png b/public/images/mice/thumbnail/icebreaker.png
new file mode 100644
index 00000000..3c3beab3
Binary files /dev/null and b/public/images/mice/thumbnail/icebreaker.png differ
diff --git a/public/images/mice/thumbnail/icewing.png b/public/images/mice/thumbnail/icewing.png
new file mode 100644
index 00000000..40e347ae
Binary files /dev/null and b/public/images/mice/thumbnail/icewing.png differ
diff --git a/public/images/mice/thumbnail/icicle.png b/public/images/mice/thumbnail/icicle.png
new file mode 100644
index 00000000..de90ce1b
Binary files /dev/null and b/public/images/mice/thumbnail/icicle.png differ
diff --git a/public/images/mice/thumbnail/iciclesius-the-defender.png b/public/images/mice/thumbnail/iciclesius-the-defender.png
new file mode 100644
index 00000000..2e24c0a2
Binary files /dev/null and b/public/images/mice/thumbnail/iciclesius-the-defender.png differ
diff --git a/public/images/mice/thumbnail/ignis.png b/public/images/mice/thumbnail/ignis.png
new file mode 100644
index 00000000..86103907
Binary files /dev/null and b/public/images/mice/thumbnail/ignis.png differ
diff --git a/public/images/mice/thumbnail/illustrious-illusionist.png b/public/images/mice/thumbnail/illustrious-illusionist.png
new file mode 100644
index 00000000..fb28af08
Binary files /dev/null and b/public/images/mice/thumbnail/illustrious-illusionist.png differ
diff --git a/public/images/mice/thumbnail/impersonator.png b/public/images/mice/thumbnail/impersonator.png
new file mode 100644
index 00000000..892785f4
Binary files /dev/null and b/public/images/mice/thumbnail/impersonator.png differ
diff --git a/public/images/mice/thumbnail/incendarius-the-unquenchable.png b/public/images/mice/thumbnail/incendarius-the-unquenchable.png
new file mode 100644
index 00000000..74809bd7
Binary files /dev/null and b/public/images/mice/thumbnail/incendarius-the-unquenchable.png differ
diff --git a/public/images/mice/thumbnail/incompetent-ice-climber.png b/public/images/mice/thumbnail/incompetent-ice-climber.png
new file mode 100644
index 00000000..79a7a7fe
Binary files /dev/null and b/public/images/mice/thumbnail/incompetent-ice-climber.png differ
diff --git a/public/images/mice/thumbnail/industrious-digger.png b/public/images/mice/thumbnail/industrious-digger.png
new file mode 100644
index 00000000..364d5ed6
Binary files /dev/null and b/public/images/mice/thumbnail/industrious-digger.png differ
diff --git a/public/images/mice/thumbnail/infiltrator.png b/public/images/mice/thumbnail/infiltrator.png
new file mode 100644
index 00000000..7d2d5255
Binary files /dev/null and b/public/images/mice/thumbnail/infiltrator.png differ
diff --git a/public/images/mice/thumbnail/invisible-fashionista.png b/public/images/mice/thumbnail/invisible-fashionista.png
new file mode 100644
index 00000000..b927869c
Binary files /dev/null and b/public/images/mice/thumbnail/invisible-fashionista.png differ
diff --git a/public/images/mice/thumbnail/itty-bitty-burroughs.png b/public/images/mice/thumbnail/itty-bitty-burroughs.png
new file mode 100644
index 00000000..d899304b
Binary files /dev/null and b/public/images/mice/thumbnail/itty-bitty-burroughs.png differ
diff --git a/public/images/mice/thumbnail/itunes.png b/public/images/mice/thumbnail/itunes.png
new file mode 100644
index 00000000..f70b89c6
Binary files /dev/null and b/public/images/mice/thumbnail/itunes.png differ
diff --git a/public/images/mice/thumbnail/jellyfish.png b/public/images/mice/thumbnail/jellyfish.png
new file mode 100644
index 00000000..f4f6f6c1
Binary files /dev/null and b/public/images/mice/thumbnail/jellyfish.png differ
diff --git a/public/images/mice/thumbnail/jovial-jailor.png b/public/images/mice/thumbnail/jovial-jailor.png
new file mode 100644
index 00000000..58dce9e8
Binary files /dev/null and b/public/images/mice/thumbnail/jovial-jailor.png differ
diff --git a/public/images/mice/thumbnail/joy.png b/public/images/mice/thumbnail/joy.png
new file mode 100644
index 00000000..f461e82e
Binary files /dev/null and b/public/images/mice/thumbnail/joy.png differ
diff --git a/public/images/mice/thumbnail/juliyes.png b/public/images/mice/thumbnail/juliyes.png
new file mode 100644
index 00000000..f9f559bc
Binary files /dev/null and b/public/images/mice/thumbnail/juliyes.png differ
diff --git a/public/images/mice/thumbnail/jurassic.png b/public/images/mice/thumbnail/jurassic.png
new file mode 100644
index 00000000..01320582
Binary files /dev/null and b/public/images/mice/thumbnail/jurassic.png differ
diff --git a/public/images/mice/thumbnail/keeper.png b/public/images/mice/thumbnail/keeper.png
new file mode 100644
index 00000000..f6fdc89a
Binary files /dev/null and b/public/images/mice/thumbnail/keeper.png differ
diff --git a/public/images/mice/thumbnail/keepers-assistant.png b/public/images/mice/thumbnail/keepers-assistant.png
new file mode 100644
index 00000000..1d4e9de2
Binary files /dev/null and b/public/images/mice/thumbnail/keepers-assistant.png differ
diff --git a/public/images/mice/thumbnail/key-master.png b/public/images/mice/thumbnail/key-master.png
new file mode 100644
index 00000000..f3dd9667
Binary files /dev/null and b/public/images/mice/thumbnail/key-master.png differ
diff --git a/public/images/mice/thumbnail/king-grub.png b/public/images/mice/thumbnail/king-grub.png
new file mode 100644
index 00000000..ba8007c5
Binary files /dev/null and b/public/images/mice/thumbnail/king-grub.png differ
diff --git a/public/images/mice/thumbnail/king-scarab.png b/public/images/mice/thumbnail/king-scarab.png
new file mode 100644
index 00000000..018e3e6b
Binary files /dev/null and b/public/images/mice/thumbnail/king-scarab.png differ
diff --git a/public/images/mice/thumbnail/kite-flyer.png b/public/images/mice/thumbnail/kite-flyer.png
new file mode 100644
index 00000000..b776196e
Binary files /dev/null and b/public/images/mice/thumbnail/kite-flyer.png differ
diff --git a/public/images/mice/thumbnail/knight.png b/public/images/mice/thumbnail/knight.png
new file mode 100644
index 00000000..5bac5cce
Binary files /dev/null and b/public/images/mice/thumbnail/knight.png differ
diff --git a/public/images/mice/thumbnail/koimaid.png b/public/images/mice/thumbnail/koimaid.png
new file mode 100644
index 00000000..daad22ef
Binary files /dev/null and b/public/images/mice/thumbnail/koimaid.png differ
diff --git a/public/images/mice/thumbnail/kung-fu.png b/public/images/mice/thumbnail/kung-fu.png
new file mode 100644
index 00000000..320b2a17
Binary files /dev/null and b/public/images/mice/thumbnail/kung-fu.png differ
diff --git a/public/images/mice/thumbnail/lab-technician.png b/public/images/mice/thumbnail/lab-technician.png
new file mode 100644
index 00000000..48e40734
Binary files /dev/null and b/public/images/mice/thumbnail/lab-technician.png differ
diff --git a/public/images/mice/thumbnail/lady-coldsnap.png b/public/images/mice/thumbnail/lady-coldsnap.png
new file mode 100644
index 00000000..aa50fc6f
Binary files /dev/null and b/public/images/mice/thumbnail/lady-coldsnap.png differ
diff --git a/public/images/mice/thumbnail/lambent-crystal.png b/public/images/mice/thumbnail/lambent-crystal.png
new file mode 100644
index 00000000..046efdeb
Binary files /dev/null and b/public/images/mice/thumbnail/lambent-crystal.png differ
diff --git a/public/images/mice/thumbnail/land-loafer.png b/public/images/mice/thumbnail/land-loafer.png
new file mode 100644
index 00000000..bb8a40ac
Binary files /dev/null and b/public/images/mice/thumbnail/land-loafer.png differ
diff --git a/public/images/mice/thumbnail/lasso-cowgirl.png b/public/images/mice/thumbnail/lasso-cowgirl.png
new file mode 100644
index 00000000..35ce374f
Binary files /dev/null and b/public/images/mice/thumbnail/lasso-cowgirl.png differ
diff --git a/public/images/mice/thumbnail/launchpad-labourer.png b/public/images/mice/thumbnail/launchpad-labourer.png
new file mode 100644
index 00000000..476e3f0c
Binary files /dev/null and b/public/images/mice/thumbnail/launchpad-labourer.png differ
diff --git a/public/images/mice/thumbnail/law-paragon.png b/public/images/mice/thumbnail/law-paragon.png
new file mode 100644
index 00000000..003ae293
Binary files /dev/null and b/public/images/mice/thumbnail/law-paragon.png differ
diff --git a/public/images/mice/thumbnail/lawbender.png b/public/images/mice/thumbnail/lawbender.png
new file mode 100644
index 00000000..c5b35ad4
Binary files /dev/null and b/public/images/mice/thumbnail/lawbender.png differ
diff --git a/public/images/mice/thumbnail/leafton-beanwell.png b/public/images/mice/thumbnail/leafton-beanwell.png
new file mode 100644
index 00000000..eaad601f
Binary files /dev/null and b/public/images/mice/thumbnail/leafton-beanwell.png differ
diff --git a/public/images/mice/thumbnail/leprechaun.png b/public/images/mice/thumbnail/leprechaun.png
new file mode 100644
index 00000000..6f80a048
Binary files /dev/null and b/public/images/mice/thumbnail/leprechaun.png differ
diff --git a/public/images/mice/thumbnail/lethargic-guard.png b/public/images/mice/thumbnail/lethargic-guard.png
new file mode 100644
index 00000000..d7e4fbed
Binary files /dev/null and b/public/images/mice/thumbnail/lethargic-guard.png differ
diff --git a/public/images/mice/thumbnail/leviathan.png b/public/images/mice/thumbnail/leviathan.png
new file mode 100644
index 00000000..581dd9da
Binary files /dev/null and b/public/images/mice/thumbnail/leviathan.png differ
diff --git a/public/images/mice/thumbnail/library-boss.png b/public/images/mice/thumbnail/library-boss.png
new file mode 100644
index 00000000..98c25372
Binary files /dev/null and b/public/images/mice/thumbnail/library-boss.png differ
diff --git a/public/images/mice/thumbnail/lich.png b/public/images/mice/thumbnail/lich.png
new file mode 100644
index 00000000..5cb6dd1a
Binary files /dev/null and b/public/images/mice/thumbnail/lich.png differ
diff --git a/public/images/mice/thumbnail/lightning-rod.png b/public/images/mice/thumbnail/lightning-rod.png
new file mode 100644
index 00000000..7bc58231
Binary files /dev/null and b/public/images/mice/thumbnail/lightning-rod.png differ
diff --git a/public/images/mice/thumbnail/limestone-brick-layer.png b/public/images/mice/thumbnail/limestone-brick-layer.png
new file mode 100644
index 00000000..c720e13a
Binary files /dev/null and b/public/images/mice/thumbnail/limestone-brick-layer.png differ
diff --git a/public/images/mice/thumbnail/little-bo-squeak.png b/public/images/mice/thumbnail/little-bo-squeak.png
new file mode 100644
index 00000000..231aec00
Binary files /dev/null and b/public/images/mice/thumbnail/little-bo-squeak.png differ
diff --git a/public/images/mice/thumbnail/little-miss-fluffet.png b/public/images/mice/thumbnail/little-miss-fluffet.png
new file mode 100644
index 00000000..49399feb
Binary files /dev/null and b/public/images/mice/thumbnail/little-miss-fluffet.png differ
diff --git a/public/images/mice/thumbnail/living-ice.png b/public/images/mice/thumbnail/living-ice.png
new file mode 100644
index 00000000..68efb8d5
Binary files /dev/null and b/public/images/mice/thumbnail/living-ice.png differ
diff --git a/public/images/mice/thumbnail/living-salt.png b/public/images/mice/thumbnail/living-salt.png
new file mode 100644
index 00000000..82d01b0f
Binary files /dev/null and b/public/images/mice/thumbnail/living-salt.png differ
diff --git a/public/images/mice/thumbnail/loathsome-locust.png b/public/images/mice/thumbnail/loathsome-locust.png
new file mode 100644
index 00000000..252cc4af
Binary files /dev/null and b/public/images/mice/thumbnail/loathsome-locust.png differ
diff --git a/public/images/mice/thumbnail/lockpick.png b/public/images/mice/thumbnail/lockpick.png
new file mode 100644
index 00000000..f5ce5e06
Binary files /dev/null and b/public/images/mice/thumbnail/lockpick.png differ
diff --git a/public/images/mice/thumbnail/longtail-mouse.png b/public/images/mice/thumbnail/longtail-mouse.png
new file mode 100644
index 00000000..50894f83
Binary files /dev/null and b/public/images/mice/thumbnail/longtail-mouse.png differ
diff --git a/public/images/mice/thumbnail/lord-splodington.png b/public/images/mice/thumbnail/lord-splodington.png
new file mode 100644
index 00000000..b43a37bc
Binary files /dev/null and b/public/images/mice/thumbnail/lord-splodington.png differ
diff --git a/public/images/mice/thumbnail/lost-legionnaire.png b/public/images/mice/thumbnail/lost-legionnaire.png
new file mode 100644
index 00000000..2be718d4
Binary files /dev/null and b/public/images/mice/thumbnail/lost-legionnaire.png differ
diff --git a/public/images/mice/thumbnail/lost.png b/public/images/mice/thumbnail/lost.png
new file mode 100644
index 00000000..80f61072
Binary files /dev/null and b/public/images/mice/thumbnail/lost.png differ
diff --git a/public/images/mice/thumbnail/lovely-sports.png b/public/images/mice/thumbnail/lovely-sports.png
new file mode 100644
index 00000000..44a5eeaa
Binary files /dev/null and b/public/images/mice/thumbnail/lovely-sports.png differ
diff --git a/public/images/mice/thumbnail/lucky.png b/public/images/mice/thumbnail/lucky.png
new file mode 100644
index 00000000..98375072
Binary files /dev/null and b/public/images/mice/thumbnail/lucky.png differ
diff --git a/public/images/mice/thumbnail/lumahead.png b/public/images/mice/thumbnail/lumahead.png
new file mode 100644
index 00000000..36cffaa4
Binary files /dev/null and b/public/images/mice/thumbnail/lumahead.png differ
diff --git a/public/images/mice/thumbnail/lycan.png b/public/images/mice/thumbnail/lycan.png
new file mode 100644
index 00000000..ebd42961
Binary files /dev/null and b/public/images/mice/thumbnail/lycan.png differ
diff --git a/public/images/mice/thumbnail/m1000.png b/public/images/mice/thumbnail/m1000.png
new file mode 100644
index 00000000..8d910c8e
Binary files /dev/null and b/public/images/mice/thumbnail/m1000.png differ
diff --git a/public/images/mice/thumbnail/m400.png b/public/images/mice/thumbnail/m400.png
new file mode 100644
index 00000000..53cf051c
Binary files /dev/null and b/public/images/mice/thumbnail/m400.png differ
diff --git a/public/images/mice/thumbnail/mad-elf.png b/public/images/mice/thumbnail/mad-elf.png
new file mode 100644
index 00000000..2393046b
Binary files /dev/null and b/public/images/mice/thumbnail/mad-elf.png differ
diff --git a/public/images/mice/thumbnail/madame-dormouse.png b/public/images/mice/thumbnail/madame-dormouse.png
new file mode 100644
index 00000000..3d155311
Binary files /dev/null and b/public/images/mice/thumbnail/madame-dormouse.png differ
diff --git a/public/images/mice/thumbnail/mage-weaver.png b/public/images/mice/thumbnail/mage-weaver.png
new file mode 100644
index 00000000..ea498912
Binary files /dev/null and b/public/images/mice/thumbnail/mage-weaver.png differ
diff --git a/public/images/mice/thumbnail/magic.png b/public/images/mice/thumbnail/magic.png
new file mode 100644
index 00000000..dcf6fc5c
Binary files /dev/null and b/public/images/mice/thumbnail/magic.png differ
diff --git a/public/images/mice/thumbnail/magical-multitasker.png b/public/images/mice/thumbnail/magical-multitasker.png
new file mode 100644
index 00000000..60cc3128
Binary files /dev/null and b/public/images/mice/thumbnail/magical-multitasker.png differ
diff --git a/public/images/mice/thumbnail/magma-carrier.png b/public/images/mice/thumbnail/magma-carrier.png
new file mode 100644
index 00000000..df9a21f4
Binary files /dev/null and b/public/images/mice/thumbnail/magma-carrier.png differ
diff --git a/public/images/mice/thumbnail/magmatic-crystal-thief.png b/public/images/mice/thumbnail/magmatic-crystal-thief.png
new file mode 100644
index 00000000..b3997e23
Binary files /dev/null and b/public/images/mice/thumbnail/magmatic-crystal-thief.png differ
diff --git a/public/images/mice/thumbnail/magmatic-golem.png b/public/images/mice/thumbnail/magmatic-golem.png
new file mode 100644
index 00000000..84703e19
Binary files /dev/null and b/public/images/mice/thumbnail/magmatic-golem.png differ
diff --git a/public/images/mice/thumbnail/magnatius-majestica.png b/public/images/mice/thumbnail/magnatius-majestica.png
new file mode 100644
index 00000000..fa4584a5
Binary files /dev/null and b/public/images/mice/thumbnail/magnatius-majestica.png differ
diff --git a/public/images/mice/thumbnail/mairitime-pirate.png b/public/images/mice/thumbnail/mairitime-pirate.png
new file mode 100644
index 00000000..1e9d904c
Binary files /dev/null and b/public/images/mice/thumbnail/mairitime-pirate.png differ
diff --git a/public/images/mice/thumbnail/maize-harvester.png b/public/images/mice/thumbnail/maize-harvester.png
new file mode 100644
index 00000000..25693b6b
Binary files /dev/null and b/public/images/mice/thumbnail/maize-harvester.png differ
diff --git a/public/images/mice/thumbnail/malevolent-maestro.png b/public/images/mice/thumbnail/malevolent-maestro.png
new file mode 100644
index 00000000..0aa429f0
Binary files /dev/null and b/public/images/mice/thumbnail/malevolent-maestro.png differ
diff --git a/public/images/mice/thumbnail/malicious-marquis.png b/public/images/mice/thumbnail/malicious-marquis.png
new file mode 100644
index 00000000..5c03807a
Binary files /dev/null and b/public/images/mice/thumbnail/malicious-marquis.png differ
diff --git a/public/images/mice/thumbnail/malignus-vilestrom.png b/public/images/mice/thumbnail/malignus-vilestrom.png
new file mode 100644
index 00000000..36e1066d
Binary files /dev/null and b/public/images/mice/thumbnail/malignus-vilestrom.png differ
diff --git a/public/images/mice/thumbnail/mammoth.png b/public/images/mice/thumbnail/mammoth.png
new file mode 100644
index 00000000..853f23de
Binary files /dev/null and b/public/images/mice/thumbnail/mammoth.png differ
diff --git a/public/images/mice/thumbnail/manaforge-smith.png b/public/images/mice/thumbnail/manaforge-smith.png
new file mode 100644
index 00000000..66387fc0
Binary files /dev/null and b/public/images/mice/thumbnail/manaforge-smith.png differ
diff --git a/public/images/mice/thumbnail/manaforge-weapon-master.png b/public/images/mice/thumbnail/manaforge-weapon-master.png
new file mode 100644
index 00000000..9a974f5a
Binary files /dev/null and b/public/images/mice/thumbnail/manaforge-weapon-master.png differ
diff --git a/public/images/mice/thumbnail/manatee.png b/public/images/mice/thumbnail/manatee.png
new file mode 100644
index 00000000..14884db8
Binary files /dev/null and b/public/images/mice/thumbnail/manatee.png differ
diff --git a/public/images/mice/thumbnail/market-guard.png b/public/images/mice/thumbnail/market-guard.png
new file mode 100644
index 00000000..cacdb1a3
Binary files /dev/null and b/public/images/mice/thumbnail/market-guard.png differ
diff --git a/public/images/mice/thumbnail/market-thief.png b/public/images/mice/thumbnail/market-thief.png
new file mode 100644
index 00000000..223f31b3
Binary files /dev/null and b/public/images/mice/thumbnail/market-thief.png differ
diff --git a/public/images/mice/thumbnail/masked-pikeman.png b/public/images/mice/thumbnail/masked-pikeman.png
new file mode 100644
index 00000000..6fa0f6b2
Binary files /dev/null and b/public/images/mice/thumbnail/masked-pikeman.png differ
diff --git a/public/images/mice/thumbnail/master-burglar.png b/public/images/mice/thumbnail/master-burglar.png
new file mode 100644
index 00000000..0997ffe6
Binary files /dev/null and b/public/images/mice/thumbnail/master-burglar.png differ
diff --git a/public/images/mice/thumbnail/master-of-the-cheese-belt.png b/public/images/mice/thumbnail/master-of-the-cheese-belt.png
new file mode 100644
index 00000000..90442f37
Binary files /dev/null and b/public/images/mice/thumbnail/master-of-the-cheese-belt.png differ
diff --git a/public/images/mice/thumbnail/master-of-the-cheese-claw.png b/public/images/mice/thumbnail/master-of-the-cheese-claw.png
new file mode 100644
index 00000000..4289def5
Binary files /dev/null and b/public/images/mice/thumbnail/master-of-the-cheese-claw.png differ
diff --git a/public/images/mice/thumbnail/master-of-the-cheese-fang.png b/public/images/mice/thumbnail/master-of-the-cheese-fang.png
new file mode 100644
index 00000000..21b82b8f
Binary files /dev/null and b/public/images/mice/thumbnail/master-of-the-cheese-fang.png differ
diff --git a/public/images/mice/thumbnail/master-of-the-dojo.png b/public/images/mice/thumbnail/master-of-the-dojo.png
new file mode 100644
index 00000000..3121c808
Binary files /dev/null and b/public/images/mice/thumbnail/master-of-the-dojo.png differ
diff --git a/public/images/mice/thumbnail/matriarch-gander.png b/public/images/mice/thumbnail/matriarch-gander.png
new file mode 100644
index 00000000..84808b2c
Binary files /dev/null and b/public/images/mice/thumbnail/matriarch-gander.png differ
diff --git a/public/images/mice/thumbnail/matron-of-machinery.png b/public/images/mice/thumbnail/matron-of-machinery.png
new file mode 100644
index 00000000..871c116a
Binary files /dev/null and b/public/images/mice/thumbnail/matron-of-machinery.png differ
diff --git a/public/images/mice/thumbnail/matron-of-wealth.png b/public/images/mice/thumbnail/matron-of-wealth.png
new file mode 100644
index 00000000..cd5a6ebf
Binary files /dev/null and b/public/images/mice/thumbnail/matron-of-wealth.png differ
diff --git a/public/images/mice/thumbnail/melodramatic-minnow.png b/public/images/mice/thumbnail/melodramatic-minnow.png
new file mode 100644
index 00000000..dc60370a
Binary files /dev/null and b/public/images/mice/thumbnail/melodramatic-minnow.png differ
diff --git a/public/images/mice/thumbnail/menace.png b/public/images/mice/thumbnail/menace.png
new file mode 100644
index 00000000..bd18b1b4
Binary files /dev/null and b/public/images/mice/thumbnail/menace.png differ
diff --git a/public/images/mice/thumbnail/mermaid.png b/public/images/mice/thumbnail/mermaid.png
new file mode 100644
index 00000000..08d35fb3
Binary files /dev/null and b/public/images/mice/thumbnail/mermaid.png differ
diff --git a/public/images/mice/thumbnail/mermousette.png b/public/images/mice/thumbnail/mermousette.png
new file mode 100644
index 00000000..7dc00288
Binary files /dev/null and b/public/images/mice/thumbnail/mermousette.png differ
diff --git a/public/images/mice/thumbnail/mershark.png b/public/images/mice/thumbnail/mershark.png
new file mode 100644
index 00000000..9377c9e8
Binary files /dev/null and b/public/images/mice/thumbnail/mershark.png differ
diff --git a/public/images/mice/thumbnail/mighty-mite.png b/public/images/mice/thumbnail/mighty-mite.png
new file mode 100644
index 00000000..8ab39050
Binary files /dev/null and b/public/images/mice/thumbnail/mighty-mite.png differ
diff --git a/public/images/mice/thumbnail/mimic.png b/public/images/mice/thumbnail/mimic.png
new file mode 100644
index 00000000..361c0c80
Binary files /dev/null and b/public/images/mice/thumbnail/mimic.png differ
diff --git a/public/images/mice/thumbnail/mind-tearer.png b/public/images/mice/thumbnail/mind-tearer.png
new file mode 100644
index 00000000..53361a7f
Binary files /dev/null and b/public/images/mice/thumbnail/mind-tearer.png differ
diff --git a/public/images/mice/thumbnail/miner.png b/public/images/mice/thumbnail/miner.png
new file mode 100644
index 00000000..6acdef8e
Binary files /dev/null and b/public/images/mice/thumbnail/miner.png differ
diff --git a/public/images/mice/thumbnail/mintaka.png b/public/images/mice/thumbnail/mintaka.png
new file mode 100644
index 00000000..0588ce88
Binary files /dev/null and b/public/images/mice/thumbnail/mintaka.png differ
diff --git a/public/images/mice/thumbnail/mischievous-moonstone-miner.png b/public/images/mice/thumbnail/mischievous-moonstone-miner.png
new file mode 100644
index 00000000..16180888
Binary files /dev/null and b/public/images/mice/thumbnail/mischievous-moonstone-miner.png differ
diff --git a/public/images/mice/thumbnail/mischievous-wereminer.png b/public/images/mice/thumbnail/mischievous-wereminer.png
new file mode 100644
index 00000000..e02d9e91
Binary files /dev/null and b/public/images/mice/thumbnail/mischievous-wereminer.png differ
diff --git a/public/images/mice/thumbnail/miser.png b/public/images/mice/thumbnail/miser.png
new file mode 100644
index 00000000..ddad39fd
Binary files /dev/null and b/public/images/mice/thumbnail/miser.png differ
diff --git a/public/images/mice/thumbnail/misfortune-teller.png b/public/images/mice/thumbnail/misfortune-teller.png
new file mode 100644
index 00000000..83b49782
Binary files /dev/null and b/public/images/mice/thumbnail/misfortune-teller.png differ
diff --git a/public/images/mice/thumbnail/missle-toe.png b/public/images/mice/thumbnail/missle-toe.png
new file mode 100644
index 00000000..25a10832
Binary files /dev/null and b/public/images/mice/thumbnail/missle-toe.png differ
diff --git a/public/images/mice/thumbnail/mist-maker.png b/public/images/mice/thumbnail/mist-maker.png
new file mode 100644
index 00000000..a0216c54
Binary files /dev/null and b/public/images/mice/thumbnail/mist-maker.png differ
diff --git a/public/images/mice/thumbnail/mist-stalker.png b/public/images/mice/thumbnail/mist-stalker.png
new file mode 100644
index 00000000..5dfd48b0
Binary files /dev/null and b/public/images/mice/thumbnail/mist-stalker.png differ
diff --git a/public/images/mice/thumbnail/mixing-mishap.png b/public/images/mice/thumbnail/mixing-mishap.png
new file mode 100644
index 00000000..22373ae2
Binary files /dev/null and b/public/images/mice/thumbnail/mixing-mishap.png differ
diff --git a/public/images/mice/thumbnail/mlounder-flounder.png b/public/images/mice/thumbnail/mlounder-flounder.png
new file mode 100644
index 00000000..089586c0
Binary files /dev/null and b/public/images/mice/thumbnail/mlounder-flounder.png differ
diff --git a/public/images/mice/thumbnail/mobster.png b/public/images/mice/thumbnail/mobster.png
new file mode 100644
index 00000000..773f3ca6
Binary files /dev/null and b/public/images/mice/thumbnail/mobster.png differ
diff --git a/public/images/mice/thumbnail/mole.png b/public/images/mice/thumbnail/mole.png
new file mode 100644
index 00000000..5aebb9dd
Binary files /dev/null and b/public/images/mice/thumbnail/mole.png differ
diff --git a/public/images/mice/thumbnail/molten-midas.png b/public/images/mice/thumbnail/molten-midas.png
new file mode 100644
index 00000000..57d67bf9
Binary files /dev/null and b/public/images/mice/thumbnail/molten-midas.png differ
diff --git a/public/images/mice/thumbnail/monarch.png b/public/images/mice/thumbnail/monarch.png
new file mode 100644
index 00000000..e6f928ef
Binary files /dev/null and b/public/images/mice/thumbnail/monarch.png differ
diff --git a/public/images/mice/thumbnail/monk.png b/public/images/mice/thumbnail/monk.png
new file mode 100644
index 00000000..e33ff90d
Binary files /dev/null and b/public/images/mice/thumbnail/monk.png differ
diff --git a/public/images/mice/thumbnail/monsoon-maker.png b/public/images/mice/thumbnail/monsoon-maker.png
new file mode 100644
index 00000000..ff682312
Binary files /dev/null and b/public/images/mice/thumbnail/monsoon-maker.png differ
diff --git a/public/images/mice/thumbnail/monster-of-the-meteor.png b/public/images/mice/thumbnail/monster-of-the-meteor.png
new file mode 100644
index 00000000..8de8097e
Binary files /dev/null and b/public/images/mice/thumbnail/monster-of-the-meteor.png differ
diff --git a/public/images/mice/thumbnail/monster-tail.png b/public/images/mice/thumbnail/monster-tail.png
new file mode 100644
index 00000000..4e6f1740
Binary files /dev/null and b/public/images/mice/thumbnail/monster-tail.png differ
diff --git a/public/images/mice/thumbnail/monster.png b/public/images/mice/thumbnail/monster.png
new file mode 100644
index 00000000..793c318d
Binary files /dev/null and b/public/images/mice/thumbnail/monster.png differ
diff --git a/public/images/mice/thumbnail/monstrous-midge.png b/public/images/mice/thumbnail/monstrous-midge.png
new file mode 100644
index 00000000..194ac707
Binary files /dev/null and b/public/images/mice/thumbnail/monstrous-midge.png differ
diff --git a/public/images/mice/thumbnail/moonstone-golem.png b/public/images/mice/thumbnail/moonstone-golem.png
new file mode 100644
index 00000000..278936c2
Binary files /dev/null and b/public/images/mice/thumbnail/moonstone-golem.png differ
diff --git a/public/images/mice/thumbnail/moonstone-miner.png b/public/images/mice/thumbnail/moonstone-miner.png
new file mode 100644
index 00000000..7d118bd8
Binary files /dev/null and b/public/images/mice/thumbnail/moonstone-miner.png differ
diff --git a/public/images/mice/thumbnail/moonstone-mystic.png b/public/images/mice/thumbnail/moonstone-mystic.png
new file mode 100644
index 00000000..61f0fbc6
Binary files /dev/null and b/public/images/mice/thumbnail/moonstone-mystic.png differ
diff --git a/public/images/mice/thumbnail/moonstone-slinger.png b/public/images/mice/thumbnail/moonstone-slinger.png
new file mode 100644
index 00000000..67379b3d
Binary files /dev/null and b/public/images/mice/thumbnail/moonstone-slinger.png differ
diff --git a/public/images/mice/thumbnail/moonstone-snacker.png b/public/images/mice/thumbnail/moonstone-snacker.png
new file mode 100644
index 00000000..42a46bc3
Binary files /dev/null and b/public/images/mice/thumbnail/moonstone-snacker.png differ
diff --git a/public/images/mice/thumbnail/moosker.png b/public/images/mice/thumbnail/moosker.png
new file mode 100644
index 00000000..6b46285c
Binary files /dev/null and b/public/images/mice/thumbnail/moosker.png differ
diff --git a/public/images/mice/thumbnail/mouldy-mole.png b/public/images/mice/thumbnail/mouldy-mole.png
new file mode 100644
index 00000000..b374f70a
Binary files /dev/null and b/public/images/mice/thumbnail/mouldy-mole.png differ
diff --git a/public/images/mice/thumbnail/mountain.png b/public/images/mice/thumbnail/mountain.png
new file mode 100644
index 00000000..d3c798b1
Binary files /dev/null and b/public/images/mice/thumbnail/mountain.png differ
diff --git a/public/images/mice/thumbnail/mouse-with-no-name.png b/public/images/mice/thumbnail/mouse-with-no-name.png
new file mode 100644
index 00000000..e52becfb
Binary files /dev/null and b/public/images/mice/thumbnail/mouse-with-no-name.png differ
diff --git a/public/images/mice/thumbnail/moussile.png b/public/images/mice/thumbnail/moussile.png
new file mode 100644
index 00000000..41be0764
Binary files /dev/null and b/public/images/mice/thumbnail/moussile.png differ
diff --git a/public/images/mice/thumbnail/mummy.png b/public/images/mice/thumbnail/mummy.png
new file mode 100644
index 00000000..e1882496
Binary files /dev/null and b/public/images/mice/thumbnail/mummy.png differ
diff --git a/public/images/mice/thumbnail/mush-monster.png b/public/images/mice/thumbnail/mush-monster.png
new file mode 100644
index 00000000..79cdde5a
Binary files /dev/null and b/public/images/mice/thumbnail/mush-monster.png differ
diff --git a/public/images/mice/thumbnail/mush.png b/public/images/mice/thumbnail/mush.png
new file mode 100644
index 00000000..82d70280
Binary files /dev/null and b/public/images/mice/thumbnail/mush.png differ
diff --git a/public/images/mice/thumbnail/mushroom-harvester.png b/public/images/mice/thumbnail/mushroom-harvester.png
new file mode 100644
index 00000000..b1498ffc
Binary files /dev/null and b/public/images/mice/thumbnail/mushroom-harvester.png differ
diff --git a/public/images/mice/thumbnail/mushroom-sprite.png b/public/images/mice/thumbnail/mushroom-sprite.png
new file mode 100644
index 00000000..ca9099d6
Binary files /dev/null and b/public/images/mice/thumbnail/mushroom-sprite.png differ
diff --git a/public/images/mice/thumbnail/mutant-mongrel.png b/public/images/mice/thumbnail/mutant-mongrel.png
new file mode 100644
index 00000000..faf2b411
Binary files /dev/null and b/public/images/mice/thumbnail/mutant-mongrel.png differ
diff --git a/public/images/mice/thumbnail/mutant-ninja.png b/public/images/mice/thumbnail/mutant-ninja.png
new file mode 100644
index 00000000..a3a863a6
Binary files /dev/null and b/public/images/mice/thumbnail/mutant-ninja.png differ
diff --git a/public/images/mice/thumbnail/mutated-brown.png b/public/images/mice/thumbnail/mutated-brown.png
new file mode 100644
index 00000000..bf7992db
Binary files /dev/null and b/public/images/mice/thumbnail/mutated-brown.png differ
diff --git a/public/images/mice/thumbnail/mutated-grey.png b/public/images/mice/thumbnail/mutated-grey.png
new file mode 100644
index 00000000..8e39d450
Binary files /dev/null and b/public/images/mice/thumbnail/mutated-grey.png differ
diff --git a/public/images/mice/thumbnail/mutated-mole.png b/public/images/mice/thumbnail/mutated-mole.png
new file mode 100644
index 00000000..a72efa6c
Binary files /dev/null and b/public/images/mice/thumbnail/mutated-mole.png differ
diff --git a/public/images/mice/thumbnail/mutated-siblings.png b/public/images/mice/thumbnail/mutated-siblings.png
new file mode 100644
index 00000000..68af6142
Binary files /dev/null and b/public/images/mice/thumbnail/mutated-siblings.png differ
diff --git a/public/images/mice/thumbnail/mutated-white.png b/public/images/mice/thumbnail/mutated-white.png
new file mode 100644
index 00000000..b17e6ec1
Binary files /dev/null and b/public/images/mice/thumbnail/mutated-white.png differ
diff --git a/public/images/mice/thumbnail/mysterious-traveller.png b/public/images/mice/thumbnail/mysterious-traveller.png
new file mode 100644
index 00000000..221c3eb4
Binary files /dev/null and b/public/images/mice/thumbnail/mysterious-traveller.png differ
diff --git a/public/images/mice/thumbnail/mystic-bishop.png b/public/images/mice/thumbnail/mystic-bishop.png
new file mode 100644
index 00000000..02bf59eb
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-bishop.png differ
diff --git a/public/images/mice/thumbnail/mystic-guardian.png b/public/images/mice/thumbnail/mystic-guardian.png
new file mode 100644
index 00000000..a23c3889
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-guardian.png differ
diff --git a/public/images/mice/thumbnail/mystic-herald.png b/public/images/mice/thumbnail/mystic-herald.png
new file mode 100644
index 00000000..ed2c9310
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-herald.png differ
diff --git a/public/images/mice/thumbnail/mystic-king.png b/public/images/mice/thumbnail/mystic-king.png
new file mode 100644
index 00000000..b80a5433
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-king.png differ
diff --git a/public/images/mice/thumbnail/mystic-knight.png b/public/images/mice/thumbnail/mystic-knight.png
new file mode 100644
index 00000000..bcf13359
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-knight.png differ
diff --git a/public/images/mice/thumbnail/mystic-pawn.png b/public/images/mice/thumbnail/mystic-pawn.png
new file mode 100644
index 00000000..ab372d3e
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-pawn.png differ
diff --git a/public/images/mice/thumbnail/mystic-queen.png b/public/images/mice/thumbnail/mystic-queen.png
new file mode 100644
index 00000000..310bce17
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-queen.png differ
diff --git a/public/images/mice/thumbnail/mystic-rook.png b/public/images/mice/thumbnail/mystic-rook.png
new file mode 100644
index 00000000..1dc27dad
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-rook.png differ
diff --git a/public/images/mice/thumbnail/mystic-scholar.png b/public/images/mice/thumbnail/mystic-scholar.png
new file mode 100644
index 00000000..b93f010f
Binary files /dev/null and b/public/images/mice/thumbnail/mystic-scholar.png differ
diff --git a/public/images/mice/thumbnail/mystic.png b/public/images/mice/thumbnail/mystic.png
new file mode 100644
index 00000000..ac1377fc
Binary files /dev/null and b/public/images/mice/thumbnail/mystic.png differ
diff --git a/public/images/mice/thumbnail/mythical-dragon-emperor.png b/public/images/mice/thumbnail/mythical-dragon-emperor.png
new file mode 100644
index 00000000..d32724b2
Binary files /dev/null and b/public/images/mice/thumbnail/mythical-dragon-emperor.png differ
diff --git a/public/images/mice/thumbnail/mythical-giant-king.png b/public/images/mice/thumbnail/mythical-giant-king.png
new file mode 100644
index 00000000..e0c9a481
Binary files /dev/null and b/public/images/mice/thumbnail/mythical-giant-king.png differ
diff --git a/public/images/mice/thumbnail/mythical-master-sorcerer.png b/public/images/mice/thumbnail/mythical-master-sorcerer.png
new file mode 100644
index 00000000..10a59d96
Binary files /dev/null and b/public/images/mice/thumbnail/mythical-master-sorcerer.png differ
diff --git a/public/images/mice/thumbnail/mythweaver.png b/public/images/mice/thumbnail/mythweaver.png
new file mode 100644
index 00000000..63a24bc0
Binary files /dev/null and b/public/images/mice/thumbnail/mythweaver.png differ
diff --git a/public/images/mice/thumbnail/nachore-golem.png b/public/images/mice/thumbnail/nachore-golem.png
new file mode 100644
index 00000000..30eafe78
Binary files /dev/null and b/public/images/mice/thumbnail/nachore-golem.png differ
diff --git a/public/images/mice/thumbnail/nachous.png b/public/images/mice/thumbnail/nachous.png
new file mode 100644
index 00000000..1c236855
Binary files /dev/null and b/public/images/mice/thumbnail/nachous.png differ
diff --git a/public/images/mice/thumbnail/narrator.png b/public/images/mice/thumbnail/narrator.png
new file mode 100644
index 00000000..b6f366a0
Binary files /dev/null and b/public/images/mice/thumbnail/narrator.png differ
diff --git a/public/images/mice/thumbnail/necromancer.png b/public/images/mice/thumbnail/necromancer.png
new file mode 100644
index 00000000..eed2b51c
Binary files /dev/null and b/public/images/mice/thumbnail/necromancer.png differ
diff --git a/public/images/mice/thumbnail/nefarious-nautilus.png b/public/images/mice/thumbnail/nefarious-nautilus.png
new file mode 100644
index 00000000..a8b93c88
Binary files /dev/null and b/public/images/mice/thumbnail/nefarious-nautilus.png differ
diff --git a/public/images/mice/thumbnail/nerg-chieftain.png b/public/images/mice/thumbnail/nerg-chieftain.png
new file mode 100644
index 00000000..5decfbc2
Binary files /dev/null and b/public/images/mice/thumbnail/nerg-chieftain.png differ
diff --git a/public/images/mice/thumbnail/nerg-lich.png b/public/images/mice/thumbnail/nerg-lich.png
new file mode 100644
index 00000000..fa7d1b23
Binary files /dev/null and b/public/images/mice/thumbnail/nerg-lich.png differ
diff --git a/public/images/mice/thumbnail/new-year-flight.png b/public/images/mice/thumbnail/new-year-flight.png
new file mode 100644
index 00000000..6484b439
Binary files /dev/null and b/public/images/mice/thumbnail/new-year-flight.png differ
diff --git a/public/images/mice/thumbnail/new-years.png b/public/images/mice/thumbnail/new-years.png
new file mode 100644
index 00000000..2dc5f05b
Binary files /dev/null and b/public/images/mice/thumbnail/new-years.png differ
diff --git a/public/images/mice/thumbnail/nibbler.png b/public/images/mice/thumbnail/nibbler.png
new file mode 100644
index 00000000..b1d44593
Binary files /dev/null and b/public/images/mice/thumbnail/nibbler.png differ
diff --git a/public/images/mice/thumbnail/nice-knitting.png b/public/images/mice/thumbnail/nice-knitting.png
new file mode 100644
index 00000000..4aa442d0
Binary files /dev/null and b/public/images/mice/thumbnail/nice-knitting.png differ
diff --git a/public/images/mice/thumbnail/night-watcher.png b/public/images/mice/thumbnail/night-watcher.png
new file mode 100644
index 00000000..b62be53b
Binary files /dev/null and b/public/images/mice/thumbnail/night-watcher.png differ
diff --git a/public/images/mice/thumbnail/nightfire-wallbreak.png b/public/images/mice/thumbnail/nightfire-wallbreak.png
new file mode 100644
index 00000000..8ed2a66d
Binary files /dev/null and b/public/images/mice/thumbnail/nightfire-wallbreak.png differ
diff --git a/public/images/mice/thumbnail/nightmancer.png b/public/images/mice/thumbnail/nightmancer.png
new file mode 100644
index 00000000..c3d09846
Binary files /dev/null and b/public/images/mice/thumbnail/nightmancer.png differ
diff --git a/public/images/mice/thumbnail/nightshade-flower-girl.png b/public/images/mice/thumbnail/nightshade-flower-girl.png
new file mode 100644
index 00000000..83b34a68
Binary files /dev/null and b/public/images/mice/thumbnail/nightshade-flower-girl.png differ
diff --git a/public/images/mice/thumbnail/nightshade-fungalmancer.png b/public/images/mice/thumbnail/nightshade-fungalmancer.png
new file mode 100644
index 00000000..9f31a131
Binary files /dev/null and b/public/images/mice/thumbnail/nightshade-fungalmancer.png differ
diff --git a/public/images/mice/thumbnail/nightshade-maiden.png b/public/images/mice/thumbnail/nightshade-maiden.png
new file mode 100644
index 00000000..b40d637c
Binary files /dev/null and b/public/images/mice/thumbnail/nightshade-maiden.png differ
diff --git a/public/images/mice/thumbnail/nightshade-masquerade.png b/public/images/mice/thumbnail/nightshade-masquerade.png
new file mode 100644
index 00000000..2b7f685f
Binary files /dev/null and b/public/images/mice/thumbnail/nightshade-masquerade.png differ
diff --git a/public/images/mice/thumbnail/nightshade-nanny.png b/public/images/mice/thumbnail/nightshade-nanny.png
new file mode 100644
index 00000000..aa47f913
Binary files /dev/null and b/public/images/mice/thumbnail/nightshade-nanny.png differ
diff --git a/public/images/mice/thumbnail/nimbomancer.png b/public/images/mice/thumbnail/nimbomancer.png
new file mode 100644
index 00000000..1b4de804
Binary files /dev/null and b/public/images/mice/thumbnail/nimbomancer.png differ
diff --git a/public/images/mice/thumbnail/ninja.png b/public/images/mice/thumbnail/ninja.png
new file mode 100644
index 00000000..9e9c11e6
Binary files /dev/null and b/public/images/mice/thumbnail/ninja.png differ
diff --git a/public/images/mice/thumbnail/nitro-racer.png b/public/images/mice/thumbnail/nitro-racer.png
new file mode 100644
index 00000000..b3f9e7a9
Binary files /dev/null and b/public/images/mice/thumbnail/nitro-racer.png differ
diff --git a/public/images/mice/thumbnail/nomad.png b/public/images/mice/thumbnail/nomad.png
new file mode 100644
index 00000000..52b4fa8b
Binary files /dev/null and b/public/images/mice/thumbnail/nomad.png differ
diff --git a/public/images/mice/thumbnail/noxio-sludgewell.png b/public/images/mice/thumbnail/noxio-sludgewell.png
new file mode 100644
index 00000000..7aa22d17
Binary files /dev/null and b/public/images/mice/thumbnail/noxio-sludgewell.png differ
diff --git a/public/images/mice/thumbnail/nugget.png b/public/images/mice/thumbnail/nugget.png
new file mode 100644
index 00000000..18851906
Binary files /dev/null and b/public/images/mice/thumbnail/nugget.png differ
diff --git a/public/images/mice/thumbnail/nutcracker.png b/public/images/mice/thumbnail/nutcracker.png
new file mode 100644
index 00000000..b6698ada
Binary files /dev/null and b/public/images/mice/thumbnail/nutcracker.png differ
diff --git a/public/images/mice/thumbnail/obstinate-oboist.png b/public/images/mice/thumbnail/obstinate-oboist.png
new file mode 100644
index 00000000..54722a9d
Binary files /dev/null and b/public/images/mice/thumbnail/obstinate-oboist.png differ
diff --git a/public/images/mice/thumbnail/octomermaid.png b/public/images/mice/thumbnail/octomermaid.png
new file mode 100644
index 00000000..69a1c5e2
Binary files /dev/null and b/public/images/mice/thumbnail/octomermaid.png differ
diff --git a/public/images/mice/thumbnail/old-one.png b/public/images/mice/thumbnail/old-one.png
new file mode 100644
index 00000000..8f0eea84
Binary files /dev/null and b/public/images/mice/thumbnail/old-one.png differ
diff --git a/public/images/mice/thumbnail/onion-chopper.png b/public/images/mice/thumbnail/onion-chopper.png
new file mode 100644
index 00000000..139bec6b
Binary files /dev/null and b/public/images/mice/thumbnail/onion-chopper.png differ
diff --git a/public/images/mice/thumbnail/ooze.png b/public/images/mice/thumbnail/ooze.png
new file mode 100644
index 00000000..da0a5a82
Binary files /dev/null and b/public/images/mice/thumbnail/ooze.png differ
diff --git a/public/images/mice/thumbnail/ore-chipper.png b/public/images/mice/thumbnail/ore-chipper.png
new file mode 100644
index 00000000..031513dc
Binary files /dev/null and b/public/images/mice/thumbnail/ore-chipper.png differ
diff --git a/public/images/mice/thumbnail/ornament.png b/public/images/mice/thumbnail/ornament.png
new file mode 100644
index 00000000..170c0a15
Binary files /dev/null and b/public/images/mice/thumbnail/ornament.png differ
diff --git a/public/images/mice/thumbnail/outbreak-assassin.png b/public/images/mice/thumbnail/outbreak-assassin.png
new file mode 100644
index 00000000..748b54f4
Binary files /dev/null and b/public/images/mice/thumbnail/outbreak-assassin.png differ
diff --git a/public/images/mice/thumbnail/outlaw.png b/public/images/mice/thumbnail/outlaw.png
new file mode 100644
index 00000000..c5ea0aa2
Binary files /dev/null and b/public/images/mice/thumbnail/outlaw.png differ
diff --git a/public/images/mice/thumbnail/overcaster.png b/public/images/mice/thumbnail/overcaster.png
new file mode 100644
index 00000000..56708283
Binary files /dev/null and b/public/images/mice/thumbnail/overcaster.png differ
diff --git a/public/images/mice/thumbnail/overprepared.png b/public/images/mice/thumbnail/overprepared.png
new file mode 100644
index 00000000..1f514a27
Binary files /dev/null and b/public/images/mice/thumbnail/overprepared.png differ
diff --git a/public/images/mice/thumbnail/oxygen-baron.png b/public/images/mice/thumbnail/oxygen-baron.png
new file mode 100644
index 00000000..99b179cb
Binary files /dev/null and b/public/images/mice/thumbnail/oxygen-baron.png differ
diff --git a/public/images/mice/thumbnail/pack.png b/public/images/mice/thumbnail/pack.png
new file mode 100644
index 00000000..046addb3
Binary files /dev/null and b/public/images/mice/thumbnail/pack.png differ
diff --git a/public/images/mice/thumbnail/page.png b/public/images/mice/thumbnail/page.png
new file mode 100644
index 00000000..ab1b93a0
Binary files /dev/null and b/public/images/mice/thumbnail/page.png differ
diff --git a/public/images/mice/thumbnail/paladin.png b/public/images/mice/thumbnail/paladin.png
new file mode 100644
index 00000000..dabee06f
Binary files /dev/null and b/public/images/mice/thumbnail/paladin.png differ
diff --git a/public/images/mice/thumbnail/pan-slammer.png b/public/images/mice/thumbnail/pan-slammer.png
new file mode 100644
index 00000000..c95ae425
Binary files /dev/null and b/public/images/mice/thumbnail/pan-slammer.png differ
diff --git a/public/images/mice/thumbnail/para-para-dancer.png b/public/images/mice/thumbnail/para-para-dancer.png
new file mode 100644
index 00000000..71a77fba
Binary files /dev/null and b/public/images/mice/thumbnail/para-para-dancer.png differ
diff --git a/public/images/mice/thumbnail/parlour-player.png b/public/images/mice/thumbnail/parlour-player.png
new file mode 100644
index 00000000..c8ce39c5
Binary files /dev/null and b/public/images/mice/thumbnail/parlour-player.png differ
diff --git a/public/images/mice/thumbnail/passenger.png b/public/images/mice/thumbnail/passenger.png
new file mode 100644
index 00000000..7bee6698
Binary files /dev/null and b/public/images/mice/thumbnail/passenger.png differ
diff --git a/public/images/mice/thumbnail/pathfinder.png b/public/images/mice/thumbnail/pathfinder.png
new file mode 100644
index 00000000..e3ebf5c9
Binary files /dev/null and b/public/images/mice/thumbnail/pathfinder.png differ
diff --git a/public/images/mice/thumbnail/peaceful-prisoner.png b/public/images/mice/thumbnail/peaceful-prisoner.png
new file mode 100644
index 00000000..b14b4c1e
Binary files /dev/null and b/public/images/mice/thumbnail/peaceful-prisoner.png differ
diff --git a/public/images/mice/thumbnail/pearl-diver.png b/public/images/mice/thumbnail/pearl-diver.png
new file mode 100644
index 00000000..fb70e08e
Binary files /dev/null and b/public/images/mice/thumbnail/pearl-diver.png differ
diff --git a/public/images/mice/thumbnail/pearl.png b/public/images/mice/thumbnail/pearl.png
new file mode 100644
index 00000000..197ad77c
Binary files /dev/null and b/public/images/mice/thumbnail/pearl.png differ
diff --git a/public/images/mice/thumbnail/pebble.png b/public/images/mice/thumbnail/pebble.png
new file mode 100644
index 00000000..73fed7d3
Binary files /dev/null and b/public/images/mice/thumbnail/pebble.png differ
diff --git a/public/images/mice/thumbnail/peevish-piccoloist.png b/public/images/mice/thumbnail/peevish-piccoloist.png
new file mode 100644
index 00000000..8410f32b
Binary files /dev/null and b/public/images/mice/thumbnail/peevish-piccoloist.png differ
diff --git a/public/images/mice/thumbnail/penguin.png b/public/images/mice/thumbnail/penguin.png
new file mode 100644
index 00000000..2d6911a6
Binary files /dev/null and b/public/images/mice/thumbnail/penguin.png differ
diff --git a/public/images/mice/thumbnail/pernicious-prince.png b/public/images/mice/thumbnail/pernicious-prince.png
new file mode 100644
index 00000000..2e7af49d
Binary files /dev/null and b/public/images/mice/thumbnail/pernicious-prince.png differ
diff --git a/public/images/mice/thumbnail/perpetual-detention.png b/public/images/mice/thumbnail/perpetual-detention.png
new file mode 100644
index 00000000..857f3bf2
Binary files /dev/null and b/public/images/mice/thumbnail/perpetual-detention.png differ
diff --git a/public/images/mice/thumbnail/pestilentia-the-putrid.png b/public/images/mice/thumbnail/pestilentia-the-putrid.png
new file mode 100644
index 00000000..64b01017
Binary files /dev/null and b/public/images/mice/thumbnail/pestilentia-the-putrid.png differ
diff --git a/public/images/mice/thumbnail/phanlanx.png b/public/images/mice/thumbnail/phanlanx.png
new file mode 100644
index 00000000..4a1579ac
Binary files /dev/null and b/public/images/mice/thumbnail/phanlanx.png differ
diff --git a/public/images/mice/thumbnail/photographer.png b/public/images/mice/thumbnail/photographer.png
new file mode 100644
index 00000000..60263883
Binary files /dev/null and b/public/images/mice/thumbnail/photographer.png differ
diff --git a/public/images/mice/thumbnail/physical-paragon.png b/public/images/mice/thumbnail/physical-paragon.png
new file mode 100644
index 00000000..a0121e07
Binary files /dev/null and b/public/images/mice/thumbnail/physical-paragon.png differ
diff --git a/public/images/mice/thumbnail/pie-thief.png b/public/images/mice/thumbnail/pie-thief.png
new file mode 100644
index 00000000..f8f955cd
Binary files /dev/null and b/public/images/mice/thumbnail/pie-thief.png differ
diff --git a/public/images/mice/thumbnail/pigmy-swarm.png b/public/images/mice/thumbnail/pigmy-swarm.png
new file mode 100644
index 00000000..0f78783a
Binary files /dev/null and b/public/images/mice/thumbnail/pigmy-swarm.png differ
diff --git a/public/images/mice/thumbnail/pinchy.png b/public/images/mice/thumbnail/pinchy.png
new file mode 100644
index 00000000..4219f8a4
Binary files /dev/null and b/public/images/mice/thumbnail/pinchy.png differ
diff --git a/public/images/mice/thumbnail/pinkielina.png b/public/images/mice/thumbnail/pinkielina.png
new file mode 100644
index 00000000..64ebd688
Binary files /dev/null and b/public/images/mice/thumbnail/pinkielina.png differ
diff --git a/public/images/mice/thumbnail/pintail.png b/public/images/mice/thumbnail/pintail.png
new file mode 100644
index 00000000..11ad7dce
Binary files /dev/null and b/public/images/mice/thumbnail/pintail.png differ
diff --git a/public/images/mice/thumbnail/pirate-anchor.png b/public/images/mice/thumbnail/pirate-anchor.png
new file mode 100644
index 00000000..4b760c45
Binary files /dev/null and b/public/images/mice/thumbnail/pirate-anchor.png differ
diff --git a/public/images/mice/thumbnail/pirate.png b/public/images/mice/thumbnail/pirate.png
new file mode 100644
index 00000000..3a918c9e
Binary files /dev/null and b/public/images/mice/thumbnail/pirate.png differ
diff --git a/public/images/mice/thumbnail/plague-hag.png b/public/images/mice/thumbnail/plague-hag.png
new file mode 100644
index 00000000..1dcdf1e3
Binary files /dev/null and b/public/images/mice/thumbnail/plague-hag.png differ
diff --git a/public/images/mice/thumbnail/plotting-page.png b/public/images/mice/thumbnail/plotting-page.png
new file mode 100644
index 00000000..89aaa8d3
Binary files /dev/null and b/public/images/mice/thumbnail/plotting-page.png differ
diff --git a/public/images/mice/thumbnail/pocketwatch.png b/public/images/mice/thumbnail/pocketwatch.png
new file mode 100644
index 00000000..a02159b6
Binary files /dev/null and b/public/images/mice/thumbnail/pocketwatch.png differ
diff --git a/public/images/mice/thumbnail/polar-bear.png b/public/images/mice/thumbnail/polar-bear.png
new file mode 100644
index 00000000..50c0071c
Binary files /dev/null and b/public/images/mice/thumbnail/polar-bear.png differ
diff --git a/public/images/mice/thumbnail/pompous-perch.png b/public/images/mice/thumbnail/pompous-perch.png
new file mode 100644
index 00000000..37243006
Binary files /dev/null and b/public/images/mice/thumbnail/pompous-perch.png differ
diff --git a/public/images/mice/thumbnail/present.png b/public/images/mice/thumbnail/present.png
new file mode 100644
index 00000000..b22b8fd0
Binary files /dev/null and b/public/images/mice/thumbnail/present.png differ
diff --git a/public/images/mice/thumbnail/prestigious-prestidigitator.png b/public/images/mice/thumbnail/prestigious-prestidigitator.png
new file mode 100644
index 00000000..cf17a861
Binary files /dev/null and b/public/images/mice/thumbnail/prestigious-prestidigitator.png differ
diff --git a/public/images/mice/thumbnail/primal.png b/public/images/mice/thumbnail/primal.png
new file mode 100644
index 00000000..3e92bd69
Binary files /dev/null and b/public/images/mice/thumbnail/primal.png differ
diff --git a/public/images/mice/thumbnail/princess-and-the-olive.png b/public/images/mice/thumbnail/princess-and-the-olive.png
new file mode 100644
index 00000000..8d3196fc
Binary files /dev/null and b/public/images/mice/thumbnail/princess-and-the-olive.png differ
diff --git a/public/images/mice/thumbnail/princess-fist.png b/public/images/mice/thumbnail/princess-fist.png
new file mode 100644
index 00000000..dd05670b
Binary files /dev/null and b/public/images/mice/thumbnail/princess-fist.png differ
diff --git a/public/images/mice/thumbnail/prospector.png b/public/images/mice/thumbnail/prospector.png
new file mode 100644
index 00000000..7daba34e
Binary files /dev/null and b/public/images/mice/thumbnail/prospector.png differ
diff --git a/public/images/mice/thumbnail/protector.png b/public/images/mice/thumbnail/protector.png
new file mode 100644
index 00000000..81f17f8e
Binary files /dev/null and b/public/images/mice/thumbnail/protector.png differ
diff --git a/public/images/mice/thumbnail/puddlemancer.png b/public/images/mice/thumbnail/puddlemancer.png
new file mode 100644
index 00000000..27de4009
Binary files /dev/null and b/public/images/mice/thumbnail/puddlemancer.png differ
diff --git a/public/images/mice/thumbnail/puffer.png b/public/images/mice/thumbnail/puffer.png
new file mode 100644
index 00000000..0d23980e
Binary files /dev/null and b/public/images/mice/thumbnail/puffer.png differ
diff --git a/public/images/mice/thumbnail/pugilist.png b/public/images/mice/thumbnail/pugilist.png
new file mode 100644
index 00000000..f2b2dc34
Binary files /dev/null and b/public/images/mice/thumbnail/pugilist.png differ
diff --git a/public/images/mice/thumbnail/pump-raider.png b/public/images/mice/thumbnail/pump-raider.png
new file mode 100644
index 00000000..4134744b
Binary files /dev/null and b/public/images/mice/thumbnail/pump-raider.png differ
diff --git a/public/images/mice/thumbnail/pumpkin-head.png b/public/images/mice/thumbnail/pumpkin-head.png
new file mode 100644
index 00000000..e5d379c1
Binary files /dev/null and b/public/images/mice/thumbnail/pumpkin-head.png differ
diff --git a/public/images/mice/thumbnail/pumpkin-hoarder.png b/public/images/mice/thumbnail/pumpkin-hoarder.png
new file mode 100644
index 00000000..cf19b767
Binary files /dev/null and b/public/images/mice/thumbnail/pumpkin-hoarder.png differ
diff --git a/public/images/mice/thumbnail/puppet-master.png b/public/images/mice/thumbnail/puppet-master.png
new file mode 100644
index 00000000..b43a8081
Binary files /dev/null and b/public/images/mice/thumbnail/puppet-master.png differ
diff --git a/public/images/mice/thumbnail/pygmy-wrangler.png b/public/images/mice/thumbnail/pygmy-wrangler.png
new file mode 100644
index 00000000..eb8300bb
Binary files /dev/null and b/public/images/mice/thumbnail/pygmy-wrangler.png differ
diff --git a/public/images/mice/thumbnail/pyrite.png b/public/images/mice/thumbnail/pyrite.png
new file mode 100644
index 00000000..1063da9d
Binary files /dev/null and b/public/images/mice/thumbnail/pyrite.png differ
diff --git a/public/images/mice/thumbnail/queso-extractor.png b/public/images/mice/thumbnail/queso-extractor.png
new file mode 100644
index 00000000..6a11e010
Binary files /dev/null and b/public/images/mice/thumbnail/queso-extractor.png differ
diff --git a/public/images/mice/thumbnail/queso-river-boss.png b/public/images/mice/thumbnail/queso-river-boss.png
new file mode 100644
index 00000000..9bda43aa
Binary files /dev/null and b/public/images/mice/thumbnail/queso-river-boss.png differ
diff --git a/public/images/mice/thumbnail/quesodillo.png b/public/images/mice/thumbnail/quesodillo.png
new file mode 100644
index 00000000..14b61b14
Binary files /dev/null and b/public/images/mice/thumbnail/quesodillo.png differ
diff --git a/public/images/mice/thumbnail/quillback.png b/public/images/mice/thumbnail/quillback.png
new file mode 100644
index 00000000..49e4749f
Binary files /dev/null and b/public/images/mice/thumbnail/quillback.png differ
diff --git a/public/images/mice/thumbnail/rain-collector.png b/public/images/mice/thumbnail/rain-collector.png
new file mode 100644
index 00000000..ce0ce1e2
Binary files /dev/null and b/public/images/mice/thumbnail/rain-collector.png differ
diff --git a/public/images/mice/thumbnail/rain-purifier.png b/public/images/mice/thumbnail/rain-purifier.png
new file mode 100644
index 00000000..d3cd59f7
Binary files /dev/null and b/public/images/mice/thumbnail/rain-purifier.png differ
diff --git a/public/images/mice/thumbnail/rain-wallower.png b/public/images/mice/thumbnail/rain-wallower.png
new file mode 100644
index 00000000..b00a0603
Binary files /dev/null and b/public/images/mice/thumbnail/rain-wallower.png differ
diff --git a/public/images/mice/thumbnail/rain-warden.png b/public/images/mice/thumbnail/rain-warden.png
new file mode 100644
index 00000000..d20700e1
Binary files /dev/null and b/public/images/mice/thumbnail/rain-warden.png differ
diff --git a/public/images/mice/thumbnail/rainmancer.png b/public/images/mice/thumbnail/rainmancer.png
new file mode 100644
index 00000000..59972077
Binary files /dev/null and b/public/images/mice/thumbnail/rainmancer.png differ
diff --git a/public/images/mice/thumbnail/ravenous-zombie.png b/public/images/mice/thumbnail/ravenous-zombie.png
new file mode 100644
index 00000000..d9354edb
Binary files /dev/null and b/public/images/mice/thumbnail/ravenous-zombie.png differ
diff --git a/public/images/mice/thumbnail/reality-restitch.png b/public/images/mice/thumbnail/reality-restitch.png
new file mode 100644
index 00000000..8ba736a5
Binary files /dev/null and b/public/images/mice/thumbnail/reality-restitch.png differ
diff --git a/public/images/mice/thumbnail/realm-guardian.png b/public/images/mice/thumbnail/realm-guardian.png
new file mode 100644
index 00000000..72e08b4b
Binary files /dev/null and b/public/images/mice/thumbnail/realm-guardian.png differ
diff --git a/public/images/mice/thumbnail/reanimated-carver.png b/public/images/mice/thumbnail/reanimated-carver.png
new file mode 100644
index 00000000..eea5d49b
Binary files /dev/null and b/public/images/mice/thumbnail/reanimated-carver.png differ
diff --git a/public/images/mice/thumbnail/reaper.png b/public/images/mice/thumbnail/reaper.png
new file mode 100644
index 00000000..c693b8b0
Binary files /dev/null and b/public/images/mice/thumbnail/reaper.png differ
diff --git a/public/images/mice/thumbnail/red-candle.png b/public/images/mice/thumbnail/red-candle.png
new file mode 100644
index 00000000..951117bf
Binary files /dev/null and b/public/images/mice/thumbnail/red-candle.png differ
diff --git a/public/images/mice/thumbnail/red-envelope.png b/public/images/mice/thumbnail/red-envelope.png
new file mode 100644
index 00000000..fcce18a1
Binary files /dev/null and b/public/images/mice/thumbnail/red-envelope.png differ
diff --git a/public/images/mice/thumbnail/regal-spearman.png b/public/images/mice/thumbnail/regal-spearman.png
new file mode 100644
index 00000000..ff74d15b
Binary files /dev/null and b/public/images/mice/thumbnail/regal-spearman.png differ
diff --git a/public/images/mice/thumbnail/relic-hunter.png b/public/images/mice/thumbnail/relic-hunter.png
new file mode 100644
index 00000000..0566eca4
Binary files /dev/null and b/public/images/mice/thumbnail/relic-hunter.png differ
diff --git a/public/images/mice/thumbnail/renegade.png b/public/images/mice/thumbnail/renegade.png
new file mode 100644
index 00000000..29a7eab3
Binary files /dev/null and b/public/images/mice/thumbnail/renegade.png differ
diff --git a/public/images/mice/thumbnail/retired-minotaur.png b/public/images/mice/thumbnail/retired-minotaur.png
new file mode 100644
index 00000000..c0316f3e
Binary files /dev/null and b/public/images/mice/thumbnail/retired-minotaur.png differ
diff --git a/public/images/mice/thumbnail/reveling-lycanthrope.png b/public/images/mice/thumbnail/reveling-lycanthrope.png
new file mode 100644
index 00000000..2ce64374
Binary files /dev/null and b/public/images/mice/thumbnail/reveling-lycanthrope.png differ
diff --git a/public/images/mice/thumbnail/ribbon.png b/public/images/mice/thumbnail/ribbon.png
new file mode 100644
index 00000000..a919de9b
Binary files /dev/null and b/public/images/mice/thumbnail/ribbon.png differ
diff --git a/public/images/mice/thumbnail/richard-rich.png b/public/images/mice/thumbnail/richard-rich.png
new file mode 100644
index 00000000..7b8e9754
Binary files /dev/null and b/public/images/mice/thumbnail/richard-rich.png differ
diff --git a/public/images/mice/thumbnail/ridiculous-sweater.png b/public/images/mice/thumbnail/ridiculous-sweater.png
new file mode 100644
index 00000000..4ac88692
Binary files /dev/null and b/public/images/mice/thumbnail/ridiculous-sweater.png differ
diff --git a/public/images/mice/thumbnail/rift-acolyte.png b/public/images/mice/thumbnail/rift-acolyte.png
new file mode 100644
index 00000000..8393c3cb
Binary files /dev/null and b/public/images/mice/thumbnail/rift-acolyte.png differ
diff --git a/public/images/mice/thumbnail/rift-amplified-brown.png b/public/images/mice/thumbnail/rift-amplified-brown.png
new file mode 100644
index 00000000..3370e4f0
Binary files /dev/null and b/public/images/mice/thumbnail/rift-amplified-brown.png differ
diff --git a/public/images/mice/thumbnail/rift-amplified-grey.png b/public/images/mice/thumbnail/rift-amplified-grey.png
new file mode 100644
index 00000000..9793a893
Binary files /dev/null and b/public/images/mice/thumbnail/rift-amplified-grey.png differ
diff --git a/public/images/mice/thumbnail/rift-amplified-white.png b/public/images/mice/thumbnail/rift-amplified-white.png
new file mode 100644
index 00000000..5bd01cf1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-amplified-white.png differ
diff --git a/public/images/mice/thumbnail/rift-archer.png b/public/images/mice/thumbnail/rift-archer.png
new file mode 100644
index 00000000..0e80f089
Binary files /dev/null and b/public/images/mice/thumbnail/rift-archer.png differ
diff --git a/public/images/mice/thumbnail/rift-assassin-beast.png b/public/images/mice/thumbnail/rift-assassin-beast.png
new file mode 100644
index 00000000..3e704cd9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-assassin-beast.png differ
diff --git a/public/images/mice/thumbnail/rift-assassin.png b/public/images/mice/thumbnail/rift-assassin.png
new file mode 100644
index 00000000..d3cf58ae
Binary files /dev/null and b/public/images/mice/thumbnail/rift-assassin.png differ
diff --git a/public/images/mice/thumbnail/rift-automated-sentry.png b/public/images/mice/thumbnail/rift-automated-sentry.png
new file mode 100644
index 00000000..9336f6bd
Binary files /dev/null and b/public/images/mice/thumbnail/rift-automated-sentry.png differ
diff --git a/public/images/mice/thumbnail/rift-bear.png b/public/images/mice/thumbnail/rift-bear.png
new file mode 100644
index 00000000..508b0a6d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-bear.png differ
diff --git a/public/images/mice/thumbnail/rift-belt-master.png b/public/images/mice/thumbnail/rift-belt-master.png
new file mode 100644
index 00000000..c888ffeb
Binary files /dev/null and b/public/images/mice/thumbnail/rift-belt-master.png differ
diff --git a/public/images/mice/thumbnail/rift-belt-student.png b/public/images/mice/thumbnail/rift-belt-student.png
new file mode 100644
index 00000000..f85a016b
Binary files /dev/null and b/public/images/mice/thumbnail/rift-belt-student.png differ
diff --git a/public/images/mice/thumbnail/rift-big-bad-burroughs.png b/public/images/mice/thumbnail/rift-big-bad-burroughs.png
new file mode 100644
index 00000000..35f50520
Binary files /dev/null and b/public/images/mice/thumbnail/rift-big-bad-burroughs.png differ
diff --git a/public/images/mice/thumbnail/rift-bio-engineer.png b/public/images/mice/thumbnail/rift-bio-engineer.png
new file mode 100644
index 00000000..74fd2b5e
Binary files /dev/null and b/public/images/mice/thumbnail/rift-bio-engineer.png differ
diff --git a/public/images/mice/thumbnail/rift-bionic.png b/public/images/mice/thumbnail/rift-bionic.png
new file mode 100644
index 00000000..283c27c4
Binary files /dev/null and b/public/images/mice/thumbnail/rift-bionic.png differ
diff --git a/public/images/mice/thumbnail/rift-black-widow.png b/public/images/mice/thumbnail/rift-black-widow.png
new file mode 100644
index 00000000..2047d5d0
Binary files /dev/null and b/public/images/mice/thumbnail/rift-black-widow.png differ
diff --git a/public/images/mice/thumbnail/rift-boulder-biter.png b/public/images/mice/thumbnail/rift-boulder-biter.png
new file mode 100644
index 00000000..c3e1e0b9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-boulder-biter.png differ
diff --git a/public/images/mice/thumbnail/rift-brown.png b/public/images/mice/thumbnail/rift-brown.png
new file mode 100644
index 00000000..cf11eade
Binary files /dev/null and b/public/images/mice/thumbnail/rift-brown.png differ
diff --git a/public/images/mice/thumbnail/rift-centaur.png b/public/images/mice/thumbnail/rift-centaur.png
new file mode 100644
index 00000000..99084865
Binary files /dev/null and b/public/images/mice/thumbnail/rift-centaur.png differ
diff --git a/public/images/mice/thumbnail/rift-chameleon.png b/public/images/mice/thumbnail/rift-chameleon.png
new file mode 100644
index 00000000..a760c2a8
Binary files /dev/null and b/public/images/mice/thumbnail/rift-chameleon.png differ
diff --git a/public/images/mice/thumbnail/rift-cherry.png b/public/images/mice/thumbnail/rift-cherry.png
new file mode 100644
index 00000000..daeb3d6a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-cherry.png differ
diff --git a/public/images/mice/thumbnail/rift-chrono.png b/public/images/mice/thumbnail/rift-chrono.png
new file mode 100644
index 00000000..eb9152d3
Binary files /dev/null and b/public/images/mice/thumbnail/rift-chrono.png differ
diff --git a/public/images/mice/thumbnail/rift-claw-master.png b/public/images/mice/thumbnail/rift-claw-master.png
new file mode 100644
index 00000000..4486dd7c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-claw-master.png differ
diff --git a/public/images/mice/thumbnail/rift-claw-student.png b/public/images/mice/thumbnail/rift-claw-student.png
new file mode 100644
index 00000000..e60fff4c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-claw-student.png differ
diff --git a/public/images/mice/thumbnail/rift-clump.png b/public/images/mice/thumbnail/rift-clump.png
new file mode 100644
index 00000000..500805a3
Binary files /dev/null and b/public/images/mice/thumbnail/rift-clump.png differ
diff --git a/public/images/mice/thumbnail/rift-count-vampire.png b/public/images/mice/thumbnail/rift-count-vampire.png
new file mode 100644
index 00000000..68efab52
Binary files /dev/null and b/public/images/mice/thumbnail/rift-count-vampire.png differ
diff --git a/public/images/mice/thumbnail/rift-cowardly.png b/public/images/mice/thumbnail/rift-cowardly.png
new file mode 100644
index 00000000..f5ba8d72
Binary files /dev/null and b/public/images/mice/thumbnail/rift-cowardly.png differ
diff --git a/public/images/mice/thumbnail/rift-curious-chemist.png b/public/images/mice/thumbnail/rift-curious-chemist.png
new file mode 100644
index 00000000..18170e52
Binary files /dev/null and b/public/images/mice/thumbnail/rift-curious-chemist.png differ
diff --git a/public/images/mice/thumbnail/rift-cyber-miner.png b/public/images/mice/thumbnail/rift-cyber-miner.png
new file mode 100644
index 00000000..284d5549
Binary files /dev/null and b/public/images/mice/thumbnail/rift-cyber-miner.png differ
diff --git a/public/images/mice/thumbnail/rift-cybernetic-specialist.png b/public/images/mice/thumbnail/rift-cybernetic-specialist.png
new file mode 100644
index 00000000..f9f3d7b7
Binary files /dev/null and b/public/images/mice/thumbnail/rift-cybernetic-specialist.png differ
diff --git a/public/images/mice/thumbnail/rift-cyclops.png b/public/images/mice/thumbnail/rift-cyclops.png
new file mode 100644
index 00000000..bafb3455
Binary files /dev/null and b/public/images/mice/thumbnail/rift-cyclops.png differ
diff --git a/public/images/mice/thumbnail/rift-diamond.png b/public/images/mice/thumbnail/rift-diamond.png
new file mode 100644
index 00000000..d6cbc91e
Binary files /dev/null and b/public/images/mice/thumbnail/rift-diamond.png differ
diff --git a/public/images/mice/thumbnail/rift-dojo-master.png b/public/images/mice/thumbnail/rift-dojo-master.png
new file mode 100644
index 00000000..bcf16ab9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-dojo-master.png differ
diff --git a/public/images/mice/thumbnail/rift-dojo-sensei.png b/public/images/mice/thumbnail/rift-dojo-sensei.png
new file mode 100644
index 00000000..556b97c1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-dojo-sensei.png differ
diff --git a/public/images/mice/thumbnail/rift-doktor.png b/public/images/mice/thumbnail/rift-doktor.png
new file mode 100644
index 00000000..63c34a38
Binary files /dev/null and b/public/images/mice/thumbnail/rift-doktor.png differ
diff --git a/public/images/mice/thumbnail/rift-dumpling-chef.png b/public/images/mice/thumbnail/rift-dumpling-chef.png
new file mode 100644
index 00000000..6cfdb4ae
Binary files /dev/null and b/public/images/mice/thumbnail/rift-dumpling-chef.png differ
diff --git a/public/images/mice/thumbnail/rift-dwarf.png b/public/images/mice/thumbnail/rift-dwarf.png
new file mode 100644
index 00000000..675e65f1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-dwarf.png differ
diff --git a/public/images/mice/thumbnail/rift-eagle-owl.png b/public/images/mice/thumbnail/rift-eagle-owl.png
new file mode 100644
index 00000000..de230049
Binary files /dev/null and b/public/images/mice/thumbnail/rift-eagle-owl.png differ
diff --git a/public/images/mice/thumbnail/rift-elven-princess.png b/public/images/mice/thumbnail/rift-elven-princess.png
new file mode 100644
index 00000000..eb1d7d8b
Binary files /dev/null and b/public/images/mice/thumbnail/rift-elven-princess.png differ
diff --git a/public/images/mice/thumbnail/rift-evil-scientist.png b/public/images/mice/thumbnail/rift-evil-scientist.png
new file mode 100644
index 00000000..339912bc
Binary files /dev/null and b/public/images/mice/thumbnail/rift-evil-scientist.png differ
diff --git a/public/images/mice/thumbnail/rift-fairy.png b/public/images/mice/thumbnail/rift-fairy.png
new file mode 100644
index 00000000..048b0f67
Binary files /dev/null and b/public/images/mice/thumbnail/rift-fairy.png differ
diff --git a/public/images/mice/thumbnail/rift-fang-master.png b/public/images/mice/thumbnail/rift-fang-master.png
new file mode 100644
index 00000000..923ee21c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-fang-master.png differ
diff --git a/public/images/mice/thumbnail/rift-fang-student.png b/public/images/mice/thumbnail/rift-fang-student.png
new file mode 100644
index 00000000..b09a3b4d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-fang-student.png differ
diff --git a/public/images/mice/thumbnail/rift-field.png b/public/images/mice/thumbnail/rift-field.png
new file mode 100644
index 00000000..e6cb691e
Binary files /dev/null and b/public/images/mice/thumbnail/rift-field.png differ
diff --git a/public/images/mice/thumbnail/rift-flying.png b/public/images/mice/thumbnail/rift-flying.png
new file mode 100644
index 00000000..b9fb420a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-flying.png differ
diff --git a/public/images/mice/thumbnail/rift-foxy.png b/public/images/mice/thumbnail/rift-foxy.png
new file mode 100644
index 00000000..ec9a3f1b
Binary files /dev/null and b/public/images/mice/thumbnail/rift-foxy.png differ
diff --git a/public/images/mice/thumbnail/rift-frog.png b/public/images/mice/thumbnail/rift-frog.png
new file mode 100644
index 00000000..902b8b6d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-frog.png differ
diff --git a/public/images/mice/thumbnail/rift-gargoyle.png b/public/images/mice/thumbnail/rift-gargoyle.png
new file mode 100644
index 00000000..6c40e480
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gargoyle.png differ
diff --git a/public/images/mice/thumbnail/rift-gate-guardian.png b/public/images/mice/thumbnail/rift-gate-guardian.png
new file mode 100644
index 00000000..7e7e8461
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gate-guardian.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-bard-champ.png b/public/images/mice/thumbnail/rift-gaunt-bard-champ.png
new file mode 100644
index 00000000..401eb6b1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-bard-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-bard.png b/public/images/mice/thumbnail/rift-gaunt-bard.png
new file mode 100644
index 00000000..4081d81e
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-bard.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-dust-champ.png b/public/images/mice/thumbnail/rift-gaunt-dust-champ.png
new file mode 100644
index 00000000..757b05f2
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-dust-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-dust.png b/public/images/mice/thumbnail/rift-gaunt-dust.png
new file mode 100644
index 00000000..752f8ac9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-dust.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-eclipse.png b/public/images/mice/thumbnail/rift-gaunt-eclipse.png
new file mode 100644
index 00000000..79cc394c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-eclipse.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-elixir-one.png b/public/images/mice/thumbnail/rift-gaunt-elixir-one.png
new file mode 100644
index 00000000..0697a8c1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-elixir-one.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-elixir-two.png b/public/images/mice/thumbnail/rift-gaunt-elixir-two.png
new file mode 100644
index 00000000..0c3996f7
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-elixir-two.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-final-eclipse.png b/public/images/mice/thumbnail/rift-gaunt-final-eclipse.png
new file mode 100644
index 00000000..3d1b0330
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-final-eclipse.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-generic-one.png b/public/images/mice/thumbnail/rift-gaunt-generic-one.png
new file mode 100644
index 00000000..3201bb52
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-generic-one.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-generic-three.png b/public/images/mice/thumbnail/rift-gaunt-generic-three.png
new file mode 100644
index 00000000..8a29b942
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-generic-three.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-generic-two.png b/public/images/mice/thumbnail/rift-gaunt-generic-two.png
new file mode 100644
index 00000000..20bfd29a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-generic-two.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-magic-champ.png b/public/images/mice/thumbnail/rift-gaunt-magic-champ.png
new file mode 100644
index 00000000..5862c2dd
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-magic-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-magic.png b/public/images/mice/thumbnail/rift-gaunt-magic.png
new file mode 100644
index 00000000..b462d84a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-magic.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-melee-champ.png b/public/images/mice/thumbnail/rift-gaunt-melee-champ.png
new file mode 100644
index 00000000..d16e7770
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-melee-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-melee.png b/public/images/mice/thumbnail/rift-gaunt-melee.png
new file mode 100644
index 00000000..c80aaec2
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-melee.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-monster.png b/public/images/mice/thumbnail/rift-gaunt-monster.png
new file mode 100644
index 00000000..16d531ea
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-monster.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-noble-champ.png b/public/images/mice/thumbnail/rift-gaunt-noble-champ.png
new file mode 100644
index 00000000..67594a0c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-noble-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-noble.png b/public/images/mice/thumbnail/rift-gaunt-noble.png
new file mode 100644
index 00000000..29ba7fd0
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-noble.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-prestige-high.png b/public/images/mice/thumbnail/rift-gaunt-prestige-high.png
new file mode 100644
index 00000000..398b1521
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-prestige-high.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-prestige-low.png b/public/images/mice/thumbnail/rift-gaunt-prestige-low.png
new file mode 100644
index 00000000..2a6b47ca
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-prestige-low.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-prestige-med.png b/public/images/mice/thumbnail/rift-gaunt-prestige-med.png
new file mode 100644
index 00000000..28b48964
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-prestige-med.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-puppet-champ.png b/public/images/mice/thumbnail/rift-gaunt-puppet-champ.png
new file mode 100644
index 00000000..0bcf5968
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-puppet-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-puppet.png b/public/images/mice/thumbnail/rift-gaunt-puppet.png
new file mode 100644
index 00000000..ae08a796
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-puppet.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-rare.png b/public/images/mice/thumbnail/rift-gaunt-rare.png
new file mode 100644
index 00000000..10300fa9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-rare.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-thief-champ.png b/public/images/mice/thumbnail/rift-gaunt-thief-champ.png
new file mode 100644
index 00000000..8ed278f0
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-thief-champ.png differ
diff --git a/public/images/mice/thumbnail/rift-gaunt-thief.png b/public/images/mice/thumbnail/rift-gaunt-thief.png
new file mode 100644
index 00000000..3241e59e
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gaunt-thief.png differ
diff --git a/public/images/mice/thumbnail/rift-ghost-pirate.png b/public/images/mice/thumbnail/rift-ghost-pirate.png
new file mode 100644
index 00000000..d402af96
Binary files /dev/null and b/public/images/mice/thumbnail/rift-ghost-pirate.png differ
diff --git a/public/images/mice/thumbnail/rift-goblin.png b/public/images/mice/thumbnail/rift-goblin.png
new file mode 100644
index 00000000..f43ca07c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-goblin.png differ
diff --git a/public/images/mice/thumbnail/rift-gold.png b/public/images/mice/thumbnail/rift-gold.png
new file mode 100644
index 00000000..1cf00f66
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gold.png differ
diff --git a/public/images/mice/thumbnail/rift-goldleaf.png b/public/images/mice/thumbnail/rift-goldleaf.png
new file mode 100644
index 00000000..9d373b8d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-goldleaf.png differ
diff --git a/public/images/mice/thumbnail/rift-golem.png b/public/images/mice/thumbnail/rift-golem.png
new file mode 100644
index 00000000..946555f8
Binary files /dev/null and b/public/images/mice/thumbnail/rift-golem.png differ
diff --git a/public/images/mice/thumbnail/rift-gorgon.png b/public/images/mice/thumbnail/rift-gorgon.png
new file mode 100644
index 00000000..9416cca6
Binary files /dev/null and b/public/images/mice/thumbnail/rift-gorgon.png differ
diff --git a/public/images/mice/thumbnail/rift-granite.png b/public/images/mice/thumbnail/rift-granite.png
new file mode 100644
index 00000000..69104c0a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-granite.png differ
diff --git a/public/images/mice/thumbnail/rift-grave-digger.png b/public/images/mice/thumbnail/rift-grave-digger.png
new file mode 100644
index 00000000..389f96a2
Binary files /dev/null and b/public/images/mice/thumbnail/rift-grave-digger.png differ
diff --git a/public/images/mice/thumbnail/rift-grey.png b/public/images/mice/thumbnail/rift-grey.png
new file mode 100644
index 00000000..45050100
Binary files /dev/null and b/public/images/mice/thumbnail/rift-grey.png differ
diff --git a/public/images/mice/thumbnail/rift-hapless.png b/public/images/mice/thumbnail/rift-hapless.png
new file mode 100644
index 00000000..e1a477b1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-hapless.png differ
diff --git a/public/images/mice/thumbnail/rift-harpy.png b/public/images/mice/thumbnail/rift-harpy.png
new file mode 100644
index 00000000..1eceb4ab
Binary files /dev/null and b/public/images/mice/thumbnail/rift-harpy.png differ
diff --git a/public/images/mice/thumbnail/rift-hydra.png b/public/images/mice/thumbnail/rift-hydra.png
new file mode 100644
index 00000000..23716016
Binary files /dev/null and b/public/images/mice/thumbnail/rift-hydra.png differ
diff --git a/public/images/mice/thumbnail/rift-itty-bitty-burroughs.png b/public/images/mice/thumbnail/rift-itty-bitty-burroughs.png
new file mode 100644
index 00000000..86b1b036
Binary files /dev/null and b/public/images/mice/thumbnail/rift-itty-bitty-burroughs.png differ
diff --git a/public/images/mice/thumbnail/rift-keeper.png b/public/images/mice/thumbnail/rift-keeper.png
new file mode 100644
index 00000000..5d3c0cf2
Binary files /dev/null and b/public/images/mice/thumbnail/rift-keeper.png differ
diff --git a/public/images/mice/thumbnail/rift-keepers-assistant.png b/public/images/mice/thumbnail/rift-keepers-assistant.png
new file mode 100644
index 00000000..04ec6c48
Binary files /dev/null and b/public/images/mice/thumbnail/rift-keepers-assistant.png differ
diff --git a/public/images/mice/thumbnail/rift-kung-fu.png b/public/images/mice/thumbnail/rift-kung-fu.png
new file mode 100644
index 00000000..736f0f6c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-kung-fu.png differ
diff --git a/public/images/mice/thumbnail/rift-lambent.png b/public/images/mice/thumbnail/rift-lambent.png
new file mode 100644
index 00000000..05c6d3c3
Binary files /dev/null and b/public/images/mice/thumbnail/rift-lambent.png differ
diff --git a/public/images/mice/thumbnail/rift-lich.png b/public/images/mice/thumbnail/rift-lich.png
new file mode 100644
index 00000000..126c7c16
Binary files /dev/null and b/public/images/mice/thumbnail/rift-lich.png differ
diff --git a/public/images/mice/thumbnail/rift-lightning.png b/public/images/mice/thumbnail/rift-lightning.png
new file mode 100644
index 00000000..2ff3f283
Binary files /dev/null and b/public/images/mice/thumbnail/rift-lightning.png differ
diff --git a/public/images/mice/thumbnail/rift-lycan.png b/public/images/mice/thumbnail/rift-lycan.png
new file mode 100644
index 00000000..dc776ee7
Binary files /dev/null and b/public/images/mice/thumbnail/rift-lycan.png differ
diff --git a/public/images/mice/thumbnail/rift-master-exploder.png b/public/images/mice/thumbnail/rift-master-exploder.png
new file mode 100644
index 00000000..927e6a2b
Binary files /dev/null and b/public/images/mice/thumbnail/rift-master-exploder.png differ
diff --git a/public/images/mice/thumbnail/rift-mecha-tail.png b/public/images/mice/thumbnail/rift-mecha-tail.png
new file mode 100644
index 00000000..d5ccd4ae
Binary files /dev/null and b/public/images/mice/thumbnail/rift-mecha-tail.png differ
diff --git a/public/images/mice/thumbnail/rift-menace.png b/public/images/mice/thumbnail/rift-menace.png
new file mode 100644
index 00000000..45f1d9ee
Binary files /dev/null and b/public/images/mice/thumbnail/rift-menace.png differ
diff --git a/public/images/mice/thumbnail/rift-mole.png b/public/images/mice/thumbnail/rift-mole.png
new file mode 100644
index 00000000..0e026f0c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-mole.png differ
diff --git a/public/images/mice/thumbnail/rift-monk.png b/public/images/mice/thumbnail/rift-monk.png
new file mode 100644
index 00000000..ceba37b4
Binary files /dev/null and b/public/images/mice/thumbnail/rift-monk.png differ
diff --git a/public/images/mice/thumbnail/rift-monstrous-abomination.png b/public/images/mice/thumbnail/rift-monstrous-abomination.png
new file mode 100644
index 00000000..7835d5d1
Binary files /dev/null and b/public/images/mice/thumbnail/rift-monstrous-abomination.png differ
diff --git a/public/images/mice/thumbnail/rift-moosker.png b/public/images/mice/thumbnail/rift-moosker.png
new file mode 100644
index 00000000..88cce543
Binary files /dev/null and b/public/images/mice/thumbnail/rift-moosker.png differ
diff --git a/public/images/mice/thumbnail/rift-ninja.png b/public/images/mice/thumbnail/rift-ninja.png
new file mode 100644
index 00000000..90f3f72d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-ninja.png differ
diff --git a/public/images/mice/thumbnail/rift-nomad.png b/public/images/mice/thumbnail/rift-nomad.png
new file mode 100644
index 00000000..77ddfd73
Binary files /dev/null and b/public/images/mice/thumbnail/rift-nomad.png differ
diff --git a/public/images/mice/thumbnail/rift-ooze.png b/public/images/mice/thumbnail/rift-ooze.png
new file mode 100644
index 00000000..0b570670
Binary files /dev/null and b/public/images/mice/thumbnail/rift-ooze.png differ
diff --git a/public/images/mice/thumbnail/rift-phase-zombie.png b/public/images/mice/thumbnail/rift-phase-zombie.png
new file mode 100644
index 00000000..3f3a572d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-phase-zombie.png differ
diff --git a/public/images/mice/thumbnail/rift-plutonium-tentacle.png b/public/images/mice/thumbnail/rift-plutonium-tentacle.png
new file mode 100644
index 00000000..ff7c235a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-plutonium-tentacle.png differ
diff --git a/public/images/mice/thumbnail/rift-pneumatic-dirt-displacement.png b/public/images/mice/thumbnail/rift-pneumatic-dirt-displacement.png
new file mode 100644
index 00000000..47d5cb24
Binary files /dev/null and b/public/images/mice/thumbnail/rift-pneumatic-dirt-displacement.png differ
diff --git a/public/images/mice/thumbnail/rift-portable-generator.png b/public/images/mice/thumbnail/rift-portable-generator.png
new file mode 100644
index 00000000..b9ff4b7c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-portable-generator.png differ
diff --git a/public/images/mice/thumbnail/rift-prototype.png b/public/images/mice/thumbnail/rift-prototype.png
new file mode 100644
index 00000000..5282a7e9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-prototype.png differ
diff --git a/public/images/mice/thumbnail/rift-radioactive-gold.png b/public/images/mice/thumbnail/rift-radioactive-gold.png
new file mode 100644
index 00000000..61a975e2
Binary files /dev/null and b/public/images/mice/thumbnail/rift-radioactive-gold.png differ
diff --git a/public/images/mice/thumbnail/rift-rancid-bog-beast.png b/public/images/mice/thumbnail/rift-rancid-bog-beast.png
new file mode 100644
index 00000000..e0151f76
Binary files /dev/null and b/public/images/mice/thumbnail/rift-rancid-bog-beast.png differ
diff --git a/public/images/mice/thumbnail/rift-realm-ripper.png b/public/images/mice/thumbnail/rift-realm-ripper.png
new file mode 100644
index 00000000..a92c5a0f
Binary files /dev/null and b/public/images/mice/thumbnail/rift-realm-ripper.png differ
diff --git a/public/images/mice/thumbnail/rift-reaper.png b/public/images/mice/thumbnail/rift-reaper.png
new file mode 100644
index 00000000..48d31e2b
Binary files /dev/null and b/public/images/mice/thumbnail/rift-reaper.png differ
diff --git a/public/images/mice/thumbnail/rift-revenant.png b/public/images/mice/thumbnail/rift-revenant.png
new file mode 100644
index 00000000..024b82c0
Binary files /dev/null and b/public/images/mice/thumbnail/rift-revenant.png differ
diff --git a/public/images/mice/thumbnail/rift-rifterranian.png b/public/images/mice/thumbnail/rift-rifterranian.png
new file mode 100644
index 00000000..8ca2d74f
Binary files /dev/null and b/public/images/mice/thumbnail/rift-rifterranian.png differ
diff --git a/public/images/mice/thumbnail/rift-robat.png b/public/images/mice/thumbnail/rift-robat.png
new file mode 100644
index 00000000..d102ae50
Binary files /dev/null and b/public/images/mice/thumbnail/rift-robat.png differ
diff --git a/public/images/mice/thumbnail/rift-samurai.png b/public/images/mice/thumbnail/rift-samurai.png
new file mode 100644
index 00000000..8480b4b9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-samurai.png differ
diff --git a/public/images/mice/thumbnail/rift-scavenger.png b/public/images/mice/thumbnail/rift-scavenger.png
new file mode 100644
index 00000000..7484d588
Binary files /dev/null and b/public/images/mice/thumbnail/rift-scavenger.png differ
diff --git a/public/images/mice/thumbnail/rift-shaman.png b/public/images/mice/thumbnail/rift-shaman.png
new file mode 100644
index 00000000..527c06ce
Binary files /dev/null and b/public/images/mice/thumbnail/rift-shaman.png differ
diff --git a/public/images/mice/thumbnail/rift-silth.png b/public/images/mice/thumbnail/rift-silth.png
new file mode 100644
index 00000000..50e06c15
Binary files /dev/null and b/public/images/mice/thumbnail/rift-silth.png differ
diff --git a/public/images/mice/thumbnail/rift-skeleton.png b/public/images/mice/thumbnail/rift-skeleton.png
new file mode 100644
index 00000000..7fa189e0
Binary files /dev/null and b/public/images/mice/thumbnail/rift-skeleton.png differ
diff --git a/public/images/mice/thumbnail/rift-sorcerer.png b/public/images/mice/thumbnail/rift-sorcerer.png
new file mode 100644
index 00000000..a8cc7ec3
Binary files /dev/null and b/public/images/mice/thumbnail/rift-sorcerer.png differ
diff --git a/public/images/mice/thumbnail/rift-spectre.png b/public/images/mice/thumbnail/rift-spectre.png
new file mode 100644
index 00000000..b0965679
Binary files /dev/null and b/public/images/mice/thumbnail/rift-spectre.png differ
diff --git a/public/images/mice/thumbnail/rift-spider.png b/public/images/mice/thumbnail/rift-spider.png
new file mode 100644
index 00000000..e260d242
Binary files /dev/null and b/public/images/mice/thumbnail/rift-spider.png differ
diff --git a/public/images/mice/thumbnail/rift-spore.png b/public/images/mice/thumbnail/rift-spore.png
new file mode 100644
index 00000000..6937c648
Binary files /dev/null and b/public/images/mice/thumbnail/rift-spore.png differ
diff --git a/public/images/mice/thumbnail/rift-spotted.png b/public/images/mice/thumbnail/rift-spotted.png
new file mode 100644
index 00000000..5e955587
Binary files /dev/null and b/public/images/mice/thumbnail/rift-spotted.png differ
diff --git a/public/images/mice/thumbnail/rift-stalker.png b/public/images/mice/thumbnail/rift-stalker.png
new file mode 100644
index 00000000..5caa1950
Binary files /dev/null and b/public/images/mice/thumbnail/rift-stalker.png differ
diff --git a/public/images/mice/thumbnail/rift-steel.png b/public/images/mice/thumbnail/rift-steel.png
new file mode 100644
index 00000000..a47e9c3d
Binary files /dev/null and b/public/images/mice/thumbnail/rift-steel.png differ
diff --git a/public/images/mice/thumbnail/rift-surgeon-bot.png b/public/images/mice/thumbnail/rift-surgeon-bot.png
new file mode 100644
index 00000000..216fbeb5
Binary files /dev/null and b/public/images/mice/thumbnail/rift-surgeon-bot.png differ
diff --git a/public/images/mice/thumbnail/rift-sylvan.png b/public/images/mice/thumbnail/rift-sylvan.png
new file mode 100644
index 00000000..8d83121c
Binary files /dev/null and b/public/images/mice/thumbnail/rift-sylvan.png differ
diff --git a/public/images/mice/thumbnail/rift-tech-ravenous-zombie.png b/public/images/mice/thumbnail/rift-tech-ravenous-zombie.png
new file mode 100644
index 00000000..1edc4d66
Binary files /dev/null and b/public/images/mice/thumbnail/rift-tech-ravenous-zombie.png differ
diff --git a/public/images/mice/thumbnail/rift-terror-knight.png b/public/images/mice/thumbnail/rift-terror-knight.png
new file mode 100644
index 00000000..e3b29569
Binary files /dev/null and b/public/images/mice/thumbnail/rift-terror-knight.png differ
diff --git a/public/images/mice/thumbnail/rift-tiger.png b/public/images/mice/thumbnail/rift-tiger.png
new file mode 100644
index 00000000..cd408309
Binary files /dev/null and b/public/images/mice/thumbnail/rift-tiger.png differ
diff --git a/public/images/mice/thumbnail/rift-tiny.png b/public/images/mice/thumbnail/rift-tiny.png
new file mode 100644
index 00000000..1445b686
Binary files /dev/null and b/public/images/mice/thumbnail/rift-tiny.png differ
diff --git a/public/images/mice/thumbnail/rift-toxic-avenger.png b/public/images/mice/thumbnail/rift-toxic-avenger.png
new file mode 100644
index 00000000..96207e80
Binary files /dev/null and b/public/images/mice/thumbnail/rift-toxic-avenger.png differ
diff --git a/public/images/mice/thumbnail/rift-toxikinetic.png b/public/images/mice/thumbnail/rift-toxikinetic.png
new file mode 100644
index 00000000..a091abb8
Binary files /dev/null and b/public/images/mice/thumbnail/rift-toxikinetic.png differ
diff --git a/public/images/mice/thumbnail/rift-treant.png b/public/images/mice/thumbnail/rift-treant.png
new file mode 100644
index 00000000..d9681a4b
Binary files /dev/null and b/public/images/mice/thumbnail/rift-treant.png differ
diff --git a/public/images/mice/thumbnail/rift-troll.png b/public/images/mice/thumbnail/rift-troll.png
new file mode 100644
index 00000000..7c0bf872
Binary files /dev/null and b/public/images/mice/thumbnail/rift-troll.png differ
diff --git a/public/images/mice/thumbnail/rift-water-nymph.png b/public/images/mice/thumbnail/rift-water-nymph.png
new file mode 100644
index 00000000..c2ad2d65
Binary files /dev/null and b/public/images/mice/thumbnail/rift-water-nymph.png differ
diff --git a/public/images/mice/thumbnail/rift-white.png b/public/images/mice/thumbnail/rift-white.png
new file mode 100644
index 00000000..49382026
Binary files /dev/null and b/public/images/mice/thumbnail/rift-white.png differ
diff --git a/public/images/mice/thumbnail/rift-wiggler.png b/public/images/mice/thumbnail/rift-wiggler.png
new file mode 100644
index 00000000..57c1cfd3
Binary files /dev/null and b/public/images/mice/thumbnail/rift-wiggler.png differ
diff --git a/public/images/mice/thumbnail/rift-wight.png b/public/images/mice/thumbnail/rift-wight.png
new file mode 100644
index 00000000..a0b9f57a
Binary files /dev/null and b/public/images/mice/thumbnail/rift-wight.png differ
diff --git a/public/images/mice/thumbnail/rift-worker.png b/public/images/mice/thumbnail/rift-worker.png
new file mode 100644
index 00000000..c364cdbc
Binary files /dev/null and b/public/images/mice/thumbnail/rift-worker.png differ
diff --git a/public/images/mice/thumbnail/rift-zombot-unipire.png b/public/images/mice/thumbnail/rift-zombot-unipire.png
new file mode 100644
index 00000000..bd3ab3d9
Binary files /dev/null and b/public/images/mice/thumbnail/rift-zombot-unipire.png differ
diff --git a/public/images/mice/thumbnail/rimeus-polarblast.png b/public/images/mice/thumbnail/rimeus-polarblast.png
new file mode 100644
index 00000000..07af3102
Binary files /dev/null and b/public/images/mice/thumbnail/rimeus-polarblast.png differ
diff --git a/public/images/mice/thumbnail/riptide.png b/public/images/mice/thumbnail/riptide.png
new file mode 100644
index 00000000..3773f941
Binary files /dev/null and b/public/images/mice/thumbnail/riptide.png differ
diff --git a/public/images/mice/thumbnail/rock-muncher.png b/public/images/mice/thumbnail/rock-muncher.png
new file mode 100644
index 00000000..997ae453
Binary files /dev/null and b/public/images/mice/thumbnail/rock-muncher.png differ
diff --git a/public/images/mice/thumbnail/rogue.png b/public/images/mice/thumbnail/rogue.png
new file mode 100644
index 00000000..09442534
Binary files /dev/null and b/public/images/mice/thumbnail/rogue.png differ
diff --git a/public/images/mice/thumbnail/romeno.png b/public/images/mice/thumbnail/romeno.png
new file mode 100644
index 00000000..259b78f4
Binary files /dev/null and b/public/images/mice/thumbnail/romeno.png differ
diff --git a/public/images/mice/thumbnail/romeo.png b/public/images/mice/thumbnail/romeo.png
new file mode 100644
index 00000000..0ed363c3
Binary files /dev/null and b/public/images/mice/thumbnail/romeo.png differ
diff --git a/public/images/mice/thumbnail/root-rummager.png b/public/images/mice/thumbnail/root-rummager.png
new file mode 100644
index 00000000..8f089ffb
Binary files /dev/null and b/public/images/mice/thumbnail/root-rummager.png differ
diff --git a/public/images/mice/thumbnail/rr-8.png b/public/images/mice/thumbnail/rr-8.png
new file mode 100644
index 00000000..dfa89afc
Binary files /dev/null and b/public/images/mice/thumbnail/rr-8.png differ
diff --git a/public/images/mice/thumbnail/rubble-rouser.png b/public/images/mice/thumbnail/rubble-rouser.png
new file mode 100644
index 00000000..f6358d7d
Binary files /dev/null and b/public/images/mice/thumbnail/rubble-rouser.png differ
diff --git a/public/images/mice/thumbnail/rubble-rummager.png b/public/images/mice/thumbnail/rubble-rummager.png
new file mode 100644
index 00000000..fe808f9b
Binary files /dev/null and b/public/images/mice/thumbnail/rubble-rummager.png differ
diff --git a/public/images/mice/thumbnail/ruffian.png b/public/images/mice/thumbnail/ruffian.png
new file mode 100644
index 00000000..2b45170f
Binary files /dev/null and b/public/images/mice/thumbnail/ruffian.png differ
diff --git a/public/images/mice/thumbnail/saboteur.png b/public/images/mice/thumbnail/saboteur.png
new file mode 100644
index 00000000..123e43f7
Binary files /dev/null and b/public/images/mice/thumbnail/saboteur.png differ
diff --git a/public/images/mice/thumbnail/sacred-shrine.png b/public/images/mice/thumbnail/sacred-shrine.png
new file mode 100644
index 00000000..77cce4a9
Binary files /dev/null and b/public/images/mice/thumbnail/sacred-shrine.png differ
diff --git a/public/images/mice/thumbnail/saloon-gal.png b/public/images/mice/thumbnail/saloon-gal.png
new file mode 100644
index 00000000..33133e1c
Binary files /dev/null and b/public/images/mice/thumbnail/saloon-gal.png differ
diff --git a/public/images/mice/thumbnail/salt-water-snapper.png b/public/images/mice/thumbnail/salt-water-snapper.png
new file mode 100644
index 00000000..daa11f4e
Binary files /dev/null and b/public/images/mice/thumbnail/salt-water-snapper.png differ
diff --git a/public/images/mice/thumbnail/saltwater-axolotl.png b/public/images/mice/thumbnail/saltwater-axolotl.png
new file mode 100644
index 00000000..22f08715
Binary files /dev/null and b/public/images/mice/thumbnail/saltwater-axolotl.png differ
diff --git a/public/images/mice/thumbnail/samurai.png b/public/images/mice/thumbnail/samurai.png
new file mode 100644
index 00000000..3d311999
Binary files /dev/null and b/public/images/mice/thumbnail/samurai.png differ
diff --git a/public/images/mice/thumbnail/sand-colossus.png b/public/images/mice/thumbnail/sand-colossus.png
new file mode 100644
index 00000000..7cec31c7
Binary files /dev/null and b/public/images/mice/thumbnail/sand-colossus.png differ
diff --git a/public/images/mice/thumbnail/sand-dollar-diver.png b/public/images/mice/thumbnail/sand-dollar-diver.png
new file mode 100644
index 00000000..373872ed
Binary files /dev/null and b/public/images/mice/thumbnail/sand-dollar-diver.png differ
diff --git a/public/images/mice/thumbnail/sand-dollar-queen.png b/public/images/mice/thumbnail/sand-dollar-queen.png
new file mode 100644
index 00000000..577da341
Binary files /dev/null and b/public/images/mice/thumbnail/sand-dollar-queen.png differ
diff --git a/public/images/mice/thumbnail/sand-pilgrim.png b/public/images/mice/thumbnail/sand-pilgrim.png
new file mode 100644
index 00000000..94324c38
Binary files /dev/null and b/public/images/mice/thumbnail/sand-pilgrim.png differ
diff --git a/public/images/mice/thumbnail/sand-sifter.png b/public/images/mice/thumbnail/sand-sifter.png
new file mode 100644
index 00000000..31e2464c
Binary files /dev/null and b/public/images/mice/thumbnail/sand-sifter.png differ
diff --git a/public/images/mice/thumbnail/sanguinarian.png b/public/images/mice/thumbnail/sanguinarian.png
new file mode 100644
index 00000000..b9104e41
Binary files /dev/null and b/public/images/mice/thumbnail/sanguinarian.png differ
diff --git a/public/images/mice/thumbnail/sarcophamouse.png b/public/images/mice/thumbnail/sarcophamouse.png
new file mode 100644
index 00000000..eadeb478
Binary files /dev/null and b/public/images/mice/thumbnail/sarcophamouse.png differ
diff --git a/public/images/mice/thumbnail/sassy-salsa-dancer.png b/public/images/mice/thumbnail/sassy-salsa-dancer.png
new file mode 100644
index 00000000..83181e46
Binary files /dev/null and b/public/images/mice/thumbnail/sassy-salsa-dancer.png differ
diff --git a/public/images/mice/thumbnail/scarab.png b/public/images/mice/thumbnail/scarab.png
new file mode 100644
index 00000000..def2dfd0
Binary files /dev/null and b/public/images/mice/thumbnail/scarab.png differ
diff --git a/public/images/mice/thumbnail/scarecrow.png b/public/images/mice/thumbnail/scarecrow.png
new file mode 100644
index 00000000..479eb4bc
Binary files /dev/null and b/public/images/mice/thumbnail/scarecrow.png differ
diff --git a/public/images/mice/thumbnail/scarlet-revenger.png b/public/images/mice/thumbnail/scarlet-revenger.png
new file mode 100644
index 00000000..afb19465
Binary files /dev/null and b/public/images/mice/thumbnail/scarlet-revenger.png differ
diff --git a/public/images/mice/thumbnail/scavenger.png b/public/images/mice/thumbnail/scavenger.png
new file mode 100644
index 00000000..aa89bc3f
Binary files /dev/null and b/public/images/mice/thumbnail/scavenger.png differ
diff --git a/public/images/mice/thumbnail/scheming-squire.png b/public/images/mice/thumbnail/scheming-squire.png
new file mode 100644
index 00000000..4a53d43c
Binary files /dev/null and b/public/images/mice/thumbnail/scheming-squire.png differ
diff --git a/public/images/mice/thumbnail/school-of-mish.png b/public/images/mice/thumbnail/school-of-mish.png
new file mode 100644
index 00000000..a1f3cea8
Binary files /dev/null and b/public/images/mice/thumbnail/school-of-mish.png differ
diff --git a/public/images/mice/thumbnail/scorned-pirate.png b/public/images/mice/thumbnail/scorned-pirate.png
new file mode 100644
index 00000000..9c77103e
Binary files /dev/null and b/public/images/mice/thumbnail/scorned-pirate.png differ
diff --git a/public/images/mice/thumbnail/scout.png b/public/images/mice/thumbnail/scout.png
new file mode 100644
index 00000000..6913693b
Binary files /dev/null and b/public/images/mice/thumbnail/scout.png differ
diff --git a/public/images/mice/thumbnail/scrap-metal-monster.png b/public/images/mice/thumbnail/scrap-metal-monster.png
new file mode 100644
index 00000000..4ae938bd
Binary files /dev/null and b/public/images/mice/thumbnail/scrap-metal-monster.png differ
diff --git a/public/images/mice/thumbnail/scribe.png b/public/images/mice/thumbnail/scribe.png
new file mode 100644
index 00000000..d7f7ac83
Binary files /dev/null and b/public/images/mice/thumbnail/scribe.png differ
diff --git a/public/images/mice/thumbnail/scrooge.png b/public/images/mice/thumbnail/scrooge.png
new file mode 100644
index 00000000..5ee3e4cd
Binary files /dev/null and b/public/images/mice/thumbnail/scrooge.png differ
diff --git a/public/images/mice/thumbnail/scruffy.png b/public/images/mice/thumbnail/scruffy.png
new file mode 100644
index 00000000..9fd96b52
Binary files /dev/null and b/public/images/mice/thumbnail/scruffy.png differ
diff --git a/public/images/mice/thumbnail/seadragon.png b/public/images/mice/thumbnail/seadragon.png
new file mode 100644
index 00000000..ae7ee84e
Binary files /dev/null and b/public/images/mice/thumbnail/seadragon.png differ
diff --git a/public/images/mice/thumbnail/seasoned-islandographer.png b/public/images/mice/thumbnail/seasoned-islandographer.png
new file mode 100644
index 00000000..20072929
Binary files /dev/null and b/public/images/mice/thumbnail/seasoned-islandographer.png differ
diff --git a/public/images/mice/thumbnail/seer.png b/public/images/mice/thumbnail/seer.png
new file mode 100644
index 00000000..86ec92f5
Binary files /dev/null and b/public/images/mice/thumbnail/seer.png differ
diff --git a/public/images/mice/thumbnail/serpent-monster.png b/public/images/mice/thumbnail/serpent-monster.png
new file mode 100644
index 00000000..7efad108
Binary files /dev/null and b/public/images/mice/thumbnail/serpent-monster.png differ
diff --git a/public/images/mice/thumbnail/serpentine.png b/public/images/mice/thumbnail/serpentine.png
new file mode 100644
index 00000000..04903faa
Binary files /dev/null and b/public/images/mice/thumbnail/serpentine.png differ
diff --git a/public/images/mice/thumbnail/shadow-paragon.png b/public/images/mice/thumbnail/shadow-paragon.png
new file mode 100644
index 00000000..21a4be86
Binary files /dev/null and b/public/images/mice/thumbnail/shadow-paragon.png differ
diff --git a/public/images/mice/thumbnail/shadow-sage.png b/public/images/mice/thumbnail/shadow-sage.png
new file mode 100644
index 00000000..a5539d83
Binary files /dev/null and b/public/images/mice/thumbnail/shadow-sage.png differ
diff --git a/public/images/mice/thumbnail/shadow-sorcerer.png b/public/images/mice/thumbnail/shadow-sorcerer.png
new file mode 100644
index 00000000..7c7ddc46
Binary files /dev/null and b/public/images/mice/thumbnail/shadow-sorcerer.png differ
diff --git a/public/images/mice/thumbnail/shaman.png b/public/images/mice/thumbnail/shaman.png
new file mode 100644
index 00000000..36fbf911
Binary files /dev/null and b/public/images/mice/thumbnail/shaman.png differ
diff --git a/public/images/mice/thumbnail/sharpshooter.png b/public/images/mice/thumbnail/sharpshooter.png
new file mode 100644
index 00000000..b0728aea
Binary files /dev/null and b/public/images/mice/thumbnail/sharpshooter.png differ
diff --git a/public/images/mice/thumbnail/shattered-carmine.png b/public/images/mice/thumbnail/shattered-carmine.png
new file mode 100644
index 00000000..c4cafcb2
Binary files /dev/null and b/public/images/mice/thumbnail/shattered-carmine.png differ
diff --git a/public/images/mice/thumbnail/shattered-obsidian.png b/public/images/mice/thumbnail/shattered-obsidian.png
new file mode 100644
index 00000000..2cf36545
Binary files /dev/null and b/public/images/mice/thumbnail/shattered-obsidian.png differ
diff --git a/public/images/mice/thumbnail/shelder.png b/public/images/mice/thumbnail/shelder.png
new file mode 100644
index 00000000..7d35c6a3
Binary files /dev/null and b/public/images/mice/thumbnail/shelder.png differ
diff --git a/public/images/mice/thumbnail/shipwrecked.png b/public/images/mice/thumbnail/shipwrecked.png
new file mode 100644
index 00000000..f32fdefc
Binary files /dev/null and b/public/images/mice/thumbnail/shipwrecked.png differ
diff --git a/public/images/mice/thumbnail/shopkeeper.png b/public/images/mice/thumbnail/shopkeeper.png
new file mode 100644
index 00000000..6ad0439b
Binary files /dev/null and b/public/images/mice/thumbnail/shopkeeper.png differ
diff --git a/public/images/mice/thumbnail/shortcut.png b/public/images/mice/thumbnail/shortcut.png
new file mode 100644
index 00000000..8e7ce281
Binary files /dev/null and b/public/images/mice/thumbnail/shortcut.png differ
diff --git a/public/images/mice/thumbnail/shroom.png b/public/images/mice/thumbnail/shroom.png
new file mode 100644
index 00000000..400bba76
Binary files /dev/null and b/public/images/mice/thumbnail/shroom.png differ
diff --git a/public/images/mice/thumbnail/silth.png b/public/images/mice/thumbnail/silth.png
new file mode 100644
index 00000000..cd189dff
Binary files /dev/null and b/public/images/mice/thumbnail/silth.png differ
diff --git a/public/images/mice/thumbnail/silvertail.png b/public/images/mice/thumbnail/silvertail.png
new file mode 100644
index 00000000..f003cbb2
Binary files /dev/null and b/public/images/mice/thumbnail/silvertail.png differ
diff --git a/public/images/mice/thumbnail/sinister-egg-painter.png b/public/images/mice/thumbnail/sinister-egg-painter.png
new file mode 100644
index 00000000..0858585d
Binary files /dev/null and b/public/images/mice/thumbnail/sinister-egg-painter.png differ
diff --git a/public/images/mice/thumbnail/sinister-squid.png b/public/images/mice/thumbnail/sinister-squid.png
new file mode 100644
index 00000000..bb9f52a9
Binary files /dev/null and b/public/images/mice/thumbnail/sinister-squid.png differ
diff --git a/public/images/mice/thumbnail/siren.png b/public/images/mice/thumbnail/siren.png
new file mode 100644
index 00000000..c3ac57f5
Binary files /dev/null and b/public/images/mice/thumbnail/siren.png differ
diff --git a/public/images/mice/thumbnail/skeleton.png b/public/images/mice/thumbnail/skeleton.png
new file mode 100644
index 00000000..e5e2dc9f
Binary files /dev/null and b/public/images/mice/thumbnail/skeleton.png differ
diff --git a/public/images/mice/thumbnail/sky-dancer.png b/public/images/mice/thumbnail/sky-dancer.png
new file mode 100644
index 00000000..0425b1cd
Binary files /dev/null and b/public/images/mice/thumbnail/sky-dancer.png differ
diff --git a/public/images/mice/thumbnail/sky-glass-glazier.png b/public/images/mice/thumbnail/sky-glass-glazier.png
new file mode 100644
index 00000000..3dc77a42
Binary files /dev/null and b/public/images/mice/thumbnail/sky-glass-glazier.png differ
diff --git a/public/images/mice/thumbnail/sky-glass-sorcerer.png b/public/images/mice/thumbnail/sky-glass-sorcerer.png
new file mode 100644
index 00000000..bde5b2ea
Binary files /dev/null and b/public/images/mice/thumbnail/sky-glass-sorcerer.png differ
diff --git a/public/images/mice/thumbnail/sky-greaser.png b/public/images/mice/thumbnail/sky-greaser.png
new file mode 100644
index 00000000..62c9ef74
Binary files /dev/null and b/public/images/mice/thumbnail/sky-greaser.png differ
diff --git a/public/images/mice/thumbnail/sky-highborne.png b/public/images/mice/thumbnail/sky-highborne.png
new file mode 100644
index 00000000..c3488b99
Binary files /dev/null and b/public/images/mice/thumbnail/sky-highborne.png differ
diff --git a/public/images/mice/thumbnail/sky-squire.png b/public/images/mice/thumbnail/sky-squire.png
new file mode 100644
index 00000000..eeb53d4a
Binary files /dev/null and b/public/images/mice/thumbnail/sky-squire.png differ
diff --git a/public/images/mice/thumbnail/sky-surfer.png b/public/images/mice/thumbnail/sky-surfer.png
new file mode 100644
index 00000000..2d92e6e4
Binary files /dev/null and b/public/images/mice/thumbnail/sky-surfer.png differ
diff --git a/public/images/mice/thumbnail/sky-swordsman.png b/public/images/mice/thumbnail/sky-swordsman.png
new file mode 100644
index 00000000..db2c6029
Binary files /dev/null and b/public/images/mice/thumbnail/sky-swordsman.png differ
diff --git a/public/images/mice/thumbnail/skydiver.png b/public/images/mice/thumbnail/skydiver.png
new file mode 100644
index 00000000..03c314e6
Binary files /dev/null and b/public/images/mice/thumbnail/skydiver.png differ
diff --git a/public/images/mice/thumbnail/slay.png b/public/images/mice/thumbnail/slay.png
new file mode 100644
index 00000000..00b40fb1
Binary files /dev/null and b/public/images/mice/thumbnail/slay.png differ
diff --git a/public/images/mice/thumbnail/slayer.png b/public/images/mice/thumbnail/slayer.png
new file mode 100644
index 00000000..938eb1ec
Binary files /dev/null and b/public/images/mice/thumbnail/slayer.png differ
diff --git a/public/images/mice/thumbnail/sleep-starved-scholar.png b/public/images/mice/thumbnail/sleep-starved-scholar.png
new file mode 100644
index 00000000..d6aceef6
Binary files /dev/null and b/public/images/mice/thumbnail/sleep-starved-scholar.png differ
diff --git a/public/images/mice/thumbnail/sleepwalker.png b/public/images/mice/thumbnail/sleepwalker.png
new file mode 100644
index 00000000..da2bcf74
Binary files /dev/null and b/public/images/mice/thumbnail/sleepwalker.png differ
diff --git a/public/images/mice/thumbnail/sleepy-merchant.png b/public/images/mice/thumbnail/sleepy-merchant.png
new file mode 100644
index 00000000..a3467f44
Binary files /dev/null and b/public/images/mice/thumbnail/sleepy-merchant.png differ
diff --git a/public/images/mice/thumbnail/slimefist.png b/public/images/mice/thumbnail/slimefist.png
new file mode 100644
index 00000000..656ef9a3
Binary files /dev/null and b/public/images/mice/thumbnail/slimefist.png differ
diff --git a/public/images/mice/thumbnail/slope-swimmer.png b/public/images/mice/thumbnail/slope-swimmer.png
new file mode 100644
index 00000000..08ae481a
Binary files /dev/null and b/public/images/mice/thumbnail/slope-swimmer.png differ
diff --git a/public/images/mice/thumbnail/sludge-scientist.png b/public/images/mice/thumbnail/sludge-scientist.png
new file mode 100644
index 00000000..3e5606f6
Binary files /dev/null and b/public/images/mice/thumbnail/sludge-scientist.png differ
diff --git a/public/images/mice/thumbnail/sludge-soaker.png b/public/images/mice/thumbnail/sludge-soaker.png
new file mode 100644
index 00000000..74bfc5c8
Binary files /dev/null and b/public/images/mice/thumbnail/sludge-soaker.png differ
diff --git a/public/images/mice/thumbnail/sludge-swimmer.png b/public/images/mice/thumbnail/sludge-swimmer.png
new file mode 100644
index 00000000..f0c9146c
Binary files /dev/null and b/public/images/mice/thumbnail/sludge-swimmer.png differ
diff --git a/public/images/mice/thumbnail/sludge.png b/public/images/mice/thumbnail/sludge.png
new file mode 100644
index 00000000..b1028322
Binary files /dev/null and b/public/images/mice/thumbnail/sludge.png differ
diff --git a/public/images/mice/thumbnail/smug-smuggler.png b/public/images/mice/thumbnail/smug-smuggler.png
new file mode 100644
index 00000000..8610cee8
Binary files /dev/null and b/public/images/mice/thumbnail/smug-smuggler.png differ
diff --git a/public/images/mice/thumbnail/snake-charmer.png b/public/images/mice/thumbnail/snake-charmer.png
new file mode 100644
index 00000000..f940b6d5
Binary files /dev/null and b/public/images/mice/thumbnail/snake-charmer.png differ
diff --git a/public/images/mice/thumbnail/snooty.png b/public/images/mice/thumbnail/snooty.png
new file mode 100644
index 00000000..7166a1b9
Binary files /dev/null and b/public/images/mice/thumbnail/snooty.png differ
diff --git a/public/images/mice/thumbnail/snow-bowler.png b/public/images/mice/thumbnail/snow-bowler.png
new file mode 100644
index 00000000..6dd851ba
Binary files /dev/null and b/public/images/mice/thumbnail/snow-bowler.png differ
diff --git a/public/images/mice/thumbnail/snow-fort.png b/public/images/mice/thumbnail/snow-fort.png
new file mode 100644
index 00000000..b6e0cfe2
Binary files /dev/null and b/public/images/mice/thumbnail/snow-fort.png differ
diff --git a/public/images/mice/thumbnail/snow-scavenger.png b/public/images/mice/thumbnail/snow-scavenger.png
new file mode 100644
index 00000000..0976bde8
Binary files /dev/null and b/public/images/mice/thumbnail/snow-scavenger.png differ
diff --git a/public/images/mice/thumbnail/snow-slinger.png b/public/images/mice/thumbnail/snow-slinger.png
new file mode 100644
index 00000000..11e58950
Binary files /dev/null and b/public/images/mice/thumbnail/snow-slinger.png differ
diff --git a/public/images/mice/thumbnail/snow-sniper.png b/public/images/mice/thumbnail/snow-sniper.png
new file mode 100644
index 00000000..6cb95fe7
Binary files /dev/null and b/public/images/mice/thumbnail/snow-sniper.png differ
diff --git a/public/images/mice/thumbnail/snow-soldier.png b/public/images/mice/thumbnail/snow-soldier.png
new file mode 100644
index 00000000..41caeb49
Binary files /dev/null and b/public/images/mice/thumbnail/snow-soldier.png differ
diff --git a/public/images/mice/thumbnail/snowball-bully.png b/public/images/mice/thumbnail/snowball-bully.png
new file mode 100644
index 00000000..63d0a8a0
Binary files /dev/null and b/public/images/mice/thumbnail/snowball-bully.png differ
diff --git a/public/images/mice/thumbnail/snowball-general-one.png b/public/images/mice/thumbnail/snowball-general-one.png
new file mode 100644
index 00000000..0765a824
Binary files /dev/null and b/public/images/mice/thumbnail/snowball-general-one.png differ
diff --git a/public/images/mice/thumbnail/snowball-general-three.png b/public/images/mice/thumbnail/snowball-general-three.png
new file mode 100644
index 00000000..6e461ea8
Binary files /dev/null and b/public/images/mice/thumbnail/snowball-general-three.png differ
diff --git a/public/images/mice/thumbnail/snowball-general-two.png b/public/images/mice/thumbnail/snowball-general-two.png
new file mode 100644
index 00000000..9ee041eb
Binary files /dev/null and b/public/images/mice/thumbnail/snowball-general-two.png differ
diff --git a/public/images/mice/thumbnail/snowball-hoarder.png b/public/images/mice/thumbnail/snowball-hoarder.png
new file mode 100644
index 00000000..dec57a2e
Binary files /dev/null and b/public/images/mice/thumbnail/snowball-hoarder.png differ
diff --git a/public/images/mice/thumbnail/snowblind.png b/public/images/mice/thumbnail/snowblind.png
new file mode 100644
index 00000000..e0e14f36
Binary files /dev/null and b/public/images/mice/thumbnail/snowblind.png differ
diff --git a/public/images/mice/thumbnail/snowblower.png b/public/images/mice/thumbnail/snowblower.png
new file mode 100644
index 00000000..9c103a0e
Binary files /dev/null and b/public/images/mice/thumbnail/snowblower.png differ
diff --git a/public/images/mice/thumbnail/snowglobe.png b/public/images/mice/thumbnail/snowglobe.png
new file mode 100644
index 00000000..ea0cb525
Binary files /dev/null and b/public/images/mice/thumbnail/snowglobe.png differ
diff --git a/public/images/mice/thumbnail/snowman-architect.png b/public/images/mice/thumbnail/snowman-architect.png
new file mode 100644
index 00000000..9ed834ca
Binary files /dev/null and b/public/images/mice/thumbnail/snowman-architect.png differ
diff --git a/public/images/mice/thumbnail/sock-puppet-ghost.png b/public/images/mice/thumbnail/sock-puppet-ghost.png
new file mode 100644
index 00000000..a91a2c01
Binary files /dev/null and b/public/images/mice/thumbnail/sock-puppet-ghost.png differ
diff --git a/public/images/mice/thumbnail/solemn-soldier.png b/public/images/mice/thumbnail/solemn-soldier.png
new file mode 100644
index 00000000..6159f7aa
Binary files /dev/null and b/public/images/mice/thumbnail/solemn-soldier.png differ
diff --git a/public/images/mice/thumbnail/soothsayer.png b/public/images/mice/thumbnail/soothsayer.png
new file mode 100644
index 00000000..30b3e332
Binary files /dev/null and b/public/images/mice/thumbnail/soothsayer.png differ
diff --git a/public/images/mice/thumbnail/sorcerer.png b/public/images/mice/thumbnail/sorcerer.png
new file mode 100644
index 00000000..531b6559
Binary files /dev/null and b/public/images/mice/thumbnail/sorcerer.png differ
diff --git a/public/images/mice/thumbnail/soul-binder.png b/public/images/mice/thumbnail/soul-binder.png
new file mode 100644
index 00000000..5d65665d
Binary files /dev/null and b/public/images/mice/thumbnail/soul-binder.png differ
diff --git a/public/images/mice/thumbnail/spear-fisher.png b/public/images/mice/thumbnail/spear-fisher.png
new file mode 100644
index 00000000..b1e4c22f
Binary files /dev/null and b/public/images/mice/thumbnail/spear-fisher.png differ
diff --git a/public/images/mice/thumbnail/spectral-butler.png b/public/images/mice/thumbnail/spectral-butler.png
new file mode 100644
index 00000000..52c40045
Binary files /dev/null and b/public/images/mice/thumbnail/spectral-butler.png differ
diff --git a/public/images/mice/thumbnail/spectral-swashbuckler.png b/public/images/mice/thumbnail/spectral-swashbuckler.png
new file mode 100644
index 00000000..6ecce09d
Binary files /dev/null and b/public/images/mice/thumbnail/spectral-swashbuckler.png differ
diff --git a/public/images/mice/thumbnail/spectre.png b/public/images/mice/thumbnail/spectre.png
new file mode 100644
index 00000000..f90ef896
Binary files /dev/null and b/public/images/mice/thumbnail/spectre.png differ
diff --git a/public/images/mice/thumbnail/spellbinder.png b/public/images/mice/thumbnail/spellbinder.png
new file mode 100644
index 00000000..8f770f9b
Binary files /dev/null and b/public/images/mice/thumbnail/spellbinder.png differ
diff --git a/public/images/mice/thumbnail/spheric-diviner.png b/public/images/mice/thumbnail/spheric-diviner.png
new file mode 100644
index 00000000..7daebe0f
Binary files /dev/null and b/public/images/mice/thumbnail/spheric-diviner.png differ
diff --git a/public/images/mice/thumbnail/spice-collector.png b/public/images/mice/thumbnail/spice-collector.png
new file mode 100644
index 00000000..e69592e1
Binary files /dev/null and b/public/images/mice/thumbnail/spice-collector.png differ
diff --git a/public/images/mice/thumbnail/spice-farmer.png b/public/images/mice/thumbnail/spice-farmer.png
new file mode 100644
index 00000000..4d22d024
Binary files /dev/null and b/public/images/mice/thumbnail/spice-farmer.png differ
diff --git a/public/images/mice/thumbnail/spice-finder.png b/public/images/mice/thumbnail/spice-finder.png
new file mode 100644
index 00000000..77497dd2
Binary files /dev/null and b/public/images/mice/thumbnail/spice-finder.png differ
diff --git a/public/images/mice/thumbnail/spice-grower.png b/public/images/mice/thumbnail/spice-grower.png
new file mode 100644
index 00000000..b2638d06
Binary files /dev/null and b/public/images/mice/thumbnail/spice-grower.png differ
diff --git a/public/images/mice/thumbnail/spice-merchant.png b/public/images/mice/thumbnail/spice-merchant.png
new file mode 100644
index 00000000..80a70906
Binary files /dev/null and b/public/images/mice/thumbnail/spice-merchant.png differ
diff --git a/public/images/mice/thumbnail/spice-raider.png b/public/images/mice/thumbnail/spice-raider.png
new file mode 100644
index 00000000..8938e7de
Binary files /dev/null and b/public/images/mice/thumbnail/spice-raider.png differ
diff --git a/public/images/mice/thumbnail/spice-reaper.png b/public/images/mice/thumbnail/spice-reaper.png
new file mode 100644
index 00000000..47288c94
Binary files /dev/null and b/public/images/mice/thumbnail/spice-reaper.png differ
diff --git a/public/images/mice/thumbnail/spice-seer.png b/public/images/mice/thumbnail/spice-seer.png
new file mode 100644
index 00000000..d9e1e786
Binary files /dev/null and b/public/images/mice/thumbnail/spice-seer.png differ
diff --git a/public/images/mice/thumbnail/spice-sorcerer.png b/public/images/mice/thumbnail/spice-sorcerer.png
new file mode 100644
index 00000000..db3558f7
Binary files /dev/null and b/public/images/mice/thumbnail/spice-sorcerer.png differ
diff --git a/public/images/mice/thumbnail/spice-sovereign.png b/public/images/mice/thumbnail/spice-sovereign.png
new file mode 100644
index 00000000..e195538d
Binary files /dev/null and b/public/images/mice/thumbnail/spice-sovereign.png differ
diff --git a/public/images/mice/thumbnail/spider.png b/public/images/mice/thumbnail/spider.png
new file mode 100644
index 00000000..ba0c2406
Binary files /dev/null and b/public/images/mice/thumbnail/spider.png differ
diff --git a/public/images/mice/thumbnail/spiked-burrower.png b/public/images/mice/thumbnail/spiked-burrower.png
new file mode 100644
index 00000000..19c67d1c
Binary files /dev/null and b/public/images/mice/thumbnail/spiked-burrower.png differ
diff --git a/public/images/mice/thumbnail/spiky-devil.png b/public/images/mice/thumbnail/spiky-devil.png
new file mode 100644
index 00000000..9517ffe0
Binary files /dev/null and b/public/images/mice/thumbnail/spiky-devil.png differ
diff --git a/public/images/mice/thumbnail/splintered-stone-sentry.png b/public/images/mice/thumbnail/splintered-stone-sentry.png
new file mode 100644
index 00000000..f4ebe3d1
Binary files /dev/null and b/public/images/mice/thumbnail/splintered-stone-sentry.png differ
diff --git a/public/images/mice/thumbnail/spore-muncher.png b/public/images/mice/thumbnail/spore-muncher.png
new file mode 100644
index 00000000..004724c4
Binary files /dev/null and b/public/images/mice/thumbnail/spore-muncher.png differ
diff --git a/public/images/mice/thumbnail/spore-salesman.png b/public/images/mice/thumbnail/spore-salesman.png
new file mode 100644
index 00000000..43691552
Binary files /dev/null and b/public/images/mice/thumbnail/spore-salesman.png differ
diff --git a/public/images/mice/thumbnail/spore.png b/public/images/mice/thumbnail/spore.png
new file mode 100644
index 00000000..04b09404
Binary files /dev/null and b/public/images/mice/thumbnail/spore.png differ
diff --git a/public/images/mice/thumbnail/sporeticus.png b/public/images/mice/thumbnail/sporeticus.png
new file mode 100644
index 00000000..9655a712
Binary files /dev/null and b/public/images/mice/thumbnail/sporeticus.png differ
diff --git a/public/images/mice/thumbnail/sporty-ski-instructor.png b/public/images/mice/thumbnail/sporty-ski-instructor.png
new file mode 100644
index 00000000..bcbfc671
Binary files /dev/null and b/public/images/mice/thumbnail/sporty-ski-instructor.png differ
diff --git a/public/images/mice/thumbnail/sporty.png b/public/images/mice/thumbnail/sporty.png
new file mode 100644
index 00000000..75d2efa0
Binary files /dev/null and b/public/images/mice/thumbnail/sporty.png differ
diff --git a/public/images/mice/thumbnail/spotted.png b/public/images/mice/thumbnail/spotted.png
new file mode 100644
index 00000000..14b71da7
Binary files /dev/null and b/public/images/mice/thumbnail/spotted.png differ
diff --git a/public/images/mice/thumbnail/spring-familiar.png b/public/images/mice/thumbnail/spring-familiar.png
new file mode 100644
index 00000000..0090d85d
Binary files /dev/null and b/public/images/mice/thumbnail/spring-familiar.png differ
diff --git a/public/images/mice/thumbnail/spring-mouse-1.png b/public/images/mice/thumbnail/spring-mouse-1.png
new file mode 100644
index 00000000..314c6cb7
Binary files /dev/null and b/public/images/mice/thumbnail/spring-mouse-1.png differ
diff --git a/public/images/mice/thumbnail/spring-mouse-2.png b/public/images/mice/thumbnail/spring-mouse-2.png
new file mode 100644
index 00000000..f78e3569
Binary files /dev/null and b/public/images/mice/thumbnail/spring-mouse-2.png differ
diff --git a/public/images/mice/thumbnail/spring-mouse-3.png b/public/images/mice/thumbnail/spring-mouse-3.png
new file mode 100644
index 00000000..1218ab8e
Binary files /dev/null and b/public/images/mice/thumbnail/spring-mouse-3.png differ
diff --git a/public/images/mice/thumbnail/spring-mouse-4.png b/public/images/mice/thumbnail/spring-mouse-4.png
new file mode 100644
index 00000000..0290b5d7
Binary files /dev/null and b/public/images/mice/thumbnail/spring-mouse-4.png differ
diff --git a/public/images/mice/thumbnail/spring-sprig.png b/public/images/mice/thumbnail/spring-sprig.png
new file mode 100644
index 00000000..0f0ca2f3
Binary files /dev/null and b/public/images/mice/thumbnail/spring-sprig.png differ
diff --git a/public/images/mice/thumbnail/sprinkley-sweet.png b/public/images/mice/thumbnail/sprinkley-sweet.png
new file mode 100644
index 00000000..ad5157f3
Binary files /dev/null and b/public/images/mice/thumbnail/sprinkley-sweet.png differ
diff --git a/public/images/mice/thumbnail/sprit-light.png b/public/images/mice/thumbnail/sprit-light.png
new file mode 100644
index 00000000..6c90a6dc
Binary files /dev/null and b/public/images/mice/thumbnail/sprit-light.png differ
diff --git a/public/images/mice/thumbnail/spry-sky-explorer.png b/public/images/mice/thumbnail/spry-sky-explorer.png
new file mode 100644
index 00000000..589348e1
Binary files /dev/null and b/public/images/mice/thumbnail/spry-sky-explorer.png differ
diff --git a/public/images/mice/thumbnail/spry-sky-seer.png b/public/images/mice/thumbnail/spry-sky-seer.png
new file mode 100644
index 00000000..e9b6a964
Binary files /dev/null and b/public/images/mice/thumbnail/spry-sky-seer.png differ
diff --git a/public/images/mice/thumbnail/spud.png b/public/images/mice/thumbnail/spud.png
new file mode 100644
index 00000000..185b228f
Binary files /dev/null and b/public/images/mice/thumbnail/spud.png differ
diff --git a/public/images/mice/thumbnail/squeaken.png b/public/images/mice/thumbnail/squeaken.png
new file mode 100644
index 00000000..df530e48
Binary files /dev/null and b/public/images/mice/thumbnail/squeaken.png differ
diff --git a/public/images/mice/thumbnail/squeaker-bot.png b/public/images/mice/thumbnail/squeaker-bot.png
new file mode 100644
index 00000000..23c94061
Binary files /dev/null and b/public/images/mice/thumbnail/squeaker-bot.png differ
diff --git a/public/images/mice/thumbnail/squeaker-claws.png b/public/images/mice/thumbnail/squeaker-claws.png
new file mode 100644
index 00000000..a6615000
Binary files /dev/null and b/public/images/mice/thumbnail/squeaker-claws.png differ
diff --git a/public/images/mice/thumbnail/squire-sizzleton.png b/public/images/mice/thumbnail/squire-sizzleton.png
new file mode 100644
index 00000000..7accd182
Binary files /dev/null and b/public/images/mice/thumbnail/squire-sizzleton.png differ
diff --git a/public/images/mice/thumbnail/stack-of-thieves.png b/public/images/mice/thumbnail/stack-of-thieves.png
new file mode 100644
index 00000000..f9c5ebb1
Binary files /dev/null and b/public/images/mice/thumbnail/stack-of-thieves.png differ
diff --git a/public/images/mice/thumbnail/stagecoach-driver.png b/public/images/mice/thumbnail/stagecoach-driver.png
new file mode 100644
index 00000000..ee62bcf3
Binary files /dev/null and b/public/images/mice/thumbnail/stagecoach-driver.png differ
diff --git a/public/images/mice/thumbnail/stalagmite.png b/public/images/mice/thumbnail/stalagmite.png
new file mode 100644
index 00000000..d1b00189
Binary files /dev/null and b/public/images/mice/thumbnail/stalagmite.png differ
diff --git a/public/images/mice/thumbnail/stealth.png b/public/images/mice/thumbnail/stealth.png
new file mode 100644
index 00000000..0efbd26d
Binary files /dev/null and b/public/images/mice/thumbnail/stealth.png differ
diff --git a/public/images/mice/thumbnail/steam-grip.png b/public/images/mice/thumbnail/steam-grip.png
new file mode 100644
index 00000000..7897f0d5
Binary files /dev/null and b/public/images/mice/thumbnail/steam-grip.png differ
diff --git a/public/images/mice/thumbnail/steel-horse-rider.png b/public/images/mice/thumbnail/steel-horse-rider.png
new file mode 100644
index 00000000..abae2856
Binary files /dev/null and b/public/images/mice/thumbnail/steel-horse-rider.png differ
diff --git a/public/images/mice/thumbnail/steel.png b/public/images/mice/thumbnail/steel.png
new file mode 100644
index 00000000..40451f06
Binary files /dev/null and b/public/images/mice/thumbnail/steel.png differ
diff --git a/public/images/mice/thumbnail/stickybomber.png b/public/images/mice/thumbnail/stickybomber.png
new file mode 100644
index 00000000..0a699d86
Binary files /dev/null and b/public/images/mice/thumbnail/stickybomber.png differ
diff --git a/public/images/mice/thumbnail/stinger.png b/public/images/mice/thumbnail/stinger.png
new file mode 100644
index 00000000..1afda178
Binary files /dev/null and b/public/images/mice/thumbnail/stinger.png differ
diff --git a/public/images/mice/thumbnail/stingray.png b/public/images/mice/thumbnail/stingray.png
new file mode 100644
index 00000000..844327f2
Binary files /dev/null and b/public/images/mice/thumbnail/stingray.png differ
diff --git a/public/images/mice/thumbnail/stocking.png b/public/images/mice/thumbnail/stocking.png
new file mode 100644
index 00000000..71757792
Binary files /dev/null and b/public/images/mice/thumbnail/stocking.png differ
diff --git a/public/images/mice/thumbnail/stone-cutter.png b/public/images/mice/thumbnail/stone-cutter.png
new file mode 100644
index 00000000..21d04f21
Binary files /dev/null and b/public/images/mice/thumbnail/stone-cutter.png differ
diff --git a/public/images/mice/thumbnail/stone-maiden.png b/public/images/mice/thumbnail/stone-maiden.png
new file mode 100644
index 00000000..412cae3e
Binary files /dev/null and b/public/images/mice/thumbnail/stone-maiden.png differ
diff --git a/public/images/mice/thumbnail/stonework-warrior.png b/public/images/mice/thumbnail/stonework-warrior.png
new file mode 100644
index 00000000..a3d70904
Binary files /dev/null and b/public/images/mice/thumbnail/stonework-warrior.png differ
diff --git a/public/images/mice/thumbnail/storm-summoner.png b/public/images/mice/thumbnail/storm-summoner.png
new file mode 100644
index 00000000..46401d2d
Binary files /dev/null and b/public/images/mice/thumbnail/storm-summoner.png differ
diff --git a/public/images/mice/thumbnail/stoutgear.png b/public/images/mice/thumbnail/stoutgear.png
new file mode 100644
index 00000000..98384137
Binary files /dev/null and b/public/images/mice/thumbnail/stoutgear.png differ
diff --git a/public/images/mice/thumbnail/stowaway.png b/public/images/mice/thumbnail/stowaway.png
new file mode 100644
index 00000000..d548d56d
Binary files /dev/null and b/public/images/mice/thumbnail/stowaway.png differ
diff --git a/public/images/mice/thumbnail/stratocaster.png b/public/images/mice/thumbnail/stratocaster.png
new file mode 100644
index 00000000..bc65a934
Binary files /dev/null and b/public/images/mice/thumbnail/stratocaster.png differ
diff --git a/public/images/mice/thumbnail/strawberry-hotcakes.png b/public/images/mice/thumbnail/strawberry-hotcakes.png
new file mode 100644
index 00000000..53d51f37
Binary files /dev/null and b/public/images/mice/thumbnail/strawberry-hotcakes.png differ
diff --git a/public/images/mice/thumbnail/stuck-snowball.png b/public/images/mice/thumbnail/stuck-snowball.png
new file mode 100644
index 00000000..f740c7dd
Binary files /dev/null and b/public/images/mice/thumbnail/stuck-snowball.png differ
diff --git a/public/images/mice/thumbnail/student-of-the-cheese-belt.png b/public/images/mice/thumbnail/student-of-the-cheese-belt.png
new file mode 100644
index 00000000..20f3233e
Binary files /dev/null and b/public/images/mice/thumbnail/student-of-the-cheese-belt.png differ
diff --git a/public/images/mice/thumbnail/student-of-the-cheese-claw.png b/public/images/mice/thumbnail/student-of-the-cheese-claw.png
new file mode 100644
index 00000000..9e67371d
Binary files /dev/null and b/public/images/mice/thumbnail/student-of-the-cheese-claw.png differ
diff --git a/public/images/mice/thumbnail/student-of-the-cheese-fang.png b/public/images/mice/thumbnail/student-of-the-cheese-fang.png
new file mode 100644
index 00000000..29637c72
Binary files /dev/null and b/public/images/mice/thumbnail/student-of-the-cheese-fang.png differ
diff --git a/public/images/mice/thumbnail/stuffy-banker.png b/public/images/mice/thumbnail/stuffy-banker.png
new file mode 100644
index 00000000..6da2b652
Binary files /dev/null and b/public/images/mice/thumbnail/stuffy-banker.png differ
diff --git a/public/images/mice/thumbnail/suave-pirate.png b/public/images/mice/thumbnail/suave-pirate.png
new file mode 100644
index 00000000..8d083d72
Binary files /dev/null and b/public/images/mice/thumbnail/suave-pirate.png differ
diff --git a/public/images/mice/thumbnail/subterranean.png b/public/images/mice/thumbnail/subterranean.png
new file mode 100644
index 00000000..131fe0a3
Binary files /dev/null and b/public/images/mice/thumbnail/subterranean.png differ
diff --git a/public/images/mice/thumbnail/sulfurious-the-raging-inferno.png b/public/images/mice/thumbnail/sulfurious-the-raging-inferno.png
new file mode 100644
index 00000000..06bce9bd
Binary files /dev/null and b/public/images/mice/thumbnail/sulfurious-the-raging-inferno.png differ
diff --git a/public/images/mice/thumbnail/sultry-saxophonist.png b/public/images/mice/thumbnail/sultry-saxophonist.png
new file mode 100644
index 00000000..bb10bf24
Binary files /dev/null and b/public/images/mice/thumbnail/sultry-saxophonist.png differ
diff --git a/public/images/mice/thumbnail/summer-mage.png b/public/images/mice/thumbnail/summer-mage.png
new file mode 100644
index 00000000..e1e7c7b9
Binary files /dev/null and b/public/images/mice/thumbnail/summer-mage.png differ
diff --git a/public/images/mice/thumbnail/summoning-scholar.png b/public/images/mice/thumbnail/summoning-scholar.png
new file mode 100644
index 00000000..1ba5f144
Binary files /dev/null and b/public/images/mice/thumbnail/summoning-scholar.png differ
diff --git a/public/images/mice/thumbnail/sunken-banshee.png b/public/images/mice/thumbnail/sunken-banshee.png
new file mode 100644
index 00000000..e0b1cba5
Binary files /dev/null and b/public/images/mice/thumbnail/sunken-banshee.png differ
diff --git a/public/images/mice/thumbnail/sunken-citizen.png b/public/images/mice/thumbnail/sunken-citizen.png
new file mode 100644
index 00000000..787eae89
Binary files /dev/null and b/public/images/mice/thumbnail/sunken-citizen.png differ
diff --git a/public/images/mice/thumbnail/super-fighterbot-megasupreme.png b/public/images/mice/thumbnail/super-fighterbot-megasupreme.png
new file mode 100644
index 00000000..034fae36
Binary files /dev/null and b/public/images/mice/thumbnail/super-fighterbot-megasupreme.png differ
diff --git a/public/images/mice/thumbnail/supply-hoarder.png b/public/images/mice/thumbnail/supply-hoarder.png
new file mode 100644
index 00000000..031c52d1
Binary files /dev/null and b/public/images/mice/thumbnail/supply-hoarder.png differ
diff --git a/public/images/mice/thumbnail/supremia-magnificus.png b/public/images/mice/thumbnail/supremia-magnificus.png
new file mode 100644
index 00000000..c3658006
Binary files /dev/null and b/public/images/mice/thumbnail/supremia-magnificus.png differ
diff --git a/public/images/mice/thumbnail/swabbie.png b/public/images/mice/thumbnail/swabbie.png
new file mode 100644
index 00000000..85be7abf
Binary files /dev/null and b/public/images/mice/thumbnail/swabbie.png differ
diff --git a/public/images/mice/thumbnail/swamp-runner.png b/public/images/mice/thumbnail/swamp-runner.png
new file mode 100644
index 00000000..d9ec823c
Binary files /dev/null and b/public/images/mice/thumbnail/swamp-runner.png differ
diff --git a/public/images/mice/thumbnail/swashblade.png b/public/images/mice/thumbnail/swashblade.png
new file mode 100644
index 00000000..38d6c423
Binary files /dev/null and b/public/images/mice/thumbnail/swashblade.png differ
diff --git a/public/images/mice/thumbnail/sweet-tooth.png b/public/images/mice/thumbnail/sweet-tooth.png
new file mode 100644
index 00000000..b474c6e7
Binary files /dev/null and b/public/images/mice/thumbnail/sweet-tooth.png differ
diff --git a/public/images/mice/thumbnail/sylvan.png b/public/images/mice/thumbnail/sylvan.png
new file mode 100644
index 00000000..d869d635
Binary files /dev/null and b/public/images/mice/thumbnail/sylvan.png differ
diff --git a/public/images/mice/thumbnail/tackle-tracker.png b/public/images/mice/thumbnail/tackle-tracker.png
new file mode 100644
index 00000000..de3a59b0
Binary files /dev/null and b/public/images/mice/thumbnail/tackle-tracker.png differ
diff --git a/public/images/mice/thumbnail/tactical-paragon.png b/public/images/mice/thumbnail/tactical-paragon.png
new file mode 100644
index 00000000..01fa5e5a
Binary files /dev/null and b/public/images/mice/thumbnail/tactical-paragon.png differ
diff --git a/public/images/mice/thumbnail/tadpole.png b/public/images/mice/thumbnail/tadpole.png
new file mode 100644
index 00000000..8010c608
Binary files /dev/null and b/public/images/mice/thumbnail/tadpole.png differ
diff --git a/public/images/mice/thumbnail/taleweaver.png b/public/images/mice/thumbnail/taleweaver.png
new file mode 100644
index 00000000..ca10bba9
Binary files /dev/null and b/public/images/mice/thumbnail/taleweaver.png differ
diff --git a/public/images/mice/thumbnail/tanglefoot.png b/public/images/mice/thumbnail/tanglefoot.png
new file mode 100644
index 00000000..31d21b6c
Binary files /dev/null and b/public/images/mice/thumbnail/tanglefoot.png differ
diff --git a/public/images/mice/thumbnail/tech-bishop.png b/public/images/mice/thumbnail/tech-bishop.png
new file mode 100644
index 00000000..cb30500b
Binary files /dev/null and b/public/images/mice/thumbnail/tech-bishop.png differ
diff --git a/public/images/mice/thumbnail/tech-golem.png b/public/images/mice/thumbnail/tech-golem.png
new file mode 100644
index 00000000..7ea85e8f
Binary files /dev/null and b/public/images/mice/thumbnail/tech-golem.png differ
diff --git a/public/images/mice/thumbnail/tech-king.png b/public/images/mice/thumbnail/tech-king.png
new file mode 100644
index 00000000..71b81e52
Binary files /dev/null and b/public/images/mice/thumbnail/tech-king.png differ
diff --git a/public/images/mice/thumbnail/tech-knight.png b/public/images/mice/thumbnail/tech-knight.png
new file mode 100644
index 00000000..6556d578
Binary files /dev/null and b/public/images/mice/thumbnail/tech-knight.png differ
diff --git a/public/images/mice/thumbnail/tech-pawn.png b/public/images/mice/thumbnail/tech-pawn.png
new file mode 100644
index 00000000..3ba8df6b
Binary files /dev/null and b/public/images/mice/thumbnail/tech-pawn.png differ
diff --git a/public/images/mice/thumbnail/tech-queen.png b/public/images/mice/thumbnail/tech-queen.png
new file mode 100644
index 00000000..17c5d419
Binary files /dev/null and b/public/images/mice/thumbnail/tech-queen.png differ
diff --git a/public/images/mice/thumbnail/tech-rook.png b/public/images/mice/thumbnail/tech-rook.png
new file mode 100644
index 00000000..2020cd5e
Binary files /dev/null and b/public/images/mice/thumbnail/tech-rook.png differ
diff --git a/public/images/mice/thumbnail/telekinetic-mutant.png b/public/images/mice/thumbnail/telekinetic-mutant.png
new file mode 100644
index 00000000..0b626eb9
Binary files /dev/null and b/public/images/mice/thumbnail/telekinetic-mutant.png differ
diff --git a/public/images/mice/thumbnail/teleporting-truant.png b/public/images/mice/thumbnail/teleporting-truant.png
new file mode 100644
index 00000000..fba70055
Binary files /dev/null and b/public/images/mice/thumbnail/teleporting-truant.png differ
diff --git a/public/images/mice/thumbnail/tentacle.png b/public/images/mice/thumbnail/tentacle.png
new file mode 100644
index 00000000..d8440e00
Binary files /dev/null and b/public/images/mice/thumbnail/tentacle.png differ
diff --git a/public/images/mice/thumbnail/terra.png b/public/images/mice/thumbnail/terra.png
new file mode 100644
index 00000000..c5ad25cf
Binary files /dev/null and b/public/images/mice/thumbnail/terra.png differ
diff --git a/public/images/mice/thumbnail/terrible-twos.png b/public/images/mice/thumbnail/terrible-twos.png
new file mode 100644
index 00000000..2ba1470a
Binary files /dev/null and b/public/images/mice/thumbnail/terrible-twos.png differ
diff --git a/public/images/mice/thumbnail/terror-knight.png b/public/images/mice/thumbnail/terror-knight.png
new file mode 100644
index 00000000..7d23e645
Binary files /dev/null and b/public/images/mice/thumbnail/terror-knight.png differ
diff --git a/public/images/mice/thumbnail/the-twins.png b/public/images/mice/thumbnail/the-twins.png
new file mode 100644
index 00000000..84ff0402
Binary files /dev/null and b/public/images/mice/thumbnail/the-twins.png differ
diff --git a/public/images/mice/thumbnail/thirsty.png b/public/images/mice/thumbnail/thirsty.png
new file mode 100644
index 00000000..556fea3b
Binary files /dev/null and b/public/images/mice/thumbnail/thirsty.png differ
diff --git a/public/images/mice/thumbnail/thistle.png b/public/images/mice/thumbnail/thistle.png
new file mode 100644
index 00000000..ca624f3a
Binary files /dev/null and b/public/images/mice/thumbnail/thistle.png differ
diff --git a/public/images/mice/thumbnail/thorn.png b/public/images/mice/thumbnail/thorn.png
new file mode 100644
index 00000000..438a25eb
Binary files /dev/null and b/public/images/mice/thumbnail/thorn.png differ
diff --git a/public/images/mice/thumbnail/threeimat.png b/public/images/mice/thumbnail/threeimat.png
new file mode 100644
index 00000000..c2a38647
Binary files /dev/null and b/public/images/mice/thumbnail/threeimat.png differ
diff --git a/public/images/mice/thumbnail/thundering-watcher.png b/public/images/mice/thumbnail/thundering-watcher.png
new file mode 100644
index 00000000..bbb8dfa6
Binary files /dev/null and b/public/images/mice/thumbnail/thundering-watcher.png differ
diff --git a/public/images/mice/thumbnail/thunderlord.png b/public/images/mice/thumbnail/thunderlord.png
new file mode 100644
index 00000000..f083b50e
Binary files /dev/null and b/public/images/mice/thumbnail/thunderlord.png differ
diff --git a/public/images/mice/thumbnail/thunderstriker.png b/public/images/mice/thumbnail/thunderstriker.png
new file mode 100644
index 00000000..cab5c715
Binary files /dev/null and b/public/images/mice/thumbnail/thunderstriker.png differ
diff --git a/public/images/mice/thumbnail/tidal-fisher.png b/public/images/mice/thumbnail/tidal-fisher.png
new file mode 100644
index 00000000..d89e7169
Binary files /dev/null and b/public/images/mice/thumbnail/tidal-fisher.png differ
diff --git a/public/images/mice/thumbnail/tiger.png b/public/images/mice/thumbnail/tiger.png
new file mode 100644
index 00000000..62ad392e
Binary files /dev/null and b/public/images/mice/thumbnail/tiger.png differ
diff --git a/public/images/mice/thumbnail/time-plumber.png b/public/images/mice/thumbnail/time-plumber.png
new file mode 100644
index 00000000..bb12a757
Binary files /dev/null and b/public/images/mice/thumbnail/time-plumber.png differ
diff --git a/public/images/mice/thumbnail/time-punk.png b/public/images/mice/thumbnail/time-punk.png
new file mode 100644
index 00000000..f73091b9
Binary files /dev/null and b/public/images/mice/thumbnail/time-punk.png differ
diff --git a/public/images/mice/thumbnail/time-tailor.png b/public/images/mice/thumbnail/time-tailor.png
new file mode 100644
index 00000000..d3f7cfce
Binary files /dev/null and b/public/images/mice/thumbnail/time-tailor.png differ
diff --git a/public/images/mice/thumbnail/time-thief.png b/public/images/mice/thumbnail/time-thief.png
new file mode 100644
index 00000000..24cdcef1
Binary files /dev/null and b/public/images/mice/thumbnail/time-thief.png differ
diff --git a/public/images/mice/thumbnail/tiny-dragonfly.png b/public/images/mice/thumbnail/tiny-dragonfly.png
new file mode 100644
index 00000000..0b558d84
Binary files /dev/null and b/public/images/mice/thumbnail/tiny-dragonfly.png differ
diff --git a/public/images/mice/thumbnail/tiny-saboteur.png b/public/images/mice/thumbnail/tiny-saboteur.png
new file mode 100644
index 00000000..64023f3a
Binary files /dev/null and b/public/images/mice/thumbnail/tiny-saboteur.png differ
diff --git a/public/images/mice/thumbnail/tiny-toppler.png b/public/images/mice/thumbnail/tiny-toppler.png
new file mode 100644
index 00000000..b2c85b41
Binary files /dev/null and b/public/images/mice/thumbnail/tiny-toppler.png differ
diff --git a/public/images/mice/thumbnail/tiny.png b/public/images/mice/thumbnail/tiny.png
new file mode 100644
index 00000000..f82a5b9f
Binary files /dev/null and b/public/images/mice/thumbnail/tiny.png differ
diff --git a/public/images/mice/thumbnail/toboggan-technician.png b/public/images/mice/thumbnail/toboggan-technician.png
new file mode 100644
index 00000000..30a709c6
Binary files /dev/null and b/public/images/mice/thumbnail/toboggan-technician.png differ
diff --git a/public/images/mice/thumbnail/tome-sprite.png b/public/images/mice/thumbnail/tome-sprite.png
new file mode 100644
index 00000000..dce49c4c
Binary files /dev/null and b/public/images/mice/thumbnail/tome-sprite.png differ
diff --git a/public/images/mice/thumbnail/tonic-salesman.png b/public/images/mice/thumbnail/tonic-salesman.png
new file mode 100644
index 00000000..5b577881
Binary files /dev/null and b/public/images/mice/thumbnail/tonic-salesman.png differ
diff --git a/public/images/mice/thumbnail/torchbearer-tinderhelm.png b/public/images/mice/thumbnail/torchbearer-tinderhelm.png
new file mode 100644
index 00000000..5051891a
Binary files /dev/null and b/public/images/mice/thumbnail/torchbearer-tinderhelm.png differ
diff --git a/public/images/mice/thumbnail/totally-not-bitter.png b/public/images/mice/thumbnail/totally-not-bitter.png
new file mode 100644
index 00000000..2309dc2d
Binary files /dev/null and b/public/images/mice/thumbnail/totally-not-bitter.png differ
diff --git a/public/images/mice/thumbnail/toxic-warrior.png b/public/images/mice/thumbnail/toxic-warrior.png
new file mode 100644
index 00000000..c4f7da6f
Binary files /dev/null and b/public/images/mice/thumbnail/toxic-warrior.png differ
diff --git a/public/images/mice/thumbnail/toy-builder.png b/public/images/mice/thumbnail/toy-builder.png
new file mode 100644
index 00000000..a4911463
Binary files /dev/null and b/public/images/mice/thumbnail/toy-builder.png differ
diff --git a/public/images/mice/thumbnail/toy-sylvan.png b/public/images/mice/thumbnail/toy-sylvan.png
new file mode 100644
index 00000000..28ca18aa
Binary files /dev/null and b/public/images/mice/thumbnail/toy-sylvan.png differ
diff --git a/public/images/mice/thumbnail/toy.png b/public/images/mice/thumbnail/toy.png
new file mode 100644
index 00000000..84d2c371
Binary files /dev/null and b/public/images/mice/thumbnail/toy.png differ
diff --git a/public/images/mice/thumbnail/trailblazer.png b/public/images/mice/thumbnail/trailblazer.png
new file mode 100644
index 00000000..0df49e04
Binary files /dev/null and b/public/images/mice/thumbnail/trailblazer.png differ
diff --git a/public/images/mice/thumbnail/train-conductor.png b/public/images/mice/thumbnail/train-conductor.png
new file mode 100644
index 00000000..d9a8348f
Binary files /dev/null and b/public/images/mice/thumbnail/train-conductor.png differ
diff --git a/public/images/mice/thumbnail/train-engineer.png b/public/images/mice/thumbnail/train-engineer.png
new file mode 100644
index 00000000..390f894d
Binary files /dev/null and b/public/images/mice/thumbnail/train-engineer.png differ
diff --git a/public/images/mice/thumbnail/trampoline.png b/public/images/mice/thumbnail/trampoline.png
new file mode 100644
index 00000000..152d04d7
Binary files /dev/null and b/public/images/mice/thumbnail/trampoline.png differ
diff --git a/public/images/mice/thumbnail/tranquilia-protecticus.png b/public/images/mice/thumbnail/tranquilia-protecticus.png
new file mode 100644
index 00000000..ad8a4e24
Binary files /dev/null and b/public/images/mice/thumbnail/tranquilia-protecticus.png differ
diff --git a/public/images/mice/thumbnail/travelling-barber.png b/public/images/mice/thumbnail/travelling-barber.png
new file mode 100644
index 00000000..551c2591
Binary files /dev/null and b/public/images/mice/thumbnail/travelling-barber.png differ
diff --git a/public/images/mice/thumbnail/treacherous-tubaist.png b/public/images/mice/thumbnail/treacherous-tubaist.png
new file mode 100644
index 00000000..baf00d65
Binary files /dev/null and b/public/images/mice/thumbnail/treacherous-tubaist.png differ
diff --git a/public/images/mice/thumbnail/treant.png b/public/images/mice/thumbnail/treant.png
new file mode 100644
index 00000000..883efaf9
Binary files /dev/null and b/public/images/mice/thumbnail/treant.png differ
diff --git a/public/images/mice/thumbnail/treasure-brawler.png b/public/images/mice/thumbnail/treasure-brawler.png
new file mode 100644
index 00000000..8b413e4b
Binary files /dev/null and b/public/images/mice/thumbnail/treasure-brawler.png differ
diff --git a/public/images/mice/thumbnail/treasure-hoarder.png b/public/images/mice/thumbnail/treasure-hoarder.png
new file mode 100644
index 00000000..2bc37424
Binary files /dev/null and b/public/images/mice/thumbnail/treasure-hoarder.png differ
diff --git a/public/images/mice/thumbnail/treasure-keeper.png b/public/images/mice/thumbnail/treasure-keeper.png
new file mode 100644
index 00000000..ca1fd464
Binary files /dev/null and b/public/images/mice/thumbnail/treasure-keeper.png differ
diff --git a/public/images/mice/thumbnail/treasurer.png b/public/images/mice/thumbnail/treasurer.png
new file mode 100644
index 00000000..db5d64b8
Binary files /dev/null and b/public/images/mice/thumbnail/treasurer.png differ
diff --git a/public/images/mice/thumbnail/treat.png b/public/images/mice/thumbnail/treat.png
new file mode 100644
index 00000000..3a6cc2f3
Binary files /dev/null and b/public/images/mice/thumbnail/treat.png differ
diff --git a/public/images/mice/thumbnail/trick.png b/public/images/mice/thumbnail/trick.png
new file mode 100644
index 00000000..ff6101ca
Binary files /dev/null and b/public/images/mice/thumbnail/trick.png differ
diff --git a/public/images/mice/thumbnail/tricky-witch.png b/public/images/mice/thumbnail/tricky-witch.png
new file mode 100644
index 00000000..2a869ff9
Binary files /dev/null and b/public/images/mice/thumbnail/tricky-witch.png differ
diff --git a/public/images/mice/thumbnail/triple-lutz.png b/public/images/mice/thumbnail/triple-lutz.png
new file mode 100644
index 00000000..87a20737
Binary files /dev/null and b/public/images/mice/thumbnail/triple-lutz.png differ
diff --git a/public/images/mice/thumbnail/tritus.png b/public/images/mice/thumbnail/tritus.png
new file mode 100644
index 00000000..084572e5
Binary files /dev/null and b/public/images/mice/thumbnail/tritus.png differ
diff --git a/public/images/mice/thumbnail/troll.png b/public/images/mice/thumbnail/troll.png
new file mode 100644
index 00000000..c6941cd5
Binary files /dev/null and b/public/images/mice/thumbnail/troll.png differ
diff --git a/public/images/mice/thumbnail/tumbleweed.png b/public/images/mice/thumbnail/tumbleweed.png
new file mode 100644
index 00000000..cc3fe1c3
Binary files /dev/null and b/public/images/mice/thumbnail/tumbleweed.png differ
diff --git a/public/images/mice/thumbnail/tundra-huntress.png b/public/images/mice/thumbnail/tundra-huntress.png
new file mode 100644
index 00000000..4be2c0d0
Binary files /dev/null and b/public/images/mice/thumbnail/tundra-huntress.png differ
diff --git a/public/images/mice/thumbnail/turret-guard.png b/public/images/mice/thumbnail/turret-guard.png
new file mode 100644
index 00000000..274c2a09
Binary files /dev/null and b/public/images/mice/thumbnail/turret-guard.png differ
diff --git a/public/images/mice/thumbnail/twisted-carmine.png b/public/images/mice/thumbnail/twisted-carmine.png
new file mode 100644
index 00000000..b61dfd8d
Binary files /dev/null and b/public/images/mice/thumbnail/twisted-carmine.png differ
diff --git a/public/images/mice/thumbnail/twisted-fiend.png b/public/images/mice/thumbnail/twisted-fiend.png
new file mode 100644
index 00000000..f247e5d3
Binary files /dev/null and b/public/images/mice/thumbnail/twisted-fiend.png differ
diff --git a/public/images/mice/thumbnail/twisted-hotcakes.png b/public/images/mice/thumbnail/twisted-hotcakes.png
new file mode 100644
index 00000000..c66da485
Binary files /dev/null and b/public/images/mice/thumbnail/twisted-hotcakes.png differ
diff --git a/public/images/mice/thumbnail/twisted-lilly.png b/public/images/mice/thumbnail/twisted-lilly.png
new file mode 100644
index 00000000..dfcc7cfe
Binary files /dev/null and b/public/images/mice/thumbnail/twisted-lilly.png differ
diff --git a/public/images/mice/thumbnail/tyrannical-thaumaturge.png b/public/images/mice/thumbnail/tyrannical-thaumaturge.png
new file mode 100644
index 00000000..f350541f
Binary files /dev/null and b/public/images/mice/thumbnail/tyrannical-thaumaturge.png differ
diff --git a/public/images/mice/thumbnail/uncoordinated-cauldron-carrier.png b/public/images/mice/thumbnail/uncoordinated-cauldron-carrier.png
new file mode 100644
index 00000000..ca933dcd
Binary files /dev/null and b/public/images/mice/thumbnail/uncoordinated-cauldron-carrier.png differ
diff --git a/public/images/mice/thumbnail/undertaker.png b/public/images/mice/thumbnail/undertaker.png
new file mode 100644
index 00000000..aa8c5d37
Binary files /dev/null and b/public/images/mice/thumbnail/undertaker.png differ
diff --git a/public/images/mice/thumbnail/upper-class-lady.png b/public/images/mice/thumbnail/upper-class-lady.png
new file mode 100644
index 00000000..b4ed3147
Binary files /dev/null and b/public/images/mice/thumbnail/upper-class-lady.png differ
diff --git a/public/images/mice/thumbnail/urchin-king.png b/public/images/mice/thumbnail/urchin-king.png
new file mode 100644
index 00000000..84409f6f
Binary files /dev/null and b/public/images/mice/thumbnail/urchin-king.png differ
diff --git a/public/images/mice/thumbnail/vampira.png b/public/images/mice/thumbnail/vampira.png
new file mode 100644
index 00000000..59b06afa
Binary files /dev/null and b/public/images/mice/thumbnail/vampira.png differ
diff --git a/public/images/mice/thumbnail/vampire.png b/public/images/mice/thumbnail/vampire.png
new file mode 100644
index 00000000..1ce0bdac
Binary files /dev/null and b/public/images/mice/thumbnail/vampire.png differ
diff --git a/public/images/mice/thumbnail/vanquisher.png b/public/images/mice/thumbnail/vanquisher.png
new file mode 100644
index 00000000..93b3de90
Binary files /dev/null and b/public/images/mice/thumbnail/vanquisher.png differ
diff --git a/public/images/mice/thumbnail/venomona-festerbloom.png b/public/images/mice/thumbnail/venomona-festerbloom.png
new file mode 100644
index 00000000..99e8e71b
Binary files /dev/null and b/public/images/mice/thumbnail/venomona-festerbloom.png differ
diff --git a/public/images/mice/thumbnail/vicious-vampire-squid.png b/public/images/mice/thumbnail/vicious-vampire-squid.png
new file mode 100644
index 00000000..41ddef51
Binary files /dev/null and b/public/images/mice/thumbnail/vicious-vampire-squid.png differ
diff --git a/public/images/mice/thumbnail/vincent-the-magnificent.png b/public/images/mice/thumbnail/vincent-the-magnificent.png
new file mode 100644
index 00000000..950d7548
Binary files /dev/null and b/public/images/mice/thumbnail/vincent-the-magnificent.png differ
diff --git a/public/images/mice/thumbnail/vindictive-viscount.png b/public/images/mice/thumbnail/vindictive-viscount.png
new file mode 100644
index 00000000..fd1477a6
Binary files /dev/null and b/public/images/mice/thumbnail/vindictive-viscount.png differ
diff --git a/public/images/mice/thumbnail/vinetail.png b/public/images/mice/thumbnail/vinetail.png
new file mode 100644
index 00000000..fde18536
Binary files /dev/null and b/public/images/mice/thumbnail/vinetail.png differ
diff --git a/public/images/mice/thumbnail/vinneus-stalkhome.png b/public/images/mice/thumbnail/vinneus-stalkhome.png
new file mode 100644
index 00000000..6a9281c7
Binary files /dev/null and b/public/images/mice/thumbnail/vinneus-stalkhome.png differ
diff --git a/public/images/mice/thumbnail/violent-violinist.png b/public/images/mice/thumbnail/violent-violinist.png
new file mode 100644
index 00000000..7a42b33c
Binary files /dev/null and b/public/images/mice/thumbnail/violent-violinist.png differ
diff --git a/public/images/mice/thumbnail/violet-thunderling.png b/public/images/mice/thumbnail/violet-thunderling.png
new file mode 100644
index 00000000..e7eed66f
Binary files /dev/null and b/public/images/mice/thumbnail/violet-thunderling.png differ
diff --git a/public/images/mice/thumbnail/walker.png b/public/images/mice/thumbnail/walker.png
new file mode 100644
index 00000000..8a849228
Binary files /dev/null and b/public/images/mice/thumbnail/walker.png differ
diff --git a/public/images/mice/thumbnail/warehouse-manager.png b/public/images/mice/thumbnail/warehouse-manager.png
new file mode 100644
index 00000000..348b2a04
Binary files /dev/null and b/public/images/mice/thumbnail/warehouse-manager.png differ
diff --git a/public/images/mice/thumbnail/water-nymph.png b/public/images/mice/thumbnail/water-nymph.png
new file mode 100644
index 00000000..4daf36d1
Binary files /dev/null and b/public/images/mice/thumbnail/water-nymph.png differ
diff --git a/public/images/mice/thumbnail/water-sports.png b/public/images/mice/thumbnail/water-sports.png
new file mode 100644
index 00000000..3a31b70a
Binary files /dev/null and b/public/images/mice/thumbnail/water-sports.png differ
diff --git a/public/images/mice/thumbnail/water-wielder.png b/public/images/mice/thumbnail/water-wielder.png
new file mode 100644
index 00000000..b6d3634f
Binary files /dev/null and b/public/images/mice/thumbnail/water-wielder.png differ
diff --git a/public/images/mice/thumbnail/wealthy-werewarrior.png b/public/images/mice/thumbnail/wealthy-werewarrior.png
new file mode 100644
index 00000000..b237c716
Binary files /dev/null and b/public/images/mice/thumbnail/wealthy-werewarrior.png differ
diff --git a/public/images/mice/thumbnail/were-alpha.png b/public/images/mice/thumbnail/were-alpha.png
new file mode 100644
index 00000000..5d8106b8
Binary files /dev/null and b/public/images/mice/thumbnail/were-alpha.png differ
diff --git a/public/images/mice/thumbnail/werehauler.png b/public/images/mice/thumbnail/werehauler.png
new file mode 100644
index 00000000..94f5a5f1
Binary files /dev/null and b/public/images/mice/thumbnail/werehauler.png differ
diff --git a/public/images/mice/thumbnail/wereminer.png b/public/images/mice/thumbnail/wereminer.png
new file mode 100644
index 00000000..d10e36bf
Binary files /dev/null and b/public/images/mice/thumbnail/wereminer.png differ
diff --git a/public/images/mice/thumbnail/whelpling.png b/public/images/mice/thumbnail/whelpling.png
new file mode 100644
index 00000000..affb20ff
Binary files /dev/null and b/public/images/mice/thumbnail/whelpling.png differ
diff --git a/public/images/mice/thumbnail/whimsical-waltzer.png b/public/images/mice/thumbnail/whimsical-waltzer.png
new file mode 100644
index 00000000..abc05f89
Binary files /dev/null and b/public/images/mice/thumbnail/whimsical-waltzer.png differ
diff --git a/public/images/mice/thumbnail/whirleygig.png b/public/images/mice/thumbnail/whirleygig.png
new file mode 100644
index 00000000..218811ee
Binary files /dev/null and b/public/images/mice/thumbnail/whirleygig.png differ
diff --git a/public/images/mice/thumbnail/white-mage.png b/public/images/mice/thumbnail/white-mage.png
new file mode 100644
index 00000000..e973b50a
Binary files /dev/null and b/public/images/mice/thumbnail/white-mage.png differ
diff --git a/public/images/mice/thumbnail/white.png b/public/images/mice/thumbnail/white.png
new file mode 100644
index 00000000..99557a4c
Binary files /dev/null and b/public/images/mice/thumbnail/white.png differ
diff --git a/public/images/mice/thumbnail/wicked-witch-of-whisker-woods.png b/public/images/mice/thumbnail/wicked-witch-of-whisker-woods.png
new file mode 100644
index 00000000..19ab508d
Binary files /dev/null and b/public/images/mice/thumbnail/wicked-witch-of-whisker-woods.png differ
diff --git a/public/images/mice/thumbnail/wiggler.png b/public/images/mice/thumbnail/wiggler.png
new file mode 100644
index 00000000..82da1967
Binary files /dev/null and b/public/images/mice/thumbnail/wiggler.png differ
diff --git a/public/images/mice/thumbnail/wight.png b/public/images/mice/thumbnail/wight.png
new file mode 100644
index 00000000..f4da40b7
Binary files /dev/null and b/public/images/mice/thumbnail/wight.png differ
diff --git a/public/images/mice/thumbnail/wily-weevil.png b/public/images/mice/thumbnail/wily-weevil.png
new file mode 100644
index 00000000..015cfd2f
Binary files /dev/null and b/public/images/mice/thumbnail/wily-weevil.png differ
diff --git a/public/images/mice/thumbnail/wind-gatherer.png b/public/images/mice/thumbnail/wind-gatherer.png
new file mode 100644
index 00000000..4fdbfc8e
Binary files /dev/null and b/public/images/mice/thumbnail/wind-gatherer.png differ
diff --git a/public/images/mice/thumbnail/wind-harvester.png b/public/images/mice/thumbnail/wind-harvester.png
new file mode 100644
index 00000000..c10dd4bf
Binary files /dev/null and b/public/images/mice/thumbnail/wind-harvester.png differ
diff --git a/public/images/mice/thumbnail/wind-warden.png b/public/images/mice/thumbnail/wind-warden.png
new file mode 100644
index 00000000..da9a6f50
Binary files /dev/null and b/public/images/mice/thumbnail/wind-warden.png differ
diff --git a/public/images/mice/thumbnail/wind-warrior.png b/public/images/mice/thumbnail/wind-warrior.png
new file mode 100644
index 00000000..f3a0ecec
Binary files /dev/null and b/public/images/mice/thumbnail/wind-warrior.png differ
diff --git a/public/images/mice/thumbnail/wind-watcher.png b/public/images/mice/thumbnail/wind-watcher.png
new file mode 100644
index 00000000..b4400cf3
Binary files /dev/null and b/public/images/mice/thumbnail/wind-watcher.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2014.png b/public/images/mice/thumbnail/winter-boss-2014.png
new file mode 100644
index 00000000..369c5414
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2014.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2015.png b/public/images/mice/thumbnail/winter-boss-2015.png
new file mode 100644
index 00000000..d8411c62
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2015.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2016.png b/public/images/mice/thumbnail/winter-boss-2016.png
new file mode 100644
index 00000000..cbc734df
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2016.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2017.png b/public/images/mice/thumbnail/winter-boss-2017.png
new file mode 100644
index 00000000..bbaf4348
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2017.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2018.png b/public/images/mice/thumbnail/winter-boss-2018.png
new file mode 100644
index 00000000..4d79e064
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2018.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2019.png b/public/images/mice/thumbnail/winter-boss-2019.png
new file mode 100644
index 00000000..4725a5e0
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2019.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2020.png b/public/images/mice/thumbnail/winter-boss-2020.png
new file mode 100644
index 00000000..40d0f453
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2020.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2021.png b/public/images/mice/thumbnail/winter-boss-2021.png
new file mode 100644
index 00000000..c0e338b6
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2021.png differ
diff --git a/public/images/mice/thumbnail/winter-boss-2022.png b/public/images/mice/thumbnail/winter-boss-2022.png
new file mode 100644
index 00000000..39b38e3b
Binary files /dev/null and b/public/images/mice/thumbnail/winter-boss-2022.png differ
diff --git a/public/images/mice/thumbnail/winter-future.png b/public/images/mice/thumbnail/winter-future.png
new file mode 100644
index 00000000..c44406e6
Binary files /dev/null and b/public/images/mice/thumbnail/winter-future.png differ
diff --git a/public/images/mice/thumbnail/winter-games.png b/public/images/mice/thumbnail/winter-games.png
new file mode 100644
index 00000000..929d2e34
Binary files /dev/null and b/public/images/mice/thumbnail/winter-games.png differ
diff --git a/public/images/mice/thumbnail/winter-hunt-toy-strong.png b/public/images/mice/thumbnail/winter-hunt-toy-strong.png
new file mode 100644
index 00000000..716084c4
Binary files /dev/null and b/public/images/mice/thumbnail/winter-hunt-toy-strong.png differ
diff --git a/public/images/mice/thumbnail/winter-hunt-toy.png b/public/images/mice/thumbnail/winter-hunt-toy.png
new file mode 100644
index 00000000..a590e146
Binary files /dev/null and b/public/images/mice/thumbnail/winter-hunt-toy.png differ
diff --git a/public/images/mice/thumbnail/winter-mage.png b/public/images/mice/thumbnail/winter-mage.png
new file mode 100644
index 00000000..6e7c2665
Binary files /dev/null and b/public/images/mice/thumbnail/winter-mage.png differ
diff --git a/public/images/mice/thumbnail/winter-past.png b/public/images/mice/thumbnail/winter-past.png
new file mode 100644
index 00000000..a1846145
Binary files /dev/null and b/public/images/mice/thumbnail/winter-past.png differ
diff --git a/public/images/mice/thumbnail/winter-present.png b/public/images/mice/thumbnail/winter-present.png
new file mode 100644
index 00000000..fe03d877
Binary files /dev/null and b/public/images/mice/thumbnail/winter-present.png differ
diff --git a/public/images/mice/thumbnail/wolfskie.png b/public/images/mice/thumbnail/wolfskie.png
new file mode 100644
index 00000000..39c381c8
Binary files /dev/null and b/public/images/mice/thumbnail/wolfskie.png differ
diff --git a/public/images/mice/thumbnail/wordsmith.png b/public/images/mice/thumbnail/wordsmith.png
new file mode 100644
index 00000000..eec2e0cf
Binary files /dev/null and b/public/images/mice/thumbnail/wordsmith.png differ
diff --git a/public/images/mice/thumbnail/worker.png b/public/images/mice/thumbnail/worker.png
new file mode 100644
index 00000000..7898f777
Binary files /dev/null and b/public/images/mice/thumbnail/worker.png differ
diff --git a/public/images/mice/thumbnail/worried-wayfinder.png b/public/images/mice/thumbnail/worried-wayfinder.png
new file mode 100644
index 00000000..a8e04e2a
Binary files /dev/null and b/public/images/mice/thumbnail/worried-wayfinder.png differ
diff --git a/public/images/mice/thumbnail/wound-up-white.png b/public/images/mice/thumbnail/wound-up-white.png
new file mode 100644
index 00000000..cd2212ce
Binary files /dev/null and b/public/images/mice/thumbnail/wound-up-white.png differ
diff --git a/public/images/mice/thumbnail/wrathful-warden.png b/public/images/mice/thumbnail/wrathful-warden.png
new file mode 100644
index 00000000..4c130b3a
Binary files /dev/null and b/public/images/mice/thumbnail/wrathful-warden.png differ
diff --git a/public/images/mice/thumbnail/wreath-thief.png b/public/images/mice/thumbnail/wreath-thief.png
new file mode 100644
index 00000000..c6cbc396
Binary files /dev/null and b/public/images/mice/thumbnail/wreath-thief.png differ
diff --git a/public/images/mice/thumbnail/yeti.png b/public/images/mice/thumbnail/yeti.png
new file mode 100644
index 00000000..1b8cc096
Binary files /dev/null and b/public/images/mice/thumbnail/yeti.png differ
diff --git a/public/images/mice/thumbnail/zephyr.png b/public/images/mice/thumbnail/zephyr.png
new file mode 100644
index 00000000..17694118
Binary files /dev/null and b/public/images/mice/thumbnail/zephyr.png differ
diff --git a/public/images/mice/thumbnail/zombie.png b/public/images/mice/thumbnail/zombie.png
new file mode 100644
index 00000000..62ad8122
Binary files /dev/null and b/public/images/mice/thumbnail/zombie.png differ
diff --git a/public/images/mice/thumbnail/zombot-unipire.png b/public/images/mice/thumbnail/zombot-unipire.png
new file mode 100644
index 00000000..2b94a2a3
Binary files /dev/null and b/public/images/mice/thumbnail/zombot-unipire.png differ
diff --git a/scripts/update-data.js b/scripts/update-data.js
new file mode 100644
index 00000000..5b5e3a6e
--- /dev/null
+++ b/scripts/update-data.js
@@ -0,0 +1,48 @@
+import fs from 'node:fs';
+import path from 'node:path';
+
+const updateDataFiles = async () => {
+ const files = [
+ 'environments',
+ 'environments-events',
+ 'mice',
+ 'mice-groups',
+ 'items',
+ 'mhct-convertibles',
+ 'mhct-reverse-convertibles',
+ 'mhct-reverse-mapper',
+ 'mice-attraction-rates',
+ ];
+
+ const itemsToSkip = new Set([
+ 'arch_duke_achievement',
+ 'bucket_o_cannon_parts_crafting_item',
+ 'charm_level_2_trinket_slot',
+ 'charm_level_3_trinket_slot',
+ 'expired_cheese',
+ 'fools_claw_shot_crate_convertible',
+ 'fools_claw_shot_crate_convertible',
+ 'halloween_2020_journal_theme_collectible',
+ 'tournament_reaper_skin',
+ ]);
+
+ // For each file, fetch it from api.mouse.rip and save it to the data folder
+ for (const file of files) {
+ let json = await fetch(`https://api.mouse.rip/${file}`).then((res) => res.json());
+ if (! json) {
+ console.error(`Failed to fetch data for ${file}`); // eslint-disable-line no-console
+ return;
+ }
+
+ console.log(`Updating ${file}...`); // eslint-disable-line no-console
+
+ if ('items' === file) {
+ json = json.filter((item) => ! itemsToSkip.has(item.type));
+ }
+
+ const filePath = path.join(__dirname, `../src/data/generated/${file}.json`);
+ fs.writeFileSync(filePath, JSON.stringify(json, null, 2), 'utf-8');
+ }
+};
+
+updateDataFiles();
diff --git a/scripts/update-images.js b/scripts/update-images.js
new file mode 100644
index 00000000..681d8fea
--- /dev/null
+++ b/scripts/update-images.js
@@ -0,0 +1,84 @@
+import fs from 'node:fs';
+import path from 'node:path';
+
+const fetchImage = async (url, fullPath) => {
+ if (fs.existsSync(fullPath)) {
+ return;
+ }
+
+ const imageData = await fetch(url);
+ if (! imageData.ok || imageData.redirected) {
+ console.error(`Failed to fetch image for ${url}: ${imageData.statusText}`); // eslint-disable-line no-console
+ return;
+ }
+
+ const imageBuffer = Buffer.from(await imageData.arrayBuffer());
+ if (! imageBuffer || imageBuffer.length === 0) {
+ return;
+ }
+
+ fs.writeFile(fullPath, imageBuffer, (err) => {
+ if (err) {
+ console.error(`Failed to write image to ${fullPath}: ${err.message}`); // eslint-disable-line no-console
+ }
+ });
+};
+
+const updateMiceImages = async () => {
+ const mice = await fetch('https://api.mouse.rip/mice').then((res) => res.json());
+ if (! mice) {
+ return;
+ }
+
+ for (const mouse of mice) {
+ console.log(`Fetching images for ${mouse.type}...`); // eslint-disable-line no-console
+ await fetchImage(mouse.images.large, path.join(__dirname, `../public/images/mice/large/${mouse.type.replaceAll(/_/g, '-')}.png`));
+ await fetchImage(mouse.images.thumbnail, path.join(__dirname, `../public/images/mice/thumbnail/${mouse.type.replaceAll(/_/g, '-')}.png`));
+ }
+};
+
+const updateItemImages = async () => {
+ const items = await fetch('https://api.mouse.rip/items').then((res) => res.json());
+ if (! items) {
+ return;
+ }
+
+ const itemsToSkip = new Set([
+ 'arch_duke_achievement',
+ 'bucket_o_cannon_parts_crafting_item',
+ 'charm_level_2_trinket_slot',
+ 'charm_level_3_trinket_slot',
+ 'expired_cheese',
+ 'fools_claw_shot_crate_convertible',
+ 'halloween_2020_journal_theme_collectible',
+ 'tournament_reaper_skin',
+ ]);
+
+ for (const item of items) {
+ if (itemsToSkip.has(item.type)) {
+ console.log(`Skipping item ${item.type}...`); // eslint-disable-line no-console
+ continue;
+ }
+
+ console.log(`Fetching images for ${item.type}...`); // eslint-disable-line no-console
+ await fetchImage(
+ item.images.upscaled || item.images.best || item.images.large,
+ path.join(__dirname, `../public/images/items/large/${item.type.replaceAll(/_/g, '-')}.png`)
+ );
+
+ await fetchImage(
+ item.images.thumbnail,
+ path.join(__dirname, `../public/images/items/thumbnail/${item.type.replaceAll(/_/g, '-')}.png`)
+ );
+
+ if (item.images.trap) {
+ await fetchImage(
+ item.images.trap,
+ path.join(__dirname, `../public/images/items/trap/${item.type.replaceAll(/_/g, '-')}.png`)
+ );
+ }
+ }
+};
+
+updateMiceImages();
+updateItemImages();
diff --git a/scripts/update-userscript-data.js b/scripts/update-userscript-data.js
new file mode 100644
index 00000000..aa5cc97c
--- /dev/null
+++ b/scripts/update-userscript-data.js
@@ -0,0 +1,95 @@
+import fs from 'node:fs';
+import path from 'node:path';
+
+import userscriptsData from '../src/data/userscripts.json';
+
+const updateUserScripts = async () => {
+ console.log(`Updating ${userscriptsData.length} userscripts...`); // eslint-disable-line no-console
+
+ const userscripts = userscriptsData;
+
+ for (const script of userscripts) {
+ if (! script.url.includes('https://greasyfork.org/en/scripts/')) {
+ return;
+ }
+
+ const scriptId = script.url.replace('https://greasyfork.org/en/scripts/', '');
+ console.log(`Updating script ID ${scriptId}...`); // eslint-disable-line no-console
+
+ const scriptData = await fetch(`https://api.greasyfork.org/en/scripts/${scriptId}.json`).then((res) => res.json());
+ if (! scriptData) {
+ console.error(`Failed to fetch data for script ID ${script.id}`); // eslint-disable-line no-console
+ return;
+ }
+
+ const updateData = await fetch(`https://greasyfork.org/en/scripts/${scriptId}/stats.json`).then((res) => res.json());
+ if (! updateData) {
+ console.error(`Failed to fetch update data for script ID ${script.id}`); // eslint-disable-line no-console
+ return;
+ }
+
+ let updateDates = Object.keys(updateData);
+ const last7Days = updateDates.slice(-7);
+ const totalUpdateChecks = last7Days.reduce((sum, date) => {
+ const dayData = updateData[date];
+ return sum + (dayData.update_checks || 0);
+ }, 0);
+
+ const avg = totalUpdateChecks / last7Days.length;
+
+ // Adjustment factor to account for users who check weekly.
+ const adjustmentFactor = 1.87;
+ const estimatedActiveUsers = Math.round(avg * adjustmentFactor);
+
+ updateDates = Object.keys(updateData);
+ const last3Months = updateDates.slice(-90);
+ const installsLast3Months = last3Months.reduce((sum, date) => {
+ const dayData = updateData[date];
+ return sum + (dayData.installs || 0);
+ }, 0);
+
+ updateDates = Object.keys(updateData);
+ const lastMonth = updateDates.slice(-30);
+ const installsLastMonth = lastMonth.reduce((sum, date) => {
+ const dayData = updateData[date];
+ return sum + (dayData.installs || 0);
+ }, 0);
+
+ // Find the script in the userscripts array
+ const scriptIndex = userscripts.findIndex((s) => s.id === script.id);
+ if (scriptIndex === -1) {
+ console.error(`Script ID ${script.id} not found in userscripts array`); // eslint-disable-line no-console
+ return;
+ }
+
+ const scriptAuthor = scriptData.users.map((author) => {
+ return {
+ name: author.name,
+ url: author.url,
+ };
+ });
+
+ userscripts[scriptIndex] = {
+ ...userscripts[scriptIndex],
+ data: {
+ name: scriptData.name,
+ description: scriptData.description,
+ installs: scriptData.total_installs,
+ active_users: estimatedActiveUsers,
+ installs_last_3_months: installsLast3Months,
+ installs_last_month: installsLastMonth,
+ created_at: scriptData.created_at,
+ updated_at: scriptData.code_updated_at,
+ version: scriptData.version,
+ author: scriptAuthor,
+ }
+ };
+
+ const filePath = path.join(__dirname, '../src/data/userscripts.json');
+ fs.writeFileSync(filePath, JSON.stringify(userscripts, null, 2), 'utf-8');
+ }
+
+ console.log(`Updated ${userscripts.length} userscripts.`); // eslint-disable-line no-console
+};
+
+updateUserScripts();
diff --git a/src/app/about/page.jsx b/src/app/about/page.jsx
new file mode 100644
index 00000000..3e270c29
--- /dev/null
+++ b/src/app/about/page.jsx
@@ -0,0 +1,67 @@
+import { Heading, Subheading } from '@/components/heading';
+import { Divider } from '@/components/divider';
+import { PageLink } from '@/components/page-link';
+
+export const metadata = {
+ title: 'About mouse.rip - Your MouseHunt Resource Hub',
+ description: 'Learn more about mouse.rip, your comprehensive resource for MouseHunt guides, tools, and community-created content.',
+};
+
+export default async function About() {
+ return (
+
+ About mouse.rip
+
+
+
+
+
+ Welcome to mouse.rip your ultimate resource hub for the MouseHunt game. We are dedicated to providing comprehensive tools, detailed guides, and valuable information to help you become a master hunter in the world of Gnawnia.
+
+
+ Our mission is to create a centralized platform where MouseHunt players of all levels can find the resources they need to enhance their gameplay experience.
+
+
+
+
+ Our Features
+
+
+
+
+ Guides - Detailed guides covering all aspects of MouseHunt, from beginner tips to advanced strategies.
+
+
+ Extensions - Browser extensions to enhance your MouseHunt experience.
+
+
+ Spreadsheets - Comprehensive spreadsheets for tracking progress, planning hunts, and managing resources.
+
+
+ Tools - Various tools to assist with calculations, information lookup, simulations, and more.
+
+
+ Userscripts - Custom scripts to customize your MouseHunt interface and enhance the user experience.
+
+
+
+
+ Connect with Us
+
+
+
+ Join us on GitHub or Discord to connect with other hunters, ask questions, share your ideas, and contribute to the community.
+
+
+
+
+
+ Disclaimer
+
+
+
+ mouse.rip is a fan-made resource hub created by and for the MouseHunt community.This website is not affiliated with, endorsed, or sponsored by HitGrab. All game content and materials belong to HitGrab.
+
+ Tip: You can copy your current amounts from the Crafting Table and press Ctrl+V (or Cmd+V) and the calculator will automatically fill out the amounts for each essence.
+
+ Userscripts are small pieces of code that can be installed in your browser to modify the behavior of websites. They can be used to add new features, fix bugs, or update styles on websites like MouseHunt. If you want to use this userscript, follow these steps:
+
+
+
+ Install a userscript manager for your browser:
+
+
+ Chrome, Firefox, or Edge: Violentmonkey (recommended) or Tampermonkey
+
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/49c8d565c01fecb4d95da0715e6c20de.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c2560f0dfe78e9e3998450db8a157ce1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/49c8d565c01fecb4d95da0715e6c20de.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/49c8d565c01fecb4d95da0715e6c20de.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 469,
+ "type": "nutmug_cheese",
+ "name": "Nutmeg Cheese",
+ "description": "This nicely spiced cheese is favoured by the festive mice during the Great Winter Hunt. It also makes the perfect topping for a warm cup of eggnog.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "great_winter_hunt",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/07574901a3066db86eb46661d0e5e86a.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/569f9c286e3bf8f55f5eef3a337f4433.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/569f9c286e3bf8f55f5eef3a337f4433.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/569f9c286e3bf8f55f5eef3a337f4433.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 470,
+ "type": "2010_ronza_voucher_stat_item",
+ "name": "2010 Ronza Voucher",
+ "description": "Ronza's Traveling Shoppe will be returning to Gnawnia sometime during January, 2011 and will feature new exciting items discovered by Moustachio the Charmer. This voucher can be redeemed for 20 free Luck Charms from her shop when she arrives. Keep watching the skies!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/71801a64f60d7b5a30052d1f6f9275f8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/71801a64f60d7b5a30052d1f6f9275f8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/71801a64f60d7b5a30052d1f6f9275f8.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 471,
+ "type": "gold_satchel_2011_bonus_loot",
+ "name": "Satchel of Gold (2,011 gold)",
+ "description": "The gold contained in this satchel is instantly awarded to the hunter upon being collected. This item does not appear in a hunter's inventory.",
+ "display_order": 0,
+ "classification": "bonus_loot",
+ "tags": [
+ "bonus_loot"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bonus_loots/9bdc4b42abd7f060c201356da00fe2cb.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bonus_loots/9bdc4b42abd7f060c201356da00fe2cb.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/gold.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 472,
+ "type": "ultimate_luck_crate_convertible",
+ "name": "Crate of Ultimate Luck Charms",
+ "description": "Containing 20 Ultimate Luck Charms that provide a +20 luck bonus while armed. To open the crate, view the \"Special\" section of your inventory. One charm is used for each mouse encountered, so use them wisely! In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/797818e11e74bd2fc765061abad0ff68.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1a7791fb8cfb542b18d585cd27f39fa3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/797818e11e74bd2fc765061abad0ff68.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/797818e11e74bd2fc765061abad0ff68.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 473,
+ "type": "ultimate_luck_trinket",
+ "name": "Ultimate Luck Charm",
+ "description": "This charm is rapidly vibrating, near-ready to explode with luck! The Ultimate Luck Charm provides a whopping +20 luck while armed.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/1dd7ea1380d9193ae1be9fb13335272d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/07cee94773b821f8db533d23ff511643.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/88917c0fb84e407929193251b8362496.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/07cee94773b821f8db533d23ff511643.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/07cee94773b821f8db533d23ff511643.png",
+ "upscaled": "https://i.mouse.rip/upscaled/uluck.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 474,
+ "type": "tiki_base_blueprints_crafting_item",
+ "name": "Tiki Base Blueprints",
+ "description": "These blueprints describe how to assemble pieces of Tribal Timber into an ornate base capable of mesmerizing the mice of the Elub, Nerg and Derr tribes. The enchanting effect results in a +6 luck bonus when hunting the three tribes. These plans are printed by Ronza herself, and are sometimes available when she visits. Due to her limited supply, a hunter may only own 5 copies of the blueprints.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/bdf99350d85d75a86e3c34c300143fa3.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/bdf99350d85d75a86e3c34c300143fa3.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 475,
+ "type": "tribal_timber_crafting_item",
+ "name": "Tribal Timber",
+ "description": "This timber was long ago harvested from the Jungle of Dread to construct a Tribal Base. The split wood still fits perfectly together, as though it longs to be together again.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/553f96248e9f3a44d7f22bca05a30e50.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/553f96248e9f3a44d7f22bca05a30e50.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/553f96248e9f3a44d7f22bca05a30e50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 476,
+ "type": "bacon_base",
+ "name": "Bacon Base",
+ "description": "This odd little base was granted to Ronza for her help in defeating a Nether Pig plaguing a small village in a far off land. Thankfully it's not actually made of real meat, but rather a cleverly painted polycarbonate slab.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/0213acec664f26d138b2e26353ae068f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/3835a40eefafc0c5537154559d125c4d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/0213acec664f26d138b2e26353ae068f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/0213acec664f26d138b2e26353ae068f.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/e8e89f8f9bbeed5c553ac5ad3c04af2e.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 477,
+ "type": "runic_base",
+ "name": "Runic Base",
+ "description": "Forged by \"The Forgotten\", this ancient tablet was once used as a crafting station to enchant Runes. While in Bristle Woods, the engravings etched on this base begin to glow and dance along the tablet, calling out for what was once born from its surface, attracting mice carrying an abundance of Runes.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "bristle_woods",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/1d5e30ea7ea7a4b97d7834a3849b8cf5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/3dcb8fdaf84e62fcfa7944c3d3089e3c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/1d5e30ea7ea7a4b97d7834a3849b8cf5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/1d5e30ea7ea7a4b97d7834a3849b8cf5.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/cc58f4282323f0495842cac60be1b1de.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 478,
+ "type": "seasonal_base",
+ "name": "Seasonal Base",
+ "description": "This base is carved from the magical soil of Zugzwang's Seasonal Garden. The serene soil brings together all four seasons, providing camouflage inside the garden. The Seasonal Base gains an 18% power bonus when hunting in the Seasonal Garden.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "seasonal_garden",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c20eb3436ef6b13b431f86cf05eddc9d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/9b7427186837e9ff4f2203e77d776a13.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c20eb3436ef6b13b431f86cf05eddc9d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c20eb3436ef6b13b431f86cf05eddc9d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/8ff4a899d7052a93ef9ae3894aa22d43.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 479,
+ "type": "tiki_base",
+ "name": "Tiki Base",
+ "description": "Made from precious Tribal Timber collected by smashing a Tribal Base, the Tiki Base features a more ornate design than its tribal counterpart. The serpentine carvings mesmerize the mice of Elub, Nerg and Derr giving your trap a +6 luck bonus when encountering them on a hunt.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c75114787e98e2b2ede33b5c7fc7409d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/cd2b5c0965aa2eae93db22749aadd4ec.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c75114787e98e2b2ede33b5c7fc7409d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c75114787e98e2b2ede33b5c7fc7409d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/caf217fd8181b4db2761633d0899bb3b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.18,
+ "power_bonus_formatted": "18%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 480,
+ "type": "arcane_blast_weapon",
+ "name": "Arcane Blast Trap",
+ "description": "This trap uses the conductive properties of onyx to draw magical energy from the world around it. When the trap is activated, the concentrated energy is released in a bright blast, vanquishing mice to another realm.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e5955994c0e12ef1895e2b744b16c460.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/97af215c9451da7a72a58753956b5ae9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/e5955994c0e12ef1895e2b744b16c460.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7069fefc2d0e2dc5854ede573725abbf.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 3400,
+ "power_formatted": "3,400",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 481,
+ "type": "pneumatic_tube_weapon",
+ "name": "Pneumatic Tube Trap",
+ "description": "A simple pressure plate below the cheese activates the powerful vacuum tube sucking the mouse to any location you or the vast network of tubes dictates. The highly lucky suction is capable of capturing a mouse that is on the brink of escape, producing a satisfying \"FOOOMP\" sound.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/86561234390fbd61669e89116c7319d2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/1f85f6f1e8f2ebfcdb89140f3b10e9a5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/86561234390fbd61669e89116c7319d2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f63819383aca4897f5c6afe873335a38.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 2300,
+ "power_formatted": "2,300",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 18,
+ "luck_formatted": "18",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 482,
+ "type": "rewers_repost_weapon",
+ "name": "Rewers Riposte",
+ "description": "These droids have been specially trained by one of the kingdom's most devoted hunters. The droids are quick and agile, allowing them to easily parry an incoming mouse and corral them under a massive net.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/73b0523f31b30145ab16c3fa9b4e8837.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/36588eeab30b9daecba9764bdfe37841.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/73b0523f31b30145ab16c3fa9b4e8837.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/da72dba039f740bee2331a1cb359ac83.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 2900,
+ "power_formatted": "2,900",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 483,
+ "type": "shrink_ray_weapon",
+ "name": "Shrink Ray Trap",
+ "description": "Zap! This high-powered Shrink Ray reduces mice to miniature in seconds flat! Makes a great trap for a beginning MouseHunter!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/452c0a7a3943f217ab3e78e306d94fc1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/2c92e9d44642cb246c28c32bf866384e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/452c0a7a3943f217ab3e78e306d94fc1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/196450367932479faf15f9002c3c6c60.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 1750,
+ "power_formatted": "1,750",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.02,
+ "attraction_bonus_formatted": "2%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 484,
+ "type": "first_ever_trinket",
+ "name": "First Ever Charm",
+ "description": "*Sold for a limited time only* To celebrate the introduction of charms to Gnawnia, Moustachio is selling one of his early prototypes. Although more powerful charms have since been discovered, this antiquarian charm remains a special piece of hunting history!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f16d6dbe1697e7e3d50e871e2e29f00a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/f16d6dbe1697e7e3d50e871e2e29f00a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f16d6dbe1697e7e3d50e871e2e29f00a.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 40,
+ "power_formatted": "40",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 485,
+ "type": "charm_level_1_trinket_slot",
+ "name": "Charm Conduit",
+ "description": "This conduit is added to your trap to gain the ability to use charms. This conduit is carved from the wood of a Mountain Pine Tree.",
+ "display_order": 0,
+ "classification": "trinket_slot",
+ "tags": [
+ "trinket_slot"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinket_slots/06e0b1849d75003231f4cbd8eab65a1a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinket_slots/06e0b1849d75003231f4cbd8eab65a1a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/06e0b1849d75003231f4cbd8eab65a1a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 488,
+ "type": "catalytic_orb_crafting_item",
+ "name": "Catalytic Orb",
+ "description": "?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ea02a6ff03035e60f53fb22a456a4918.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ea02a6ff03035e60f53fb22a456a4918.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ea02a6ff03035e60f53fb22a456a4918.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 489,
+ "type": "charmbit_crafting_item",
+ "name": "Charmbit",
+ "description": "Charmbits are a vital ingredient used in crafting Charms. Some say they are impossibly small nanites, while others state that they are condensed magic, experts suggest it is likely a combination of them both. The one thing everyone can agree on is to handle with care and never breathe it in!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/20cc89851d1da6ea007720313b3d5f06.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/20cc89851d1da6ea007720313b3d5f06.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/20cc89851d1da6ea007720313b3d5f06.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 490,
+ "type": "epic_orb_crafting_item",
+ "name": "Epic Orb",
+ "description": "There are a few charms so powerful, so world-shatteringly incredible that not even the Divine Orb can contain them. This orb is designed to do just that. One thousand Charmbits will be required as a base and a Garden Essence will be needed to power it, though eventually more ingredients and abilities may be uncovered.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/041508ebc4291b4cd82502c20902ae3e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/041508ebc4291b4cd82502c20902ae3e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/041508ebc4291b4cd82502c20902ae3e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt mice throughout the kingdom or purchase from the Labyrinth or Zokor Charm Shoppe"
+ },
+ {
+ "id": 491,
+ "type": "flawed_orb_crafting_item",
+ "name": "Flawed Orb",
+ "description": "The Flawed Orb is used in crafting rudimentary charms. Its poor workmanship and porous surface make it incapable of being used in crafting more advanced charms.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d3cc688be2acfc6d4abf3c2baa8ea4e4.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d3cc688be2acfc6d4abf3c2baa8ea4e4.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/d3cc688be2acfc6d4abf3c2baa8ea4e4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt mice throughout the kingdom or purchase from the Labyrinth or Zokor Charm Shoppe"
+ },
+ {
+ "id": 492,
+ "type": "flawless_orb_crafting_item",
+ "name": "Flawless Orb",
+ "description": "The Flawless Orb balances quality workmanship with quality glass for superior performance. This quality orb makes a perfect vessel for powerful charms.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a64bcfe3d5ac35d5f760b0835c9a24fb.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a64bcfe3d5ac35d5f760b0835c9a24fb.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/a64bcfe3d5ac35d5f760b0835c9a24fb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt mice throughout the kingdom or purchase from the Labyrinth or Zokor Charm Shoppe"
+ },
+ {
+ "id": 493,
+ "type": "perfect_orb",
+ "name": "Divine Orb",
+ "description": "Of unknown origins, the Divine Orb defies common understanding. Not made of glass like other orbs, it is made of an unknown crystal that can contain the strongest charms while crafting. This orb should only be used to craft the most powerful of charms and nothing else.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/da4d4d2ba258ff4953322c609dead570.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/da4d4d2ba258ff4953322c609dead570.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/da4d4d2ba258ff4953322c609dead570.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt mice throughout the kingdom or purchase from the Labyrinth or Zokor Charm Shoppe"
+ },
+ {
+ "id": 494,
+ "type": "simple_orb_crafting_item",
+ "name": "Simple Orb",
+ "description": "The Simple Orb is an ideal choice for crafting average powered charms.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2ba59ce524756109ad0f9824f1d5345e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2ba59ce524756109ad0f9824f1d5345e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/2ba59ce524756109ad0f9824f1d5345e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt mice throughout the kingdom or purchase from the Labyrinth or Zokor Charm Shoppe"
+ },
+ {
+ "id": 495,
+ "type": "anti_skele_trinket",
+ "name": "Antiskele Charm",
+ "description": "This charm is packed with concentrated Radioactive Sludge, which is highly corrosive to bone. Skeleton Mice in the Catacombs fear these charms and will stay clear of your trap while you have one armed.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "catacombs",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c9e2e0ff242a15efd576ada74ccdd0c2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/c9e2e0ff242a15efd576ada74ccdd0c2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/c9e2e0ff242a15efd576ada74ccdd0c2-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 496,
+ "type": "mining_trinket",
+ "name": "Prospector's Charm",
+ "description": "With a center of hard meteorite, this charm provides +200 power and a 10% power bonus to your trap. \n \nWhen used in the Mountain, this charm's prospecting ability attracts more Gold and Diamond mice. When used alongside SUPER|brie+ in the Mountain, these charms also increase the attraction of Silvertail mice. \n \nWhen used in Claw Shot City, this charm increases the chance of encountering a Prospector Mouse who may drop some Fool's Gold when caught!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "claw_shot_city",
+ "mountain",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f7399c5331d89cc6a8b6b17f560d24b4_v2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/f7399c5331d89cc6a8b6b17f560d24b4_v2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f7399c5331d89cc6a8b6b17f560d24b4_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 497,
+ "type": "staling_trinket",
+ "name": "Rotten Charm",
+ "description": "Made from rotten pieces of dried up cheese, this charm's funky odour adds power to your trap by causing a mouse to become slightly queasy right as they attempt to steal your bait. This powerful stench is also known to penetrate bait, increasing the chance of it turning stale.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "toxic_spill",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/d20c6683d16fed01b12364641193bd29.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/d20c6683d16fed01b12364641193bd29.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/d20c6683d16fed01b12364641193bd29.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 160,
+ "power_formatted": "160",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 498,
+ "type": "super_staling_trinket",
+ "name": "Super Rotten Charm",
+ "description": "Imbued with rock-hard Stale SUPER|brie+, this charm emits a powerful stench that puts a mouse into a severely disorientated state. The intense odour also increases the chance of your bait turning stale should you fail to attract a mouse.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "toxic_spill",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/e9f1d5f0bb9d29b9db313cd837bb8028.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/e9f1d5f0bb9d29b9db313cd837bb8028.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/e9f1d5f0bb9d29b9db313cd837bb8028.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.02,
+ "power_bonus_formatted": "2%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 499,
+ "type": "heart_of_rabbit_gift_basket_convertible",
+ "name": "Heart of the Rabbit Gift Basket",
+ "description": "This jumbo-sized, festive gift basket is full of SUPER|brie+ and makes a great gift during the Heart of the Rabbit Party. The basket contains 200 SUPER|brie+ and provides the Lucky Golden Shield for 1 month when opened. The basket also has 3 Valentine Charms and 3 Lucky Rabbit Charms as a festive bonus!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2735c552f09efbf886404cf0c3e146d0.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8ad7df7953a02d712b8d1acd1c72d88e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/2735c552f09efbf886404cf0c3e146d0.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/2735c552f09efbf886404cf0c3e146d0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 500,
+ "type": "lucky_rabbit_trinket",
+ "name": "Lucky Rabbit Charm",
+ "description": "It turns out people have had it wrong this whole time, it's not the entire rabbit foot that is lucky, but rather the fur on the hind legs. These charms are made from 100% naturally shed fur from a rabbit's hind leg. Only a dedicated mouse could have collected the correct furs to make a charm this powerful, though it seems it didn't bring that mouse much luck after all did it?",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c71963877441767b196d3199b2ed6dec.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/c71963877441767b196d3199b2ed6dec.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/c71963877441767b196d3199b2ed6dec.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 501,
+ "type": "valentine_trinket",
+ "name": "Valentine Charm",
+ "description": "Bursting with affection, this loving charm adds a 100% attraction bonus. Enjoy the attraction benefit yourself, or share with a friend to let them know they're special! ",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "valentines",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b1dad39869d728adffef0acd2dec0fba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/689c7c7aaad1af0c53da8f91acc8491d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/12af1cc309de59bf4f7187572b3b1409.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/689c7c7aaad1af0c53da8f91acc8491d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/689c7c7aaad1af0c53da8f91acc8491d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/689c7c7aaad1af0c53da8f91acc8491d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 1,
+ "attraction_bonus_formatted": "100%",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 502,
+ "type": "friend",
+ "name": "Friend",
+ "description": "Friends who play MouseHunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a6175da28559fbe07bd75dc8ef595ee7.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/a6175da28559fbe07bd75dc8ef595ee7.gif"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 503,
+ "type": "2011_bday_gift_convertible",
+ "name": "2011 Birthday Gift",
+ "description": "A gift wrapped up to celebrate MouseHunt's Third Birthday! I wonder what's inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac98c705c28a0e6a938db51184c1867e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1f7aa3eb12a65dd772c2989043f79b28.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b441ec44a4c13b471da45be295d22d9c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/07eb69ce2783a99b8980e0486590151c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1f7aa3eb12a65dd772c2989043f79b28.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1f7aa3eb12a65dd772c2989043f79b28.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1f7aa3eb12a65dd772c2989043f79b28.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 504,
+ "type": "mh_birthday_gift_basket_convertible",
+ "name": "Birthday Gift Basket",
+ "description": "This birthday basket makes a great gift to celebrate MouseHunt's Birthday! The basket contains 200 SUPER|brie+, 100 Cupcake Colby Cheese and provides the Lucky Golden Shield for 1 month when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ec263cc365df9985e23f2d97955c7032.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/99b38f325de34aff849848aee96a42a4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/ec263cc365df9985e23f2d97955c7032.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ec263cc365df9985e23f2d97955c7032.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 505,
+ "type": "bday_explosives_crafting_item",
+ "name": "Birthday Explosives",
+ "description": "Festive birthday explosives! Warning: Do not use as candles.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0b665b77edf4696d19ba1d3456a45db0.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0b665b77edf4696d19ba1d3456a45db0.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/0b665b77edf4696d19ba1d3456a45db0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 506,
+ "type": "fuse_crafting_item",
+ "name": "Fuse",
+ "description": "A coil of fuse.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b1b64694e16bfd80fa8574262a255eb8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b1b64694e16bfd80fa8574262a255eb8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/b1b64694e16bfd80fa8574262a255eb8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 507,
+ "type": "red_wax_crafting_item",
+ "name": "Red Wax",
+ "description": "A glob of multi-purpose red wax.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b7f6f9f9c0621b18f07745006cd3768f.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b7f6f9f9c0621b18f07745006cd3768f.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/b7f6f9f9c0621b18f07745006cd3768f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 508,
+ "type": "birthday_bear_collectible",
+ "name": "Birthday Bear",
+ "description": "A cuddly companion and friend to bring to the MouseHunt Birthday Party.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/11859c9378ef034c7e80838b52b54a5c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6e00b779f92376a20a55d9b29b0777b5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/11859c9378ef034c7e80838b52b54a5c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/11859c9378ef034c7e80838b52b54a5c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 509,
+ "type": "silly_bday_hat_collectible",
+ "name": "Silly Birthday Hat",
+ "description": "You get the feeling that this silly birthday hat has been around the world. Thankfully it is now nice and safe in your collection; after all, a hat can only handle so much worldly experience.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/b9f8f45e7baeed919ef27e467c252042.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1d903aa76b6890719363dc28ffc542d9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/b9f8f45e7baeed919ef27e467c252042.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/b9f8f45e7baeed919ef27e467c252042.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 510,
+ "type": "spring_toy_collectible",
+ "name": "Spring Toy",
+ "description": "A bright and shiny spring toy! Now to find a hunting spot with a lot of stairs...",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e208a25f7f179826610a93c11ae341de.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b98835168a77d69f07647eae4c45d1f4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e208a25f7f179826610a93c11ae341de.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e208a25f7f179826610a93c11ae341de.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 511,
+ "type": "cheese_cake_base",
+ "name": "Cheesecake Base",
+ "description": "His Majesty's head chef has created a cake masterpiece from a material known to attract mice, cheese! When used as a base, this rich and decadent cake provides an impressive attraction bonus to your trap setup. \n \nA flavour first savoured during MouseHunt's 3rd birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/fb2a4d150fc98b62f8b975afb6fe56e0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/24533e3a5c78cd3b424cd7add9c28f3e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/fb2a4d150fc98b62f8b975afb6fe56e0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/fb2a4d150fc98b62f8b975afb6fe56e0.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/94cd3b6c1ee773b469b9fd05e24eb197.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 175,
+ "power_formatted": "175",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 512,
+ "type": "bday_candle_kaboom_weapon",
+ "name": "Birthday Candle Kaboom",
+ "description": "These aren't your normal everyday decorative candles, this becomes apparent as soon as you light one. Candles don't normally spark, hiss and burn up their wick as fast as a mouse eating string cheese. Just a hint: don't put these candles on a friend's cake unless you want them wearing it!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d440ac570415cbf716a8affd206a30f3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/e1bc893bb4e264f0b5c2f70eccb1699e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d440ac570415cbf716a8affd206a30f3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ff88d4ebd0d96b5d5ee28c90049bf6b6.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 2400,
+ "power_formatted": "2,400",
+ "has_power_bonus": true,
+ "power_bonus": 0.3,
+ "power_bonus_formatted": "30%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 14,
+ "luck_formatted": "14",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 513,
+ "type": "cupcake_cheese",
+ "name": "Cupcake Colby",
+ "description": "A special bait to celebrate MouseHunt's Birthday!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "mousehunt_birthday",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/7ff83d1a8c8b0413f11e6ac5507d8a42.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/c6996f20c236eb0ca6a392a8da609438.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/c6996f20c236eb0ca6a392a8da609438.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c6996f20c236eb0ca6a392a8da609438.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 514,
+ "type": "nanny_trinket",
+ "name": "Nanny Charm",
+ "description": "The Nanny Charm contains a concentrated amount of scolding and changes any trap's power type to Parental, ensuring that any mice caught are not harmed and instead only told to think long and hard about what they did wrong.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/cd64fdb6a9d599c2e4510ea1fb92a9bf.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/cd64fdb6a9d599c2e4510ea1fb92a9bf.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/cd64fdb6a9d599c2e4510ea1fb92a9bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 120,
+ "power_formatted": "120",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 515,
+ "type": "cupcake_colby_potion",
+ "name": "Cupcake Colby Potion",
+ "description": "This magical concoction smells of freshly baked cupcakes combined with a distinctively sharp cheese scent.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "vintage",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/2e023d0f4c76dd5132ac78bdf79c0359.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/potions/2e023d0f4c76dd5132ac78bdf79c0359.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/2e023d0f4c76dd5132ac78bdf79c0359.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 516,
+ "type": "warpath_survival_kit_convertible",
+ "name": "Warpath Survival Kit",
+ "description": "To help those hunting in the Sandtail Desert against the invading Marching Flame, the King has put together this survival kit. Inside this kit you'll find: \n \n\n• 50 Super Warpath Scout Charms \n• 50 Super Warpath Warrior Charms \n• 50 Super Warpath Archer Charms \n• 100 SUPER|brie+ \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b40786194d120e504fe71b0edc9b2229.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6e82785f32880c7df1a4cdbfa01997dc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/aaf5ed6b131e112eb57b8355912ee70c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dbe890807eb19e28dcccbf828d104c93.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6e82785f32880c7df1a4cdbfa01997dc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6e82785f32880c7df1a4cdbfa01997dc.png",
+ "upscaled": "https://i.mouse.rip/upscaled/warpath_survival_kit_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 517,
+ "type": "desert_horseshoe_crafting_item",
+ "name": "Desert Horseshoe",
+ "description": "Slightly hot to the touch, this horseshoe can be used to transform a Simple Orb into a Warpath Cavalry Charm.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1bf35b9296bb64e248a25ce0670baf87.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/aa92195f4813a1f575329a3960dec558.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/e5d8cf2c0053fb4818194882ff219363.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/aa92195f4813a1f575329a3960dec558.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/aa92195f4813a1f575329a3960dec558.png",
+ "upscaled": "https://i.mouse.rip/upscaled/desert_horseshoe_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 518,
+ "type": "essence_of_destruction_crafting_item",
+ "name": "Essence of Destruction",
+ "description": "Sure, it's tiny looking, but we all know looks can be deceiving. It looks like a simple substance of no real quantity, but it's actually an insanely concentrated amount of dark matter. Whatever you do, don't lose or drop this! The results could be... well, destructive.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c19b0d2de195a624056eb70d58181836.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd8a0d2da253ef5d1e33bade28a58465.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d31e4f2b31fb92231ac19a35ecfa2735.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd8a0d2da253ef5d1e33bade28a58465.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd8a0d2da253ef5d1e33bade28a58465.png",
+ "upscaled": "https://i.mouse.rip/upscaled/essence-of-destruction-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Retired Minotaur mice in Zokor"
+ },
+ {
+ "id": 519,
+ "type": "flameshard_crafting_item",
+ "name": "Flameshard",
+ "description": "The Flameshard is the symbol of the Marching Flame. The army of the Marching Flame draw their powers from these totems, threatening the fall of Gnawnia itself! The more of these you take from them, the better, and perhaps someone can find a way to turn this awesome power against the forces of the Marching Flame.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a1f714bbf9c23aa53e89d83b22b31161.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fe905c2d97928a36d959d6193fdb7832.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5264012e27bbb8d7d63191c40235d559.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fe905c2d97928a36d959d6193fdb7832.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fe905c2d97928a36d959d6193fdb7832.png",
+ "upscaled": "https://i.mouse.rip/upscaled/flameshard_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Warmonger, Theurgy Warden, and Gargantuamouse mice in the Fiery Warpath"
+ },
+ {
+ "id": 520,
+ "type": "gold_leaf_crafting_item",
+ "name": "Gold Leaf",
+ "description": "A very delicate sheet of gold, frequently used in making ornate trim.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "general",
+ "general",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/58af6b1c9af0fb0f933da0e463913484.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5985fc9b29b3c4f0dd36ea5de406bd8f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/81b7b122460b8c13f24844440a0ae807.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5985fc9b29b3c4f0dd36ea5de406bd8f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5985fc9b29b3c4f0dd36ea5de406bd8f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5985fc9b29b3c4f0dd36ea5de406bd8f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 521,
+ "type": "heatproof_mage_cloth_crafting_item",
+ "name": "Heatproof Mage Cloth",
+ "description": "This flame retardant cloth can be used to create Warpath Mage Charms from a Simple Orb.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e0946dd901ca59d79dcf71172c3908ef.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/680c67c8635f8d80dc611a31df5041ca.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/95a772504d42917adf21b6fe87beb0ed.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/680c67c8635f8d80dc611a31df5041ca.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/680c67c8635f8d80dc611a31df5041ca.png",
+ "upscaled": "https://i.mouse.rip/upscaled/heatproof_mage_cloth_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 522,
+ "type": "oasis_bead_crafting_item",
+ "name": "Oasis Bead",
+ "description": "This valuable artifact is especially useful in the desert. By concentrating on the small bead, it can locate a source of water anywhere and draw it to you. Some believe that a scheme to flood Gnawnia had been planned where these beads would be used to call the waters of the nearby shores onto the land. Others believe mice just like to have a access to water while travelling the desert.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/bd1c0d10123b5fde7ad75c34be3067f1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/377b006e0c8cb0ad2540ead3ba6f91a9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d39efddbc098d0ddba1030ac4b39cffa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/377b006e0c8cb0ad2540ead3ba6f91a9.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/377b006e0c8cb0ad2540ead3ba6f91a9.png",
+ "upscaled": "https://i.mouse.rip/upscaled/oasis_bead_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Warmonger mice in the Fiery Warpath"
+ },
+ {
+ "id": 523,
+ "type": "oasis_water_node_blueprint_crafting_item",
+ "name": "Oasis Water Node Trap Blueprints",
+ "description": "This trap design may appear as a beautiful desert oasis, but below the sand is a masterfully crafted tunnel full of water brought to life by a thousand Living Shards. A splash of coconut milk has been superheated using Flameshards to produce a unique cheese-bearing palm tree that provides a healthy attraction bonus.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ce4c123181a0dd97f6550dadc85413f7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/f26ada23d15aba1cdabb807b9cdd8f96.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/7b1e56a1b5c21eedff4c07e01ac64117.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/f26ada23d15aba1cdabb807b9cdd8f96.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/f26ada23d15aba1cdabb807b9cdd8f96.png",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 800000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 524,
+ "type": "sandblasted_metal_crafting_item",
+ "name": "Sandblasted Metal",
+ "description": "It looks like this massive pile of metal was going to be used to make more weapons and armour for the Marching Flame force.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d267c126c4c60638747cb0a89e07eb12.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b93ebd3e1efeacd8a81e54316b079e5c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fbdaf48f1a314f4b8cbcfa996a86a9e2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b93ebd3e1efeacd8a81e54316b079e5c.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b93ebd3e1efeacd8a81e54316b079e5c.png",
+ "upscaled": "https://i.mouse.rip/upscaled/sandblasted_metal_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Warmonger mice in the Fiery Warpath"
+ },
+ {
+ "id": 525,
+ "type": "sandstormbot_weapon_blueprint_crafting_item",
+ "name": "Sandstorm MonstroBot Blueprints",
+ "description": "In the midst of the Sandtail Desert battle, the most experienced of the local trapsmiths have drafted plans for a massive physical trap of unmatched power. The Sandstorm MonstroBot harnesses the power of Flameshards to fuse heavy pieces of rare Sandblasted Metal to RhinoBot Parts.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/465a79927f6b830c78957c5cd401f6c6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/98ab67e840325bf0a4321e32be1a679e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/b4d29e3f7fc3b688ccd864fff7b9ea82.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/98ab67e840325bf0a4321e32be1a679e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/98ab67e840325bf0a4321e32be1a679e.png",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 999000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 526,
+ "type": "sphynx_crystal_crafting_item",
+ "name": "Sphynx Crystal",
+ "description": "The spoils of Warmongers are vast and plenty. This particular item is believed to contain the spirit of one of the most feared creatures, thought only to be legend. The Warmonger is probably one of the only mice bold enough to own such a rare trophy.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/98558bf78823ceb7e3c6317d832caea6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72d357404590b85caf1348acddc63f6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/f80fe73313dc4f87b95125255987b2bd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72d357404590b85caf1348acddc63f6.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72d357404590b85caf1348acddc63f6.png",
+ "upscaled": "https://i.mouse.rip/upscaled/sphynx_crystal_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Warmonger mice in the Fiery Warpath"
+ },
+ {
+ "id": 527,
+ "type": "sphynx_weapon_blueprint_crafting_item",
+ "name": "Sphynx Wrath Blueprints",
+ "description": "These blueprints outline how to encase a rare Sphynx Crystal in gold leaf to unleash a fearsome feline mouse adversary. Upon a mouse approaching the mighty sphynx, the power of Flameshards summon her to sentience, unleashing an unrivaled tactical mouse adversary.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4a799c45386999cda95e481f44ec1265.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/aea68ecfbc542f63089648a85587934a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/c03624bda9043ce59189bbdb99ce2013.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/aea68ecfbc542f63089648a85587934a.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/aea68ecfbc542f63089648a85587934a.png",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 900000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 528,
+ "type": "desert_warpath_victory_stat_item",
+ "name": "Warpath Victory",
+ "description": "This token is awarded to hunters upon defeating a Warmonger Mouse. It is an honoured symbol of a protector of Gnawnia. \n \nObtain this item during the Baron adventure: Push Back The Marching Flame",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/85fdfa73d10ab54dd0ff5262502a0ebc.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/85fdfa73d10ab54dd0ff5262502a0ebc.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/85fdfa73d10ab54dd0ff5262502a0ebc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 529,
+ "type": "king_desert_letter_map_piece",
+ "name": "Sandtail Call to Arms",
+ "description": "Noble Hunter,\n
\nWord of your capture of the Zugzwang's King Mice has reached Gnawnia! I wish to congratulate you, however, we'll have to postpone celebrations.\n
\nA powerful army of mice is preparing to invade Gnawnia by route of the Lagoon. Your experience makes you the perfect hunter to help. Please, head West of the Lagoon to the Sandtail Desert before it's too late!\n
\nRecent Marching Flame attacks have destroyed the magical desert flowers that once grew within the garden. Until these precious flowers have fully regrown, no hunters will be permitted into the area. \n \nObtain this map piece during the Baron/Baroness adventure: Obtain a Rift Detector",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "desert_oasis",
+ "lost_city",
+ "sand_dunes"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/da6cbdcc5910933d8499bde313f96a47.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/b2f5846914075e9958a4dd8ae0dca955.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/da6cbdcc5910933d8499bde313f96a47.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/da6cbdcc5910933d8499bde313f96a47.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 608,
+ "type": "dimensional_chest_weapon",
+ "name": "Dimensional Chest Trap",
+ "description": "This immaculate chest is the last thing from this world that a greedy mouse will see. If an opponent ventures too closely the chest will spring to life and be upon them, opening itself to another dimension and pulling the mouse within.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d61dfabee3372cc75ec2acf8757d083e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/8e3d5b4ec39019c0500a827c56ca9003.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d61dfabee3372cc75ec2acf8757d083e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/de9d01b338a6b24a4196d5f72d75f739.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 5200,
+ "power_formatted": "5,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 21,
+ "luck_formatted": "21",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": true,
+ "skins": [
+ "tournament_dimensional_chest_skin",
+ "new_years_dimensional_chest_skin",
+ "egg_basket_dimensional_chest_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "tournament_dimensional_chest_skin",
+ "new_years_dimensional_chest_skin",
+ "egg_basket_dimensional_chest_skin"
+ ]
+ },
+ {
+ "id": 609,
+ "type": "sentinel_weapon",
+ "name": "Sandtail Sentinel",
+ "description": "Although the Muridae Market is heavily fortified, the Marching Flame still poses a significant threat. It was this threat which prompted the local Trapsmith to devise a sentinel powered by Flameshards. Able to sink its body into the sand, the Sandtail Sentinel patiently waits with its eyes just above the surface, waiting for a mouse to approach a baited base.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c773d6b12e273f4294a75d00e66a250b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/7fb75dc40b1e61c30ab8a655da36d9bc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/c773d6b12e273f4294a75d00e66a250b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f71a92ee579b2ab9a807646a739a8328.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 6800,
+ "power_formatted": "6,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.17,
+ "power_bonus_formatted": "17%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "sentinel_shadow_skin",
+ "tournament_sentinel_skin",
+ "winter_sentinel_skin",
+ "magmatic_minotaur_sentinel_skin",
+ "gilded_sandtail_sentinel_skin",
+ "spring_sentinel_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "sentinel_shadow_skin",
+ "tournament_sentinel_skin",
+ "winter_sentinel_skin",
+ "magmatic_minotaur_sentinel_skin",
+ "gilded_sandtail_sentinel_skin",
+ "spring_sentinel_skin"
+ ]
+ },
+ {
+ "id": 610,
+ "type": "mountain_ninja_cheese",
+ "name": "Ninjabread Cheese",
+ "description": "This mysterious cheese has yet to be seen anywhere in the Kingdom. Perhaps one day the King will discover how it's created...",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/3fbf99f0cc84d837948d7e70494372d0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/81786c78c2d3dd4f5866b9422b1ed3dd.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/1092582eb299feddf8b66dde86bcc320.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/cc7afc7b4365079a7918f9a17d4d921c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/81786c78c2d3dd4f5866b9422b1ed3dd.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/81786c78c2d3dd4f5866b9422b1ed3dd.png",
+ "upscaled": "https://i.mouse.rip/upscaled/mountain_ninja_cheese.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 611,
+ "type": "artisan_trinket",
+ "name": "Artisan Charm",
+ "description": "The ornate design of this magical charm is able to distract industrious mice from their work and make them more interested in your bait. So strong is the effect, that even diligently working Blacksmith and Mage Weaver mice will occasionally visit your trap.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "muridae_market",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/295c4aed478bd36b31ab02f6247018e0.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/295c4aed478bd36b31ab02f6247018e0.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/295c4aed478bd36b31ab02f6247018e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 120,
+ "power_formatted": "120",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 612,
+ "type": "flamebane_trinket",
+ "name": "Flamebane Charm",
+ "description": "This charm ignites into a flash of light upon encountering a mouse of the Marching Flame. The blinding flash temporarily disorientates the troops and gives your trap a power bonus, making Marching Flame Mice a little easier to catch. This charm is consumed upon encountering a mouse of the Marching Flame.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "fiery_warpath",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/9935a7e9da4a16085b5e4362caa7bb46.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/9935a7e9da4a16085b5e4362caa7bb46.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/9935a7e9da4a16085b5e4362caa7bb46.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 613,
+ "type": "luck_power_trinket",
+ "name": "Lucky Power Charm",
+ "description": "Made from rare and precious metals, this charm combines the properties of a Luck and a Power Charm.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c8048d0370681ea2ef95d32c8798d533.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/c8048d0370681ea2ef95d32c8798d533.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/c8048d0370681ea2ef95d32c8798d533-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 614,
+ "type": "monger_trinket",
+ "name": "Monger Charm",
+ "description": "Made of rare scraps of metal found in the Marching Flame's camp, this charm's gleam appeals to the greedy appetite of Warmonger Mice, encouraging them to carry a greater variety of charms and a higher quantity of orbs. Monger Charms are only consumed upon successfully catching a Warmonger Mouse. ",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "fiery_warpath",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ccb7e2c4e6ef87d9dcbbee4a4d8394f5.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/ccb7e2c4e6ef87d9dcbbee4a4d8394f5.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ccb7e2c4e6ef87d9dcbbee4a4d8394f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 615,
+ "type": "super_flame_march_general_trinket",
+ "name": "Super Warpath Commander's Charm",
+ "description": "Imbued with the power of Flameshards, this magical charm both assists in attracting and capturing Crimson Commanders of the Marching Flame. An extra enchantment has been placed on this charm to have it automatically disarm itself after each hunt. This charm is consumed upon encountering a Crimson Commander Mouse.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "fiery_warpath",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/49532dd727553203ed6c17457d27e8ae.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/49532dd727553203ed6c17457d27e8ae.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/49532dd727553203ed6c17457d27e8ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 616,
+ "type": "super_power_trinket",
+ "name": "Super Power Charm",
+ "description": "Sparks jump along the sharp spiked surface of this charm as it vibrates with power. The Super Power Charm provides +750 power and an 8% power bonus to your trap with each hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "mountain",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/625bef6da38dc44ddcd70d0da47244ae.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/625bef6da38dc44ddcd70d0da47244ae.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/625bef6da38dc44ddcd70d0da47244ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 750,
+ "power_formatted": "750",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 617,
+ "type": "lab_monster_1_quest_item",
+ "name": "Challenge Scroll",
+ "description": "Capture a Monster Mouse in the Laboratory using a Mouse DeathBot and Radioactive Blue Cheese.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/816b8e14cfe7cfb1ba2bd96aae0df08f.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/816b8e14cfe7cfb1ba2bd96aae0df08f.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 618,
+ "type": "papyrus_base",
+ "name": "Papyrus Base",
+ "description": "Gathered together in this base is a stack of extremely thin papyrus notes revealing many mouse secrets and weaknesses. Having this knowledge stacked with your trap will surely grant you the upper hand against many foes.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/2d69f225bf346a04dfaa947585f48705.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/0a8bdc2252826b698e3820af479cfcf9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/2d69f225bf346a04dfaa947585f48705.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/2d69f225bf346a04dfaa947585f48705.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/7b515a6432e24073eb20908ec9279a66.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 400,
+ "power_formatted": "400",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 619,
+ "type": "lucky_hunting_kit_convertible",
+ "name": "Lucky Hunting Kit",
+ "description": "Looking for a little extra luck while hunting? \n \nThis kit has everything you need to maximize your luck! Inside you'll find: \n \n• 200 SUPER|brie+ \n• 100 Luck Charms \n• 30 Super Luck Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e6f0cf24dfade4d9969508f14b5e1efd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fd21a6f0a03d50693e3997441cf54249.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/398c37714b86699d1818088d3f20ba21.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4f0ed0a045825a0a0c1300d8b32709de.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fd21a6f0a03d50693e3997441cf54249.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fd21a6f0a03d50693e3997441cf54249.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fd21a6f0a03d50693e3997441cf54249.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 620,
+ "type": "novice_starter_kit_convertible",
+ "name": "Novice Starter Kit",
+ "description": "To help new recruits the King has assembled this Novice Starter Kit. Inside the kit you'll find 30 pieces of Swiss Cheese and if you do not already own them, a Wooden Base with Target and 500lbs Spiked Crusher. That equipment is sure to get a new recruit off to a good start!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9e47c9d9bd556e5acd98fe50de7a04e0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5d2a44ea82cd7a5e8203e5f76746025f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/46fb52c824ddc1ae4fa075c2decb0e23.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/47816a9fe6817c307455c0ee763e72a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5d2a44ea82cd7a5e8203e5f76746025f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5d2a44ea82cd7a5e8203e5f76746025f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5d2a44ea82cd7a5e8203e5f76746025f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 621,
+ "type": "facebook_credit_stat_item",
+ "name": "Facebook Credits",
+ "description": "?",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/015429fc443b525010c9177879a6206b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/015429fc443b525010c9177879a6206b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/015429fc443b525010c9177879a6206b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 622,
+ "type": "derr_survival_kit_convertible",
+ "name": "Derr Tribal Kit",
+ "description": "This kit will give you the upper hand while hunting at Derr Dunes! Inside you'll find 200 SUPER|brie+, 150 Derr Power Charms and a 1 month Lucky Golden Shield! ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac970139defe3ce36848dedf26f935ec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8bda7c4c7325dad5c54c03f57b64821e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9d8bb89ee3b56f0210ed51ac8c49ad18.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d26732c89d4aa98c3f24f96c35261522.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8bda7c4c7325dad5c54c03f57b64821e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8bda7c4c7325dad5c54c03f57b64821e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8bda7c4c7325dad5c54c03f57b64821e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 623,
+ "type": "elub_survival_kit_convertible",
+ "name": "Elub Tribal Kit",
+ "description": "This kit will give you the upper hand while hunting at Elub Shore! Inside you'll find 200 SUPER|brie+, 150 Elub Power Charms and a 1 month Lucky Golden Shield! ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac179c52c8ecce29a2045fd7b705d244.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f2a4b18893bf933c6255a0cfc5aa1146.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ebd7c58bd3fb267993400136c434ff3f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/284f7f2462610df198a5f14918b16d79.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f2a4b18893bf933c6255a0cfc5aa1146.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f2a4b18893bf933c6255a0cfc5aa1146.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f2a4b18893bf933c6255a0cfc5aa1146.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 624,
+ "type": "mega_tribal_kit_convertible",
+ "name": "Mega Tribal Kit",
+ "description": "This massive kit will give you the upper hand while hunting at Elub Shore, Nerg Plains and Derr Dunes! Inside you'll find 650 SUPER|brie+, 200 Elub Power Charms, 200 Nerg Power Charms, 200 Derr Power Charms and a 1 month Lucky Golden Shield!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9384288a83376b81cb2e3c489c3d805d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/54da80362fb7e2b6e876c904bdfc50f5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fdcdb466602d1732cfa28b8f6f287d1d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3742daba3585d8c9136d7c94a34889b2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/54da80362fb7e2b6e876c904bdfc50f5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/54da80362fb7e2b6e876c904bdfc50f5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/54da80362fb7e2b6e876c904bdfc50f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 625,
+ "type": "nerg_survival_kit_convertible",
+ "name": "Nerg Tribal Kit",
+ "description": "This kit will give you the upper hand while hunting at the Nerg Plains! Inside you'll find 200 SUPER|brie+, 150 Nerg Power Charms and a 1 month Lucky Golden Shield! ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bf1a4f3b0c7812e4331c957fdea1e95c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ea4f0a7f4fe1cdc1b8a069e254aaf760.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/76acb6c85926cabc0d64e5f38d87da35.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/95fd52e59c531a4d3b8e192c964fd4e0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ea4f0a7f4fe1cdc1b8a069e254aaf760.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ea4f0a7f4fe1cdc1b8a069e254aaf760.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ea4f0a7f4fe1cdc1b8a069e254aaf760.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 626,
+ "type": "derr_power_trinket",
+ "name": "Derr Power Charm",
+ "description": "The Derr Power Charm provides +1000 power and a 10% power bonus while hunting in Derr Dunes. This charm is consumed upon encountering a mouse while hunting in Derr Dunes.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "derr_dunes",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c778b0bd3ae82b0b31126e3965319370.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/c778b0bd3ae82b0b31126e3965319370.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/c778b0bd3ae82b0b31126e3965319370.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 627,
+ "type": "elub_power_trinket",
+ "name": "Elub Power Charm",
+ "description": "The Elub Power Charm provides +1000 power and a 10% power bonus while hunting in Elub Shore. This charm is consumed upon encountering a mouse while hunting in Elub Shore.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "elub_shore",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/6aba0b57ec1ff41f5879335940fd15a9.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/6aba0b57ec1ff41f5879335940fd15a9.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/6aba0b57ec1ff41f5879335940fd15a9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 628,
+ "type": "nerg_power_trinket",
+ "name": "Nerg Power Charm",
+ "description": "The Nerg Power Charm provides +1000 power and a 10% power bonus while hunting in Nerg Plains. This charm is consumed upon encountering a mouse while hunting in Nerg Plains.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "nerg_plains",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/6a507a8f2466fb2a1648f5b5551feef8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/6a507a8f2466fb2a1648f5b5551feef8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/6a507a8f2466fb2a1648f5b5551feef8-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 629,
+ "type": "adv_zugzwang_research_assignment_convertible",
+ "name": "Advanced Zugzwang Research",
+ "description": "This envelope contains one of many assignments that will push your knowledge of the Seasonal Garden and Zugzwang's Tower to absolute maximum! Be warned: You may require advanced equipment to complete this research.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/04e74f5ea0dc05ddeb654b70f9c5f9d9.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b580531dc6ae01154c7edc82428ad927.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/04e74f5ea0dc05ddeb654b70f9c5f9d9.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/04e74f5ea0dc05ddeb654b70f9c5f9d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 630,
+ "type": "furoma_research_assignment_convertible",
+ "name": "Furoma Research",
+ "description": "This envelope contains one of many assignments that will have you follow in Zugzwang's footsteps and recover the lost knowledge of Furoma. Completing Furoma Research assignments will earn you various supplies to help you better hunt in the Pagoda there. Be warned: Some of these assignments will be a challenge for hunters who have yet to capture all the mice and find all the loot there is to find in Furoma.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ca145c78cdf31bceaaf9910d2bcb7831.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e2c62c688277a483d97da4750c1aa1d5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/ca145c78cdf31bceaaf9910d2bcb7831.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/red-envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 631,
+ "type": "library_gift_basket_convertible",
+ "name": "Library Gift Basket",
+ "description": "This kit contains helpful hunting equipment to work on research assignments! Inside you'll find 200 SUPER|brie+, 50 Lucky Power Charms, 15 Super Luck Charms, 15 Super Power Charms and a 1 month Lucky Golden Shield!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a2b349033f4fd07fe1967850fed4563c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/555a4641a92500ac3daac2b761431a5b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a30e118c414c38e02017ea5db65e708f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9861bd85d09345a74ffa8626f741152f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/555a4641a92500ac3daac2b761431a5b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/555a4641a92500ac3daac2b761431a5b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/555a4641a92500ac3daac2b761431a5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 632,
+ "type": "library_intro_research_assignment_convertible",
+ "name": "Catalog Library Mice",
+ "description": "This envelope contains a basic research assignment that will have you capture various library mice in order to catalog them.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1be2528dc7c0431541401f6400c4a816.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e28fed50835b105a5adb7c68c7b2c5d1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/1be2528dc7c0431541401f6400c4a816.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/red-envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 633,
+ "type": "library_research_assignment_convertible",
+ "name": "Library Research",
+ "description": "This envelope contains one of many assignments that will test your knowledge of hunting within the Crystal Library.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/733c1fa5a7afee7859a068bed9d50295.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d0ed5bddf83f0f46c31a21a092b88619.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/733c1fa5a7afee7859a068bed9d50295.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/red-envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 634,
+ "type": "library_supply_kit_convertible",
+ "name": "Library Supply Kit",
+ "description": "This kit contains helpful hunting equipment to work on research assignments! Inside you'll find 500 SUPER|brie+, 100 Lucky Power Charms, 30 Super Luck Charms, 30 Super Power Charms and a 1 month Lucky Golden Shield!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/33c15d5464c2d370b51d92778ce4b21b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f02d53c69b5dfd53c580f960d1db1d39.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8537c6fa319fea2475a3e1bffe99d079.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dd7fb5244e89c974d104151803b6c410.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f02d53c69b5dfd53c580f960d1db1d39.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f02d53c69b5dfd53c580f960d1db1d39.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f02d53c69b5dfd53c580f960d1db1d39.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 635,
+ "type": "tome_of_wisdom_blue_convertible",
+ "name": "Blue Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/11427c6a3252fa6b8af33780880dd953.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/259f40ab2a813a071cb8e16ca04f115b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/11427c6a3252fa6b8af33780880dd953.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/11427c6a3252fa6b8af33780880dd953.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 636,
+ "type": "tome_of_wisdom_convertible",
+ "name": "Purple Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a6fd3cd472d5ca9559f598410a9ed479.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bdcb2ba48330397e379e5dcb5ea70b65.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/a6fd3cd472d5ca9559f598410a9ed479.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/a6fd3cd472d5ca9559f598410a9ed479.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 637,
+ "type": "tome_of_wisdom_green_convertible",
+ "name": "Green Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/470ceecaa751f9857b24cea3547e27e3.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8758c2ec7bffd8b27a172b7c8ce2325e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/470ceecaa751f9857b24cea3547e27e3.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/470ceecaa751f9857b24cea3547e27e3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 638,
+ "type": "tome_of_wisdom_red_convertible",
+ "name": "Red Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5647f12d9b7022f62732f00c1ff37477.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7fb62c108696fb9f71d1ad000bdd0124.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/5647f12d9b7022f62732f00c1ff37477.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/5647f12d9b7022f62732f00c1ff37477.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 639,
+ "type": "tome_of_wisdom_yellow_convertible",
+ "name": "Yellow Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5e6b37f75c7d2557eea685422936b9ba.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6b2a6a12a538f9fac24b8c7c29ead040.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/5e6b37f75c7d2557eea685422936b9ba.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/5e6b37f75c7d2557eea685422936b9ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 640,
+ "type": "zugzwang_research_assignment_convertible",
+ "name": "Zugzwang Research",
+ "description": "This envelope contains one of many assignments that will take you from the Seasonal Garden to Zugzwang's Tower. These assignments can potentially reward you with Amplifier Charms, Rook Crumble Charms, Spellbook Charms and a few other items to help you better hunt in the tower.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2db48fb92c2241ec3d02c4562264783c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4a709f995e2ab6d575c30e19472e3242.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/2db48fb92c2241ec3d02c4562264783c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/red-envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 641,
+ "type": "bubbles_bookend_collectible",
+ "name": "Bubbles Bookends",
+ "description": "Made from the richest chocolate oak, these finely crafted and well polished bookends must have been a part of Zugzwang's personal collection. The design carved into the heavy blocks of wood depict Zugzwang's pet octopus Bubbles. It is said that the wood used to create these bookends came from the first ever ship bubbles sank. Truly, a proud moment for the wrathful Bubbles.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/d3c8097c460fffee085ef9b99ec0ada1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c7796895c5b88f960bf79bebb436427.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/d3c8097c460fffee085ef9b99ec0ada1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d3c8097c460fffee085ef9b99ec0ada1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 642,
+ "type": "library_point_collectible",
+ "name": "Library Points",
+ "description": "Research recovered by completing assignments from Zugzwang's Library.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/56167b7e163b8aa92a9596f5b1eec343.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/136e34510dcd7905f7e15250ce0e4977.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/56167b7e163b8aa92a9596f5b1eec343.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/56167b7e163b8aa92a9596f5b1eec343.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 643,
+ "type": "nothing_stat_item",
+ "name": "Nothing",
+ "description": "Move along, nothing to see here!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ee8f12ab8e042415063ef4140cefab7b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/ee8f12ab8e042415063ef4140cefab7b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/nothing.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 644,
+ "type": "point_stat_item",
+ "name": "Points",
+ "description": "Points measure both the quality and quantity of mice a hunter has caught. Being marked with a high number of points is a sign of a truly experienced hunter!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/71b68c426f886912ebf8674e46514b06.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7484e1b263f7b0c3f4fc933cc153fb06.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/eeebc1c32b4242b95f75041be7275980.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7484e1b263f7b0c3f4fc933cc153fb06.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7484e1b263f7b0c3f4fc933cc153fb06.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7484e1b263f7b0c3f4fc933cc153fb06.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 645,
+ "type": "wisdom_stat_item",
+ "name": "Wisdom",
+ "description": "Knowledge of hunts past and those yet to come....",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e0ef0e9948c12164d64119c9ff3823d0.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/e0ef0e9948c12164d64119c9ff3823d0.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/e0ef0e9948c12164d64119c9ff3823d0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 646,
+ "type": "zz_library_key_map_piece",
+ "name": "Crystal Library Card",
+ "description": "Jealously guarded by the toughest Zugzwang Tower Mice, this beautiful card is actually a teleporter that will warp you inside Zugzwang's Crystal Library... so long as you are permitted to enter by the owner. Upon Zugzwang's disappearance, ownership of the Crystal Library has been passed down to the King of Gnawnia. \n \nObtain this map piece during the Lord/Lady adventure: Capture the Mystic and Technic Kings",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "zugzwang_library"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/c86fa2bcaa9932b194a840f1aa794d6f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/91709c8cdf03ef4057d13d5ac14af0b0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/c86fa2bcaa9932b194a840f1aa794d6f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c86fa2bcaa9932b194a840f1aa794d6f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 647,
+ "type": "amplifier_trinket",
+ "name": "Amplifier Charm",
+ "description": "Imbued with knowledge from Zugzwang's Library this magical charm will charge your Tower Amplifier twice as quickly while hunting in the Seasonal Garden. This charm is consumed upon capturing a mouse in the Seasonal Garden.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "seasonal_garden",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/e9efc16289578c5b01bbfbc68180c54b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/e9efc16289578c5b01bbfbc68180c54b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/e9efc16289578c5b01bbfbc68180c54b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 648,
+ "type": "gold_bonus_trinket",
+ "name": "Wealth Charm",
+ "description": "While this charm is armed all mice will drop extra gold! More valuable mice will drop greater quantities of lovely coins, up to a maximum of 1,800 extra gold.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/3fceedb58de8f05c0a7ddca788ea29af.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/3fceedb58de8f05c0a7ddca788ea29af.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/3fceedb58de8f05c0a7ddca788ea29af.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 649,
+ "type": "rook_crumble_trinket",
+ "name": "Rook Crumble Charm",
+ "description": "Rook Crumble Charms are dusted with Onyx powder, which makes them highly unstable. They lie in the conduit, waiting to explode upon contact with a Rook mouse in Zugzwang's Tower. The explosion grants a power bonus when encountering a Rook mouse, consuming the charm in the process.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "zz_tower",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/177782f496f1891402d07da957ccd866.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/177782f496f1891402d07da957ccd866.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/177782f496f1891402d07da957ccd866.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 650,
+ "type": "spellbook_trinket",
+ "name": "Spellbook Charm",
+ "description": "Imbued with runic magic, this charm increases the strength of the Spellbook Base. When armed alongside the Spellbook Base, this charm adds +500 power as well as an 8% power bonus. The charm will be consumed upon encountering a mouse.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "zz_tower",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ed61aeacbb3a84684fe623c4e709ba99.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/ed61aeacbb3a84684fe623c4e709ba99.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ed61aeacbb3a84684fe623c4e709ba99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 651,
+ "type": "double_run_advanced_research_quest",
+ "name": "Advanced Amplifier Assignment",
+ "description": "Charge your Tower Amplifier then head into the tower to seek out the Mystic King, Technic King and Chessmaster!",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/903ce342aac89aa036f0e6533ba24ec7.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/903ce342aac89aa036f0e6533ba24ec7.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 652,
+ "type": "furoma_research_quest_item",
+ "name": "Furoma Assignment",
+ "description": "Study the studious mice of Furoma.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/fe9354c57d2dbc601d02254edca7d04d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/fe9354c57d2dbc601d02254edca7d04d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 653,
+ "type": "library_catalog_quest_item",
+ "name": "Catalog Library Assignment",
+ "description": "Catalog the various mice in the Library by capturing them.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/ee7572d1a94ee03106641baa35532769.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/ee7572d1a94ee03106641baa35532769.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 654,
+ "type": "library_mice_research_quest_item",
+ "name": "Library Mice Assignment",
+ "description": "Research various Library mice.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/d57e9a15fc79985ea6b47a69e229a6b5.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/d57e9a15fc79985ea6b47a69e229a6b5.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 655,
+ "type": "library_power_type_research_quest_item",
+ "name": "Library Power Type Assignment",
+ "description": "Research capturing library mice using Physical and Tactical traps.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/c0ce722fd4a93d62277ea3143c8b12a6.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/c0ce722fd4a93d62277ea3143c8b12a6.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 656,
+ "type": "mystic_advanced_research_quest_item",
+ "name": "Mystic Amplifier Assignment",
+ "description": "Charge your Tower Amplifier then head into the tower to seek out the Mystic Pieces!",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/6a3f82a210140c0ffe2a29adaab00b4c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/6a3f82a210140c0ffe2a29adaab00b4c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 657,
+ "type": "mystickingresearch_quest_item",
+ "name": "Mystic King Assignment",
+ "description": "Charge your Tower Amplifier then head into the tower to seek out a Mystic King!",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/f235aaf118fc78ac6ea54f8dacd01b93.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/f235aaf118fc78ac6ea54f8dacd01b93.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 658,
+ "type": "pagoda_advanced_research_quest_item",
+ "name": "Dojo Sensei Assignment",
+ "description": "Advanced research assignment for those with a greater thirst for knowledge of the mysterious upper levels of the pagoda...",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/456b46773d194a4674f871f764c30549.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/456b46773d194a4674f871f764c30549.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 659,
+ "type": "pagoda_research_quest_item",
+ "name": "Pagoda Assignment",
+ "description": "Research assignment for the mysterious upper levels of the pagoda...",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/b194bcb620fe6c7a265f81389ef31719.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/b194bcb620fe6c7a265f81389ef31719.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 660,
+ "type": "seasonalgardenresearch_quest_item",
+ "name": "Seasonal Garden Assignment",
+ "description": "Hunt various mice in the Seasonal Garden.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/bd00243edf082f14fb89dc583dd308a9.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/bd00243edf082f14fb89dc583dd308a9.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 661,
+ "type": "tech_advanced_research_quest_item",
+ "name": "Technic Amplifier Assignment",
+ "description": "Charge your Tower Amplifier then head into the tower to seek out the Technic Pieces!",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/3021a8b76b2d51c2f29be9079ba4934a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/3021a8b76b2d51c2f29be9079ba4934a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 662,
+ "type": "techkingresearch_quest_item",
+ "name": "Technic King Assignment",
+ "description": "Charge your Tower Amplifier then head into the tower to seek out a Technic King!",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/dc3d4fdd476449476a8ed0c6c72c8eee.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/dc3d4fdd476449476a8ed0c6c72c8eee.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 663,
+ "type": "monolithic_slab_crafting_item",
+ "name": "Metamorphic Rock",
+ "description": "These massive slabs are formed within volcanic chasms located thousands of fathoms below the Rodentia Ocean. Extracting this massively heavy material from such depths is an extremely elaborate and expensive process. This rare material is, therefore, in short supply and extremely valuable. \n \nThis is a vintage crafting item which can be smashed with the Hunter's Hammer for a full gold refund.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "vintage",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/84da06e5aa77cbbfee93d492700197f8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/303e23731fc0eddf97bafd89ca665d5d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/9189233250f92f0ef61c5074a84c6c91.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/303e23731fc0eddf97bafd89ca665d5d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/303e23731fc0eddf97bafd89ca665d5d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/303e23731fc0eddf97bafd89ca665d5d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 460000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 664,
+ "type": "zurreal_trap_research_convertible",
+ "name": "Zurreal Trap Research",
+ "description": "This envelope contains an assignment to research a trap capable of capturing Zurreal the Eternal. The trap's concept is simple: Tempt Zurreal close by displaying a collection of rare knowledge then drain all magical and electrical energy from the area to disable his walking throne. Although the design is straight forward, gathering the rare and unique items required will prove itself to be a challenge! Good luck brave hunter, the safety of the Crystal Library relies on your success!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2d6498eda47ad8d0b9439e03d143744c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a15a90424cbf7d724e17213cfd955bef.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/2d6498eda47ad8d0b9439e03d143744c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/2d6498eda47ad8d0b9439e03d143744c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 665,
+ "type": "repear_perch_blueprint_crafting_item",
+ "name": "Reaper's Perch Blueprints",
+ "description": "These blueprints describe the careful process of imbuing slabs of metamorphic rock with magical runes and Onyx to create a perch for a deadly Reaper Droid.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4762db9e248597d92c399f4568ef6789.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4762db9e248597d92c399f4568ef6789.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Zurreal the Eternal in the Crystal Library"
+ },
+ {
+ "id": 666,
+ "type": "zzl_draconic_book",
+ "name": "Draconic Book",
+ "description": "For individuals seeking a unique, albeit dangerous pet, this lengthy book gives extensive instruction on how to tame your Dragon Mouse.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f5492154d46b7e34d21e50bf73ebfa98.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f5492154d46b7e34d21e50bf73ebfa98.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f5492154d46b7e34d21e50bf73ebfa98.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 667,
+ "type": "zzl_ectoplasm",
+ "name": "Ectoplasmic Essence",
+ "description": "This plasma is the only vaguely tangible matter comprising a ghost mouse. Its radioactive properties can be harnessed as a power conduit.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/77b63dc1ddc4e1ff794cbce237590fb5.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/77b63dc1ddc4e1ff794cbce237590fb5.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/77b63dc1ddc4e1ff794cbce237590fb5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 668,
+ "type": "zzl_fine_wood_crafting_item",
+ "name": "Luscious Lumber",
+ "description": "This fine wood is used to construct the enormous bookshelves within Zugzwang's Library.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a2e27c4544867d4a0309a2e9677258f7.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a2e27c4544867d4a0309a2e9677258f7.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/a2e27c4544867d4a0309a2e9677258f7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 669,
+ "type": "zzl_gnawniaresearch_crafting_item",
+ "name": "Encyclopedia Gnawnia",
+ "description": "This collection of books is a compendium of knowledge, covering a wide variety of both hunting and social subjects. A must have for the bookshelf of a discerning hunting researcher!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f6e37ae1bd6b83bccf2eefc9c607e479.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f6e37ae1bd6b83bccf2eefc9c607e479.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f6e37ae1bd6b83bccf2eefc9c607e479.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 670,
+ "type": "zzl_lich_jewel",
+ "name": "Lich Jewel",
+ "description": "This strange relic emits high amounts of energy that is neither magical, nor electrical.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e65f9d982d464092a2c9574bdababc35.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e65f9d982d464092a2c9574bdababc35.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/e65f9d982d464092a2c9574bdababc35.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 671,
+ "type": "zzl_marchingflameresearch_crafting_item",
+ "name": "Desert Travel Almanac",
+ "description": "This guide contains in-depth knowledge of the Lagoon and the adjacent desert region. Its origins remain shrouded in mystery.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/91616c5ea29a0f4c2dddfa076fc2c0ed.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/91616c5ea29a0f4c2dddfa076fc2c0ed.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/91616c5ea29a0f4c2dddfa076fc2c0ed.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 672,
+ "type": "zzl_mesh_netting",
+ "name": "Mesh Netting",
+ "description": "Highly conductive metal netting, useful for catching an electrical current, trout or even overly dense ether in the air.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d1ffef63eb78412990ba52f04c64d076.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d1ffef63eb78412990ba52f04c64d076.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/d1ffef63eb78412990ba52f04c64d076.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 673,
+ "type": "zzl_ripper_nail",
+ "name": "Warp Nail",
+ "description": "These clippings are from the fingernails of Realm Ripper Mice. Their edges are sharp enough to tear through the fabric of reality, opening portals to other places, realms or even times.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1c580e8c95c97b31c4d459bb21e27a1e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1c580e8c95c97b31c4d459bb21e27a1e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/1c580e8c95c97b31c4d459bb21e27a1e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 674,
+ "type": "zzl_stonework_runes",
+ "name": "Runestone",
+ "description": "This stone is capable of absorbing high amounts of magical energy.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2976d0c2eca0c4542b1f6f1aeed2525c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2976d0c2eca0c4542b1f6f1aeed2525c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/2976d0c2eca0c4542b1f6f1aeed2525c-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Obtained during Zurreal Trap Research Assignment"
+ },
+ {
+ "id": 675,
+ "type": "reaper_perch_weapon",
+ "name": "Reaper's Perch",
+ "description": "Perched atop Monolith Slabs, the deadly Reaper Droid gazes through smoke awaiting prey. Upon bait being lifted from the stone plate, the runic glyphs begin to glow, mesmerizing the mouse into a state of anhedonia, allowing the droid to descend upon the mouse with little resistance. Where the rodent goes once taken by the droid is up to the will of the hunter.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7add22212392dad9742a491d2bfeb779.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/99f80cdb9ba2f397c64e2aec22d00d10.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/7add22212392dad9742a491d2bfeb779.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/c21ae38630328ce5d564a44d8aab66ab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 3300,
+ "power_formatted": "3,300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 16,
+ "luck_formatted": "16",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "tournament_reaper_skin",
+ "chocolate_covered_reaper_perch_skin",
+ "angelic_reaper_perch_skin",
+ "winter_reaper_perch_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "tournament_reaper_skin",
+ "chocolate_covered_reaper_perch_skin",
+ "angelic_reaper_perch_skin",
+ "winter_reaper_perch_skin"
+ ]
+ },
+ {
+ "id": 676,
+ "type": "zurreals_folly_weapon",
+ "name": "Zurreal's Folly",
+ "description": "This trap is the only devised tool suspected of being able to capture Zurreal the Eternal. A harmless looking bookshelf features literature designed to intrigue Zurreal, distracting him from the trap hidden behind the shelf.\n
\nThe traps's design is complex, but it's utility is simple: Drain all magical and electrical energy in the immediate area. The trap is powered by undead ectoplasm to remain active while using augmented metal netting and runic rocks to open a small hole to another dimension and vacuum all other energy far away. This trap should be enough to knock Zurreal's walking throne out of commission, leaving him mostly helpless.\n
\nWARNING: Do not try to operate Droids, heavy machinery or magics anywhere near this trap while activated!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "crystal_library",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4c9b69084b9333eb68b4b743f950e2d1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/c37f91e35941c39e09f1fb0794b2b32b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/4c9b69084b9333eb68b4b743f950e2d1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/92ab736cb41c50eb8e2ee005bc7d7cbb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 2930,
+ "power_formatted": "2,930",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Ultimately Stale",
+ "has_skins": true,
+ "skins": [
+ "lovecraft_shelf_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0,
+ "skins": [
+ "lovecraft_shelf_skin"
+ ]
+ },
+ {
+ "id": 677,
+ "type": "library_boss_trinket",
+ "name": "Scholar Charm",
+ "description": "This morsel of Zugzwang's hunting knowledge is the only known artifact able to lure Zurreal the Eternal toward a hunter's trap. Upon successfully capturing Zurreal the Scholar Charm will be consumed as part of the trapping process.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "crystal_library",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/9bb4a126d3c3feec9cd03f6a1527867b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/9bb4a126d3c3feec9cd03f6a1527867b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/9bb4a126d3c3feec9cd03f6a1527867b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 678,
+ "type": "library_boss_uncharged_trinket",
+ "name": "Uncharged Scholar Charm",
+ "description": "Baiting Zurreal towards a trap will require more than just cheese. This uncharged Scholar Charm is specially designed to hold magical knowledge and if filled with enough pure wizardly knowledge, will undoubtedly be something Zurreal cannot ignore!\n
\nCapture a Chess Master Mouse with this charm armed to steal his knowledge and create something capable of luring Zurreal to his folly!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "zz_tower",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/cf223b9c107923e075944710daa26b50.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/cf223b9c107923e075944710daa26b50.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/cf223b9c107923e075944710daa26b50-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 679,
+ "type": "zurreal_trap_research_quest_item",
+ "name": "Zurreal Trap Research Assignment",
+ "description": "Travel across the Kingdom in search of supplies to build a trap capable of disabling Zurreal the Eternal's walking throne long enough to capture him. Such a trap will need some very unique materials to draw all magical and electrical energy away from Zurreal while remaining powered itself.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/96a78234fb0dacce6b859ff09c17557c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/96a78234fb0dacce6b859ff09c17557c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 680,
+ "type": "hg_letter_research_convertible",
+ "name": "Acrostic Research Assignment",
+ "description": "This envelope contains an assignment to research a secret message. Can you solve the puzzle?",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/13cf4942eb6eb1ce76d9328086a7a432.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/18cd6cc9333e7c3b5d268248f44e14b7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/13cf4942eb6eb1ce76d9328086a7a432.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/13cf4942eb6eb1ce76d9328086a7a432.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 681,
+ "type": "hg_letter_research_quest_item",
+ "name": "Acrostic Research Assignment",
+ "description": "Test Your Puzzle solving ability! The mice are spreading a message and it is your job to discover it in time to stop their nefarious plans!",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/fd18d7f912aac447682c527377152383.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/fd18d7f912aac447682c527377152383.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 682,
+ "type": "drilling_trinket",
+ "name": "Mining Charm",
+ "description": "Loaded with sharp drills, this charm is extremely boring! Its dirt-shattering power packs an extra-strong punch against Digby Dirt Dweller mice, while also loosening soil, helping to coax burrowing mice out of hiding.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "digby",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/531ca3dc8e0beb5939e609319f2ede13.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/531ca3dc8e0beb5939e609319f2ede13.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/531ca3dc8e0beb5939e609319f2ede13.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 683,
+ "type": "extremely_enraged_rhinobot_skin",
+ "name": "Extremely Enraged RhinoBot Skin",
+ "description": "Digby scientists were hard at work trying to improve upon the already amazing RhinoBot when a fluke of chance led to the creation of the Enraged RhinoBot! The pure platinum cogs make it practically indestructible and a machine of pure raging power! It is hard to say whether the scientists think their masterpiece a success or a failure. Since the Enraged Rhinobot has emerged from the labs, no one has been able to discover those scientists' whereabouts!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/503510c2a6f2d48811622e3c2631b989.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/949269a96092202869dc97f53190c023.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/503510c2a6f2d48811622e3c2631b989.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/88b3c50f07606d104e306642cd7bace0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "enraged_rhinobot_weapon",
+ "skin_weapon_name": "Enraged RhinoBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8ac71ab58970962e7b9ebd6a072d459.jpg",
+ "marketing_text": "With just a few extra spikes, brighter LEDs and some small, controlled explosions, the Enraged RhinoBot takes on a more intimidating-looking persona. Did a pesky mouse just steal some of your precious cheese? Apply this skin to show your appropriate level of rage!"
+ },
+ {
+ "id": 684,
+ "type": "jet_black_acronym_skin",
+ "name": "Jet-Black ACRONYM Skin",
+ "description": "This highly unstable trap setup is held in a constant state of metamorphosis by the unpredictable power of the Onyx stone. This trap almost appears alive, growing metal roots into whatever base to which it is attached.\n\n\n\nThis trap's methods of capture are infinitely random. It can use its jagged metallic roots to impale mice, expel a thick and dark vapor that turns mice into stone, or bend space and time to erase the mouse from existence.\n\n\n\nScientists of Digby warn hunters that the power of the Onyx stone is incredibly dangerous and fear that using this trap could lead to the end of the world.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/297705c26b6f90960d504ec0bac0eb7c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/925de6340ca917aed58f32725b2a9306.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/297705c26b6f90960d504ec0bac0eb7c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fce84bed39ad16c7ac8cbbfc486a3f80.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "acronym_weapon",
+ "skin_weapon_name": "Arcane Capturing Rod Of Never Yielding Mystery",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8c565e7fd176dc438acfbe557e0d360.jpg",
+ "marketing_text": "Although the Arcane Capturing Rod of Never Yielding Mystery is a very capable Arcane weapon, its tacky purple colour is sometimes said to clash with the dark and dreary Catacombs it is so often used within. Apply this skin to your ACRONYM trap to hunt in gloomy style!"
+ },
+ {
+ "id": 685,
+ "type": "larrys_first_move_skin",
+ "name": "Larry's First Move Skin",
+ "description": "The chess pieces of Zugzwang's Last Move have been reborn with the help of a magic feather, becoming a powerful knight who will defend your cheese to the death. Using strategy gleaned from his origins as a chess set, and a stubbornness that can only come from being made of stone, he will fight off any rodent attacker in the name of his King or Queen.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ac277a78065f2cf59e2868b2e8d5d6e8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2117d02b4fa586cd35b19731fcec595f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ac277a78065f2cf59e2868b2e8d5d6e8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/de198f5c9c9c65b6b0c062cd12d2b2fc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "zugzwangs_first_move_weapon",
+ "skin_weapon_name": "Zugzwang's First Move",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b48600e1083a1b5b062c95b7dc515a53.jpg",
+ "marketing_text": "Zugzwang may be familiar with Technic and Mystic Knights, but what about Friendly Knights? Apply this skin to your trap to put a friendlier face on Zugzwang's First Move."
+ },
+ {
+ "id": 686,
+ "type": "tournament_token_stat_item",
+ "name": "Tournament Token",
+ "description": "These tokens are awarded to competitors in the King's MouseHunting Tournaments and can be exchanged for a variety of prizes at the Tournament Hall in Valour.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3f9a85833d0bd665ecfa7a611b4001c3.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/3f9a85833d0bd665ecfa7a611b4001c3.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/3f9a85833d0bd665ecfa7a611b4001c3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 687,
+ "type": "2011_pumpkin_treat_basket_convertible",
+ "name": "2011 Pumpkin Treat Basket",
+ "description": "There's sure to be a Halloween treat in this spooky basket!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/362b9765ca3dedcdcee5b30f1bf96034.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b1eb081003dda1ef33d259bf75070d4a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/362b9765ca3dedcdcee5b30f1bf96034.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/pumpkin.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 688,
+ "type": "crate_of_splintered_wood_convertible",
+ "name": "Wooden Crate of Splintered Wood",
+ "description": "Do you like cinnamon? Well, this crate doesn't have any in it. But what it DOES have is ten delicious pieces of Splintered Wood!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7a4dbd5f8e96de03168a367c58f4e564.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9f90f59150c4b1926da1e783ebabcdc4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/7a4dbd5f8e96de03168a367c58f4e564.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/7a4dbd5f8e96de03168a367c58f4e564.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 689,
+ "type": "halloween_goodie_bag_convertible",
+ "name": "Jumbo Halloween Goodie Bag",
+ "description": "This massive haul of treats is sure to delight any hunter! \n \nInside you'll find: \n \n\n• 400 SUPER|brie+ \n• 100 Ghoulgonzola \n• 100 Candy Corn\n \n \nAs a small treat, inside you'll also find 10 Halloween Candies! \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fb7201427cb4c217c72c72837f086d39.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/985c4cf9fbd162be1918f98c5510810e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b9a273eb0a3570d1165f25e021ce5bd7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2e797fdf5805ce2feadaf05ab67b2528.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/985c4cf9fbd162be1918f98c5510810e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/985c4cf9fbd162be1918f98c5510810e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/985c4cf9fbd162be1918f98c5510810e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 690,
+ "type": "hween_2011_trap_crafting_item",
+ "name": "Soulstone",
+ "description": "This gem has mind-control properties capable of bending the will of a mouse. The Trapsmith at the Spooky Sandcastle has designed a unique trap to harness a Soulstone's power and use it to help catch mice.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/eefb093d9ca0b70964b0dc2979b73488.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b29e683f263887a21a675423f192ee5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/3478dfa5b91844c62cb4d49d512cd74e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b29e683f263887a21a675423f192ee5.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b29e683f263887a21a675423f192ee5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b29e683f263887a21a675423f192ee5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 2
+ },
+ {
+ "id": 691,
+ "type": "soul_catcher_parts_crafting_item",
+ "name": "Soul Catcher Parts",
+ "description": "The result of carefully dismantling a Soul Catcher Trap.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/3a95bf4b8f28111c7f69336085c7840f.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/3a95bf4b8f28111c7f69336085c7840f.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 692,
+ "type": "larry_mask_collectible",
+ "name": "Friendly Knight Mask",
+ "description": "According to Larry, this mask is the latest and greatest Halloween costume trend! Get yours today!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/75b0c8e6a676dd923377c4d94c818925.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/559b53db3d31cc8064f322ac0b02a486.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/75b0c8e6a676dd923377c4d94c818925.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/75b0c8e6a676dd923377c4d94c818925-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 693,
+ "type": "mini_cauldron_collectible",
+ "name": "Tiny Cauldron",
+ "description": "This Tiny Cauldron makes a great tea cup... just make sure you clean out the green goo first.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/85566eb71e02b2acda0850d8b37c71d8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed74f698fcebaa86447d5cc2446bc84d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/85566eb71e02b2acda0850d8b37c71d8.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/85566eb71e02b2acda0850d8b37c71d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 694,
+ "type": "sock_ghost_plush_message_item",
+ "name": "Sock Ghost Plushie",
+ "description": "Looking for a friendly companion to turn to while hunting in spooky locations? Whenever you're feeling scared, just give this plushie a squeeze!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "halloween",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/7a61617c4a749d2bcc9d71b99ee9fd33.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/35d70f29e8c04831b24ad07b9388c567.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/7a61617c4a749d2bcc9d71b99ee9fd33.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7a61617c4a749d2bcc9d71b99ee9fd33.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 695,
+ "type": "halloween_cobweb_stat_item",
+ "name": "Cobweb",
+ "description": "Looking to make a trap look extra spooky this spooky Halloween season? Trade these Cobwebs at the Trapsmith in the Spooky Sandcastle to receive some spooky trap skins or powerful charms!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/45964b01e54a53364e7e66a560edaa08.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/45964b01e54a53364e7e66a560edaa08.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/45964b01e54a53364e7e66a560edaa08.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "extra_spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 696,
+ "type": "hween_candy_stat_item",
+ "name": "Halloween Candy",
+ "description": "These candies have a delicious chewy center and are highly sought-after by the various Shop Keepers in the Spooky Sandcastle. Swing by one of their shops where you can trade for their wares with these tasty morsels of sugar-coated happiness! Oh! Piece of Candy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1682084bc7d5208b582b66476c090a3b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/1682084bc7d5208b582b66476c090a3b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/1682084bc7d5208b582b66476c090a3b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 697,
+ "type": "hween_2011_upgraded_weapon",
+ "name": "Soul Harvester",
+ "description": "This Soul Catcher has been adorned with platinum-plated metamorphic limbs specially tuned for hunting during the Fall season in Zugzwang's Seasonal Garden. The Soulstone has been amplified through the use of Onyx Stones and Living Shards to further improve the trap's ability to capture mice.\n
\nBlowing winds aide the many limbs of this trap to better entangle mice, giving the trap a luck bonus in Fall, along with its bonus at the Gloomy Greenwood.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "halloween",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/166474a249a222bc5cd064bbe229dc8f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/13c04fdb757433e93ce7b9db8abadc28.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/166474a249a222bc5cd064bbe229dc8f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/b27f5827bbe541513d3e4b2774c004ac.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 2200,
+ "power_formatted": "2,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 698,
+ "type": "hween_2011_weapon",
+ "name": "Soul Catcher",
+ "description": "Harnessing the power of a Soulstone, this trap pierces the darkness and seeks out weaknesses in Shadow mice. \n
\nThis shard of Soulstone pulsates slowly, as if longing to be alive. It almost seems to morph and bulge within its platinum setting as it hangs suspended in its web. Perhaps it can be improved if imbued with another powerful stone...\n
\nThe haunting hum of the Soulstone gives this trap a luck bonus exclusively at the Gloomy Greenwood.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "halloween",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b7d932d54dafddbbd8c73b31ac2c18d9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/3cb36e2cf5ee1f9044ebbe3905c9f2dc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/b7d932d54dafddbbd8c73b31ac2c18d9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/1326ae5d04e09f2c037ff58b3dfd0356.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 1500,
+ "power_formatted": "1,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "master",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "soul_catcher_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 699,
+ "type": "cackle_trinket",
+ "name": "Cackle Charm",
+ "description": "These tiny pumpkin charms contain fragments of Fire Salt charged with Ionized Salt that spark wildly when brought near a mouse carrying Fire Salt. The chemical reaction frequently causes the fragments to fuse and, as a result, increase Fire Salt drops when hunting in the Jungle of Dread.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "jungle_of_dread",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/a319797e40f21a4dfbf71b2342ee2b9b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/a319797e40f21a4dfbf71b2342ee2b9b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/a319797e40f21a4dfbf71b2342ee2b9b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 700,
+ "type": "dreaded_trinket",
+ "name": "Dreaded Charm",
+ "description": "These toxic charms contain a poisonous sludge harvested from the bile ducts of carnivorous plants found deep in the Jungle of Dread. The toxic mixture is one of the few compounds capable of weakening mice found in the Jungle of Dread, giving your trap the upper hand while these charms are armed. Encountering a mouse within the Jungle of Dread will cause the charm to be consumed in an explosive release of its contents.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "jungle_of_dread",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/fc77c3347caff2f05faee41c498ceb88.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/fc77c3347caff2f05faee41c498ceb88.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/fc77c3347caff2f05faee41c498ceb88.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 701,
+ "type": "spooky_trinket",
+ "name": "Spooky Charm",
+ "description": "These spooky-looking charms give your trap a respectable boost of power, plus they look great! Perfect to get you in the mood for Halloween! \n \nAll types of Spooky Charms interact with all Halloween traps by giving them a 20% Power Bonus! \n \nWhen a Spooky Charm is consumed during a hunt, there is a chance that the residual spiritual energy has unfinished business and rematerializes into a stronger Super Spooky Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "halloween",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ee95cb1752d4ddba8e1187b90cbc0769.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/42cb2eef93dddf389c9ff6d24a9c5edb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/72d40b9364771836e7e20e3754746412.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/42cb2eef93dddf389c9ff6d24a9c5edb.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/42cb2eef93dddf389c9ff6d24a9c5edb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/42cb2eef93dddf389c9ff6d24a9c5edb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.01,
+ "attraction_bonus_formatted": "1%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 702,
+ "type": "costume_ambush_skin",
+ "name": "Costumed Ambush Skin",
+ "description": "These cute little droids are all dressed up for a night of tricking and treating, but don't let their cute exterior appearance fool you! Their disguises only aide in getting the jump on Tactical mice, and they are as ferocious as ever.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f7418a8c6eaea9ffe0a286d4ddd8e9a5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7a5e836c28185aa7cc949b68e3f0ff30.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f7418a8c6eaea9ffe0a286d4ddd8e9a5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/efed038134b56310bc2d3ff3fd58413d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ambush_weapon",
+ "skin_weapon_name": "Ambush Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/90638e908d771542b6ca7cbbc52d2ae2.jpg",
+ "marketing_text": "These cute little droids are all dressed up for a night of tricking and treating, but don't let their cute exterior appearance fool you! Their disguises only aide in getting the jump on Tactical mice, and they are as ferocious as ever."
+ },
+ {
+ "id": 703,
+ "type": "sentinel_shadow_skin",
+ "name": "Count Sentinel Skin",
+ "description": "Although the Muridae Market is heavily fortified, the Marching Flame still poses a significant threat. It was this threat which prompted the local Trapsmith to devise a sentinel powered by Flameshards. Able to sink its body into the sand, the Sandtail Sentinel patiently waits with its eyes just above the surface, waiting for a mouse to approach a baited base.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5b2c88b2e4d65ba5d63de7dc8d51a366.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/914226116e8f63bf05c4027418831ebc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5b2c88b2e4d65ba5d63de7dc8d51a366.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0533f8a1bf1c51d88260d4e269b57700.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sentinel_weapon",
+ "skin_weapon_name": "Sandtail Sentinel",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c773d6b12e273f4294a75d00e66a250b.jpg",
+ "marketing_text": "Looking to transform the Sandtail Sentinel into a robot with a spooky cloak and a ghoulish walking stick? Well, you have quite specific tastes and this skin does just that! What a coincidence!"
+ },
+ {
+ "id": 704,
+ "type": "zugzwangs_night_mare_skin",
+ "name": "Zugzwang's Night-Mare Skin",
+ "description": "In his darkest dreams, Zugzwang has envisioned this terrible beast... \n \n\"A fiery horse, with a headless rider, calls out to me. He lifts his right arm and in it is a burning pumpkin with a face carved into it. Its eyes pierce my very soul, and its smile torments me. This... would be a perfect addition to my first move trap!\"",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c56cdd5577e185f83f7a5af789810981.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/42000333fec97e2d4681cd2f4a0e6eca.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c56cdd5577e185f83f7a5af789810981.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/625b4e0aa48276d853b98e26dab344f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "zugzwangs_first_move_weapon",
+ "skin_weapon_name": "Zugzwang's First Move",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b48600e1083a1b5b062c95b7dc515a53.jpg",
+ "marketing_text": "Looking to transform Zugzwang's First Move into something a little spookier? Look no further than this scary-looking trap skin to summon forth the spirit of the headless horseman."
+ },
+ {
+ "id": 705,
+ "type": "spooky_supply_kit_convertible",
+ "name": "2011 Spooky Supply Kit",
+ "description": "This slightly haunted kit will help you hunt the more fearsome mice of the Spooky Sandcastle! \n \nInside you'll find: \n \n\n• 100 SUPER|brie+ \n• 50 Spooky Charms \n• 25 Ghoulgonzola Cheese \n• 25 Candy Corn Cheese \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f798db32cf59fcfe5aac71e958eaec57.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cae8b335a8e0ecec2d627028987075f5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8505eb3724d2ceffb343a34500318ae5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/43501433c534530016fb36c8b330a421.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cae8b335a8e0ecec2d627028987075f5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cae8b335a8e0ecec2d627028987075f5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cae8b335a8e0ecec2d627028987075f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 706,
+ "type": "stolen_hween_candy_basket_convertible",
+ "name": "Spooky Surprise",
+ "description": "The various sweets and goodies in this box are the stolen haul of the mischievous mice that were running amok in the Spooky Sandcastle.
Rare Map Dust leads to Rare Treasure Chests containing:
\n
Two times the points!
\n
Two times the gold!
\n
Two times the Ancient Charms!
\n
More loot!
\n
And twice the chance of super-rare loot!
\n
\n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5ac2364071007cf955c02ee89a47e892.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/56d0b77b3be7c61573163da7a6df217e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/39b364f41fa91d0edc10edcaf4185197.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d2bd6cdd3954cc5c3924977c316d8212.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/56d0b77b3be7c61573163da7a6df217e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/56d0b77b3be7c61573163da7a6df217e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/56d0b77b3be7c61573163da7a6df217e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 921,
+ "type": "treasure_map_scroll_case_convertible",
+ "name": "Relic Hunter Scroll Case",
+ "description": "This ornate scroll case contains a treasure map that will lead hunters throughout the Kingdom in search of mice. Some say these scroll cases must be enchanted because the size and difficulty of the map that slides out seems to change depending on who opens it. \n \nSometimes it contains a short, easy map listing only mice in the Gnawnia region whereas other times it contains a much more difficult map that will lead hunters throughout many different regions in search of a long list of challenging and elusive mice. Or sometimes it will contain a map somewhere in between but you won't know which one you've got until you open it! \n \nThere are six possible Relic Hunter Treasure Map difficulties: Easy, Medium, Hard, Elaborate, Arduous, and Elite. The one you receive upon opening this scroll case is random but it will never contain mice and locations that are above your current rank.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/638ae2329960ad40fce6b3b7495b919d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/78667270de99130be649ca44b560c1e2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/52eaa1f9c13cbcf8097fa1e1d434562f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7348056cf1d5f17e3d165a927d05b8b7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/78667270de99130be649ca44b560c1e2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/78667270de99130be649ca44b560c1e2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/78667270de99130be649ca44b560c1e2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 922,
+ "type": "ancient_amulet_collectible",
+ "name": "Ancient Amulet",
+ "description": "This must be what the Relic Hunter Mouse was looking for! However, without being a student of ancient mouse history, it's hard to know exactly why. Sure, it's a gorgeous golden medallion with ancient mouse tribal markings, just brimming with untold secrets and knowledge... But that's all. Huh. Strange.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3a000e89a158ec94ede0a9db3415c999.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a9f3c789849e15e8fcb5a5ece6b8eadd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3a000e89a158ec94ede0a9db3415c999.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3a000e89a158ec94ede0a9db3415c999.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 923,
+ "type": "ancient_relic_collectible",
+ "name": "Ancient Relic",
+ "description": "With the dust cleaned off, this jade and gold statue is indescribably beautiful. It represents an ancient period of time in mouse culture, where master sculptors may have spent entire years perfecting a single curve of a single statue, chipping out the tiniest piece of jade and polishing for hours and hours and hours. \n \nIt's no surprise that the Relic Hunter Mouse is desperate to catch even a glimpse of these artifacts. They represent an incredible wealth of cultural and artistic knowledge.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "currency",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f21a0fde04887958de39f9e40b8f588e.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/a6e804d0d9eeb22ff01660a144521ff1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/585cf049c520eede94777ccb3328e2ce.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/a6e804d0d9eeb22ff01660a144521ff1.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/a6e804d0d9eeb22ff01660a144521ff1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/a6e804d0d9eeb22ff01660a144521ff1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt rare and powerful mice throughout the kingdom, hunt the Relic Hunter Mouse"
+ },
+ {
+ "id": 924,
+ "type": "treasure_map_message_item",
+ "name": "Treasure Map",
+ "description": "Catching the mice listed on this map will drop clues which when combined will show you where to find an incredible Treasure Chest!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/0bdc5a27a332e82336f526309e6567aa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/1a5045ae2dac2f90275e00a3735d23b7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/0bdc5a27a332e82336f526309e6567aa.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/0bdc5a27a332e82336f526309e6567aa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 925,
+ "type": "map_clue_stat_item",
+ "name": "Treasure Map Clue",
+ "description": "Dropped by mice listed on a Treasure Map. Collect all the clues to reveal the location of a fantastic Treasure Chest for your whole hunting team!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f5e7c597865d2a03131a26453c8b9990.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5da5d920ba95f944d4e5b37ae235685e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d82b0831817bced9688a37e7aafdec12.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5da5d920ba95f944d4e5b37ae235685e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5da5d920ba95f944d4e5b37ae235685e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5da5d920ba95f944d4e5b37ae235685e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 926,
+ "type": "rare_map_dust_stat_item",
+ "name": "Rare Map Dust",
+ "description": "Scraped carefully from an old, rare map, this dust can instantly transform a Common Treasure Map into a Rare Treasure Map, increasing the rewards gained for everyone working on solving it! The difficulty of the map doesn't increase, only the delicious loot! \n \n
\n
Rare Map Dust leads to Rare Treasure Chests containing:
\n
Two times the points!
\n
Two times the gold!
\n
Two times the Ancient Charms!
\n
More loot!
\n
And twice the chance of super-rare loot!
\n
",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e0e5e2cc32a48c47c46bf89379c123f8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0e078f7d571242178110761f6fea27a1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/458789350947048fd501508b8bdc88b1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0e078f7d571242178110761f6fea27a1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0e078f7d571242178110761f6fea27a1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0e078f7d571242178110761f6fea27a1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 927,
+ "type": "ancient_gauntlet_weapon",
+ "name": "Ancient Gauntlet",
+ "description": "This long-forgotten trap can lend much-needed aid to hunters attempting the long climb up the King's Gauntlet. While the statues may look dormant and docile, one of them has been secretly replaced with an incredibly patient hunter droid. Let's see if the mice notice! \n \nUsing this trap in the King's Gauntlet will double any Tier 2 Gauntlet Potions that drop.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "bait_standard",
+ "kings_gauntlet",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c43c1f03e316c41e4c55b48ce3be928.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/905ee6e7b4eb9b3f746e3ea0cfbbd751.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2c43c1f03e316c41e4c55b48ce3be928.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/4173f47ec5b2bcbfb5a49fc63f20ef0f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 1050,
+ "power_formatted": "1,050",
+ "has_power_bonus": true,
+ "power_bonus": 0.04,
+ "power_bonus_formatted": "4%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 928,
+ "type": "ancient_trinket",
+ "name": "Ancient Charm",
+ "description": "This tiny jade and gold charm faintly vibrates with untold reserves of energy. Holding it in your hand makes you feel giddy after only a few moments. \n \nYes... Yes... The power! The absolute power!!!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/398aeb59801bb526d9cf8dd4cb377b39.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/398aeb59801bb526d9cf8dd4cb377b39.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/398aeb59801bb526d9cf8dd4cb377b39.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 600,
+ "power_formatted": "600",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 929,
+ "type": "ancient_relic_trap_skin",
+ "name": "Ancient Relic Trap Skin",
+ "description": "The ancient ghost mice which roamed Gnawnia before even the castle existed require an old-fashioned trap strategy, and the Ancient Box Trap is about as old-fashioned as they come. A heavy stone box teeters precariously upon an Ancient Relic Staff, waiting for a mouse to pull the Ethereal Rope and cause the box to slam shut and magically fuse with the base. This may seem like a deceptively simple trap set-up, but ancient mice enjoy the classics.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7fe337e6a6772f732d0ab5c595981426.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/94381ffa80d7821cb95d6817443aa876.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7fe337e6a6772f732d0ab5c595981426.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/9300780f6b401417c25290d38126ad84.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ancient_box_trap_weapon",
+ "skin_weapon_name": "Ancient Box Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/abfb2a7f5ae3fb282ee34c9132755368.jpg",
+ "marketing_text": "This beautiful jade and gold version of the Ancient Box Trap is sure to make any mouse trapped inside its solid walls truly appreciative of the skill and artistry that went into its construction!"
+ },
+ {
+ "id": 930,
+ "type": "doobers_collectible",
+ "name": "Doobers",
+ "description": "This loud and beautiful drop seems to hold a special power that could only be described as \"not of this world\".",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/92946955726b1502e43e0fc21e84967b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bf52d8796809d7cebc95983394bbcb66.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/92946955726b1502e43e0fc21e84967b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/92946955726b1502e43e0fc21e84967b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 931,
+ "type": "pot_of_gold_convertible",
+ "name": "Mystery Pot of Gold",
+ "description": "This gloriously glowing cauldron is enchanted with the luck of the Leprechaun. \n \nIt is absolutely FILLED with gold, a handful of Ultimate Luck Charms, some SUPER|brie+, and sometimes a little something extra at the bottom... \n It takes a lucky hunter to catch a Leprechaun and find one of these treasures, but an even luckier one might find actual cash lying under all that gold!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/80cf614cbec2ec3d739502bd45c93ab3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c3fcfda4d3bb6501637d764bd63a49b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/845d31b589925632ea2bc929d7f54bca.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/79a604f4bb9386e3c98449ec720f75dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c3fcfda4d3bb6501637d764bd63a49b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3c3fcfda4d3bb6501637d764bd63a49b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3c3fcfda4d3bb6501637d764bd63a49b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 932,
+ "type": "cash25_stat_item",
+ "name": "$25 Cash Prize",
+ "description": "Rewarded to lucky hunters who catch a prize mouse carrying this special reward.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f3ae452cc9d9814522eb4d1b2ddbc7b4.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/f3ae452cc9d9814522eb4d1b2ddbc7b4.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f3ae452cc9d9814522eb4d1b2ddbc7b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 933,
+ "type": "cash50_stat_item",
+ "name": "$50 Cash Prize",
+ "description": "Rewarded to lucky hunters who catch a prize mouse carrying this special reward.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e11d68cce2a168d1cfa376003645f5bc.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/e11d68cce2a168d1cfa376003645f5bc.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/e11d68cce2a168d1cfa376003645f5bc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 934,
+ "type": "halloween_scroll_case_convertible",
+ "name": "2012 Halloween Scroll Case",
+ "description": "This dusty scroll case has a heavy feel to it. Who knows what scary riches the scroll inside will lead to?",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b5923ab2c10f21b67b86e35d78843ef7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae9421e0c68d1aee112a654a6f2b30b1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5d43bb408b28680ddd5e0e76ebf51206.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e1093007940a106329eabae7883cf5ae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae9421e0c68d1aee112a654a6f2b30b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ae9421e0c68d1aee112a654a6f2b30b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ae9421e0c68d1aee112a654a6f2b30b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 935,
+ "type": "halloween_treasure_chest_convertible",
+ "name": "2012 Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/090a4027194eecbbd146acb7780e7d66.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/df2d6d6576783ec08114234eab172b9d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/eb442a7a6bd0048b077f3608fd4d702e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/949e5b76fa8a83eaa515527beea25e57.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/df2d6d6576783ec08114234eab172b9d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/df2d6d6576783ec08114234eab172b9d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/df2d6d6576783ec08114234eab172b9d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 936,
+ "type": "rare_halloween_treasure_chest_convertible",
+ "name": "2012 Rare Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/072267a2f3a0599fa95f053642824010.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e407f71749a1bce8383d8353ff8c02ba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2aab1b0b966abd44dfb2bd77667f446f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5439756dcc935bbf8435b9a61aeffbdb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e407f71749a1bce8383d8353ff8c02ba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e407f71749a1bce8383d8353ff8c02ba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e407f71749a1bce8383d8353ff8c02ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 937,
+ "type": "halloween_theme_scrap_1_crafting_item",
+ "name": "Halloween Theme Scrap I",
+ "description": "This tiny scrap of paper has the potential to change your whole life - or at least your whole profile. Collecting the other two scraps will allow you to select the Halloween Theme customization, but where could they possibly be?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a85077130f49c7c994071d82e63ddc37.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5edb0b601548bb3dfde75325a52f8776.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/f1134b81582f73f157f8f38631fc5d89.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5edb0b601548bb3dfde75325a52f8776.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5edb0b601548bb3dfde75325a52f8776.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5edb0b601548bb3dfde75325a52f8776.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 938,
+ "type": "halloween_theme_scrap_2_crafting_item",
+ "name": "Halloween Theme Scrap II",
+ "description": "This tiny scrap of paper has the potential to change your whole life - or at least your whole profile. Collecting the other two scraps will allow you to select the Halloween Theme customization, but where could they possibly be?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/35c84ccf2d38db071b343906702e440b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b86c9d6ec2fd613416ff5410a327b228.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/76c81a4c5bfe9093356ddc62db84eed3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b86c9d6ec2fd613416ff5410a327b228.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b86c9d6ec2fd613416ff5410a327b228.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b86c9d6ec2fd613416ff5410a327b228.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 939,
+ "type": "halloween_theme_scrap_3_crafting_item",
+ "name": "Halloween Theme Scrap III",
+ "description": "This tiny scrap of paper has the potential to change your whole life - or at least your whole profile. Collecting the other two scraps will allow you to select the Halloween Theme customization, but where could they possibly be?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/50ebd56a4109ff252e42d08f553e5d07.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/617032e8a30a9d055102c10ae51c5740.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/70d4a67717c58f9c309f22b92a529115.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/617032e8a30a9d055102c10ae51c5740.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/617032e8a30a9d055102c10ae51c5740.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/617032e8a30a9d055102c10ae51c5740.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 940,
+ "type": "candy_apple_collectible",
+ "name": "Candy Apple",
+ "description": "Sweet, delicious, and oh-so-tempting... Just be sure to brush your teeth afterwards. \n \nNot recommended for anyone with braces! \n \nThis item can be occasionally dropped from mice in the Spooky Sandcastle.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/31010fcc556e22dfdb212bf41cd0b51b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/03ebf3c479f8ac754107bef92044a4b6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/31010fcc556e22dfdb212bf41cd0b51b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/31010fcc556e22dfdb212bf41cd0b51b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 941,
+ "type": "completed_halloween_theme_collectible",
+ "name": "Completed Halloween Theme",
+ "description": "Comprised of three hard-to-find scraps and liberal amounts of clear tape, this theme was put together by a brave hunter who roamed the entire length of the Haunted Terrortories, participated in spectacular teamwork, and knew exactly where to look for a bargain.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/87aeb72756474570d75e0f11d98859bf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0e26cb8fac635feee51c54367cbccf8a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/87aeb72756474570d75e0f11d98859bf.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/87aeb72756474570d75e0f11d98859bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 942,
+ "type": "mouse_pincushion_collectible",
+ "name": "Mousie Pincushion",
+ "description": "This is obviously just a pincushion for sewing purposes. Right? Obviously. It couldn't be related to any sort of voodoo, clearly. Just a pincushion. Just for sewing.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/d96c03213e3768a70d881f4893606ae5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d52ebd1aa779cf7e2cf7282fb8c9a4c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/d96c03213e3768a70d881f4893606ae5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d96c03213e3768a70d881f4893606ae5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 943,
+ "type": "spooky_mask_collectible",
+ "name": "Spooky Mask",
+ "description": "What a sad, scary face! Rumour has it that it was cast from the unhappy face of a hunter opening a treasure chest and being disappointed yet again by not finding the trap they're looking for. \n \nThis item can be found rarely on mice in the Spooky Sandcastle.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/280f7695ef2db600932c64003c84686a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4901b2472e678e6d98501081420f0bfe.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/280f7695ef2db600932c64003c84686a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/280f7695ef2db600932c64003c84686a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 944,
+ "type": "whisker_woods_wicked_hat_collectible",
+ "name": "Whisker Woods Wicked Hat",
+ "description": "This popular fashion item (well, popular among some) has now been mass-produced and can be handed out to your friends to celebrate the spooky season!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/55b4796938e7040cd928dbfa8dd4d1b8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1b78fbd20a1f77d5eedeec17a009c592.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/55b4796938e7040cd928dbfa8dd4d1b8.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/55b4796938e7040cd928dbfa8dd4d1b8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 945,
+ "type": "halloween_treasure_map_message_item",
+ "name": "Halloween Treasure Map",
+ "description": "Catching the mice listed on this spooky map will drop clues which when combined will show you where to find an incredible Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/528542fff3e672da7e477d15f7f3e667.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/8ef9042311279e5c1f0a240d4fc84ca5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/528542fff3e672da7e477d15f7f3e667.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/528542fff3e672da7e477d15f7f3e667.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 946,
+ "type": "terrifying_spider_weapon",
+ "name": "Terrifying Spider Trap",
+ "description": "Dozens, no hundreds of tiny spiders must have created this huge cocoon, but why? Perhaps equipping it in the Spooky Sandcastle or in the Seasonal Garden during Fall will reveal the reason.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "halloween",
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/9e837a570f0634149955dfce84f0c72b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/2ae38daca2bb882a8edab28764d7ce16.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/9e837a570f0634149955dfce84f0c72b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7c1b0ea8a4d9ccaee8158d6cc5bda43f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 2400,
+ "power_formatted": "2,400",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 13,
+ "luck_formatted": "13",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 947,
+ "type": "candy_corn_ice_maiden_skin",
+ "name": "Candy Corn Ice Maiden Skin",
+ "description": "Bound within the pillar of ice on the back of this trap is a rare enchantment. When the dragon breathes fire onto the trap, the ice temporarily melts, releasing a specially-designed dragon collar which snaps down onto the dragon's neck and freezes him in a thick coating of ice.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8c0532ca3861c1de71842254feeca18b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1ac26ce4d239c935cf92d67a873d1e25.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8c0532ca3861c1de71842254feeca18b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f0ec8cc7194a2ef0df487197c2184573.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ice_maiden_weapon",
+ "skin_weapon_name": "Ice Maiden",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/36fba525def51fa95edd75524ddca283.jpg",
+ "marketing_text": "It's not especially well-known, but candy corns are actually secret dragon weaknesses. When the dragon breaths fire onto the trap, the ice melts, releasing the candy corn - which is absolutely irresistible to them. Having consumed the sugary treat, they quickly experience a sugar crash, allowing Hunters to collect them safely."
+ },
+ {
+ "id": 948,
+ "type": "horrific_pumpkin_mouse_trap_skin",
+ "name": "Horrific Pumpkin Trap Skin",
+ "description": "The effects of radioactive sludge on this Venus Mouse trap appears to have given the plant an aggressive temper! Its sharp vines and thorns now ooze with toxic waste making a menacing opponent for any mouse.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6cbc9f9e0620ed7ee64e9e7c6326f0b7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/f1084950c745b3d6fe15f0b9f77512c7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6cbc9f9e0620ed7ee64e9e7c6326f0b7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7be8d2102999ea6a637a34d1d103ba68.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "horrific_venus_mouse_trap_weapon",
+ "skin_weapon_name": "Horrific Venus Mouse Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cf749c7017cd77254b1db040f0b6bd27.jpg",
+ "marketing_text": "What's more horrifying than an incredibly mutated venus fly trap? An incredibly mutated pumpkin with an unending hunger for tiny mice!"
+ },
+ {
+ "id": 949,
+ "type": "lovecraft_shelf_skin",
+ "name": "Lovecraft Shelf Skin",
+ "description": "This trap is the only devised tool suspected of being able to capture Zurreal the Eternal. A harmless looking bookshelf features literature designed to intrigue Zurreal, distracting him from the trap hidden behind the shelf.\n
\nThe traps's design is complex, but it's utility is simple: Drain all magical and electrical energy in the immediate area. The trap is powered by undead ectoplasm to remain active while using augmented metal netting and runic rocks to open a small hole to another dimension and vacuum all other energy far away. This trap should be enough to knock Zurreal's walking throne out of commission, leaving him mostly helpless.\n
\nWARNING: Do not try to operate Droids, heavy machinery or magics anywhere near this trap while activated!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1e647850fb5fd813e902fa4e3f13dfad.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0fdc81ea1712d7fec9aaf1f866c021fd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1e647850fb5fd813e902fa4e3f13dfad.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/07b88324e57c4b4e359e43efc79e1039.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "zurreals_folly_weapon",
+ "skin_weapon_name": "Zurreal's Folly",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4c9b69084b9333eb68b4b743f950e2d1.jpg",
+ "marketing_text": "Some books are written about Eldritch Horrors, some books are written by Eldritch Horrors, and some books literally contain Eldritch Horrors. Be very careful when setting up, walking near, or thinking about this trap. As if Zurreal's Folly wasn't already dangerous enough..."
+ },
+ {
+ "id": 950,
+ "type": "springer_skin",
+ "name": "Springer Skin",
+ "description": "Razor sharp barbs adorn a crushing bar held with over 1000 lbs of tension.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5ec9c4c07ded90ec43efcbdcba0276c8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/bf6448852e838c6238d611f51253884e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5ec9c4c07ded90ec43efcbdcba0276c8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/3c81948c4d1338d66d4c603b893b5196.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "high_tension_spring_weapon",
+ "skin_weapon_name": "High Tension Spring",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f78e980719cfad91edad358a138d7f70.jpg",
+ "marketing_text": "Cunningly disguised as an old an unused trap, the Springer is actually 100% fully-functioning, and any mouse expecting it to be rusted and safe will shortly be corrected in a very drastic manner!"
+ },
+ {
+ "id": 951,
+ "type": "steam_maw_skin",
+ "name": "Steam Maw Skin",
+ "description": "The ultimate in steam laser technology, the Steam Laser Mk. III is truly a marvel of engineering. Able to hyper-heat steam beyond normal (or safe) levels, this trap is truly the pinnacle of anti-Iceberg weaponry. Even Icewing herself fears and will attack this trap on sight! \n \nThis combination of hot and hydro works especially well on the Slushy Shoreline and in the Iceberg.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/35c8f44646e33272201da51420869587.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/147cd521714e6f71dc75a30b8972da6b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/35c8f44646e33272201da51420869587.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0ffb9b4d9a250ab8f9989038eb43a0dd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "steam_laser_mk_iii_weapon",
+ "skin_weapon_name": "Steam Laser Mk. III",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/782e857fa80d0bdb1293060ec8a520b7.jpg",
+ "marketing_text": "A combination of flaming-hot Ethereal Charcoal and Eldritch Fog ensure that this version of the Steam Laser Mk. III is no less effective, but far spookier."
+ },
+ {
+ "id": 952,
+ "type": "thing_bottomoless_grave_skin",
+ "name": "The Thing That Ate The Bottomless Grave Skin",
+ "description": "Although Digby drilling technology has often been regarded as the quickest to dig a grave, ambitious scientists were still tempted to experiment with rocket-propelled drills.\n\n\n\nThe result of these experiments has now turned into researching where the high speed drills have gone.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5ecc6d11bb88b3d59deb8a91da97043f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9af1184538a0811c37e61d4a26556063.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5ecc6d11bb88b3d59deb8a91da97043f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/eb713e3b2085130dbc1b72c355ff4433.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "bottomless_grave_weapon",
+ "skin_weapon_name": "Bottomless Grave",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/a1c049dd6b1b587dc01341290d892ef2.jpg",
+ "marketing_text": "When nobody was looking, this... thing crawled out of the Bottomless Grave and nobody has been able to get it to leave. But since it hasn't been any less effective at catching mice, nobody seems to mind very much."
+ },
+ {
+ "id": 953,
+ "type": "tournament_sphynx_black_cat_skin",
+ "name": "Sphynx Wrath Black Cat Skin",
+ "description": "This trap was intended to pay homage to a mythical creature known only for it's unparalleled mouse hunting prowess. Outfitted with a slew of clever traps it came as quite the surprise when the trapsmith who designed this tool of destruction found it utterly destroyed by its own means, the statue untouched. It is believed the simple traps were insult enough to the spirit of this creature that they simply destroyed themselves in it's presence.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/560c7ccf8e3428fd0e45f023aa905088.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d877aa751a309e35840deb793b239f9f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/560c7ccf8e3428fd0e45f023aa905088.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ba1c1b0d313624b6251fa1974410a0cc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sphynx_weapon",
+ "skin_weapon_name": "Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/77828c3fe49646f91c82098979279640.jpg",
+ "marketing_text": "Dark, mysterious, and majestic, this skin may be a little spooky, but definitely makes an impression. Any hunter displaying this skin can do so proudly, knowing it informs all who see it of their dedication to the hunt, and their incredible tournament accomplishments."
+ },
+ {
+ "id": 954,
+ "type": "tournament_sphynx_valkyrie_skin",
+ "name": "Sphynx Wrath Valkyrie Skin",
+ "description": "This trap was intended to pay homage to a mythical creature known only for it's unparalleled mouse hunting prowess. Outfitted with a slew of clever traps it came as quite the surprise when the trapsmith who designed this tool of destruction found it utterly destroyed by its own means, the statue untouched. It is believed the simple traps were insult enough to the spirit of this creature that they simply destroyed themselves in it's presence.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3e1af22f3a81ed830e4c8ac1cc0c8cbc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/19fd76a2f0cbc7b6c2907dd6bd5ab6ca.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3e1af22f3a81ed830e4c8ac1cc0c8cbc.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ccb126f6c382133b697fdfa16a9b51d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sphynx_weapon",
+ "skin_weapon_name": "Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/77828c3fe49646f91c82098979279640.jpg",
+ "marketing_text": "This trap skin emblazons the power and beauty of the Sphynx Wrath with a rather majestic set of wings. Along with the impressive wingspan upgrade, the skin also tunes the Sphynx Crystal to accommodate for some fancy special effects and pyrotechnics. Truly, this skin is reserved for hard working champions with discerning taste."
+ },
+ {
+ "id": 955,
+ "type": "witch_brew_skin",
+ "name": "Witch's Brew Trap Skin",
+ "description": "Working with some clever trapsmiths and the oasis bead you were able to create a tunnel of water and give it a mind of its own. While on standby the trap simply looks like a still pool of fresh water in a beautiful desert oasis, however any mouse it encounters will be snatched up and rocketed through the water tunnel to whatever destination you've set, be that Davy Jones' Locker or another continent. If this were big enough for a human and much safer, one might consider using it for a more cost effective travel method...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b293ccf6e892efc470eac5abb05395f5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/f591367d6c7e693748627b1a81b57b97.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b293ccf6e892efc470eac5abb05395f5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/cf5f1041ee8ebbf3a96dea48fb786573.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "oasis_water_node_weapon",
+ "skin_weapon_name": "Oasis Water Node Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7c923688e7f62bfde8cea3b70cd3b1b2.jpg",
+ "marketing_text": "This bubbling cauldron of ancient magic may look silly and fun, but only until a mouse draws near... Then the magic activates and any curious nearby mice are grabbed and drawn deep within!"
+ },
+ {
+ "id": 956,
+ "type": "2012_pumpkin_treat_basket_convertible",
+ "name": "2012 Pumpkin Treat Basket",
+ "description": "There's sure to be a Halloween treat in this spooky basket!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2db2a51b909c4f86ac37327eefd1b5b3.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e38a08e406fe64a449f270ff745530d6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/2db2a51b909c4f86ac37327eefd1b5b3.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/pumpkin.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 957,
+ "type": "fan_base",
+ "name": "Fan Base",
+ "description": "With its high-speed fans, this base keeps cheese very fresh and is quite \"uplifting\" for mice who wander onto this trap. \n \nGet yours FREE by becoming part of the fanbase here! \n \nOur thanks to you for being a fan!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/584c7adce269ea73736f883b4770cbb4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/4e1dfb135c3aa5fd15bd8c83ba362b62.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/584c7adce269ea73736f883b4770cbb4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/584c7adce269ea73736f883b4770cbb4.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/7c8e64cd4b20d3b3406e0fd268a78e52.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 175,
+ "power_formatted": "175",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 958,
+ "type": "cursed_city_charm_pack_convertible",
+ "name": "Cursed City Charm Pack",
+ "description": "This package contains 3 Bravery Charms, 3 Clarity Charms, and 3 Shine Charms for use in dispelling curses in the Cursed City. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ca67614c4d5c8d3dcb30953a4a9ae02f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/84440b36a49a48bd5400447fbe536c32.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0627d08dd9b964bff91128f6745149e9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2f2789f295a33ace4e6739a283168c5c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/84440b36a49a48bd5400447fbe536c32.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/84440b36a49a48bd5400447fbe536c32.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/84440b36a49a48bd5400447fbe536c32.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 959,
+ "type": "dewthief_camembert_4_convertible",
+ "name": "Dewthief Camembert 4-Pack",
+ "description": "Dewthief plants are master moisture-stealers, which means their petals are always soft and delicate, making for an exquisitely smooth cheese.
Mice in the Lost City and Sand Dunes seem to be solely attracted to this cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef411ca966c9ae1f789f178d0ad70587.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6ae5cfe3b7bce8653432c463e6c4cc5f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/ef411ca966c9ae1f789f178d0ad70587.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ef411ca966c9ae1f789f178d0ad70587.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 960,
+ "type": "duskshade_camembert_4_convertible",
+ "name": "Duskshade Camembert 4-Pack",
+ "description": "Duskshade petals can only be harvested in the twilight hours of the evenings, though once harvested, the petals keep for quite some time. Combining these gorgeous petals with a generous amount of Dreamfluff herbs creates a cheese that both looks wonderful and imparts a dreamy sense of peace.
Using this cheese in the Living Garden is sure to attract a rare and mystical mouse.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fd969e72b3e8ef6ee0b73d9a21de3deb.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/58f2a2476edc2b4d4e4c3648fb2d8dd0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/fd969e72b3e8ef6ee0b73d9a21de3deb.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/fd969e72b3e8ef6ee0b73d9a21de3deb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 961,
+ "type": "essence_collector_kit_convertible",
+ "name": "Essence Collector Kit",
+ "description": "This package contains 20 Sponge Charms, 20 Searcher Charms, 20 Grubling Chow Charms, and 125 SUPER|brie+ for use in hunting in the Living Garden, Sand Dunes, and Lost City. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f48d9896f724fcb71f59f23c630728c8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/45343ca0d6058f64cd144ce964aa03e2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/256016d57d3c5bb7c41a329d1d0e155d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/98624e4cb815e8aa744bb69a0c3452e8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/45343ca0d6058f64cd144ce964aa03e2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/45343ca0d6058f64cd144ce964aa03e2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/45343ca0d6058f64cd144ce964aa03e2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 962,
+ "type": "graveblossom_camembert_4_convertible",
+ "name": "Graveblossom Camembert 4-Pack",
+ "description": "It takes a brave mouse indeed to take a bite of this cheese, but the payoff is a delicious, creamy-smooth cheese with a slight sharpness to it - delicious!
This cheese cannot be used in the Living Garden, Lost City, or Sand Dunes.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/caf299924c009babfb3ba5c7e24eaeaf.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/655ee55018ca6382ce6c7b400b2c3e0a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/caf299924c009babfb3ba5c7e24eaeaf.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/caf299924c009babfb3ba5c7e24eaeaf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 963,
+ "type": "living_chest_convertible",
+ "name": "Living Chest",
+ "description": "This chest is actually alive, pulsing and groaning where it sits. You'll have to be quick and brave to open it, but the rewards are sure to be worthwhile!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/715df96a996cf98d88aab8e98b98ece9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e0aa841819ff438bb885cbab7b5d314.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e40a54c766d6a83b78aeba19022f701b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/67fcc5436cd59ad601432f5e597081db.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e0aa841819ff438bb885cbab7b5d314.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4e0aa841819ff438bb885cbab7b5d314.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4e0aa841819ff438bb885cbab7b5d314.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 964,
+ "type": "living_garden_charm_pack_convertible",
+ "name": "Living Garden Charm Pack",
+ "description": "This package contains 20 Sponge Charms for use in collecting dewdrops in the Living Garden. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/95f73a5dc338f4643b8476e6cb3fdffa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1bb833d6416ff12f438527cf71c44b78.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e98cd1d348196279655dbac6eb289c5a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5542e3b940b67c4a4d243bda94f353b7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1bb833d6416ff12f438527cf71c44b78.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1bb833d6416ff12f438527cf71c44b78.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1bb833d6416ff12f438527cf71c44b78.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 965,
+ "type": "lost_city_charm_pack_convertible",
+ "name": "Lost City Charm Pack",
+ "description": "This package contains 20 Searcher Charms for use in dispelling curses in the Lost City. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f8e1f3cdfe229c90192555775ee86f3d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bf0bc4b24d56b993da66e348aa69d6aa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/802683790bc78b7c18ff428d904470de.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0348bbc375eed32f5f6778852818804b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bf0bc4b24d56b993da66e348aa69d6aa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bf0bc4b24d56b993da66e348aa69d6aa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bf0bc4b24d56b993da66e348aa69d6aa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 966,
+ "type": "lunaria_camembert_4_convertible",
+ "name": "Lunaria Camembert 4-Pack",
+ "description": "As soft as butter and twice as creamy, Lunaria Camembert is a tiny slice of heaven. In fact, it's pretty hard to justify using such a delicious and fulfilling cheese as bait when you seriously consider just how wonderful it would be to eat it yourself!
This cheese is far too special to use without a really good reason.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c5d6b41acdd437888ba74d44bc4ebef9.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c33b44d7a6c2f1e0685145b61075c37.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/c5d6b41acdd437888ba74d44bc4ebef9.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/c5d6b41acdd437888ba74d44bc4ebef9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 967,
+ "type": "sand_crypts_charm_pack_convertible",
+ "name": "Sand Crypts Charm Pack",
+ "description": "This package contains 10 Grub Salt Charms and 1 Grub Scent Charm for use in hunting the Grub King Mouse in the Living Garden. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/343c2baa091d50731806692ee9dd5f5f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/72855375bb20e37da13a0b24ff5d7dfd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d372ebd5fef42390db9a439b7174feb7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/55cc19f402c20028ba4f87148e2fd298.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/72855375bb20e37da13a0b24ff5d7dfd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/72855375bb20e37da13a0b24ff5d7dfd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/72855375bb20e37da13a0b24ff5d7dfd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 968,
+ "type": "sand_dunes_charm_pack_convertible",
+ "name": "Sand Dunes Charm Pack",
+ "description": "This package contains 20 Grubling Chow Charms for use in attracting Grubling Mice in the Sand Dunes. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5b40d02e0619fc55a2b893ad9c41ed32.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8c08f7ac3f93bfd529a0ec334d3f5e9b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c187482abe18b9fe818c0a9460f1cc59.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e382a3558dd91af357243c4979e92c21.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8c08f7ac3f93bfd529a0ec334d3f5e9b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8c08f7ac3f93bfd529a0ec334d3f5e9b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8c08f7ac3f93bfd529a0ec334d3f5e9b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 969,
+ "type": "twisted_essence_collector_kit_convertible",
+ "name": "Twisted Essence Collector Kit",
+ "description": "This package contains 20 Red Sponge Charms, 20 Yellow Sponge Charms, 6 Bravery Charms, 6 Clarity Charms, 6 Shine Charms, 20 Grub Salt Charms, 2 Grub Scent Charms, and 250 SUPER|brie+ for use in hunting in the Twisted Garden, Sand Crypts, and Cursed City.\n \n Provides the Lucky Golden Shield for 2 months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f9e74ae258edcc69ce188476ea69fb2d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4c6b43ca7410ad8e4ec2ff596254e3a5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/309d9f0c8236a8cf553c45b826cb37bb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/832ccfbba96a9498392fffcaf38c46ca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4c6b43ca7410ad8e4ec2ff596254e3a5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4c6b43ca7410ad8e4ec2ff596254e3a5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4c6b43ca7410ad8e4ec2ff596254e3a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 970,
+ "type": "twisted_garden_charm_pack_convertible",
+ "name": "Twisted Garden Charm Pack",
+ "description": "This package contains 10 Red Sponge Charms and 10 Yellow Sponge Charms for use in collecting coloured dewdrops in the Twisted Garden. \n Provides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ceaa8dd16c1192e7af871a30f3e1e223.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/681808a4dcff58920e94a721921acbcd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bb76073d91e080d3a9b83c9ff41330e9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ced7f41b9e0d3f4beb3588e75ea754cf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/681808a4dcff58920e94a721921acbcd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/681808a4dcff58920e94a721921acbcd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/681808a4dcff58920e94a721921acbcd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 971,
+ "type": "unstable_gourd_convertible",
+ "name": "Unstable Gourd",
+ "description": "This quivering gourd was the result of planting a specific Garden Essence in a Plant Pot and being slightly patient. When poked, it can reveal a wide variety of delicious loot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a6d9436b22bf088869f0dc46cde6948e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e0e4e7ed8c4c0513267070349d1ca701.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0503d65611d94aab29976d87e34e1c56.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5c54bd86b5714dbce7a74c6f083085fc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e0e4e7ed8c4c0513267070349d1ca701.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e0e4e7ed8c4c0513267070349d1ca701.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e0e4e7ed8c4c0513267070349d1ca701.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 972,
+ "type": "acronym_parts_crafting_item",
+ "name": "A.C.R.O.N.Y.M. Parts",
+ "description": "The Arcane Capturing Rod Of Never Yielding Mystery has collapsed into a pile of mystic rubble.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/824b80ece58643de3b0f49336a7fd883.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/824b80ece58643de3b0f49336a7fd883.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 973,
+ "type": "arcane_crystal_crafting_item",
+ "name": "Arcane Crystal",
+ "description": "This pulsating red crystal emanates arcane power and causes your hair to stand on end when you hold it. Surely, if this power were harnessed, it could create the ultimate in arcane traps! \n \nThis is a vintage crafting item which can be smashed with the Hunter's Hammer for a full gold refund.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "vintage",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/88a2fb319cc44678e1f6e386c5f30d18.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/46fd21828ec50e7c98b95e22832bc514.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/048c3ec447182217722cd01da7269518.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/46fd21828ec50e7c98b95e22832bc514.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/46fd21828ec50e7c98b95e22832bc514.png",
+ "upscaled": "https://i.mouse.rip/upscaled/arcane_crystal_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 2500000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 974,
+ "type": "clockwork_portal_blueprints_crafting_item",
+ "name": "Clockwork Portal Trap Blueprints",
+ "description": "These blueprints detail how to create the Clockwork Portal Trap. \n \nThey call for: \n
\n
1x Clockwork Portal Trap Blueprints
\n
1x Clock Parts
\n
8x Umbral Capacitors
\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/63d9ebf5022b41cfeee8cb217102409e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/63d9ebf5022b41cfeee8cb217102409e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_f_crafting_item": 1,
+ "essence_i_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 975,
+ "type": "dewthief_petal_crafting_item",
+ "name": "Dewthief Petal",
+ "description": "When you're a plant, moisture is a make-or-break necessity, and the Dewthief flower has a unique solution to ensuring it has a sufficient supply - long, questing vines that coil around the sloping surfaces of nearby plants. When dew forms on the unfortunate victims, the drops run down the vines and into the upturned face of the Dewthief flower, ensuring its survival at the expense of its neighbors.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d5047edfbde1a609528cdef5096c5e96.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d0aa3c851e757f3388af33259b49b5ba.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/b5059e5ce4bd262c779465e3600bd632.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d0aa3c851e757f3388af33259b49b5ba.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d0aa3c851e757f3388af33259b49b5ba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d0aa3c851e757f3388af33259b49b5ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Living Garden"
+ },
+ {
+ "id": 976,
+ "type": "dreamfluff_herbs_crafting_item",
+ "name": "Dreamfluff Herbs",
+ "description": "When initially harvested, Dreamfluff looks like a long, brown, withered pod. However, when placed under the pillow of a softly dreaming mouse, the pod bursts open, revealing the colourful puffs beneath. While this is a required step to obtain full potency of the herb, it also ensures a wonderfully comfortable and restive night's sleep to the mouse in question.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9c7dc802589329532603f2247a710e59.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b3016772b43b08c5af80eb692d64ee46.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/bbe49de993f1f4981bc9a371885cc264.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b3016772b43b08c5af80eb692d64ee46.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b3016772b43b08c5af80eb692d64ee46.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b3016772b43b08c5af80eb692d64ee46.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Lost City"
+ },
+ {
+ "id": 977,
+ "type": "duskshade_petal_crafting_item",
+ "name": "Duskshade Petal",
+ "description": "Every plant has its ideal growing conditions. Some prefer warmer climates, some prefer direct light, and some prefer torrential downpours. The Duskshade flower, however, can only grow in the light of the setting sun, curling in upon itself for the remaining hours of the day and appearing to the untrained observer as a dead husk. \n \nEducated, observant, and - most importantly - lucky herbologists catching the flower during its exceptionally brief \"open\" phase will be treated to quite a display from arguably one of the most gorgeous flowers to have ever existed.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/5873b1eeef94bdb5ac2a204cc52b0726.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e902257052234e3d945de369e94cad3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/aadee8519427f4e209009b2815240ea1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e902257052234e3d945de369e94cad3.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e902257052234e3d945de369e94cad3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e902257052234e3d945de369e94cad3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Sand Dunes"
+ },
+ {
+ "id": 978,
+ "type": "essence_a_crafting_item",
+ "name": "Aleth Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e8fd189884e5d517deca23e5f183b1cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c17ae89c7ce53dd3b680ae61cf7d76e0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/0054c3a0640fcdccc4cd464743673763.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c17ae89c7ce53dd3b680ae61cf7d76e0.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/c17ae89c7ce53dd3b680ae61cf7d76e0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/c17ae89c7ce53dd3b680ae61cf7d76e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Living Garden, Twisted Garden, Lost City, Cursed City, Sand Dunes, or Sand Crypts"
+ },
+ {
+ "id": 979,
+ "type": "essence_b_crafting_item",
+ "name": "Ber Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/de22f6f71864f5c0ec367c011e09acd9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb8a5a0c67585706456c76efe355b503.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/0eea7c3a6d9c18502dae475143c7cd2f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb8a5a0c67585706456c76efe355b503.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb8a5a0c67585706456c76efe355b503.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb8a5a0c67585706456c76efe355b503.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 3
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Aleth Essences via crafting"
+ },
+ {
+ "id": 980,
+ "type": "essence_c_crafting_item",
+ "name": "Cynd Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/949047e60efc1a6929de3c4b1b25c9ac.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c2ec1005bdb8a1fa50482b2748ee8466.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/6bbfa8491d840b9de932e3fe67c835b2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c2ec1005bdb8a1fa50482b2748ee8466.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/c2ec1005bdb8a1fa50482b2748ee8466.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/c2ec1005bdb8a1fa50482b2748ee8466.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 9
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Ber Essences via crafting"
+ },
+ {
+ "id": 981,
+ "type": "essence_d_crafting_item",
+ "name": "Dol Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/98f36a0017b846d51d33618685906743.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/33aa01667cf443062d99081e0e3e2529.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/15d1fcc43e56bb7de780c5aec99b7b47.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/33aa01667cf443062d99081e0e3e2529.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/33aa01667cf443062d99081e0e3e2529.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/33aa01667cf443062d99081e0e3e2529.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 27
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Cynd Essences via crafting"
+ },
+ {
+ "id": 982,
+ "type": "essence_e_crafting_item",
+ "name": "Est Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1be2e3ec51d13779c133545470a2bd42.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/23e3f8591e1502767782e6d25c830309.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/87db924098c2934da8fa4ccd46dd2024.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/23e3f8591e1502767782e6d25c830309.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/23e3f8591e1502767782e6d25c830309.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/23e3f8591e1502767782e6d25c830309.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 81
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Dol Essences via crafting"
+ },
+ {
+ "id": 983,
+ "type": "essence_f_crafting_item",
+ "name": "Fel Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/7174d3c904067a9ae8a5944ed0470224.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7860549d38f5cd74aee1efac30d12140.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/c3738f6df2d0e249638f62a3d70f9994.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7860549d38f5cd74aee1efac30d12140.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/7860549d38f5cd74aee1efac30d12140.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/7860549d38f5cd74aee1efac30d12140.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 243
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Est Essences via crafting"
+ },
+ {
+ "id": 984,
+ "type": "essence_g_crafting_item",
+ "name": "Gur Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a200e64b998fe4255529a2f3a76a57df.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a57ad1aa6150986a2d1b6811b4269f3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/001776707890be8a6d79334ea8449f87.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a57ad1aa6150986a2d1b6811b4269f3.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a57ad1aa6150986a2d1b6811b4269f3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a57ad1aa6150986a2d1b6811b4269f3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 729
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Fel Essences via crafting"
+ },
+ {
+ "id": 985,
+ "type": "essence_h_crafting_item",
+ "name": "Hix Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nSurely, there must be some way to intensify and combine that energy into something more powerful.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9bd87c451740f1f3fc7f2f132fcc8d23.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e7876551379ab9b993fb4d5709d0288b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fa4d937cb06b374f2ac0e89ecae8cb13.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e7876551379ab9b993fb4d5709d0288b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/e7876551379ab9b993fb4d5709d0288b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/e7876551379ab9b993fb4d5709d0288b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 2187
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Gur Essences via crafting"
+ },
+ {
+ "id": 986,
+ "type": "essence_i_crafting_item",
+ "name": "Icuri Essence",
+ "description": "This tiny plant holds something mysterious inside - an energy so powerful that it could change the world, if only it were harnessed correctly. \n \nThis appears to be the most powerful form of this energy possible! Now just what to combine it with to unleash its true power?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9093c480c099d45901d869ded0541d17.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/10a39ef8479b4dd3bb6716d1363a54c9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d363c9de6feb782a2288e16fd74159c9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/10a39ef8479b4dd3bb6716d1363a54c9.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/10a39ef8479b4dd3bb6716d1363a54c9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/10a39ef8479b4dd3bb6716d1363a54c9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_a_crafting_item": 6561
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Combine 3 Hix Essences via crafting"
+ },
+ {
+ "id": 987,
+ "type": "essence_prism_crafting_item",
+ "name": "Essence Prism",
+ "description": "Formed from 100% pure plant nutrients, this prism has been condensed tightly enough to form a beautiful crystal. \n \nPlace three Garden Essences inside this prism to focus and combine them into a higher-level Garden Essence.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "general",
+ "general",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0a44b2e0c1147b396aec32fcfae9d722.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/86d537b2d6e3fda4fbd61b768666fd15.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/ffec6d67776fd0e6988dd5a4d729e5da.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/86d537b2d6e3fda4fbd61b768666fd15.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/86d537b2d6e3fda4fbd61b768666fd15.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/86d537b2d6e3fda4fbd61b768666fd15.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 988,
+ "type": "fresh_living_garden_soil_crafting_item",
+ "name": "Fresh Twisted Garden Soil",
+ "description": "This special lump of soil was harvested directly from the center of the Twisted Garden and imbued with magic for some sinister purpose. Having stolen it away, you can now use its immense energies and nutrients for your own, far more heroic purposes!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f72a4edbc5196c9a289a18f6dedad24a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/700db09f995b3de1b7f08d503a0e9b9d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/aa230bd6e324939ffa82fc3dd140c0c7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/700db09f995b3de1b7f08d503a0e9b9d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/700db09f995b3de1b7f08d503a0e9b9d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/700db09f995b3de1b7f08d503a0e9b9d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Twisted Carmine in the Twisted Garden"
+ },
+ {
+ "id": 989,
+ "type": "grand_arcanum_blueprints_crafting_item",
+ "name": "Grand Arcanum Trap Blueprints",
+ "description": "These blueprints detail how to create the Grand Arcanum Trap. \n \nThey call for: \n
\n
1x Grand Arcanum Trap Blueprints
\n
1x A.C.R.O.N.Y.M. Parts
\n
1x Arcane Crystal
\n
40x Tiny Platinum Bars
\n
\nThis trap requires the rank of Baron/Baroness or higher.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e6c86fee9853838b840f8ad66556c36d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e6c86fee9853838b840f8ad66556c36d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_g_crafting_item": 1,
+ "essence_i_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 990,
+ "type": "graveblossom_petal_crafting_item",
+ "name": "Graveblossom Petal",
+ "description": "While it may look like something tragic has happened near this flower, that is only a deception that grants the flower the uncanny ability to actually unsettle hungry herbivores enough to scare them away. \n \nGraveblossom flowers don't actually grow solely on graves, though they always seem to look like they mark a fresh one.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/186ecf8960bdd05a88cbc2d042377453.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b23d7871b80df54dc06fd9e708bf8432.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/1291f610b7a0c0c9f347f712a98a06d2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b23d7871b80df54dc06fd9e708bf8432.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b23d7871b80df54dc06fd9e708bf8432.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b23d7871b80df54dc06fd9e708bf8432.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Twisted Garden"
+ },
+ {
+ "id": 991,
+ "type": "lunaria_petal_crafting_item",
+ "name": "Lunaria Petal",
+ "description": "Lunaria flowers look rather unassuming during the day, blending in perfectly in fields of boring, white flowers. But when struck directly by the rays of the moon, they sparkle and become translucent. The superstitious claim this grants the petals of the flower magic powers, and the superstitious are absolutely right. Lunaria petals, when properly used, can heal the sick, levitate objects, and be made into an absolutely transcendent cheese.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/db0ff065b2cd8752ada3d532b243ca5a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e771fe86c25ba7ba5878ac13af87f1e1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/929555b6a184d397fb7fdf351246d992.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e771fe86c25ba7ba5878ac13af87f1e1.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/e771fe86c25ba7ba5878ac13af87f1e1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/e771fe86c25ba7ba5878ac13af87f1e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Sand Crypts"
+ },
+ {
+ "id": 992,
+ "type": "new_base_blueprints_crafting_item",
+ "name": "New Base Blueprints",
+ "description": "?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9380037df0560472f8908b0fc2b8bb7d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9380037df0560472f8908b0fc2b8bb7d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 993,
+ "type": "oasis_water_node_parts_crafting_item",
+ "name": "Oasis Water Node Trap Parts",
+ "description": "Some sand, a whole bunch of water, and - somehow - a preserved palm tree.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a8387b4d9560e2fbd8c32ee05cded1fa.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a8387b4d9560e2fbd8c32ee05cded1fa.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 994,
+ "type": "phantasmic_essence_crafting_item",
+ "name": "Phantasmic Essence",
+ "description": "This vial shimmers and vibrates faintly, containing the distilled essence of phantasmic hauntings collected over the years. \n \nThis is a vintage crafting item which can be smashed with the Hunter's Hammer for a full gold refund.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "vintage",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/07b3b624856904223aeae30c7230301c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4df2a165d25a897535b89a3443fcf3fa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/aa0bb65ca728f6d46d8d51e55017ee7c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4df2a165d25a897535b89a3443fcf3fa.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/4df2a165d25a897535b89a3443fcf3fa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/4df2a165d25a897535b89a3443fcf3fa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 1000000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 995,
+ "type": "phantasmic_oasis_blueprints_crafting_item",
+ "name": "Phantasmic Oasis Trap Blueprints",
+ "description": "These blueprints detail how to create the Phantasmic Oasis Trap. \n \nThey call for: \n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ec6e2770587261e39d84e0e145df03d7.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ec6e2770587261e39d84e0e145df03d7.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "essence_f_crafting_item": 1,
+ "essence_g_crafting_item": 1,
+ "essence_h_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 998,
+ "type": "umbral_capacitor_crafting_item",
+ "name": "Umbral Capacitor",
+ "description": "Able to charge immense amounts of shadow power and release it in an instant, a trap made from these capacitors would be able to unleash fantastic shadow energy! \n \nThis is a vintage crafting item which can be smashed with the Hunter's Hammer for a full gold refund.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "vintage",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0dc06b2f669cc1634add08741aed87c5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d708e9ad36c1243aa75b43e9267ed97.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/f23453e77fe66b3826750afd697b8a36.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d708e9ad36c1243aa75b43e9267ed97.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d708e9ad36c1243aa75b43e9267ed97.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d708e9ad36c1243aa75b43e9267ed97.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 500000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 999,
+ "type": "zugzwangs_leftover_rock",
+ "name": "Zugzwang's Leftover Rock",
+ "description": "This would be a plain, ordinary rock if only it didn't have Zugzwang's signature insignia proudly stamped on the side. Oh, and if it didn't exude magical residue like crazy! \n \nThis is obviously a powerful artifact used by the great Zugzwang, but what was it used for?",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/9c6a81bf7fa475502ccbcbdc5b083038.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/771960b50bdb560bb2e382c76da62fa4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/9c6a81bf7fa475502ccbcbdc5b083038.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/9c6a81bf7fa475502ccbcbdc5b083038.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1000,
+ "type": "dewdrop_stat_item",
+ "name": "Dewdrop",
+ "description": "A tiny drop of water collected from mice in the Living Garden. When gathered in large enough quantities, it can be used to attract a special mouse!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e6ab83d67f771916428c7cfb9a729742.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f3e81cd5cb1d1e77db6fd1bea3fd90d2.png",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f3e81cd5cb1d1e77db6fd1bea3fd90d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f3e81cd5cb1d1e77db6fd1bea3fd90d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 20
+ },
+ {
+ "id": 1001,
+ "type": "red_drop_stat_item",
+ "name": "Red Dewdrop",
+ "description": "A tiny drop of water collected from mice in the Living Garden. When gathered in large enough quantities, it can be used to attract a special mouse and grants a power bonus!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f69c187749e68cfab8471e38b43e378a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/f69c187749e68cfab8471e38b43e378a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f69c187749e68cfab8471e38b43e378a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1002,
+ "type": "yellow_drop_stat_item",
+ "name": "Yellow Dewdrop",
+ "description": "A tiny drop of water collected from mice in the Living Garden. When gathered in large enough quantities, it can be used to attract a special mouse and grants a luck bonus!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e4ab7c2c3f5bf0c96401fbf685241603.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/e4ab7c2c3f5bf0c96401fbf685241603.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/e4ab7c2c3f5bf0c96401fbf685241603.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1003,
+ "type": "soiled_base",
+ "name": "Soiled Base",
+ "description": "This base is comprised of a full level of soil, carefully lifted from the Living Garden. It's soft underfoot and relaxing to mice venturing upon it, but contains many living roots that can wrap around tiny mice feet, holding them in place for traps to snap shut!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "trap_parts",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/7a89ddc911422a7104c514a597a4fec1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/09ac023d5d3739e7c6b32b271d63b695.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/7a89ddc911422a7104c514a597a4fec1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/7a89ddc911422a7104c514a597a4fec1.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/68dcd791696efbb021d22b7d947ef5b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 400,
+ "power_formatted": "400",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "soiled_base_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1004,
+ "type": "clockwork_portal_weapon",
+ "name": "Clockwork Portal Trap",
+ "description": "Combining magical theorems from previous portal traps with \"modern\" clockwork technology, the Clockwork Portal Trap represents the pinnacle of Shadow trap development. Lying dormant until a mouse attempts to steal a piece of cheese, it looks fairly unassuming, if complicated. But the moment a mouse steps upon it, pre-charged capacitors flood it with energy, instantly creating a super-powered portal that whisks the mouse off to who knows where... or when.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d95124178bcc20405f925e85e5e4a495.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a62bae88bb50e6328b1211d5adc0420a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d95124178bcc20405f925e85e5e4a495.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/384801afd6e46f179f58559fd83bb560.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 3900,
+ "power_formatted": "3,900",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "coral_clockwork_portal_skin",
+ "new_years_clockwork_portal_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "coral_clockwork_portal_skin",
+ "new_years_clockwork_portal_skin"
+ ]
+ },
+ {
+ "id": 1005,
+ "type": "grand_arcanum_weapon",
+ "name": "Grand Arcanum Trap",
+ "description": "The pulsing red crystal at the dark heart of this trap glows with an eerie light, attracting mystic mice like moths to a flame. Any mouse attuned or interested in arcane energies and secrets will find this trap positively irresistible and will pursue it to their doom!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5066cc1c4152d9f65a964bfa29555ace.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/f6c94934112bcff072c853b9ce647673.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/5066cc1c4152d9f65a964bfa29555ace.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/1f16f1331afb4560c613191c542c0dc6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 4800,
+ "power_formatted": "4,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 22,
+ "luck_formatted": "22",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "haunted_arcanum_skin",
+ "spring_arcanum_skin",
+ "shattered_arcanum_skin",
+ "wreath_grand_arcanum_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "haunted_arcanum_skin",
+ "spring_arcanum_skin",
+ "shattered_arcanum_skin",
+ "wreath_grand_arcanum_trap_skin"
+ ]
+ },
+ {
+ "id": 1006,
+ "type": "phantasmic_oasis_weapon",
+ "name": "Phantasmic Oasis Trap",
+ "description": "No longer a sanctuary in the midst of a desert, the Phantasmic Oasis Trap entrances and consumes any who dare venture too close. The psychedelic colours may be enticing, but beware! The phantasms and spirits that now inhabit this trap are cruel and merciless!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d9f9e434f759c8807f22fe43c7d4333.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b13f4a1f5872419232dec97fce86c29b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/0d9f9e434f759c8807f22fe43c7d4333.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/41482ef3cf3ecb0430ab9ac1e595abb9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 5850,
+ "power_formatted": "5,850",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 26,
+ "luck_formatted": "26",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "winter_phantasmic_oasis_skin",
+ "soapy_phantasmic_oasis_skin",
+ "coral_phantasmic_oasis_skin",
+ "phantom_spring_phantasmic_oasis_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "phantasmic_oasis_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "winter_phantasmic_oasis_skin",
+ "soapy_phantasmic_oasis_skin",
+ "coral_phantasmic_oasis_skin",
+ "phantom_spring_phantasmic_oasis_skin"
+ ]
+ },
+ {
+ "id": 1007,
+ "type": "dewthief_camembert_cheese",
+ "name": "Dewthief Camembert",
+ "description": "Dewthief plants are master moisture-stealers, which means their petals are always soft and delicate, making for an exquisitely smooth cheese.
Mice in the Lost City and Sand Dunes seem to be solely attracted to this cheese.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "desert_oasis",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/801c61809610537384f2700a4d6b73b7.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/347b62ad43e15bb3ebd898f64d402d42.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/347b62ad43e15bb3ebd898f64d402d42.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/347b62ad43e15bb3ebd898f64d402d42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1008,
+ "type": "duskshade_camembert_cheese",
+ "name": "Duskshade Camembert",
+ "description": "Duskshade petals can only be harvested in the twilight hours of the evenings, though once harvested, the petals keep for quite some time. Combining these gorgeous petals with a generous amount of Dreamfluff herbs creates a cheese that both looks wonderful and imparts a dreamy sense of peace.
Using this cheese in the Living Garden is sure to attract a rare and mystical mouse.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "desert_oasis",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/d6ab26ec5163e7046de7ba2f02ceda00.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/7bf9f9bb5394d44f3ef50a7105d04931.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/7bf9f9bb5394d44f3ef50a7105d04931.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7bf9f9bb5394d44f3ef50a7105d04931.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1009,
+ "type": "graveblossom_camembert_cheese",
+ "name": "Graveblossom Camembert",
+ "description": "It takes a brave mouse indeed to take a bite of this cheese, but the payoff is a delicious, creamy-smooth cheese with a slight sharpness to it - delicious!
This cheese cannot be used in the Living Garden, Lost City, or Sand Dunes.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "desert_oasis",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/d41118f1d2fbbe9d9276f7dc2828ece5.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/ce9d5ae545b3a25d1ae9577853e8a6e0.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/ce9d5ae545b3a25d1ae9577853e8a6e0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ce9d5ae545b3a25d1ae9577853e8a6e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1010,
+ "type": "lunaria_camembert_cheese",
+ "name": "Lunaria Camembert",
+ "description": "As soft as butter and twice as creamy, Lunaria Camembert is a tiny slice of heaven. In fact, it's pretty hard to justify using such a delicious and fulfilling cheese as bait when you seriously consider just how wonderful it would be to eat it yourself!
This cheese is far too special to use without a really good reason.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "desert_oasis",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/2f57461b01000e9be9fabbb64bea3cc7.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/d465d351ec79e8089757dd7b57e85119.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/d465d351ec79e8089757dd7b57e85119.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d465d351ec79e8089757dd7b57e85119.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1011,
+ "type": "bravery_trinket",
+ "name": "Bravery Charm",
+ "description": "When the shadows live in your heart, it can be hard to see. But take heart! Hold this little charm close, and banish that darkness! Be brave, and you'll find that moving towards your goal is easier than ever. \n \nCatching a mouse in the Cursed City will dispel the Fear Curse, getting you one-third of the way closer to attracting rare Essence Guardian mice.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "lost_city_cursed",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/2c9278be3c3f80f3edc2bc43e75400ee.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/2c9278be3c3f80f3edc2bc43e75400ee.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/2c9278be3c3f80f3edc2bc43e75400ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1012,
+ "type": "clarity_trinket",
+ "name": "Clarity Charm",
+ "description": "Sounds in the mists can be deceiving! Is that an owl up in a tree, or something more sinister and far closer? Use the power of this charm to absorb those mists and make it easier to find your way. \n \nCatching a mouse in the Cursed City will dispel the Mist Curse, getting you one-third of the way closer to attracting rare Essence Guardian mice.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "lost_city_cursed",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ec52b7ccd657718a5807997175f8baf3.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/ec52b7ccd657718a5807997175f8baf3.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ec52b7ccd657718a5807997175f8baf3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1013,
+ "type": "growth_trinket",
+ "name": "Growth Charm",
+ "description": "By itself, this tiny seed of a charm doesn't seem very useful. But when combined with either the Soiled Base or Living Grove Base, it sprouts a tiny amount of growth and slightly increases its effectiveness!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/27749c53edd918dff216b03b560db4bf.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/27749c53edd918dff216b03b560db4bf.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/27749c53edd918dff216b03b560db4bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1014,
+ "type": "grub_salt_trinket",
+ "name": "Grub Salt Charm",
+ "description": "Be careful handling this charm, as it's basically just packed salt. But that's cool though, because every time you use it on your trap, it will leave a thin crust of salt that makes the King Grub Mouse easier to handle. \n \nOnce you've got a whole bunch of layers of salt down, perhaps you should start using some Grub Scent Charms to attract him to your well-salted trap?",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sand_dunes_crypt",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f141e77a1c6f3bc6fe48bee1c33bd653.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/f141e77a1c6f3bc6fe48bee1c33bd653.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f141e77a1c6f3bc6fe48bee1c33bd653.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1015,
+ "type": "grub_scent_trinket",
+ "name": "Grub Scent Charm",
+ "description": "To say this charm doesn't smell good would be a crazy understatement, so... don't say that. Instead, say that it smells great to the King Grub Mouse, and the moment you use it, the King Grub Mouse will be irresistibly drawn to your trap. \n \nThen again, he is pretty massive. Perhaps you should spread some salt around with the Grub Salt Charm first, to cut him down to size?",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sand_dunes_crypt",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/dabf627e88a96259202d4c9a90d73759.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/dabf627e88a96259202d4c9a90d73759.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/dabf627e88a96259202d4c9a90d73759.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1016,
+ "type": "grubling_chow_trinket",
+ "name": "Grubling Chow Charm",
+ "description": "Carefully crafted to look like a Grubling's favourite food, these charms may look tasty, but don't bother trying to eat them - not unless you're as big a fan of the taste of 3-day-old garbage as Grubling Mice are! \n \nEquipping these charms during a Grubling stampede will attract the otherwise elusive Grubling Mouse to your trap!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sand_dunes_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/a898e6fef1662987d70a3fb3fa984740.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/a898e6fef1662987d70a3fb3fa984740.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/a898e6fef1662987d70a3fb3fa984740-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1017,
+ "type": "red_sponge_trinket",
+ "name": "Red Sponge Charm",
+ "description": "Mice in the Twisted Garden carry tiny amounts of water to sustain themselves. Equipping these Red Sponge Charms allow you to collect these red drops for yourself, and then use it to attract Dehydrated Mice with a power bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_corrupted",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ac6f48f92b0af474be5a4db41a1777a8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/ac6f48f92b0af474be5a4db41a1777a8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ac6f48f92b0af474be5a4db41a1777a8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1018,
+ "type": "searcher_trinket",
+ "name": "Searcher Charm",
+ "description": "When wandering around, lost in the mists and the dark, oftentimes all you need is a light, or a sound, or just something familiar to orient yourself by. This charm is often credited by lost explorers to have brought them that tiny spark of good fortune required to get them back on their path home. \n \nCatching a mouse in the Lost City with this charm equipped will dispel the Lost Curse and allow the Essence Collector Mouse to be attracted.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "lost_city_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/de885be4dc35fe2509ea8a9cd5f0a22a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/de885be4dc35fe2509ea8a9cd5f0a22a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/de885be4dc35fe2509ea8a9cd5f0a22a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1019,
+ "type": "shine_trinket",
+ "name": "Shine Charm",
+ "description": "Banish the darkness! Banish all worries and regrets! Let the light from this charm show you the way and lift your heart! \n \nAlso useful as a night-light if you're scared of the dark. \n \nCatching a mouse in the Cursed City will dispel the Darkness Curse, getting you one-third of the way closer to attracting rare Essence Guardian mice.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "lost_city_cursed",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/1b1cd27a52ef04fed3331db688edd4eb.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/1b1cd27a52ef04fed3331db688edd4eb.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/1b1cd27a52ef04fed3331db688edd4eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1020,
+ "type": "sponge_trinket",
+ "name": "Sponge Charm",
+ "description": "Mice in the Living Garden carry tiny amounts of water to sustain themselves. Equipping these Sponge Charms allow you to collect this water for yourself, and then use it to attract Thirsty Mice.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ca4598a0a9c9d26e58e4e15058394042.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/ca4598a0a9c9d26e58e4e15058394042.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ca4598a0a9c9d26e58e4e15058394042.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1021,
+ "type": "wild_growth_trinket",
+ "name": "Wild Growth Charm",
+ "description": "By itself, this tiny seed of a charm doesn't seem very useful. But when combined with either the Soiled Base or Living Grove Base, it sprouts a wild amount of growth and greatly increases its effectiveness!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/fd049884ebcbf841773a95bc53b19b84.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/fd049884ebcbf841773a95bc53b19b84.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/fd049884ebcbf841773a95bc53b19b84.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1022,
+ "type": "yellow_sponge_trinket",
+ "name": "Yellow Sponge Charm",
+ "description": "Mice in the Twisted Garden carry tiny amounts of water to sustain themselves. Equipping these Yellow Sponge Charms allow you to collect these yellow drops for yourself, and then use them to attract Dehydrated Mice with a luck bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_corrupted",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c53d05b4779e8fe51658b4abbd154dd8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/c53d05b4779e8fe51658b4abbd154dd8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/c53d05b4779e8fe51658b4abbd154dd8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1023,
+ "type": "crate_cursed_city_convertible",
+ "name": "Crate of Cursed City Charms",
+ "description": "This crate contains 2 each of Clarity, Bravery, and Shine Charms to help you keep the Corrupt Mouse at bay!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/be0ca81e26d0aaac849448c5855fe81b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8120ea301b749d3b9bdaaa6130e73a8e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2001b0c99315f7dbca50773c58125dba.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d0a0245aa40d4258d861a7d7e191bd8d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8120ea301b749d3b9bdaaa6130e73a8e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8120ea301b749d3b9bdaaa6130e73a8e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8120ea301b749d3b9bdaaa6130e73a8e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1024,
+ "type": "crate_living_garden_convertible",
+ "name": "Crate of Living Garden Charms",
+ "description": "With the 10 Sponge Charms contained in this crate, you can half-way fill the beaker in the Living Garden. That's a lot of Thirsty Mice!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/521094f81aa559fe47c591c5b59af387.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8c791d9816f32fe5fc335185be56b4cb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/069779970c7fb4ad180924c60a4108e2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c55cc980f0a5340da69c68557869e310.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8c791d9816f32fe5fc335185be56b4cb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8c791d9816f32fe5fc335185be56b4cb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8c791d9816f32fe5fc335185be56b4cb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1025,
+ "type": "crate_lost_city_convertible",
+ "name": "Crate of Lost City Charms",
+ "description": "With the 10 Searcher Charms contained herein, you should be able to keep the Cursed Mouse away for quite some time!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c274aa4a577d405ce47ba7d9e00b18db.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/129d17b082e504a7ed9eca1cc7db0596.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/94983b65ef97e0a01eb1fdcbcfcc6776.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f637353434249b0372090db11d774291.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/129d17b082e504a7ed9eca1cc7db0596.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/129d17b082e504a7ed9eca1cc7db0596.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/129d17b082e504a7ed9eca1cc7db0596.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1026,
+ "type": "crate_sand_crypts_convertible",
+ "name": "Crate of Sand Crypts Charms",
+ "description": "With 3 Grub Salt Charms and 1 Grub Scent Charm, you won't make too much progress toward catching the King Grub Mouse, but let's be honest: He's huge! You're gonna need all the help you can get!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0cee756f2d88437c4a3235ce67052f69.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6fb89436c694b8dfef6e0c8c83d597cb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ced00ebb55ab2ed59c1285a53180f450.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1d6e8417f773ca9e936e62ecbf180a19.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6fb89436c694b8dfef6e0c8c83d597cb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6fb89436c694b8dfef6e0c8c83d597cb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6fb89436c694b8dfef6e0c8c83d597cb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1027,
+ "type": "crate_sand_dunes_convertible",
+ "name": "Crate of Sand Dunes Charms",
+ "description": "Inside this crate is 10 Grubling Chow Charms - the favourite snack of Grubling Mice everywhere!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d406bf71ab8b22d15498ad142e223745.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e9935e87cb79490779b6b433bfd6552.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8237b5fb9067570bc330ae9c540728a2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7d464f9cbe5898a1dc0c6932938875ad.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e9935e87cb79490779b6b433bfd6552.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9e9935e87cb79490779b6b433bfd6552.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9e9935e87cb79490779b6b433bfd6552.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1028,
+ "type": "crate_twisted_garden_convertible",
+ "name": "Crate of Twisted Garden Charms",
+ "description": "Collect red and yellow dewdrops with the 3 Red Sponge Charms and 3 Yellow Sponge Charms in this crate!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b8b5fe1e853a4b092eb736ca2203765b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3813e4eff78b8aee3d73afa6600cee7b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/288bdc9c5a30f2f2b72769196bb78dc4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5778a623f4d346b5f528bc46d611706e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3813e4eff78b8aee3d73afa6600cee7b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3813e4eff78b8aee3d73afa6600cee7b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3813e4eff78b8aee3d73afa6600cee7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1029,
+ "type": "purple_winter_hunt_gift_box_convertible",
+ "name": "Purple Winter Hunt Gift Box",
+ "description": "A special gift to hunters of rank Baron or Baroness! For the most part they contain a few pieces of cheese to help you in your hunting endeavors. Occasionally, they contain something a little more special. Happy holiday hunting!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9662a4450772199b2ccb2a7637d8a318.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ee9017a35f6cd761c6b9026a2b94d7ad.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f36d03ba53c51edd30ac14f343389fd3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/81bd118ce3bacc142a97426dc753b7b4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ee9017a35f6cd761c6b9026a2b94d7ad.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ee9017a35f6cd761c6b9026a2b94d7ad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ee9017a35f6cd761c6b9026a2b94d7ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "red_winter_hunt_gift": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1030,
+ "type": "stack_war_scraps_convertible",
+ "name": "Stack of War Scraps",
+ "description": "War Scraps are awesome! You can craft with them, or turn them into charms, or uh, I guess they make an okay pillow, if carefully arranged... Anyway, they're really useful and this stack contains a full 10 of them!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e8e27bfbfc1cc59d8370ab893326997e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc1815d2b6189e77ab206ba7641c47c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fe2616f1960bbd0c29d2e670ce548a62.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b36a049b777e0adc1399242dfc6121b0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc1815d2b6189e77ab206ba7641c47c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc1815d2b6189e77ab206ba7641c47c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc1815d2b6189e77ab206ba7641c47c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1031,
+ "type": "electric_candle_collectible",
+ "name": "Electric Candle",
+ "description": "When the lights go out, you have to look for both a candle and matches, right? But with this handy-dandy device, all you need is the candle! Just plug it in and... \n \nOh. \n \nWait. \n \nRight.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/03d892c13ba02ba9303fa6eeaabaaab9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/23b6d74292bb0063540825739dc09187.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/03d892c13ba02ba9303fa6eeaabaaab9.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/03d892c13ba02ba9303fa6eeaabaaab9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1032,
+ "type": "holiday_wrapping_paper_collectible",
+ "name": "Holiday Wrapping Paper",
+ "description": "With hunters so frantic to open their gifts last year, the King was reluctant to use too much wrapping paper this Great Winter Hunt as it wouldn't last long on the packages. He ordered the Royal Wrappers to use JUST enough paper around each Winter Hunt Gift, and now there's several hundred thousand yards leftover in the Royal Wrapping Room.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/ea29dfdee0614549fefe00ffee516b7b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/30dc060ef04293ed07649c65dda32369.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/ea29dfdee0614549fefe00ffee516b7b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ea29dfdee0614549fefe00ffee516b7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1033,
+ "type": "mini_fighter_jet_collectible",
+ "name": "Mini Fighter Jet",
+ "description": "Zoooom! Pshaoowwww! Chka-chka-chka-chka-BOOOAAAMMMMM! \n \nOh man, this is the coolest little jet! It makes real sounds and has little light-up LEDs all over it, and it's got eyes and teeth and it's gonna bite 'cha! \n \nNyarm nyarm nyarm!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3ae043876bd71db5dae287aaed23a08f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7dfa9eccba40a2f63d2de9b5e46716fe.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3ae043876bd71db5dae287aaed23a08f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3ae043876bd71db5dae287aaed23a08f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1034,
+ "type": "nutcracker_collectible",
+ "name": "Nutcracker",
+ "description": "The winter holidays are the time of year to put out that festive bowl of nuts with the trusty nutcracker beside it. Few things are more cheerful than cracking a couple walnuts with a brightly-painted nutcracker!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3584d5aac27e319bee79fc68716c8594.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/38c780d57a9ce316a912f51c048dd516.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3584d5aac27e319bee79fc68716c8594.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3584d5aac27e319bee79fc68716c8594.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1035,
+ "type": "tree_snowglobe_collectible",
+ "name": "Tree Snowglobe",
+ "description": "Warm your heart by shaking up this snowglobe and watching the snow fall down around the festive decorated tree!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/ebb624be52b1d442a9cb7c9bb836abe0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/73e2542751ae928ecdbd25686f0958f8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/ebb624be52b1d442a9cb7c9bb836abe0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ebb624be52b1d442a9cb7c9bb836abe0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1036,
+ "type": "your_tiny_derpicorn_collectible",
+ "name": "Your Tiny Derpicorn",
+ "description": "♫ Your Tiny Derpicooorn, Your Tiny Derpicooorn... ♫ \n \nOkay, so it's not a Real Live Pony, but it's certainly a really cool little toy! With her fully-posable head and brushable hair, you can have hours of fun, uh... posing and... brushing... Yeah. \n \nBrush not included. Brushie, brushie.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/2d921d9fe3f8975b592bc9fb3004cd9c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3935a1e758f726a2c79ad13fc026ebdf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/2d921d9fe3f8975b592bc9fb3004cd9c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/2d921d9fe3f8975b592bc9fb3004cd9c.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1037,
+ "type": "wh2012_part_1_moon_stat_item",
+ "name": "Moon Mobile Parts",
+ "description": "All little Albert wanted was the moon. Unfortunately, he couldn't have the moon for obvious reasons, and Moon Cheese is known to have pretty serious side-effects. This Moon Mobile is a safe and pretty alternative that's sure to cheer him up! \n \nCollect 10 Moon Mobile Parts to build this toy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6b7edc9399251a3b2d19f9b18bf532dd.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/6b7edc9399251a3b2d19f9b18bf532dd.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/6b7edc9399251a3b2d19f9b18bf532dd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1038,
+ "type": "wh2012_part_2_raygun_stat_item",
+ "name": "Raygun Parts",
+ "description": "Since real laser guns don't actually exist (and if they did, they'd be a massive safety issue), hopefully this Toy Raygun will cheer Albert up and satisfy his long-repressed childhood desires. \n \nCollect 10 Raygun Parts to build this toy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f6694e01f88fd59a886e2ac89b6f3b11.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/f6694e01f88fd59a886e2ac89b6f3b11.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f6694e01f88fd59a886e2ac89b6f3b11.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1039,
+ "type": "wh2012_part_3_robot_stat_item",
+ "name": "Robot Parts",
+ "description": "Every kid wants a real robot. Well, most kids. Okay, some kids. Still, getting one is a tall order, especially since the only robots that exist are the kind that build cars in factories, and that's not usually what kids are looking for. \n \nHowever, this Toy Robot should be more in line with what little Albert was looking for, and should bring a bright little smile to his face! \n \nCollect 10 Robot Parts to build this toy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f675aff36cc3247bbae43cba606d0afe.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/f675aff36cc3247bbae43cba606d0afe.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/f675aff36cc3247bbae43cba606d0afe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1040,
+ "type": "wh2012_part_4_dragon_stat_item",
+ "name": "Toy Dragon Parts",
+ "description": "Who's the coolest mouse? \n \n\"Dragon Mouse!\" \n \nWho's got real* Fire-Breath Action? \n \n\"Dragon Mouse!\" \n \nWho's the affordably-priced toy that all the kids want this year? \n \n\"Dragon Mouse!\" \n \nKids, this year, ask your parents for... \n \n\"Dragon Mouse!\" \n \nBecause you might not get anything else! \n \nCollect 10 Toy Dragon Parts to build this toy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/aaa1fd88b11d74464199c74f4336e8eb.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/aaa1fd88b11d74464199c74f4336e8eb.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/aaa1fd88b11d74464199c74f4336e8eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1041,
+ "type": "wh2012_part_5_bnc_stat_item",
+ "name": "Ball and Cup Parts",
+ "description": "The traditional ball and cup is known world-wide for providing several seconds worth of fun per child, per year. Little Albert never got his when he asked, and while he really wasn't missing out on much, hopefully it'll warm big Al's heart to get one, even all these years later. \n \nCollect 10 Ball and Cup Parts to build this toy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ee78e004ae3ea200d4c3967f14c0ce49.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/ee78e004ae3ea200d4c3967f14c0ce49.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ee78e004ae3ea200d4c3967f14c0ce49.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1042,
+ "type": "wh2012_part_6_scarf_stat_item",
+ "name": "Scarf Parts",
+ "description": "When all is said and done, what you need comes above what you want. And staying warm in the cold chill of winter is extra-important. Without it, your tiny little heart could freeze, and that could have long-term repercussions. Why, you might forget about the magic of the season entirely, becoming a greedy and impulsive meanie, placing yourself above all other and... \n \nWait... Oh no! That poor little mouse. This explains everything! \n \nHopefully this Toasty Scarf can finally warm his heart and remind him why giving is better than getting this year. \n \nCollect 10 Scarf Parts to build this toy!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/513603dfa644439f7f632c73d353374e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/513603dfa644439f7f632c73d353374e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/513603dfa644439f7f632c73d353374e-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1043,
+ "type": "wh2012_toy_1_stat_item",
+ "name": "Moon Mobile",
+ "description": "All little Albert wanted was the moon. Unfortunately, he couldn't have the moon for obvious reasons, and Moon Cheese is known to have pretty serious side-effects. This Moon Mobile is a safe and pretty alternative that's sure to cheer him up!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3565f26e5541a994992e81d018691a01.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/3565f26e5541a994992e81d018691a01.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/3565f26e5541a994992e81d018691a01.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1044,
+ "type": "wh2012_toy_2_stat_item",
+ "name": "Toy Raygun",
+ "description": "Since real laser guns don't actually exist (and if they did, they'd be a massive safety issue), hopefully this Toy Raygun will cheer Albert up and satisfy his long-repressed childhood desires.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0304876c30faffda6b9a42ebb3add39b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/0304876c30faffda6b9a42ebb3add39b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/0304876c30faffda6b9a42ebb3add39b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1045,
+ "type": "wh2012_toy_3_stat_item",
+ "name": "Toy Robot",
+ "description": "Every kid wants a real robot. Well, most kids. Okay, some kids. Still, getting one is a tall order, especially since the only robots that exist are the kind that build cars in factories, and that's not usually what kids are looking for. \n \nHowever, this Toy Robot should be more in line with what little Albert was looking for, and should bring a bright little smile to his face!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ce21efec8fc99593338c943f46fe63d9.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/ce21efec8fc99593338c943f46fe63d9.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ce21efec8fc99593338c943f46fe63d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1046,
+ "type": "wh2012_toy_4_stat_item",
+ "name": "Dragon Mouse Action Figure",
+ "description": "Who's the coolest mouse? \n \n\"Dragon Mouse!\" \n \nWho's got real* Fire-Breath Action? \n \n\"Dragon Mouse!\" \n \nWho's the affordably-priced toy that all the kids want this year? \n \n\"Dragon Mouse!\" \n \nKids, this year, ask your parents for... \n \n\"Dragon Mouse!\" \n \nBecause you might not get anything else!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7ce4463cba164668b2361ba52c860bb2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/7ce4463cba164668b2361ba52c860bb2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/7ce4463cba164668b2361ba52c860bb2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1047,
+ "type": "wh2012_toy_5_stat_item",
+ "name": "Ball and Cup",
+ "description": "The traditional ball and cup is known world-wide for providing several seconds worth of fun per child, per year. Little Albert never got his when he asked, and while he really wasn't missing out on much, hopefully it'll warm big Al's heart to get one, even all these years later.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b58d5ea6abfdb77d2e8e209e7c21681e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/b58d5ea6abfdb77d2e8e209e7c21681e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/b58d5ea6abfdb77d2e8e209e7c21681e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1048,
+ "type": "wh2012_toy_6_stat_item",
+ "name": "Toasty Scarf",
+ "description": "When all is said and done, what you need comes above what you want. And staying warm in the cold chill of winter is extra-important. Without it, your tiny little heart could freeze, and that could have long-term repercussions. Why, you might forget about the magic of the season entirely, becoming a greedy and impulsive meanie, placing yourself above all other and... \n \nWait... Oh no! That poor little mouse. This explains everything! \n \nHopefully this Toasty Scarf can finally warm his heart and remind him why giving is better than getting this year.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2de897d1afca807c12557b3e1fe54131.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/2de897d1afca807c12557b3e1fe54131.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/2de897d1afca807c12557b3e1fe54131.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1049,
+ "type": "winter_hunt_2012_letter_1_stat_item",
+ "name": "Letter to Santa, Age 12",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4dc45bde42ba302291cc8cf25b896ccd.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/4dc45bde42ba302291cc8cf25b896ccd.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1050,
+ "type": "winter_hunt_2012_letter_2_stat_item",
+ "name": "Letter to Santa, Age 6",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/792078dfcaf5bc065c16c4b514aec2d2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/792078dfcaf5bc065c16c4b514aec2d2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1051,
+ "type": "winter_hunt_2012_letter_3_stat_item",
+ "name": "Letter to Santa, Age 7",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d4554cd10d39cdc5647b1295cbc82af2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/d4554cd10d39cdc5647b1295cbc82af2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1052,
+ "type": "winter_hunt_2012_letter_4_stat_item",
+ "name": "Letter to Santa, Age 8",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/db3e9bcda93c65c9cee3210cde17ac76.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/db3e9bcda93c65c9cee3210cde17ac76.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1053,
+ "type": "winter_hunt_2012_letter_5_stat_item",
+ "name": "Letter to Santa, Age 9",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/05d66f484f158e58344ae717b4c2547a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/05d66f484f158e58344ae717b4c2547a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1054,
+ "type": "winter_hunt_2012_letter_6_stat_item",
+ "name": "Letter to Santa, Age 10",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0ced77795937164a3225c8280f8dd8b8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/0ced77795937164a3225c8280f8dd8b8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1055,
+ "type": "winter_hunt_2012_letter_7_stat_item",
+ "name": "Letter to Santa, Age 11",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f783bd40f3bd46c448cb2b387da85b45.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/f783bd40f3bd46c448cb2b387da85b45.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1056,
+ "type": "winter_hunt_2012_letter_8_stat_item",
+ "name": "Last Letter",
+ "description": "Click here to read the note!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1292660474f4301f0a40b5cb0f2d0c49.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/1292660474f4301f0a40b5cb0f2d0c49.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/envelope.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1057,
+ "type": "winter_hunt_2012_weapon",
+ "name": "Wrapped Gift Trap",
+ "description": "This carefully-prepared pile of gifts can be dangerous as all heck to any mice that happen to tip it over, but that's not its true purpose! With any luck, you can attract Greedy Al to your trap to receive his gifts, and show him the true spirit of the season!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/24ea66eeb645fceac79331981c269adc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/35214ce4e3602dcb81af420a37ef56a8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/24ea66eeb645fceac79331981c269adc.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/3fd02e9a79221f32bbef1e1d0ef0cd2e.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 1100,
+ "power_formatted": "1,100",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1058,
+ "type": "expired_cheese",
+ "name": "Expired Event Cheese",
+ "description": "?",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/f5438e2e71a23bdba4e2724f50a45e49.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/326c5ff186c4cb79886e851d90453f1a.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/326c5ff186c4cb79886e851d90453f1a.jpg"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1059,
+ "type": "winter_hunt_theme_collectible",
+ "name": "Winter Hunt Theme",
+ "description": "An icy theme only available to hunters who have shown their dedication during the Great Winter Hunt!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3fa826e8581802ea71409bc78d666f48.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2e59d203e6e92bd96db9850121737d11.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3fa826e8581802ea71409bc78d666f48.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3fa826e8581802ea71409bc78d666f48.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1060,
+ "type": "new_years_party_ball_convertible",
+ "name": "New Year's Party Ball",
+ "description": "Ring in the New Year with this party-packed party ball! \n \nContains 200 SUPER|brie+ and 100 Confetti. That stuff gets stuck on EVERYTHING! \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/90279ba0c17d22f6a7d1b2e3f1506c94.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/75c41f17e70b16ddb2e539145e8e1586.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/259b04839d0a8d0b22f5ff287d2bd937.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b9d730175909939c82dc3a3ee6407a22.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/75c41f17e70b16ddb2e539145e8e1586.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/75c41f17e70b16ddb2e539145e8e1586.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/75c41f17e70b16ddb2e539145e8e1586.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1061,
+ "type": "dark_chest_convertible",
+ "name": "Dark Chest",
+ "description": "An old satchel, torn and stained. You wouldn't expect much of it, except that its owner protected it so viciously!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3430071b2049d19be48980288e981037.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/db94a26e6a90e45acf329e902322081d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b34266810a78daff7ed79234c6a19dfa.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d3f66dc5ecd85270fe4df245ead566e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/db94a26e6a90e45acf329e902322081d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/db94a26e6a90e45acf329e902322081d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/db94a26e6a90e45acf329e902322081d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1062,
+ "type": "scarab_chest_convertible",
+ "name": "Scarab Chest",
+ "description": "Composed of carved gold and hand-selected giant flakes of scarab chitin, this chest protects a royal treasure indeed!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a0bcf3519fa349024041b96d5c0a8fbe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6beea8cc18f66fdf4f41d2a6c82fe1ad.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a77944f5b0348f86e1dea6e02c7e364e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/66d6ab5b860a6a628e950fd9b5817dda.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6beea8cc18f66fdf4f41d2a6c82fe1ad.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6beea8cc18f66fdf4f41d2a6c82fe1ad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6beea8cc18f66fdf4f41d2a6c82fe1ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1063,
+ "type": "shattered_chest_convertible",
+ "name": "Shattered Chest",
+ "description": "OPEN WITH CARE. \n \nThis box is held together with Rift energy and is exceptionally dangerous if not handled carefully.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bdde664ed497236cd8b39aa9fab908b6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2742c823750f46dc6e950cfc4fba5dad.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c7c52fef8fc683fde8ae3ce545c3d3ac.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3745b8faa65abeadb7a013abe15a8adf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2742c823750f46dc6e950cfc4fba5dad.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2742c823750f46dc6e950cfc4fba5dad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2742c823750f46dc6e950cfc4fba5dad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1064,
+ "type": "aromatic_oil_crafting_item",
+ "name": "Aromatic Oil",
+ "description": "This sweet-smelling oil is produced from an exceptionally rare plant, and thus is typically restricted for royalty or other such important persons. As such, incredibly powerful mice are irresistibly drawn to it. ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/367f4d2a6e5540cf56b18c83ca29b990.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/dd67972288e3e25a026dc3315a471279.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a5a376d8d518b880e9cfbb435ac93115.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/dd67972288e3e25a026dc3315a471279.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/dd67972288e3e25a026dc3315a471279.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/dd67972288e3e25a026dc3315a471279.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1065,
+ "type": "living_garden_theme_scrap_1_crafting_item",
+ "name": "Living Garden Theme Scrap I",
+ "description": "This scrap, when combined with two other similar scraps, comprise the Living Garden Theme - a theme that only the fiercest Living Garden hunters will be able to display!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0e4afa9ce9bf658c74d8251a91fdb011.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/ff2dba220aad20b3c7d3f5a32dccafd1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/622cfc0a7dc93316081ace0b9a6ab5f0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/ff2dba220aad20b3c7d3f5a32dccafd1.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/ff2dba220aad20b3c7d3f5a32dccafd1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/ff2dba220aad20b3c7d3f5a32dccafd1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1066,
+ "type": "living_garden_theme_scrap_2_crafting_item",
+ "name": "Living Garden Theme Scrap II",
+ "description": "This scrap, when combined with two other similar scraps, comprise the Living Garden Theme - a theme that only the fiercest Living Garden hunters will be able to display!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b9440aa57729e0ec9e0946d790eca03d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d7eadd7f56bc7db6035f91ecc6cf295.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/af14bfcabd702ee308b6a4ae15dedfd3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d7eadd7f56bc7db6035f91ecc6cf295.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d7eadd7f56bc7db6035f91ecc6cf295.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/4d7eadd7f56bc7db6035f91ecc6cf295.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1067,
+ "type": "living_garden_theme_scrap_3_crafting_item",
+ "name": "Living Garden Theme Scrap III",
+ "description": "This scrap, when combined with two other similar scraps, comprise the Living Garden Theme - a theme that only the fiercest Living Garden hunters will be able to display!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/6b5b13bc249d53ca8df9d4cf76444bfe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/01200ea24e7e34d828cbf02d79211586.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/739069f36f87d5439baf0b8d03d536fd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/01200ea24e7e34d828cbf02d79211586.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/01200ea24e7e34d828cbf02d79211586.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/01200ea24e7e34d828cbf02d79211586.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1068,
+ "type": "rift_base_blueprints_crafting_item",
+ "name": "Rift Base Blueprints",
+ "description": "Inscribed on these blueprints with an ink only visible by the light of the fading moon is a detailed description of how to harness Rift energy into a solid base with hidden powers. \n \nCombine these blueprints with three different but powerful forms of Rift energy to craft this base. \n \nThis base requires the rank of Baron/Baroness or higher.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0cafe6908d442c7ccc2c7ede993b1f5b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0cafe6908d442c7ccc2c7ede993b1f5b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 7500000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1069,
+ "type": "rift_crystal_crafting_item",
+ "name": "Rift Crystal",
+ "description": "Rift energy changes what it comes in contact with. In the Garden, it empowers small plants and seeds, charging them with powerful energy. Rarely, it can even empower tiny stones, causing them to grow into beautiful and useful crystals. \n \nCorrectly harnessing this crystal's energy could lead to incredibly powerful equipment.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a95e0250577a4bed3b71a3bbe9d84921.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b54542afe893346ef4d5c7fcf4fcf1ed.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/70a311c95b75d04016dad1ec29d3128c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b54542afe893346ef4d5c7fcf4fcf1ed.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b54542afe893346ef4d5c7fcf4fcf1ed.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b54542afe893346ef4d5c7fcf4fcf1ed.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt King Scarab in the Sand Crypts"
+ },
+ {
+ "id": 1070,
+ "type": "rift_mist_crafting_item",
+ "name": "Rift Mist",
+ "description": "The Rift between our world and the next is rarely visible, but when dew or droplets form near it, the energy of the Rift can charge it and transform it into a subtly-glowing, powerful mist. \n \nCorrectly harnessing this mist's energy could lead to incredibly powerful equipment.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ce3848124f5c8e164173449bc1860f2a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e90db2894eae5bcc4ab07c72cd9dde75.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/22eff42035494e4b55642b965844cbbd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e90db2894eae5bcc4ab07c72cd9dde75.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/e90db2894eae5bcc4ab07c72cd9dde75.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/e90db2894eae5bcc4ab07c72cd9dde75.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Shattered Carmine in the Twisted Garden"
+ },
+ {
+ "id": 1071,
+ "type": "rift_stars_crafting_item",
+ "name": "Rift Stars",
+ "description": "Exceptionally observant people will notice tiny spots of light drifting around the places where the Rift mingles with the world. This lantern is powered by those tiny spots of light, but there's far more energy contained within than necessary for just a simple lantern. \n \nCorrectly harnessing the energy of these stars could lead to incredibly powerful equipment.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f6a6cb259838b90f1653eeb7949e22a2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fdebf71404449cd4475f135ce3cdb7f3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/ec94c96ce7a64993cdbd837ea327ad8e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fdebf71404449cd4475f135ce3cdb7f3.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fdebf71404449cd4475f135ce3cdb7f3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/fdebf71404449cd4475f135ce3cdb7f3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Dark Magi in the Cursed City"
+ },
+ {
+ "id": 1072,
+ "type": "living_garden_theme_collectible",
+ "name": "Completed Living Garden Theme",
+ "description": "This theme was been carefully reassembled from three tattered scraps, themselves recovered from three incredibly powerful and covetous mice. Hunters displaying this theme can do so proudly, knowing they are some of the fiercest hunters to ever hunt in the Living Garden.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/46230b724c586764821667092e7cb54c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7ec4aa16ad16475f5a24c731c8f47617.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/46230b724c586764821667092e7cb54c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/46230b724c586764821667092e7cb54c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1073,
+ "type": "rift_base",
+ "name": "Rift Base",
+ "description": "Formed from the very stuff of the Rift between this world and the next, nobody is quite certain of the true powers of this base. It seems to augment most traps well enough, but there is definitely something more to be discovered here.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/73d84b1df740efb8aef99a4bcbc9bc66.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/945ae3b61b403ad4472d84f020801c81.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/73d84b1df740efb8aef99a4bcbc9bc66.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/73d84b1df740efb8aef99a4bcbc9bc66.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/127dadf668837505ec1ed32c6d998f19.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 11,
+ "luck_formatted": "11",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the Living Garden, Lost City, or Sand Dunes Trapsmith"
+ },
+ {
+ "id": 1074,
+ "type": "shattering_trinket",
+ "name": "Shattering Charm",
+ "description": "Powerful essences and aromas combine to create this charm, attracting the most powerful beings in the Living Garden and beyond. \n \nIn the Twisted Garden, this charm will attract an over-charged mouse with a predilection for Lunaria. \n \nIn the Sand Crypts, a monstrous and over-evolved mouse can be seen in the deepest and most violent sandstorms. This mouse is immensely powerful, so great care and preparation should be taken before engaging. \n \nThe Cursed City is the domain of a powerful and ancient Magi mouse, rumoured to be the cause of the city's curses. Regardless, he can never be caught with the curses still in effect. \n \nSince you won't be able to augment your trap with another charm when taking on these powerful mice, make sure you have the strongest traps possible available to you before attempting to take them on!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_corrupted",
+ "lost_city_cursed",
+ "sand_dunes_crypt",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/036a7ac7e81c6d92a9222c31d9c02475.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/036a7ac7e81c6d92a9222c31d9c02475.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/036a7ac7e81c6d92a9222c31d9c02475.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1075,
+ "type": "ultimate_trinket",
+ "name": "Ultimate Charm",
+ "description": "Careful... Careful... This charm is humming and vibrating with energy, and the slightest disturbance may - or may not - cause it to pop! \n \nWith this charm equipped, you will catch the very next mouse you encounter - guaranteed! What's not guaranteed is if it's consumed or not. Sometimes the vibrations of your trap will set it off and it will dissipate into the ether, and sometimes... not! \n \nBeing very hard and expensive to acquire, you'll want to save these charms for a special occasion. But hey, if a mouse ever looks at you funny, you can break out this charm and wipe that grin right off its face!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/545876fd68dd7976dba669e2665278fd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/adb808ce6d636952854b95bfbbb50b03.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/8d30123e746aa9ce32b7876f0f7ceacb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/adb808ce6d636952854b95bfbbb50b03.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/adb808ce6d636952854b95bfbbb50b03.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/adb808ce6d636952854b95bfbbb50b03.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1076,
+ "type": "dark_magi_torn_page",
+ "name": "Plankrun's Dark Magi Notes",
+ "description": "A torn page out of Plankrun's journal.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/f9f9d8271d716103c55926c06dcf01dd.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/f9f9d8271d716103c55926c06dcf01dd.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1077,
+ "type": "king_scarab_torn_page",
+ "name": "Plankrun's King Scarab Notes",
+ "description": "A torn page out of Plankrun's journal.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/23cd00781604e05a6805e16ee963a9af.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/23cd00781604e05a6805e16ee963a9af.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1078,
+ "type": "rift_notes_1_torn_page",
+ "name": "Plankrun's Rift Notes 1",
+ "description": "A torn page out of Plankrun's Rift Notes.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/21bbdce538747cef71d28e4e07510231.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/21bbdce538747cef71d28e4e07510231.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1079,
+ "type": "rift_notes_2_torn_page",
+ "name": "Plankrun's Rift Notes 2",
+ "description": "A torn page out of Plankrun's Rift Notes.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/f1db0869f17c675712df29f184583b32.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/f1db0869f17c675712df29f184583b32.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1080,
+ "type": "rift_notes_3_torn_page",
+ "name": "Plankrun's Rift Notes 3",
+ "description": "A torn page out of Plankrun's Rift Notes.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/c7d17dcb03c82e224517cc916b2c971a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/c7d17dcb03c82e224517cc916b2c971a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1081,
+ "type": "shattered_carmine_1_torn_page",
+ "name": "Plankrun's Shattered Carmine Notes 1",
+ "description": "A torn page out of Plankrun's journal.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/5b80b091ed0dac56f56c472b25fb1b9c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/5b80b091ed0dac56f56c472b25fb1b9c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1082,
+ "type": "shattered_carmine_2_torn_page",
+ "name": "Plankrun's Shattered Carmine Notes 2",
+ "description": "A torn page out of Plankrun's journal.",
+ "display_order": 0,
+ "classification": "torn_page",
+ "tags": [
+ "torn_page"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/torn_pages/8e41de778a3c92a32e869f1e144ad00f.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/torn_pages/8e41de778a3c92a32e869f1e144ad00f.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/torn-page.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1083,
+ "type": "cozy_cruise_gift_basket_convertible",
+ "name": "Cozy Cruise Gift Basket",
+ "description": "A huggably soft gift basket perfect for giving to friends this Lunar New Year. The wrapping paper is made of cozy blankets! \n \nInside you'll find: \n• 100 SUPER|brie+ \n• 35 Firecracker Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9adaf89986465870c2567bb1d3dd0a33.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cb51d32519e2639887352e505ff08e66.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b4babebd5a9ebca446cf840e34b6e8c6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0291470a25dc7d5a02854df0de861d45.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cb51d32519e2639887352e505ff08e66.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cb51d32519e2639887352e505ff08e66.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cb51d32519e2639887352e505ff08e66.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1084,
+ "type": "cruise_commander_crate_convertible",
+ "name": "Cruise Commander Crate",
+ "description": "Command your perfect cruise ship experience with this crate of explosive gear, fully stocked with everything needed to celebrate the Lunar New Year! \n \nInside you'll find: \n• 250 SUPER|brie+ \n• 100 Firecracker Charms \n• 15 Nitropop Potions \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8420d052314b617cce5951999b73a148.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/02ff092046d313ef5f64007c4c783d43.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8ab3167fcb4a6f8bee645b21dbabc04e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/397af079bf3125db84c9a2424859b16c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/02ff092046d313ef5f64007c4c783d43.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/02ff092046d313ef5f64007c4c783d43.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/02ff092046d313ef5f64007c4c783d43.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1085,
+ "type": "party_cracker_convertible",
+ "name": "Party Cracker",
+ "description": "What fun! A crackly, snappy, poppy party cracker! Full of good fun and great toys and prizes, these little party favours will lighten the mood at any party. \n \nSnap it open to collect fancy charms and a dashing party crown!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8b1bdcca5032b1c8cde930ab7d741293.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/265489fc9b8671968da7992d78d5b20a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c65253adaaa26a07fecbfbeb2313513.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dcf60de304de8abdf29894b10c241060.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/265489fc9b8671968da7992d78d5b20a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/265489fc9b8671968da7992d78d5b20a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/265489fc9b8671968da7992d78d5b20a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1086,
+ "type": "acolyte_realm_souvenir_collectible",
+ "name": "Acolyte Realm Souvenir",
+ "description": "This spoon is entirely decorative. It's important to understand and obey this warning, because those who don't are in danger of being hypnotized permanently during use. \n \nIn fact? Consider hiding this spoon in the back of a drawer. One you don't use much. Then glue it shut. \n \nThis souvenir can be found randomly on mice during the Acolyte Realm section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e86f5442e16b5eb8ac7150b81d495f95.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e0b6e0eda9dea54c07c3244050883904.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e86f5442e16b5eb8ac7150b81d495f95.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e86f5442e16b5eb8ac7150b81d495f95.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1087,
+ "type": "captains_hat_collectible",
+ "name": "Captain's Hat",
+ "description": "This fancy-shmancy hat proves that the wearer is a true Cruise Captain and has completed a full Cozy Cruise. Also, it just looks swell with pretty much any outfit. \n \nComplete a full cruise on Calamity Carl's Cruise in 2013 to obtain this hat and gain access to all the great items in the ship's Shops!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/99a8eb242b28cb8aeba0c81f44cc24da.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e10bf2e69a30bffc9425fc1953da2292.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/99a8eb242b28cb8aeba0c81f44cc24da.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/99a8eb242b28cb8aeba0c81f44cc24da.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1088,
+ "type": "digby_lab_souvenir_collectible",
+ "name": "Digby Lab Souvenir",
+ "description": "Ever wanted to scare the pants off your friends? Try drinking strange-coloured liquids out of this glass in front of them! Hilarity guaranteed to ensue! \n \n(Bring spare pants.) \n \nThis souvenir can be found randomly on mice during the Digby & Lab section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/d24334b534a152d3427f557b91bfb079.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9d7433bf3dcee94c5b18404e19b039f0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/d24334b534a152d3427f557b91bfb079.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d24334b534a152d3427f557b91bfb079-new.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1089,
+ "type": "explosion_earmuffs_collectible",
+ "name": "Explosion Earmuffs",
+ "description": "These stylish earmuffs go well with any outfit, with the added benefit that they protect your ears from the CONSTANT BARRAGE OF FIRECRACKERS while on Calamity Carl's Cruise! \n \nIf guests ever expect to get any shut-eye they might need a pair of these. These earmuffs are so soft you will want to sleep with them on! \n \nJust don't expect to be able to hear the dinner bell in the morning, most people on the cruise seem to miss it...",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/9141216489aab56b8dfb08e7c67ee9c5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c0938d7a84e1ea333b08368650335462.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/9141216489aab56b8dfb08e7c67ee9c5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/9141216489aab56b8dfb08e7c67ee9c5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1090,
+ "type": "gnawnian_shoreline_souvenir_collectible",
+ "name": "Gnawnian Shoreline Souvenir",
+ "description": "Welcome to Gnawnia, where everyone is a closet cheese junkie! Okay, maybe not a closet junkie. Honestly, most everyone's pretty open about it. \n \nHey, you got any cheese on ya? \n \nThis souvenir can be found randomly on mice during the Gnawnian Shoreline section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/b74a44b966fe2cf9729ec53354141d3c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a98620f5812a202183ab9d0f196eb663.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/b74a44b966fe2cf9729ec53354141d3c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/b74a44b966fe2cf9729ec53354141d3c.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1091,
+ "type": "harbour_souvenir_collectible",
+ "name": "Harbour Souvenir",
+ "description": "Is your keychain missing that certain something? Is that something that it's missing \"an unreasonably heavy and surprisingly sharp miniature anchor\"? Well, then have we got a souvenir for you! \n \nRemember your trip to Gnawnia's Harbour with every painful step you take! \n \nThis souvenir can be found randomly on mice during the Harbour section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/8cacf372cd35d8795561696a13b056e9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2ec64ac7e00899827cc547292a3e78c3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/8cacf372cd35d8795561696a13b056e9.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/8cacf372cd35d8795561696a13b056e9.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1092,
+ "type": "iceberg_souvenir_collectible",
+ "name": "Iceberg Souvenir",
+ "description": "The only water better-tasting than fresh spring water is fresh iceberg water, collected by melting a chunk of fresh iceberg into a steam-sterilized bottle. (The steam also comes from iceberg water.) \n \nAnd while double-blind taste tests have shown that most people can't tell the difference between freshly-squozen iceberg water and boring old filtered water, we know that you'll know, and that'll make all the difference. \n \nThis souvenir can be found randomly on mice during the Iceberg section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/bdba335d1bc7e8809fb961a02db149c0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dc2b8d0863c3be24ab75514d2670a898.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/bdba335d1bc7e8809fb961a02db149c0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bdba335d1bc7e8809fb961a02db149c0.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1093,
+ "type": "snake_mask_collectible",
+ "name": "Snake Mask",
+ "description": "This Lunar New Year, the Water Snake comes out in full force! And poor Calamity Carl just had no idea they would cause so much trouble! \n \nCelebrate their arrival with this mask! The fangs REALLY WORK*! \n \n*WARNING: EXTREME VENOM HAZARD. DO NOT ACTUALLY WEAR MASK.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/451513487c7b68b6ac6b5ecd6790818b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f7fa2feb02922ce0ee2016c6d17ada66.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/451513487c7b68b6ac6b5ecd6790818b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/451513487c7b68b6ac6b5ecd6790818b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1094,
+ "type": "ss_huntington_iii_souvenir_collectible",
+ "name": "S. S. Huntington III Souvenir",
+ "description": "Calamity Carl would like to apologize for the lack of bottle included in this ship in a bottle. New recycling guidelines and all, you understand. \n \nThis souvenir can be found randomly on mice during the S. S. Huntington III section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/641df01f598d08a9c10b07aa73c5e8e2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/81f00fa8e672fad97aac4dc47cc5cf48.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/641df01f598d08a9c10b07aa73c5e8e2.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/641df01f598d08a9c10b07aa73c5e8e2.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1095,
+ "type": "torn_party_crown_collectible",
+ "name": "Torn Party Crown",
+ "description": "Aw man! It's impossible to get these things out of the party cracker without tearing them! \n \nMay as well wear it anyway...",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/ba77c6c70dd94d18624dd7942bd025b3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cf84872b5f8ee26d7856418a8e3f0253.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/ba77c6c70dd94d18624dd7942bd025b3.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ba77c6c70dd94d18624dd7942bd025b3.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1096,
+ "type": "tribal_isles_souvenir_collectible",
+ "name": "Tribal Isles Souvenir",
+ "description": "Determined hunters can spend months slogging through the Tribal Isles, frantically searching among the foliage for scattered pepper seeds. You can pick up a bag of Tribal Trail Mix and ah, \"fondly remember\" those times while munching on these brightly-painted sunflower seeds. \n \nThis souvenir can be found randomly on mice during the Tribal Isles section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4b5b50e6c0bb0183e145bb26583ed037.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/66fba7e2069cc650a386676f1eed477d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4b5b50e6c0bb0183e145bb26583ed037.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4b5b50e6c0bb0183e145bb26583ed037.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1097,
+ "type": "zugzwang_island_souvenir_collectible",
+ "name": "Zugzwang Island Souvenir",
+ "description": "These adorable pawn salt'n'pepper shakers are a fantastic addition to any table set. For further hilarity, consider putting salt in the black shaker, and pepper in the white shaker! \n \nOh, you crazy party animal, you! \n \nThis souvenir can be found randomly on mice during the Zugzwang Island section of the cruise, or in the ship's shoppe.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/b74e436c79764fd7d1fef889ccb8abf8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e93dfbd1ce4d5511d44868b68eeefade.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/b74e436c79764fd7d1fef889ccb8abf8.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/b74e436c79764fd7d1fef889ccb8abf8.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1098,
+ "type": "cruise_bux_stat_item",
+ "name": "Cruise Bux",
+ "description": "All kinds of fantastic items are for sale in the ship's shoppe, but you'll need to accrue Cruise Bux before you can purchase them. Collect them as celebration for visiting new areas of Gnawnia on the cruise, or also from mischievous mice who keep running off with the stuff!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/02264b0340b01b58ea7c17b280c69166.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cdefba515eb2997e3bf8aee68a86aaa0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/87a585c1a8e4bc6249fc8fc1a7f3ce77.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cdefba515eb2997e3bf8aee68a86aaa0.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cdefba515eb2997e3bf8aee68a86aaa0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cdefba515eb2997e3bf8aee68a86aaa0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1099,
+ "type": "snake_jade_base",
+ "name": "Snake Jade Base",
+ "description": "Calamity Carl commissioned this base to celebrate the Year of the Snake Festival, and by pure coincidence has hired the same Trapsmith from last year. This year's carvings carry similar magic to last year, though the power of the Snake manifests as a love bite for extra attraction! \n \nOnly hunters who have helped Carl complete a full cruise in 2013 and saved up sufficient Cruise Bux will be able to have their Jade Base carved into this attractive and fantastic base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/5e751fc6e0eeaffa92df11e6215a6a50.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/a4f9ed2cad7d6d3de60196b51146d925.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/5e751fc6e0eeaffa92df11e6215a6a50.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/5e751fc6e0eeaffa92df11e6215a6a50.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/d3316d12c177f48ba575914061c6929a.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1100,
+ "type": "sam_fed_weapon",
+ "name": "S.A.M. F.E.D. DN-5",
+ "description": "The S.A.M. F.E.D. DN-5 (Sweets Assaulting Mice Flavour Explosion Device), codenamed \"Date Night 5\", is a highly-experimental military-grade trap, developed by the scientists of Digby. Comprised mostly of \"chocolate\", this seemingly-innocent box of sweets will tempt mice with its sugary scent, then bombard them with bonbons when they come into close proximity. \n \nHunters are warned to NOT eat the chocolate in this trap: It is highly toxic and very little of it is actually edible.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/02a9ddc0e2bedd1fd6097ca2f1226d1a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/99beada89dbffd112919f82f1395ba15.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/02a9ddc0e2bedd1fd6097ca2f1226d1a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f93d871387a5c4a863dae595d1750b9c.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 2750,
+ "power_formatted": "2,750",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1101,
+ "type": "snakebite_trinket",
+ "name": "Snakebite Charm",
+ "description": "Lighting these fireworks produces not just a hiss, but a warning rattle as well. That's your signal to run way, way back! \n \nWhen they go off, they fly high up in the air in a serpentine motion, before exploding in two sharp, biting pops to form the \"head\" of the snake. \n \nWhile using these on Calamity Carl's Cruise, the ship will have its speed boosted to MAXIMUM, moving the cruise along at 25 KM per mouse catch!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/7692fd851fcd7cf044d99d3b8ae4d591.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/7692fd851fcd7cf044d99d3b8ae4d591.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/7692fd851fcd7cf044d99d3b8ae4d591.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1102,
+ "type": "snakebite_potion",
+ "name": "Snakebite Potion",
+ "description": "Please do not look directly into the glowing blue liquid inside of this vial without proper UV protection in a well-ventilated area. Snakebite Potion venom is extremely toxic and leads to complete, permanent, and immediate paralysis upon mere olfactorial, visual, or auditory exposure. \n \nUse on 1 Nitropop Charm to convert it into 1 Snakebite Charm.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "vintage",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/a835260c293c457bad0a7577fc703c7a.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/56d3e19c418fc78940713358b3eabfca.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/158403792d830c8cc4ccd833577f3d26.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/56d3e19c418fc78940713358b3eabfca.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/56d3e19c418fc78940713358b3eabfca.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/56d3e19c418fc78940713358b3eabfca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1103,
+ "type": "chocolate_covered_reaper_perch_skin",
+ "name": "Chocolate Covered Reaper's Perch Skin",
+ "description": "Perched atop Monolith Slabs, the deadly Reaper Droid gazes through smoke awaiting prey. Upon bait being lifted from the stone plate, the runic glyphs begin to glow, mesmerizing the mouse into a state of anhedonia, allowing the droid to descend upon the mouse with little resistance. Where the rodent goes once taken by the droid is up to the will of the hunter.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6868978381e5a53d245122617194ca0c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a06e70da9e386ff2df4d3ab1f36ae674.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6868978381e5a53d245122617194ca0c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/21f30442c3db2923bc2175d70345a7af.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "reaper_perch_weapon",
+ "skin_weapon_name": "Reaper's Perch",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7add22212392dad9742a491d2bfeb779.jpg",
+ "marketing_text": "'Slathered in chocolate.' These were the words given to the chocolateer tasked with decorating the Reaper's Perch. And it looks like a little romance was worked into the new design, as well. How lovely!"
+ },
+ {
+ "id": 1104,
+ "type": "2013_bday_party_pack_convertible",
+ "name": "Birthday Party Pack",
+ "description": "This party box is filled with fun goodies to celebrate MouseHunt's 5th Birthday! \n \nInside you'll find 105 SUPER|brie+ and 25 Party Charms. \n \nBuy one and give it to a friend! \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fbb9835b27a81dba39ee5c3d4dc2b4b6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fce2476bc0e196e96eb77acae1d1ee50.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3811bbdee7aa718e5086dfa8519b3229.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5d39cb129eec753b6906881bc46a6442.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fce2476bc0e196e96eb77acae1d1ee50.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fce2476bc0e196e96eb77acae1d1ee50.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fce2476bc0e196e96eb77acae1d1ee50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1105,
+ "type": "2013_bday_super_mechaparty_box_convertible",
+ "name": "Super MechaParty Box",
+ "description": "This robotic box is geared up to really celebrate MouseHunt's 5th Birthday and help hunters SAVE RONZA! \n \nInside you'll find 455 SUPER|brie+ and 75 Party Charms! \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2e28229c55f52019cc22d37a6346940e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d592133d69da592697d67f42ab4cf1d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c5a2da490e5e4ccb49661474b02eaa40.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/acee71c60cc9e4341c7d6a4344f98284.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d592133d69da592697d67f42ab4cf1d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d592133d69da592697d67f42ab4cf1d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d592133d69da592697d67f42ab4cf1d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1106,
+ "type": "fifth_gifth_convertible",
+ "name": "The Fifth Birthday Gifth",
+ "description": "The King hired the finest wordsmiths to come up with the perfect name for a gift to celebrate the very special 5th birthday of MouseHunt. This is the best they could do. \n \nBad rhymes aside, I wonder what's inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/18076b7cfe61048b78753125bb05fa01.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7893d31dbf1a4225042b0d3b5381852b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/093238fc3f28e8ae6e6dbf76babdfad2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7c6aafdbcae1d2ca734bbcb0d9882b85.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7893d31dbf1a4225042b0d3b5381852b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7893d31dbf1a4225042b0d3b5381852b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7893d31dbf1a4225042b0d3b5381852b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1107,
+ "type": "isle_idol_box_set_convertible",
+ "name": "Isle Idol Box Set",
+ "description": "Inside this brightly-coloured box is a novel trap and a collection of extra-special skins. Arm this trap in the Tribal Isles and mice will drop double the Seashells, Delicious Stones, and Savoury Vegetables! But wait, there's more! \n \nWhen you swap skins on the trap, your trap will magically alter its power type and power to better suit the area you're targeting. With this one trap, you can be the apex hunter in Nerg, Derr, and Elub!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9d89cdcbb3dec52f5162c120d65bed0e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b25d0910ddfe09fc8422581287a0f57.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4be592efdde2bc2059c08418b9fda9e1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f68879dae5ced55d4e640d042965d603.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b25d0910ddfe09fc8422581287a0f57.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8b25d0910ddfe09fc8422581287a0f57.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8b25d0910ddfe09fc8422581287a0f57.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1108,
+ "type": "blue_double_dewdrop_powder_crafting_item",
+ "name": "Blue Double Dewdrop Powder",
+ "description": "Sprinkle a little bit of this powder on two Aleth Essences and combine the whole mixture in a Flawless Orb to create a Double Sponge Charm, capable of soaking up two blue dewdrops in the Living Garden at a time!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e226fb45581e9547ca5f7552f30340ba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d9f23fba55857d5429df8b17dfd6bda4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/ba18d12d170ebaf9ad51a0f3525abae5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d9f23fba55857d5429df8b17dfd6bda4.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d9f23fba55857d5429df8b17dfd6bda4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d9f23fba55857d5429df8b17dfd6bda4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1109,
+ "type": "chrome_monstrobot_upgrade_crafting_item",
+ "name": "Chrome MonstroBot Upgrade Kit",
+ "description": "At the risk of plunging the entire world into a terrible chrome shortage, Ronza has brought this - the absolute ultimate in both physical and chrome traps - to Gnawnia to help fight the good fight. But when she's gone, so too is this upgrade kit, at least until she can scrape together enough chrome to offer it again! \n \nTo craft, just take the smashed parts of your Sandstorm Monstrobot and combine (carefully) with this kit. Make sure you follow instructions precisely, as this is a one-way process and you want to make sure you don't have the hyper-chrinolizer on backwards when you're done! \n \nUse this kit with MonstroBot Trap Parts to create:\n
\n
Chrome MonstroBot
\n
\n\n
What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity...
\n
\n\n
Power: 8500
\n
Power Bonus: 22%
\n
Attraction Bonus: 10%
\n
Luck: 30
\n
Power Type: Physical
\n
Title Required: Baron/Baroness
\n
Cheese Effect: No Effect
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1ffc8416b5d93af312a61852a48635a4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72dc39d274649a87556177c58352912.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/2aca0b82196593a418b81b73001217d6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72dc39d274649a87556177c58352912.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72dc39d274649a87556177c58352912.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72dc39d274649a87556177c58352912.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 1110,
+ "type": "extra_coarse_salt_crafting_item",
+ "name": "Extra Coarse Salt",
+ "description": "This salt is so coarse, it can't be served for polite company. This salt rocks. It's really rough finding any of this salt. This salt, ah, uh, er, okay, salt jokes are hard to make. \n \nSprinkle a little bit of this salt on two Ber Essences and combine the whole mixture in a Divine Orb to create a Super Salt Charm, which counts for double the hunts against the King Grub Mouse in the Sand Crypts. \n \nThe humour sure dissolved there, huh? \n \nAhem. ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/3e3f65c021435a62f50f8c95ba4d731f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d6c5df9c913afe5b5584087d563864f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/61e56104a0aa352825782b8c04dcee1a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d6c5df9c913afe5b5584087d563864f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d6c5df9c913afe5b5584087d563864f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d6c5df9c913afe5b5584087d563864f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1111,
+ "type": "red_double_dewdrop_powder_crafting_item",
+ "name": "Red Double Dewdrop Powder",
+ "description": "Sprinkle a little bit of this powder on two Ber Essences and combine the whole mixture in a Divine Orb to create a Red Double Sponge Charm, capable of soaking up two red dewdrops in the Living Garden at a time!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1dcbae1feedd583faadd3def321011a2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b18a57d3456c8daa2d2cab2d5f01dce8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5cb4ef575d737d6f7daa4a49dc0c785d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b18a57d3456c8daa2d2cab2d5f01dce8.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b18a57d3456c8daa2d2cab2d5f01dce8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b18a57d3456c8daa2d2cab2d5f01dce8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1112,
+ "type": "sandstorm_monstrobot_parts_crafting_item",
+ "name": "Sandstorm MonstroBot Parts",
+ "description": "The MontroBot is now a monstrous pile of parts.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2d3ada2f1b656f669a002b1041202b06.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2d3ada2f1b656f669a002b1041202b06.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1113,
+ "type": "yellow_double_dewdrop_powder_crafting_item",
+ "name": "Yellow Double Dewdrop Powder",
+ "description": "Sprinkle a little bit of this powder on two Ber Essences and combine the whole mixture in a Divine Orb to create a Yellow Double Dewdrop Charm, capable of soaking up two yellow dewdrops in the Living Garden at a time!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0841201f125a53c6d8b329f8b0020924.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cec92a65cabd7f432bb3811cca0906ae.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/83ed45cfd9e2dd8b91034348f2afe972.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cec92a65cabd7f432bb3811cca0906ae.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cec92a65cabd7f432bb3811cca0906ae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cec92a65cabd7f432bb3811cca0906ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1114,
+ "type": "force_fighter_blue_action_figure_collectible",
+ "name": "Force Fighter Blue Action Figure",
+ "description": "Oh wow, these... These aren't particularly well-made action figures, are they? The paint's not quite the right colour, the male bodies and the female bodies are exactly the same, they're missing critical costume features, and - ow! That's a splinter! \n \nI guess the reason the Mouse Force Five have so many of these on-hand is that nobody will buy them.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/dc31257f6779840477a143677ebc270b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/564e99170dc85325c832d20ea8a12c9f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/dc31257f6779840477a143677ebc270b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/dc31257f6779840477a143677ebc270b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1115,
+ "type": "force_fighter_green_action_figure_collectible",
+ "name": "Force Fighter Green Action Figure",
+ "description": "Oh wow, these... These aren't particularly well-made action figures, are they? The paint's not quite the right colour, the male bodies and the female bodies are exactly the same, they're missing critical costume features, and - ow! That's a splinter! \n \nI guess the reason the Mouse Force Five have so many of these on-hand is that nobody will buy them.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/a22bb222966fc256db20bb7409735718.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2b6595868d003e4671cc05622082f125.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/a22bb222966fc256db20bb7409735718.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/a22bb222966fc256db20bb7409735718.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1116,
+ "type": "force_fighter_pink_action_figure_collectible",
+ "name": "Force Fighter Pink Action Figure",
+ "description": "Oh wow, these... These aren't particularly well-made action figures, are they? The paint's not quite the right colour, the male bodies and the female bodies are exactly the same, they're missing critical costume features, and - ow! That's a splinter! \n \nI guess the reason the Mouse Force Five have so many of these on-hand is that nobody will buy them.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c9a3888a218c83dfb91345cd0dacb41e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/17e80bf0083119434938310212c896f0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c9a3888a218c83dfb91345cd0dacb41e.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c9a3888a218c83dfb91345cd0dacb41e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1117,
+ "type": "force_fighter_red_action_figure_collectible",
+ "name": "Force Fighter Red Action Figure",
+ "description": "Oh wow, these... These aren't particularly well-made action figures, are they? The paint's not quite the right colour, the male bodies and the female bodies are exactly the same, they're missing critical costume features, and - ow! That's a splinter! \n \nI guess the reason the Mouse Force Five have so many of these on-hand is that nobody will buy them.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/341009a82574fbecb11af00857e7bdaa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d24386861ff8d45064290576be0d8390.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/341009a82574fbecb11af00857e7bdaa.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/341009a82574fbecb11af00857e7bdaa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1118,
+ "type": "force_fighter_yellow_action_figure_collectible",
+ "name": "Force Fighter Yellow Action Figure",
+ "description": "Oh wow, these... These aren't particularly well-made action figures, are they? The paint's not quite the right colour, the male bodies and the female bodies are exactly the same, they're missing critical costume features, and - ow! That's a splinter! \n \nI guess the reason the Mouse Force Five have so many of these on-hand is that nobody will buy them.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/af6337de7beb9d113790d24e4fa036f1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c9c584dc701bc79c7373d44af5f61f9a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/af6337de7beb9d113790d24e4fa036f1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/af6337de7beb9d113790d24e4fa036f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1119,
+ "type": "robot_head_stat_item",
+ "name": "Repurposed Robot Head",
+ "description": "It's amazing what you can do with the scrap laying around - so long as it's high-quality scrap, anyway. And who would have higher-quality scrap than Ronza? \n \nMade from spare trap parts and coated in melted gold accumulated through years of fantastic sales, this head should slot right to complete your Ultra MegaMouser MechaBot Trap.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/acc503a3eff70ff956ed3bf794115d77.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/acc503a3eff70ff956ed3bf794115d77.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/acc503a3eff70ff956ed3bf794115d77.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1120,
+ "type": "robot_scrap_blue_leg_stat_item",
+ "name": "Blue Leg Robot Scrap",
+ "description": "This scrap may not look like much now, but collect enough of them, and you can build a super-robot of your own to challenge the Mouse Force Five!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1db5d6cb471322239b65b0f457521b1b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/1db5d6cb471322239b65b0f457521b1b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/1db5d6cb471322239b65b0f457521b1b-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1121,
+ "type": "robot_scrap_green_arm_stat_item",
+ "name": "Green Arm Robot Scrap",
+ "description": "This scrap may not look like much now, but collect enough of them, and you can build a super-robot of your own to challenge the Mouse Force Five!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4b10c959cbb97dadc822dc8c37120a4d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/4b10c959cbb97dadc822dc8c37120a4d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/4b10c959cbb97dadc822dc8c37120a4d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1122,
+ "type": "robot_scrap_pink_leg_stat_item",
+ "name": "Pink Leg Robot Scrap",
+ "description": "This scrap may not look like much now, but collect enough of them, and you can build a super-robot of your own to challenge the Mouse Force Five!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0f6ccee878e87f9049287d6ccbaabfc7.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/0f6ccee878e87f9049287d6ccbaabfc7.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/0f6ccee878e87f9049287d6ccbaabfc7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1123,
+ "type": "robot_scrap_red_chest_stat_item",
+ "name": "Red Chest Robot Scrap",
+ "description": "This scrap may not look like much now, but collect enough of them, and you can build a super-robot of your own to challenge the Mouse Force Five!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6ca4d11de2fda2a3406e0510aed7c1aa.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/6ca4d11de2fda2a3406e0510aed7c1aa.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/6ca4d11de2fda2a3406e0510aed7c1aa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1124,
+ "type": "robot_scrap_yellow_arm_stat_item",
+ "name": "Yellow Arm Robot Scrap",
+ "description": "This scrap may not look like much now, but collect enough of them, and you can build a super-robot of your own to challenge the Mouse Force Five!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/dbf8dbd00ed17cef53dfe0ff0a401315.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/dbf8dbd00ed17cef53dfe0ff0a401315.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/dbf8dbd00ed17cef53dfe0ff0a401315.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 10
+ },
+ {
+ "id": 1125,
+ "type": "crushed_birthday_cake_base",
+ "name": "Crushed Birthday Cake Base",
+ "description": "This once lovely battenberg cake has been stomped by someone with a big honkin' boot. It's now a mess of shredded marzipan, splattered apricot jam, and unfortunately crushed cake. The delicate checkerboard pattern has been flattened out, and now somewhat resembles kitchen sponges held together with orangey goop. \n \nA flavour first savoured during MouseHunt's 5th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/d5d3b3e87a0510bb187fa89937d9b9f6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/f20a64dd043780f242b3464e6b6a81a8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/d5d3b3e87a0510bb187fa89937d9b9f6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/d5d3b3e87a0510bb187fa89937d9b9f6.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/92b2c6007c6f06f4cebdd878e64dea96.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 185,
+ "power_formatted": "185",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Uber Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1126,
+ "type": "chrome_monstrobot_weapon",
+ "name": "Chrome MonstroBot",
+ "description": "What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity, the absolute pinnacle of physical damage traps. No mere mouse can withstand its pounding paws for long, but be sure not to deploy it lightly - you want to make sure it's pointed at the mice before you turn it on, not towards you!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/baa4b231fe0a81be0c163c2d5ee90f3a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/a3575d7fa6e4b85d03da6b6ded783add.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 8500,
+ "power_formatted": "8,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.22,
+ "power_bonus_formatted": "22%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 30,
+ "luck_formatted": "30",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "king_chromo_monstrobot_skin",
+ "m400_upgraded_monstrobot_skin",
+ "candle_chrome_monstrobot_skin",
+ "polluted_chrome_monstrobot_skin",
+ "christmas_chrome_monstrobot_skin",
+ "spring_hunt_chrome_monstrobot_skin",
+ "ox_chrome_monstrobot_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "king_chromo_monstrobot_skin",
+ "m400_upgraded_monstrobot_skin",
+ "candle_chrome_monstrobot_skin",
+ "polluted_chrome_monstrobot_skin",
+ "christmas_chrome_monstrobot_skin",
+ "spring_hunt_chrome_monstrobot_skin",
+ "ox_chrome_monstrobot_skin"
+ ]
+ },
+ {
+ "id": 1127,
+ "type": "isle_idol_weapon",
+ "name": "Isle Idol Trap",
+ "description": "Any intrepid mouse explorers investigating the cheese on this trap will have their work cut out for them. They had better make sure that they have steady paws, a carefully-weighed bag of sand, and really swift legs just in case something goes wrong! \n \nThe power of the rolling boulder on this trap is hefty enough to knock double Delicious Stones out of the pockets of any Derr Dunes mice slow enough to be caught in its path.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c1efe60c2d564257ec557064ff4df8a0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/e4cc3d97d4e6cfa211e0252678581796.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/c1efe60c2d564257ec557064ff4df8a0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/907b3e4483debb0dd320b30bfcf32bba.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 5050,
+ "power_formatted": "5,050",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 7,
+ "luck_formatted": "7",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "idol_hydro_skin",
+ "idol_tactical_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "idol_hydro_skin",
+ "idol_tactical_skin"
+ ]
+ },
+ {
+ "id": 1128,
+ "type": "tarannosaurus_rex_weapon",
+ "name": "Tarannosaurus Rex Trap",
+ "description": "You wanna talk ancient and forgotten? What's more ancient than dinosaur bones? Dread magic animates these primeval bones while boiling, bubbling tar drips all around. Any mouse brave or foolish enough to attempt to steal cheese from beneath its claws must be careful to avoid the sticky tar and the swift claws. Only the strongest and quickest mice will escape!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/edf1fda39b90cba28a72479305e38e7d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/7618f73f2f9b5921857b79abca649835.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/edf1fda39b90cba28a72479305e38e7d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/d3fb6ebd3702ca4ea55e956c7922c745.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 5200,
+ "power_formatted": "5,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1129,
+ "type": "ultra_megamouser_mechabot_weapon",
+ "name": "Ultra MegaMouser MechaBot Trap",
+ "description": "Traditionally, these super-robots are formed of smaller robots that link together in times of great need, but when you build the whole thing from scraps all at once, you kind of limit your options. Plus, look at the size of the thing! When you work on a scale of that magnitude, you run into special engineering constraints that mean you have to make trade-offs: Either you can link together from smaller robots, or you can have your super robot stay together for more than one impact. \n \nUnfortunately, due to its massive size, the Ultra MegaMouser MechaBot Trap isn't terribly effective against most mice. Mice are swift and hard to track, and the Ultra MegaMouser MechaBot Trap is slow and ponderous. Still, against other super-robots, it's pretty swell!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2f128527de3a4dbffe57494c0644bd99.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/154422f2544bb8357f685cbb2525b537.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2f128527de3a4dbffe57494c0644bd99.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/43b4eebd963d2321fedb1505c80b4fc1.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 2250,
+ "power_formatted": "2,250",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1130,
+ "type": "double_sponge_trinket",
+ "name": "Blue Double Sponge Charm",
+ "description": "Mice in the Living Garden carry tiny amounts of water to sustain themselves. Equipping Double Sponge Charms allow you to collect double the normal amount of water for yourself, and then use it to attract Thirsty Mice.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/664ec09b4450c449762b2dd205dac3e5.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/664ec09b4450c449762b2dd205dac3e5.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/664ec09b4450c449762b2dd205dac3e5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1131,
+ "type": "grubling_bonanza_trinket",
+ "name": "Grubling Bonanza Charm",
+ "description": "This shimmering charm may look like a worthy prize to any mouse but looks can be deceiving. Upon capturing a mouse, this charm expels a noxious gas so potent in smell that it is only safe to activate far out in the Sand Dunes. The scent is so powerful that it can actually be seen with the naked eye! It is said that if it comes into direct contact with your skin then you will reek of this terrible stench forever! \n \nDespite all this, people still dare to use the charm because upon its successful use it immediately triggers a Grubling Stampede! Just make sure to unequip it once the stampede begins. The Grublings will already be stampeding... no need to aggravate them further!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sand_dunes_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/a9fd46f6ff5cc7ad0fb3c0f1c30dd112.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/a9fd46f6ff5cc7ad0fb3c0f1c30dd112.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/a9fd46f6ff5cc7ad0fb3c0f1c30dd112.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1132,
+ "type": "red_double_sponge_trinket",
+ "name": "Red Double Sponge Charm",
+ "description": "Mice in the Twisted Garden carry tiny amounts of water to sustain themselves. Equipping these Red Double Sponge Charms allow you to collect double the red drops for yourself, and then use them to attract Dehydrated Mice with a power bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_corrupted",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ee8d0311cdac7e36ac153c70cb8a85e9.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/ee8d0311cdac7e36ac153c70cb8a85e9.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ee8d0311cdac7e36ac153c70cb8a85e9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1133,
+ "type": "safeguard_trinket",
+ "name": "Safeguard Charm",
+ "description": "This charm exudes a powerful aura that wards off Cursed and Corrupt mice. The dark energies that power their magic is no match, and knowing this, they stay well away.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "lost_city_cursed",
+ "lost_city_normal",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/6016dd81a9841055b0d2209041df7e7c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/6016dd81a9841055b0d2209041df7e7c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/6016dd81a9841055b0d2209041df7e7c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1134,
+ "type": "super_salt_trinket",
+ "name": "Super Salt Charm",
+ "description": "Be extra careful handling this charm - it's so salty, it could dry out your very fingertips if you don't treat it right. \n \nWhen you place it carefully on your trap, every successful catch thereafter will add double the salt layers to your trap a regular Grub Salt Charm would.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sand_dunes_crypt",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/32c1800deb4166bad64723019df63b9f.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/32c1800deb4166bad64723019df63b9f.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/32c1800deb4166bad64723019df63b9f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1135,
+ "type": "yellow_double_sponge_trinket",
+ "name": "Yellow Double Sponge Charm",
+ "description": "Mice in the Twisted Garden carry tiny amounts of water to sustain themselves. Equipping these Yellow Double Sponge Charms allow you to collect double the yellow drops for yourself, and then use them to attract Dehydrated Mice with a luck bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "desert_oasis_corrupted",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/0bcb0d59f193a30af81e092511d9081d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/0bcb0d59f193a30af81e092511d9081d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/0bcb0d59f193a30af81e092511d9081d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1136,
+ "type": "idol_hydro_skin",
+ "name": "Isle Idol Hydroplane Trap Skin",
+ "description": "Simple galoshes won't help here. The sheet of water rushing out of the bottom of this trap is powerful enough to knock over even the strongest of mice, so any mice attempting to steal cheese from this trap are advised to bring strong wading-poles and use the buddy system for safety. \n \nAny Elub mice washed away by the tide will also drop double the Seashells, which filter down through an ingenious collection system where they are sorted, categorized, and deposited directly into your inventory.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "hydro",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7b4c0b3fe04a155fccbf7b450217a6f1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/34c1215f98441eb77a52d5a8db1da8f1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7b4c0b3fe04a155fccbf7b450217a6f1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ad954e77b20c96824cd723a75200beef.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "isle_idol_weapon",
+ "skin_weapon_name": "Isle Idol Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c1efe60c2d564257ec557064ff4df8a0.jpg",
+ "marketing_text": "Simple galoshes won't help here. The sheet of water rushing out of the bottom of this trap is powerful enough to knock over even the strongest of mice, so any mice attempting to steal cheese from this trap are advised to bring strong wading-poles and use the buddy system for safety. \n \nAny Elub mice washed away by the tide will also drop double the Seashells, which filter down through an ingenious collection system where they are sorted, categorized, and deposited directly into your inventory."
+ },
+ {
+ "id": 1137,
+ "type": "idol_tactical_skin",
+ "name": "Isle Idol Stakeshooter Trap Skin",
+ "description": "Though this trap may look low-tech, there's a modern thermographic camera behind each eye-gem, and a high-PSI tank of compressed air powering those sharpened stakes. Only the quickest and most careful mice will be able snag cheese from this trap unscathed! \n \nNerg mice who try to skip and dodge around all the flying flora will be so distracted that any who are caught will drop double the Savory Vegetables.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "tactical",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5525bd73da47ce9d667d00df4ee80f8e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/991dbf934248a044e704e326af8f5ce4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5525bd73da47ce9d667d00df4ee80f8e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a1fabbe4d6e9e545d0eb7c00dc269fca.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "isle_idol_weapon",
+ "skin_weapon_name": "Isle Idol Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c1efe60c2d564257ec557064ff4df8a0.jpg",
+ "marketing_text": "Though this trap may look low-tech, there's a modern thermographic camera behind each eye-gem, and a high-PSI tank of compressed air powering those sharpened stakes. Only the quickest and most careful mice will be able snag cheese from this trap unscathed! \n \nNerg mice who try to skip and dodge around all the flying flora will be so distracted that any who are caught will drop double the Savory Vegetables."
+ },
+ {
+ "id": 1138,
+ "type": "lucky_liker_charm_pack_convertible",
+ "name": "Lucky Liker Charm Pack",
+ "description": "Looking for a little extra luck while hunting? This kit has everything you need to maximize your luck! \n \nInside you'll find 50 Luck Charms and 25 Shamrock Charms! \n \nProvides the Lucky Golden Shield for 3 days from date of opening for even MORE luck!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cbce823a48329c926106eb05d3b8009c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8539179aa474509153a53f4ec3844ec3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3ab56f00603786d83b85cca36d90a064.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4ba2a33a5224b62d782d30ba2ee2a26d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8539179aa474509153a53f4ec3844ec3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8539179aa474509153a53f4ec3844ec3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8539179aa474509153a53f4ec3844ec3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1139,
+ "type": "shamrock_trinket",
+ "name": "Shamrock Charm",
+ "description": "Glowing a fine emerald green, this isle-inspired charm provides a +3 luck bonus each hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/4546008789ff03969eecdf6102f9030b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/4546008789ff03969eecdf6102f9030b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/4546008789ff03969eecdf6102f9030b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1140,
+ "type": "chrono_egg_convertible",
+ "name": "Chrono Egg",
+ "description": "From seemingly out of time, this egg appears to phase in and out of existence.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/744fc3fa1dd4c4a4638c0d6386950050.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0be44f7be649f01fc9467ef51e503846.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3808c58677f539172dda770e7ad52419.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/60a6573a1391410960d7e18f3e468d7d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0be44f7be649f01fc9467ef51e503846.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0be44f7be649f01fc9467ef51e503846.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0be44f7be649f01fc9467ef51e503846.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1141,
+ "type": "corrupt_egg_convertible",
+ "name": "Corrupt Egg",
+ "description": "The egg itself isn't corrupt, but the one who drops it is.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6363b99656136bc840d8ebd7bdec86d8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0ee8ede68601e126f316100533a5be74.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d294e2cf48793273bf706d0a1bb676e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c3290823759389d177aaa36601b52a16.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0ee8ede68601e126f316100533a5be74.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0ee8ede68601e126f316100533a5be74.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0ee8ede68601e126f316100533a5be74.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1142,
+ "type": "crystal_library_egg_convertible",
+ "name": "Crystal Library Egg",
+ "description": "Be careful when smashing this egg - you don't want to get crystals in your loot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ec37b1a9edbd76a018b12ccdec234fd2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/018585dd26ae52f17d34b12d5a17af88.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/56542fc0285f1365cb4dcc113b581a8d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5b6687c75e3d77474bac749c74adbf0d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/018585dd26ae52f17d34b12d5a17af88.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/018585dd26ae52f17d34b12d5a17af88.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/018585dd26ae52f17d34b12d5a17af88.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1143,
+ "type": "cursed_librarian_egg_convertible",
+ "name": "Cursed Librarian Egg",
+ "description": "No-one would ever think to look / 'twixt the pages of a cursed book!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a54aea1efed01132c8bc060c0eb1f186.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/06e6690eb9547319ec81e97525a774bc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/97da3a72c0f9c43deb2a962c5ed9d9c3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/12a4e405ccc4c34925e28e5d9d1106b9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/06e6690eb9547319ec81e97525a774bc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/06e6690eb9547319ec81e97525a774bc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/06e6690eb9547319ec81e97525a774bc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1144,
+ "type": "deep_egg_convertible",
+ "name": "Deep Egg",
+ "description": "This egg can only be found by quick hunters who brave the very depths of the watery ocean.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ead070e4094ba92eefd461b521ebe24b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/495050437a98325175d13c1b8586aa99.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d87463f0d8790e8b1f2096ff155352f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b5d96938cfad6e037d7792c2eb1c45d3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/495050437a98325175d13c1b8586aa99.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/495050437a98325175d13c1b8586aa99.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/495050437a98325175d13c1b8586aa99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1145,
+ "type": "drheller_egg_convertible",
+ "name": "Drheller Egg",
+ "description": "Rumour has it that this egg was once a small, plain, white egg. But with hard work and dedication, it is now the impressive specimen you see before you!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9066c9c4602be9999458a76ce296aa08.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/67728468871ea1d98ebb6e8067aba928.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/064cbd354be89341b11b159fe367f5b8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c0571bd2951b090121969288b5fae6fc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/67728468871ea1d98ebb6e8067aba928.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/67728468871ea1d98ebb6e8067aba928.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/67728468871ea1d98ebb6e8067aba928.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1146,
+ "type": "easter_2013_gift_basket_convertible",
+ "name": "Spring Gift Basket",
+ "description": "This gift basket is filled with yummy goodies to help you during the Spring Egg Hunt! \n \nInside you'll find 80 Marshmallow Monterey and 20 Dark Chocolate Charms! \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/642e72e0d78465d97c7a7ba05f744ebd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dbc3bba1ec7110eab913fb36e46d7303.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b3a5e7681880b9629048c938169731c8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/608a092155b1740b0c0f261d11bd11ed.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dbc3bba1ec7110eab913fb36e46d7303.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dbc3bba1ec7110eab913fb36e46d7303.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dbc3bba1ec7110eab913fb36e46d7303.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1147,
+ "type": "ethereal_librarian_egg_convertible",
+ "name": "Ethereal Librarian Egg",
+ "description": "Thankfully, this egg is fully corporeal, though the mouse guarding it is not.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dc43e74a8ba449de9a62efabdd013abe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/32c8ecf61b90df198211cf7d4fcaa3fe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6414d762d87b607fd1f8a0f74226be87.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fb9c74c018bb3f9720b0bd7e7742a3ff.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/32c8ecf61b90df198211cf7d4fcaa3fe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/32c8ecf61b90df198211cf7d4fcaa3fe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/32c8ecf61b90df198211cf7d4fcaa3fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1148,
+ "type": "furoma_egg_convertible",
+ "name": "Furoma Egg",
+ "description": "Contained within this egg is the wisdom of the ages, Perhaps you'll find it held by the wisest of the sages?",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2b5ce8ef17a6601fd7e3af8f50c94e68.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bef036771da71f0cd8965fd1aa01de9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8c181b7403f6f798fdd768cf8dff49ef.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5de2763fa921e48fabe9c524f03d2b82.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bef036771da71f0cd8965fd1aa01de9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0bef036771da71f0cd8965fd1aa01de9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0bef036771da71f0cd8965fd1aa01de9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1149,
+ "type": "gnawnia_egg_convertible",
+ "name": "Gnawnia Egg",
+ "description": "These eggs are all over the place! At least, all over the place in Gnawnia.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a806d799142c4ba12ad457f72f5fca48.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2545c5df4cec5509f7c2e92b8bd4798.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4bff62187c9107021372a9243e4c69f8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a7986350b3d660201d9bfcab12c8a5ad.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2545c5df4cec5509f7c2e92b8bd4798.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a2545c5df4cec5509f7c2e92b8bd4798.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a2545c5df4cec5509f7c2e92b8bd4798.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1150,
+ "type": "haunted_egg_convertible",
+ "name": "Haunted Egg",
+ "description": "This spooky egg can only be found in the scariest regions of Gnawnia!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d00d080d2100e42a6522474a5c536c17.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/20d8aed467c5475759a9f46a4d5c1c08.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0f8aae41afece7fdee5998cd40cf877c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c3ed88f9b4529a081a5843cacc320582.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/20d8aed467c5475759a9f46a4d5c1c08.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/20d8aed467c5475759a9f46a4d5c1c08.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/20d8aed467c5475759a9f46a4d5c1c08.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1151,
+ "type": "high_charge_egg_convertible",
+ "name": "2013 High Charge Egg",
+ "description": "A super extra-special and super-rare egg found during the 2013 Spring Egg Hunt!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ecc577bc3006a1e30be00f37c18158d4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8f26746b477f4b747a986aa61396eec4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9e90f53cc26bb6f82876bcdb52dba29b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7f2c7d53bf0aa5535a2fc581dce9507c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8f26746b477f4b747a986aa61396eec4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8f26746b477f4b747a986aa61396eec4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8f26746b477f4b747a986aa61396eec4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1152,
+ "type": "huntington_egg_convertible",
+ "name": "S. S. Huntington IV Egg",
+ "description": "Search the high seas for this ship-shape egg!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/32c23f326903cbcfc857e19edd31948b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2185809396981336c2d024084b11b86b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fe9ae1ba39bbcc0ab29c9535ac61e53f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9f5dd6802fedb166c0c53d2df8047d29.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2185809396981336c2d024084b11b86b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2185809396981336c2d024084b11b86b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2185809396981336c2d024084b11b86b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1153,
+ "type": "iceberg_egg_convertible",
+ "name": "Iceberg Egg",
+ "description": "You can use this egg to chill your drinks, but maybe it would be better to just grab the loot from inside.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f13ecce9ffda4cee34024ef277cbbf2f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/115297c4adf1231d8ed96c9cf8ba6c21.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7c7be5c42c76496ba254970ce827598c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/055da6410fc56ecbf231f4d640210344.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/115297c4adf1231d8ed96c9cf8ba6c21.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/115297c4adf1231d8ed96c9cf8ba6c21.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/115297c4adf1231d8ed96c9cf8ba6c21.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1154,
+ "type": "icewing_egg_convertible",
+ "name": "Icewing Egg",
+ "description": "Wear warm gloves while handling this egg, as its sub-zero resting temperature can freeze skin on contact!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/25b01112de9f3bc441da1b4e252cb5a0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/52561f0bb0bf340b67a1ca0d62aac70f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9c1ead6aaee40aba258a4668395aa96c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d6b33eee7817327584abd12d48b03de6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/52561f0bb0bf340b67a1ca0d62aac70f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/52561f0bb0bf340b67a1ca0d62aac70f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/52561f0bb0bf340b67a1ca0d62aac70f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1155,
+ "type": "living_garden_egg_convertible",
+ "name": "Living Garden Egg",
+ "description": "Search deep within the Living Garden, Lost City, and Sand Dunes (and their Twisted counterparts) to unearth this many-layered egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/837ea686c289e0457f65de33a8813819.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cefe1b40dab2c3e4709a7cd444a740f2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4329a1f77ba359653374a95df68d3e3e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7475dab32e3dc994c847bd84bbcc9f9a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cefe1b40dab2c3e4709a7cd444a740f2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cefe1b40dab2c3e4709a7cd444a740f2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cefe1b40dab2c3e4709a7cd444a740f2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1156,
+ "type": "low_charge_egg_convertible",
+ "name": "2013 Low Charge Egg",
+ "description": "An extra-special egg found during the 2013 Spring Egg Hunt!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/80509828f1df559af111238ed89edb30.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bdf33ae07105b21cbb83fce39ea36a19.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/55f0139be64e2316a77c5901ae962731.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3652ebe0b8222a95ea0837a4f43c3eca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bdf33ae07105b21cbb83fce39ea36a19.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bdf33ae07105b21cbb83fce39ea36a19.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bdf33ae07105b21cbb83fce39ea36a19.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1157,
+ "type": "medium_charge_egg_convertible",
+ "name": "2013 Medium Charge Egg",
+ "description": "A really extra-special egg found during the 2013 Spring Egg Hunt!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/206bd4f370c4da18fe0a093ce0276ad8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0101aeac7821fc3010bf96ed68459361.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/48dcac42a65631fac38d7da6bca48f64.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ec013ca6b2b59f956941193886b49d35.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0101aeac7821fc3010bf96ed68459361.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0101aeac7821fc3010bf96ed68459361.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0101aeac7821fc3010bf96ed68459361.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1158,
+ "type": "muridae_egg_convertible",
+ "name": "Muridae Egg",
+ "description": "This egg isn't for sale, but it is available in a market.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bc91c07d1b0153cfa794754e427797fc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/01bd0e776509106574fced638a38e7b0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7b03f5dd1ac7980cf951d0a5c3f3367e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ba0b914501da1f7ce769f40b8412256b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/01bd0e776509106574fced638a38e7b0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/01bd0e776509106574fced638a38e7b0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/01bd0e776509106574fced638a38e7b0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1159,
+ "type": "quesodillo_egg_convertible",
+ "name": "Quesodillo Egg",
+ "description": "Make sure to check small piles of sand, you may find one of these eggs inside!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/50cabfcd3ac3d2de0851804c49620a5b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1824ae2c4d5ed4de862e234587c7216d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/09473d709082d35471c7ef996a9dda5e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/82215e7848afc469861437a2d56d9820.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1824ae2c4d5ed4de862e234587c7216d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1824ae2c4d5ed4de862e234587c7216d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1824ae2c4d5ed4de862e234587c7216d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1160,
+ "type": "sarcophamouse_egg_convertible",
+ "name": "Sarcophamouse Egg",
+ "description": "Thankfully, this egg doesn't contain a wrapped mummy mouse, it contains fantastic treats!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3e16d7c03662b0a867444c416a5ddb10.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d6a26d5c5d126beea52e5538b14fbd5f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d6173feb26d22bc8925ef8b4b8d5565.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7b915f3c621d86a91c91c1f692f6a745.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d6a26d5c5d126beea52e5538b14fbd5f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d6a26d5c5d126beea52e5538b14fbd5f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d6a26d5c5d126beea52e5538b14fbd5f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1161,
+ "type": "thistle_egg_convertible",
+ "name": "Thistle Egg",
+ "description": "Be careful when handling this egg! Make sure not to poke yourself!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e9a196d8452110c6ab7a6bf6dfdf3548.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/82fcf82a475bbbc6eea9ffbbc87a7253.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6e8aa4dfd994f1a8bc82c41d140b1a1d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f7cc792a40e59f87b640813ef5513a62.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/82fcf82a475bbbc6eea9ffbbc87a7253.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/82fcf82a475bbbc6eea9ffbbc87a7253.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/82fcf82a475bbbc6eea9ffbbc87a7253.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1162,
+ "type": "twisted_lilly_egg_convertible",
+ "name": "Twisted Lilly Egg",
+ "description": "Though it may look like this egg is covered in soft petals, it's actually quite firm and contains fantastic goodies!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d7bacb73f02dbf7ec6ed87a3592006ad.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/17be4b0f64a499993c8643e5a7d22a9c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d1f813261749e6b2d6840e7aef8e25da.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a04056b7b88fd8c783c1e52dcaa14576.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/17be4b0f64a499993c8643e5a7d22a9c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/17be4b0f64a499993c8643e5a7d22a9c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/17be4b0f64a499993c8643e5a7d22a9c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1163,
+ "type": "valour_egg_convertible",
+ "name": "Valour Egg",
+ "description": "Brave hunters can find this egg by climbing the gauntlet's many floors, browsing the King's Arms, or visiting the illustrious Tournament Hall.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/349a3bbdc17a9ebc48596b2483ef4a8b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4db9c9933b935495f5ef0d2b013f9378.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/57f487bff4e46cd10524ac57ddf4dfac.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/afaf4d5d9954adcd03aaa3cb3d4726f0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4db9c9933b935495f5ef0d2b013f9378.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4db9c9933b935495f5ef0d2b013f9378.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4db9c9933b935495f5ef0d2b013f9378.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1164,
+ "type": "egg_charge_trinket",
+ "name": "Eggscavator Charge Charm",
+ "description": "These charms once powered the Eggscavator's charge meter but their power has faded due to proximity to the newly discovered element Chocolatonium which is now circulating within the Kingdom. \n \nSmash them with your Hunter's Hammer to receive Dark Chocolate Charms!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "spring_hunt",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/49eb7f525b2b3f83cc3c5f6d308fa14c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/49eb7f525b2b3f83cc3c5f6d308fa14c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/49eb7f525b2b3f83cc3c5f6d308fa14c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dark_chocolate_trinket": 5
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1165,
+ "type": "living_garden_scroll_case_convertible",
+ "name": "Living Garden Scroll Case",
+ "description": "This glowing green scroll case contains a map leading to treasure hidden in the Living Garden, Lost City, Sand Dunes, and their more... sinister counterparts.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b12dcb568515f107104fd0829b43c46b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/785ed6439325341a917831ae561e2faa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3b7bc84a6e847634eb6d2b68f26e5030.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/63395b7f3c53e78250371b4fa2b8fbf1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/785ed6439325341a917831ae561e2faa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/785ed6439325341a917831ae561e2faa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/785ed6439325341a917831ae561e2faa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1166,
+ "type": "living_garden_treasure_chest_convertible",
+ "name": "Living Garden Treasure Chest (Season 1)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Living Garden Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/084655cdf436d7897c61e08ca6717849.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/77e2a8ed9cf1bc5d3af2e64fd65d4d91.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7f45061af1c7593e6925a761d3983f15.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0baae8a87268a72ab86dc3f7778804a6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/77e2a8ed9cf1bc5d3af2e64fd65d4d91.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/77e2a8ed9cf1bc5d3af2e64fd65d4d91.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/77e2a8ed9cf1bc5d3af2e64fd65d4d91.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1167,
+ "type": "rare_living_garden_treasure_chest_convertible",
+ "name": "Rare Living Garden Treasure Chest (Season 1)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Living Garden Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/db9eb922999beed82a018f4a9c732b47.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/735bcb156c575f4d253c7c9dcfb3e20e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/29da7a13a5992e0604fc63123f95baa4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b9b8c48acceb6d704f531bf022181152.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/735bcb156c575f4d253c7c9dcfb3e20e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/735bcb156c575f4d253c7c9dcfb3e20e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/735bcb156c575f4d253c7c9dcfb3e20e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1168,
+ "type": "hot_tub_weapon",
+ "name": "Mouse Hot Tub",
+ "description": "Instead of harming a mouse, give it a soothing place to relax before moving it to a location far from the Kingdom.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/a84f9ea42272cb2f19592f90fbf199c8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/6bd5591a5f54daec926239a131374496.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/a84f9ea42272cb2f19592f90fbf199c8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f1cbf7275abfcead8bab92d49b21a592.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 70,
+ "power_formatted": "70",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.35,
+ "attraction_bonus_formatted": "35%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1169,
+ "type": "bounty_reward_convertible",
+ "name": "Bounty Reward (Season 1)",
+ "description": "You and your partner have completed a Wanted Poster and have been granted this Bounty Reward!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8ed79b85fa77a2f39ffb672c92abad00.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f78594e9c4806df1524f80fc968b4a0f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5ebd7d285e2e608db47736d100d64a2a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/67f9b708385830fea5b2be2f7f2d0faf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f78594e9c4806df1524f80fc968b4a0f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f78594e9c4806df1524f80fc968b4a0f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f78594e9c4806df1524f80fc968b4a0f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1170,
+ "type": "bounty_trail_kit_convertible",
+ "name": "Bounty Trail Kit",
+ "description": "Perfect for trailblazers that like to travel light, this Bounty Trail Kit will help you stay on the heels of your quarry and track down the Wild Bunch gangs found on Wanted Posters. \n \nInside, you'll find: \n \n• 125 SUPER|brie+ \n• 2 Rare Map Dust (works with Wanted Posters) \n• 2 Sheriff's Badge Charms \n \nWith a Sheriff's Badge Charm equipped, hunters who encounter a Bounty Hunter Mouse are guaranteed to catch him and bring him to justice, finding a Sealed Wanted Poster in his possession! \n \n
\n
Rare Map Dust leads to Rare Treasure Chests containing:
\n
Two times the points!
\n
Two times the gold!
\n
Two times the Ancient Charms!
\n
More loot!
\n
And twice the chance of super-rare loot!
\n
\n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bbb83252a33f864783f6051ab94bea0a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b978f92529c8213376e491eff5b54db5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0bdb07757e52ea74a73d4a5d81e33455.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d3264bade93a0d2a13229cea763d3d21.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b978f92529c8213376e491eff5b54db5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b978f92529c8213376e491eff5b54db5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b978f92529c8213376e491eff5b54db5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1171,
+ "type": "claw_shot_chest_convertible",
+ "name": "Claw Shot Chest",
+ "description": "The Old West is dangerous, and hunting without the right supplies can be even more dangerous! \n \nGet some help from this Claw Shot Chest filled with everything you need to hunt for the bounties of the Wild Bunch gangs: \n \n• 550 SUPER|brie+ \n• 5 Rare Map Dust (works with Wanted Posters) \n• 5 Sheriff's Badge Charms \n \nWith a Sheriff's Badge Charm equipped, hunters who encounter a Bounty Hunter Mouse are guaranteed to catch him and bring him to justice, finding a Sealed Wanted Poster in his possession! \n \nProvides the Lucky Golden Shield for 2 months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/61c3c83539d7bb220696c7010f35c4e4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/eebe4ed0b1c1897735c3d9b0606561b1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7e506f9fca1ce1fe1899e0ab6e8858e0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d33f04ed9b11ee43b2b77cd5c3b7fb3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/eebe4ed0b1c1897735c3d9b0606561b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/eebe4ed0b1c1897735c3d9b0606561b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/eebe4ed0b1c1897735c3d9b0606561b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1172,
+ "type": "rare_bounty_reward_convertible",
+ "name": "Rare Bounty Reward (Season 1)",
+ "description": "You and your partner have completed a Rare Wanted Poster and have been granted this incredible Rare Bounty Reward!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3f67a33d9a38e509bff149c998435da0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/994bd8578e1458da6f07cda37c9a22d5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5b5155c43f9d8a5d4dbd44006dbc6b73.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/98cb70b583de7d47c7c9db9d146c2cd0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/994bd8578e1458da6f07cda37c9a22d5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/994bd8578e1458da6f07cda37c9a22d5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/994bd8578e1458da6f07cda37c9a22d5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1173,
+ "type": "sheriff_satchel_convertible",
+ "name": "Sheriff's Satchel",
+ "description": "Stay one step ahead of the Bounty Hunter and ensure victory over the Wild Bunch gangs! \n \nThe Sheriff's Satchel comes well-stocked with everything you need to bring law back to the lawless: \n \n• 375 SUPER|brie+ \n• 3 Rare Map Dust (works with Wanted Posters) \n• 3 Sheriff's Badge Charms \n \nWith a Sheriff's Badge Charm equipped, hunters who encounter a Bounty Hunter Mouse are guaranteed to catch him and bring him to justice, finding a Sealed Wanted Poster in his possession! \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/80d6b370927166afbe7fcd6427b4d939.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bd6c5e25b62f23c43ffa81289eebdbf5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3b0387ee8eb67a36b876d958eee43ba8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9a745268c2c0be76d7e32cc14b19cdf7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bd6c5e25b62f23c43ffa81289eebdbf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bd6c5e25b62f23c43ffa81289eebdbf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bd6c5e25b62f23c43ffa81289eebdbf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1174,
+ "type": "wanted_poster_convertible",
+ "name": "Sealed Wanted Poster",
+ "description": "A Wanted Poster for a local gang, sealed with the Marshall's wax. Hunt down the crew and their leader for a Bounty Reward! \n \nWhile hunting down a Wild Bunch gang, the Bounty Hunter Mouse will avoid my trap and stay out of my way until the gang is apprehended.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/41f9c96dca5cd08d49ff857fa952ad7e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/641b955b3c76b382e596e9d04fb7c070.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7496998b68e793be36c403fcf924c958.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/68a7e14ccbe5825d0be54699265db921.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/641b955b3c76b382e596e9d04fb7c070.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/641b955b3c76b382e596e9d04fb7c070.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/641b955b3c76b382e596e9d04fb7c070.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 6
+ },
+ {
+ "id": 1175,
+ "type": "fools_gold_stat_item",
+ "name": "Fool's Gold",
+ "description": "This incredible nugget looks an awful lot like gold. Thankfully, however, it is not such a commonplace metal. In fact, this tiny nugget is extremely rare and is therefore very valuable. Scientifically known as Pyrite, it is referred to as \"Fool's Gold\" because more than once someone has traded in a handful of the stuff for a single wedge of cheese thinking it was mere regular gold. \n \nThere is no shortage of shop keepers around when Fool's Gold might accidentally trade hands and provide them with an early retirement.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c5f4acd48b015b8de10f53a6d045b1d3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/be110c02973cf122a3c4e6f1b8b8ad87.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f5d48b654963d5ec7e843343f6ea3848.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/be110c02973cf122a3c4e6f1b8b8ad87.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/be110c02973cf122a3c4e6f1b8b8ad87.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/be110c02973cf122a3c4e6f1b8b8ad87.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in Claw Shot City, the Gnawnian Express Station, or at Fort Rox"
+ },
+ {
+ "id": 1176,
+ "type": "slac_ii_sling_weapon",
+ "name": "S.L.A.C. II",
+ "description": "The S.L.A.C. II is an improvement from its predecessor in two ways: The \"S\" in the acronym now stands for \"sling\", and the sling itself. \n \nUtilizing the technology of what our scientists are calling \"a very large rubber band\", the S.L.A.C. II is able to harmlessly* sling mice away from your cheese and back into the desert. \n \n*The slinging process itself does not harm the mouse.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/949a52e6892bb3860e43a18d8f050063.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/0b744e205346367053da9583f7af6832.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 1750,
+ "power_formatted": "1,750",
+ "has_power_bonus": true,
+ "power_bonus": 0.06,
+ "power_bonus_formatted": "6%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "spooky_slac_ii_skin",
+ "winter_slac_ii_skin",
+ "pillowslac_slac_ii_skin",
+ "new_years_slac_ii_skin",
+ "overgrown_slac_ii_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "spooky_slac_ii_skin",
+ "winter_slac_ii_skin",
+ "pillowslac_slac_ii_skin",
+ "new_years_slac_ii_skin",
+ "overgrown_slac_ii_skin"
+ ]
+ },
+ {
+ "id": 1177,
+ "type": "slac_spring_weapon",
+ "name": "S.L.A.C.",
+ "description": "The Spring-Loaded Attack Cactus (S.L.A.C.) is an attempt to harness the lawless wilds of the Old West itself in order to tame the Wild Bunch mice. \n \nAs the mice nibble away at the piece of cheese, they feel at ease in their natural environment. Most mice in Varmint Valley enjoy eating their meals by the shade of a cactus plant, and are mostly unaware that the S.L.A.C. is more than just a cactus.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/48621ec633521e214870b622ab5b97b4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/5e6201c9152cdfb482f956b4e3202055.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/48621ec633521e214870b622ab5b97b4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/a7d556ca75b07303ad4d5b1773b6c15d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 650,
+ "power_formatted": "650",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1178,
+ "type": "cactus_trinket",
+ "name": "Cactus Charm",
+ "description": "Ouch! These little balls of spikes are extremely hard to handle. Be careful when placing them on your trap! \n \nThey look pretty sweet when used with matching cactus-style traps, and they are great for taking on the lawless mice of Wild Bunch.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "claw_shot_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8934dbb3064794e521fe38473e816484.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/15539fcdf0fdae1d477d9376955715f0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ab5cb8ed0376a05227cbcbd68f4fc640.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/15539fcdf0fdae1d477d9376955715f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/15539fcdf0fdae1d477d9376955715f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/15539fcdf0fdae1d477d9376955715f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.04,
+ "attraction_bonus_formatted": "4%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1179,
+ "type": "sheriff_badge_trinket",
+ "name": "Sheriff's Badge Charm",
+ "description": "The Marshall in Claw Shot City doesn't like vigilantism. He prefers to do things by the letter of the law, which means he doesn't like that the Bounty Hunter Mouse is carrying around bounties and taking matters into his own hands. A proper MouseHunter, made into an honorary Sheriff, is better suited for the job. \n \nWith a Sheriff's Badge Charm equipped, hunters who encounter a Bounty Hunter Mouse are guaranteed to catch him and bring him to justice, and will pilfer an additional Sealed Wanted Poster from his saddle bags!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "claw_shot_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ef5952a00bc456f99f262f0e51c27e45.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/1657743f7b7dc541bde190e5490aa5a3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6d37dcdde934871c96e0739381b37636.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/1657743f7b7dc541bde190e5490aa5a3.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/1657743f7b7dc541bde190e5490aa5a3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/1657743f7b7dc541bde190e5490aa5a3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1180,
+ "type": "western_theme_collectible",
+ "name": "Most Wanted Theme",
+ "description": "Made from only the most sun-cracked dessicated wood and hard-bitten nails, this theme shows a hunter's dedication to enforcing the law in Varmint Valley! \n \nThis special theme changes the look of your Hunter's Journal on both your Camp and Profile page. Select it from your Hunter Profile page and show it off!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f1d53c09f93d638d755bc50232232872.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/821941cdccf2a88dbc2329774924ac58.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/f1d53c09f93d638d755bc50232232872.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f1d53c09f93d638d755bc50232232872.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1181,
+ "type": "gouda_lovers_charm_pack_convertible",
+ "name": "Gouda Lovers Charm Pack",
+ "description": "Need some cheese and a bit of luck? Open up this pack for a little boost! Inside, you'll find: \n \n• 50 pieces of Gouda Cheese \n• 25 Luck Charms \n \nProvides the Lucky Golden Shield for 3 days from date of opening for even MORE luck!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/96f7acde38e902cf85e9799f14df4e25.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2e8b19c32f4cffd107c5570833ff639.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/59abb1866a60cfb662fb179dccf73fb1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3ecacbf7ac0d622551aab810eb7d4b62.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2e8b19c32f4cffd107c5570833ff639.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a2e8b19c32f4cffd107c5570833ff639.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a2e8b19c32f4cffd107c5570833ff639.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1182,
+ "type": "balacks_cove_claw_shot_crate_convertible",
+ "name": "Balack's Claw Crate",
+ "description": "This surging Claw Crate will help hunters wrangle dem dangerous Lich Mice in Balack's Cove. \n \nInside you'll find: \n \n• 20 Vanilla Beans \n• 2 Lich Loot",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ee0b278a37f5d242a124b4fc2ead7f7c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2ca306618f87ec0eae31546ba66d5e6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4418428916a3bd738335f6249cf7ad47.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/eb653825753eb6fb6942ea2a3b9baeda.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2ca306618f87ec0eae31546ba66d5e6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d2ca306618f87ec0eae31546ba66d5e6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d2ca306618f87ec0eae31546ba66d5e6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1183,
+ "type": "fools_claw_shot_crate_convertible",
+ "name": "Fool's Crate",
+ "description": "?",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/71a0a107b9d00f423dbf13033a998e97.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/26a3a0008d2e61cef7d2fab61d65af4c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/71a0a107b9d00f423dbf13033a998e97.gif"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1184,
+ "type": "furoma_claw_shot_crate_convertible",
+ "name": "Furoma Claw Crate",
+ "description": "This peaceful Claw Crate contains supplies found on Student Mice, along with a single (random) Master Shard, so that hunters can gallop through Furoma. Giddy up! \n \nInside you'll find: \n \n• 6 Cheese Claw Tokens \n• 6 Cheese Belt Tokens \n• 6 Cheese Fang Tokens \n• 1 Furoma Master Shard",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2c03b3412fe5bb53326e19b193fc5caf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d6fd41c22ba93f0f3a837c62e3f9c9fe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0aeaa9e15d94de2353f94eddcd19dc36.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6c1980b256579f549d57c42973dc02ee.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d6fd41c22ba93f0f3a837c62e3f9c9fe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d6fd41c22ba93f0f3a837c62e3f9c9fe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d6fd41c22ba93f0f3a837c62e3f9c9fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1185,
+ "type": "iceberg_claw_shot_crate_convertible",
+ "name": "Iceberg Claw Crate",
+ "description": "This icy Claw Crate contains items that will help you strong arm through the Iceberg! Use the Softserve Charms on the Slushy Shoreline to collect more War Supplies, or use Wax and Sticky Charms on the Iceberg to hold off Bergling mice or speed past them. Yeehaw! \n \nInside you'll find: \n \n• 25 Softserve Charms \n• 25 Wax Charms \n• 25 Sticky Charms",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1936ba149c8002767bbc2aac5966a567_v2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fdb95c49ae2672ec696e3acb68e84299_v2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3eae9c291352444a07467bd4cf2eb618_v2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a956009ba5e204546ea8c5d5c97172fa_v2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fdb95c49ae2672ec696e3acb68e84299_v2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fdb95c49ae2672ec696e3acb68e84299_v2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fdb95c49ae2672ec696e3acb68e84299_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1186,
+ "type": "tribal_claw_shot_crate_convertible",
+ "name": "Tribal Claw Crate",
+ "description": "Hunting in the Tribal Isles is one of the darn tootinest ways to test a hunter's crafting skill. This overgrown Claw Crate contains crafting materials to produce helpful bait to hunt the mice of the three tribes. \n \nInside you'll find: \n \n• 10 Seashells \n• 10 Savoury Vegetables \n• 10 Delicious Stones \n• 2 pieces of a Tribe's Chief Bait",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0c6800204c712daa926dd2aca017f7a1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4485a17be3b0196df7e46d2395ceffe6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5cb0140b03d3b86b5579b35857bd04d2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/db16180e801e16d90ae0ae98a5a6fbf3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4485a17be3b0196df7e46d2395ceffe6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4485a17be3b0196df7e46d2395ceffe6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4485a17be3b0196df7e46d2395ceffe6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1187,
+ "type": "zugzwangs_claw_shot_crate_convertible",
+ "name": "Zugzwang's Claw Crate",
+ "description": "This foggy Claw Crate will help y'all take on the mysterious Seasonal Garden, Zugzwang's Tower, and Crystal Library. \n \nInside you'll find: \n \n• 20 Amplifier Charms \n• 5 Spellbook Charms \n• 1 Rook Crumble Charm",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/458d6b93cf525d5694441c55460bc1d9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/15da0bdd66176f357ce634ddab639ccb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8ae42ee260bb543c8045d6fe7f4f507e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/89452269bc7269157c60cc5be89f8239.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/15da0bdd66176f357ce634ddab639ccb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/15da0bdd66176f357ce634ddab639ccb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/15da0bdd66176f357ce634ddab639ccb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1188,
+ "type": "train_daredevil_canyon_hunting_kit_convertible",
+ "name": "Daredevil Canyon Train Pack",
+ "description": "Use the specially-crafted charms found inside of this train pack while approaching Daredevil Canyon on the Gnawnian Express. \n \nInside, you'll find: \n \n• 300 SUPER|brie+ \n• 30 Dusty Coal Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8a037cd1231289d98acfa82cc0009b21.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/adacd8bcaaad0b9c00d8dc90905e230f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f0662df4618d8d799f155898bdb65248.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9e4a4225946aee99e791dab7f07c48e9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/adacd8bcaaad0b9c00d8dc90905e230f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/adacd8bcaaad0b9c00d8dc90905e230f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/adacd8bcaaad0b9c00d8dc90905e230f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1189,
+ "type": "train_entire_train_car_convertible",
+ "name": "Entire Train Car",
+ "description": "This is an ENTIRE TRAIN CAR absolutely OVERSTUFFED with cargo to set you on the right track while travelling on the Gnawnian Express! \n \nInside, you'll find: \n \n• 2500 SUPER|brie+ \n• 60 Supply Schedule Charms \n• 20 Roof Rack Charms \n• 20 Door Guard Charms \n• 20 Greasy Glob Charms \n• 60 Dusty Coal Charms \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/595eea397d1f8160081ae96166365c09.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1700ad6208d77883c5e6eae2040ca49b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ff6cfac1750629e22658750cdbf11c8e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/173d34135d35a3d2c7419efa223edc00.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1700ad6208d77883c5e6eae2040ca49b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1700ad6208d77883c5e6eae2040ca49b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1700ad6208d77883c5e6eae2040ca49b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1190,
+ "type": "train_lucky_loot_bag_convertible",
+ "name": "Lucky Loot Bag",
+ "description": "This Lucky Loot Bag gives hunters a random chance for some lucky loot! Use the special train charms found within while riding on the Gnawnian Express. \n \nInside, you'll find: \n \n• 7 random train charms \n• 7 SUPER|brie+ \n• 7 Luck Charms \n \nThe random train charms may include: \nSupply Schedule, Roof Rack, Door Guard, Greasy Glob, or Dusty Coal \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Note: This item cannot be gifted.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/44002e50eebd89930753942d49be91a5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/400d3802eba0d7d9629a0490f108eb59.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1d86f12bffa88e0bb31be4ba196593ca.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e93a485d250b72250f17d1580a9290bb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/400d3802eba0d7d9629a0490f108eb59.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/400d3802eba0d7d9629a0490f108eb59.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/400d3802eba0d7d9629a0490f108eb59.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1191,
+ "type": "train_raider_river_hunting_kit_convertible",
+ "name": "Raider River Train Pack",
+ "description": "Use the specially-crafted charms found inside of this train pack while passing through Raider River on the Gnawnian Express. \n \nInside, you'll find: \n \n• 300 SUPER|brie+ \n• 10 Roof Rack Charms \n• 10 Door Guard Charms \n• 10 Greasy Glob Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/946352ebe388f29aac5c7579b7e65755.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6b1020b4d1f910c96909fff94a2c0a6c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c9c87827de6f60669772ee76f874288.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fc66301af8fd5d16ca256bdf7ba0416e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6b1020b4d1f910c96909fff94a2c0a6c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6b1020b4d1f910c96909fff94a2c0a6c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6b1020b4d1f910c96909fff94a2c0a6c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1192,
+ "type": "train_supply_depot_hunting_kit_convertible",
+ "name": "Supply Depot Train Pack",
+ "description": "Use the specially-crafted charms found inside of this train pack while at the Supply Depot on the Gnawnian Express. \n \nInside, you'll find: \n \n• 300 SUPER|brie+ \n• 30 Supply Schedule Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/325f889a9bff0b9405bac87e24064115.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c97b6a32a4983fec43398877801e51b1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a87b3f68ff54d212d3031ae06d0c2324.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5a5f82c3bf62aa3ca1a93077e3a9504b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c97b6a32a4983fec43398877801e51b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c97b6a32a4983fec43398877801e51b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c97b6a32a4983fec43398877801e51b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1193,
+ "type": "train_trunk_convertible",
+ "name": "Heavy Train Trunk",
+ "description": "This hefty trunk of train equipment is packed with specially-crafted charms for all three stages of the Gnawnian Express! \n \nInside, you'll find: \n \n• 1000 SUPER|brie+ \n• 30 Supply Schedule Charms \n• 10 Roof Rack Charms \n• 10 Door Guard Charms \n• 10 Greasy Glob Charms \n• 30 Dusty Coal Charms \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/21bf104fa6226026577f97e541c445e7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e1e3e2b05faec388566e81bbd3b778e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/baa5797c239d280e32b212a8ab0a553b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b569639cacbf3619893e21b208a97752.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e1e3e2b05faec388566e81bbd3b778e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5e1e3e2b05faec388566e81bbd3b778e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5e1e3e2b05faec388566e81bbd3b778e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1194,
+ "type": "copper_bead_crafting_item",
+ "name": "Copper Bead",
+ "description": "An antiqued, spherical bead of copper. \n \nTrade these in at the Trapsmith in the Gnawnian Express Station for the special Law traps used while riding on the trains.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c96b21a0ac7156f97153f61cb2e3188d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/03437639426d377f5e3ea63e94ebbcbd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a5c0db3719b5db24f2a4f594b07ab9ca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/03437639426d377f5e3ea63e94ebbcbd.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/03437639426d377f5e3ea63e94ebbcbd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/03437639426d377f5e3ea63e94ebbcbd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Gnawnian Express Station"
+ },
+ {
+ "id": 1195,
+ "type": "iron_pellet_crafting_item",
+ "name": "Iron Pellet",
+ "description": "A small iron pellet perfect for something small and intricate. \n \nTrade these in at the Trapsmith in the Gnawnian Express Station for the special Law traps used while riding on the trains.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4d90e6a6a3da284dfacc59e9afa5e4f1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/414b55ae30afbe44b225cd6c93bcd7e0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/0dd31df92d964a1ee65c5bf937282234.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/414b55ae30afbe44b225cd6c93bcd7e0.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/414b55ae30afbe44b225cd6c93bcd7e0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/414b55ae30afbe44b225cd6c93bcd7e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Gnawnian Express Station"
+ },
+ {
+ "id": 1196,
+ "type": "tin_scrap_crafting_item",
+ "name": "Tin Scrap",
+ "description": "A sheet of scrap tin. Those edges look sharp! \n \nTrade these in at the Trapsmith in the Gnawnian Express Station for the special Law traps used while riding on the trains.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/aba5256cc5b1298e93d808fda12edb14.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b243232e9bb25018b68b57699808163.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/646c07baa0a89bba34873df27f0a0bec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b243232e9bb25018b68b57699808163.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b243232e9bb25018b68b57699808163.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/8b243232e9bb25018b68b57699808163.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Gnawnian Express Station"
+ },
+ {
+ "id": 1197,
+ "type": "train_badge_collectible",
+ "name": "Train Badge",
+ "description": "A symbol of courage and bravery given to those who show tremendous fortitude and performance on the Gnawnian Express! \n \nDemands respect from any and all who ride the rails!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "train_station",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/de2e8f9df0b3d4e7394dbc40c6c3028a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2fe67ea5c09280f07cb12f079129aeef.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/de2e8f9df0b3d4e7394dbc40c6c3028a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/de2e8f9df0b3d4e7394dbc40c6c3028a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1198,
+ "type": "minuscule_photo_album_message_item",
+ "name": "Minuscule Photo Album",
+ "description": "This extremely small album of photos is sometimes found on a Photographer Mouse who has managed to develop his film before being caught on the Gnawnian Express.",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "train_station",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/d57441bab9674b23d24e9e5e54bfc7a2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/730f9798369c0e74ed1d1bb22e7c380b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/d57441bab9674b23d24e9e5e54bfc7a2.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d57441bab9674b23d24e9e5e54bfc7a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1199,
+ "type": "train_mouse_repellent_stat_item",
+ "name": "Raider-B-Gone Mouse Repellent",
+ "description": "This special mouse repellent, a first for Gnawnia, is both a special spray AND a rather loud airhorn. It has been proven to work against stubborn, stuck-on mice while riding the Gnawnian Express. \n It only seems to have an effect against the raiding mice in Raider River and unfortunately does not work on other mice on the train or other parts of Gnawnia. \n \nSpray a blast of this noisy cleaning agent while passing through Raider River in order to reduce the number of mice in the current raiding party wave!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cef6b6d54414b22cd0709fd5457e5a4a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/09cf144cb34879d751b2389d641ea4a4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e536da195c07e07880daac775f4c799a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/09cf144cb34879d751b2389d641ea4a4.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/09cf144cb34879d751b2389d641ea4a4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/09cf144cb34879d751b2389d641ea4a4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1200,
+ "type": "train_station_fuel_nugget_stat_item",
+ "name": "Fuel Nugget",
+ "description": "These special chunks of fuel are gathered from mice while near Daredevil Canyon on the Gnawnian Express. \n \nCollect them by capturing the fuel-carrying mice on the train. The more you throw into the engine at once, the faster the train goes, so save up as many as you can! But don't wait too long: Due to their heat, you can only hold onto a maximum of 20, so make sure you stoke the train's engine regularly!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/84023ac2bc953fdc1f4666224fb81f34.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/623eb87805db60389f65dc68db35b2e9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f35b0d9df202a80bd7d17d044c53405d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/623eb87805db60389f65dc68db35b2e9.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/623eb87805db60389f65dc68db35b2e9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/623eb87805db60389f65dc68db35b2e9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1201,
+ "type": "train_supply_crate_stat_item",
+ "name": "Royal Supply Crate",
+ "description": "The King has entrusted hunters with the task of securely loading these supplies onto the Gnawnian Express and ensuring their safe arrival. \n \nThey contain crucially important hunting supplies (basic cheese ingredients, spare trap parts, charm conduits, etc.) intended for delivery to the shoppes and trapsmiths of Gnawnia, so keep them safe and don't try to open them! \n \nCollect these while in the Supply Depot on the Gnawnian Express, then load them onto the train to earn points for your team and the train!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4b964719d8502bf30ced2b11c57612ae.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/458329759837422bc05a1336a6e7d893.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/226014c7d090832bd473e19edd42804d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/458329759837422bc05a1336a6e7d893.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/458329759837422bc05a1336a6e7d893.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/458329759837422bc05a1336a6e7d893.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1202,
+ "type": "claw_shot_base",
+ "name": "Claw Shot Base",
+ "description": "This base is as dry as the hot days in Claw Shot City are long. Put this together with other dry, hot weather components, and you've got yourself a small desert in your hands. Just watch out for all the spiky bits, and drink plenty of water! \n \nEquip this base with either the S.L.A.C. or the S.L.A.C. II while in Claw Shot City to receive a power bonus while hunting. \n \nFor an even GREATER bonus, add any Cactus Charms to the mix to benefit from a HUGE power bonus while hunting! Those lawless mice won't know what hit 'em!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "claw_shot_city",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/d27be9d1cc8c89db25a65c389b6b1eed.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/614750e514c421120050dacbeec91fd7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/d27be9d1cc8c89db25a65c389b6b1eed.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/d27be9d1cc8c89db25a65c389b6b1eed.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/b6e4cdb6efd471011b7b20a3b96184a3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1203,
+ "type": "bandit_deflector_weapon",
+ "name": "Bandit Deflector",
+ "description": "Powered by a secret pyrite mixture (known as \"Nitrogen Lawcide\") passed down from law-man Marshall Lawson to the young aspiring lawful hunters. This pneumatic icon of the law is the perfect way to deter any and all lawbreakers! \n \nOnce triggered, the ramp locks release, causing the Lawcide-powered, law-abiding, law-legs to lawnch forward (known as the \"Law Lawnch Effect\"), providing the thrust required to slam the shield into the mice, propelling them backwards and away from the train. \n \n\"I fought the law, and the law fought back.\" --Unknown incarcerated raider \n \nThis trap is very effective while the Gnawnian Express is passing through Raider River.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "train_station",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8b6b7ef29a93c948eaf97b3277ead96d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/465e0ab77cf037963ae26496af9c45cf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/8b6b7ef29a93c948eaf97b3277ead96d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ba5fc12301bef5df24f4523082e8ac0e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.11,
+ "power_bonus_formatted": "11%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "heart_stopper_bandit_deflector_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "heart_stopper_bandit_deflector_skin"
+ ]
+ },
+ {
+ "id": 1204,
+ "type": "engine_doubler_weapon",
+ "name": "Engine Doubler",
+ "description": "The fire-powered fist propels itself toward the mice below and is especially effective against Fueler mice. It uses leftover steam from the train's engine to power itself, but what it draws in power from the engine it more than makes up for in its effectiveness. Worry not, it won't hinder the train's speed in any way! \n \nUsing this trap will help hunters catch more of the Fueler mice and collect more Fuel Nuggets, powering the train's engine to great speeds! \n \nThis trap is very effective while the Gnawnian Express is approaching Daredevil Canyon.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "train_station",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/42e117c1138f6fb7567c13f3fae34446.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/19b69e2dc78dd90d822086a0cae3a1f5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/42e117c1138f6fb7567c13f3fae34446.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/256b710b39c2a3ab6c7a2eb218733049.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1205,
+ "type": "supply_grabber_weapon",
+ "name": "Supply Grabber",
+ "description": "A once simple, coal-powered industrial shipment crane that has been modified to be able to snag mice carrying Royal Supply Crates at high speeds. \n \nIt fools mice with its slow and calculated movements until they come close, then it snaps into action and snatches them up! \n \nThis trap is very effective while the Gnawnian Express is at the Supply Depot.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "train_station",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f247d88b9d61f89af3d828db04dedbaf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/22a9d53a1106be7c8e5ebfa837e1eaab.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/f247d88b9d61f89af3d828db04dedbaf.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/2c78161d7ca0651e7fc00069a13de397.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1206,
+ "type": "book_warmer_trinket",
+ "name": "Supply Schedule Charm",
+ "description": "The schedule locked inside of this charm claims to have details regarding new shipments of Royal Supply Crates coming into the Supply Depot. Warehouse Manager mice love getting their paws on this, hoping to interrupt the flow of shipments and gain access to some of the crates themselves. \n \nFortunately for the hunters, the schedules are fake, but the Warehouse Manager mice are still lured into traps with these charms armed. \n \nEquip these charms for an increased chance to attract supply-carrying mice and for a chance to attract the Warehouse Manager Mouse. When caught, a Supply Rush will be triggered, sending Supply Hoarder mice to a hunter's trap for 5 hunts. \n \nThis is a special charm used on the Gnawnian Express while it is at the Supply Depot.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/a6bcffec9f15a394c07da77d020e10de.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/bb893d4667f2adc357f3f7463cebf4c3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/08a07b00134254ca291829292c6d2ebc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/bb893d4667f2adc357f3f7463cebf4c3.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/bb893d4667f2adc357f3f7463cebf4c3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/bb893d4667f2adc357f3f7463cebf4c3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1207,
+ "type": "train_black_powder_trinket",
+ "name": "Black Powder Charm",
+ "description": "Black powder is highly volatile and has a lot of practical uses for both mice and men, but for some breeds, the aromatic aura released from it drives these mice to behave erratically. \n \nCollect this from the Coal Shoveller Mouse and equip it to attract the Black Powder Thief Mouse. \n \nThis is a special charm used on the Gnawnian Express while it is approaching Daredevil Canyon.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b7cbd8547135f63d72fd938fbcfcf231.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/aaaf93c2dd802d3584b3534d42c47c68.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/82a55b5f9c02301574fb818da3791eb3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/aaaf93c2dd802d3584b3534d42c47c68.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/aaaf93c2dd802d3584b3534d42c47c68.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/aaaf93c2dd802d3584b3534d42c47c68.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1208,
+ "type": "train_coal_trinket",
+ "name": "Dusty Coal Charm",
+ "description": "Dusty Coal Charms are made from the remnants of coal which are compressed and then soaked in a molten pyrite solution. This combination gives them a flammable outer-coating and a super-dense core that can burn for hours. \n \nCollect this from the Train Engineer and equip it to attract the Coal Shoveller Mouse. \n \nThis is a special charm used on the Gnawnian Express while it is approaching Daredevil Canyon.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/666d1ef98871fb59d9e2ffea36e286bd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/2a575833c3fc9f8099be1aad47faf4ce.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/47c72e02ea3dc1d3920e1e90d36ac266.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/2a575833c3fc9f8099be1aad47faf4ce.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/2a575833c3fc9f8099be1aad47faf4ce.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/2a575833c3fc9f8099be1aad47faf4ce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1209,
+ "type": "train_magmatic_crystal_trinket",
+ "name": "Magmatic Crystal Charm",
+ "description": "These crystals are highly radioactive and extremely dangerous, and should only be used by trained scientists. They make great lenses, though using them for this purpose is not recommended... \n \nFound deep within the bedrock under Claw Shot City, they are the favoured food of the mighty Magmatic Golem mice and are sought after by the Magmatic Crystal Thief mice for their experiments! \n \nCollect this from the Black Powder Mouse and equip it to attract the Magmatic Crystal Thief and Magmatic Golem mice. \n \nThis is a special charm used on the Gnawnian Express while it is approaching Daredevil Canyon.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/56020450c74ee25ef4bc7cc3916c3f79.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/9f1dc9f8a9ed1a2bcf04af33989a2471.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/4727d839f831262b10b6423fa2d5ef0f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/9f1dc9f8a9ed1a2bcf04af33989a2471.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/9f1dc9f8a9ed1a2bcf04af33989a2471.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/9f1dc9f8a9ed1a2bcf04af33989a2471.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1210,
+ "type": "trouble_area_door_trinket",
+ "name": "Door Guard Charm",
+ "description": "This device is the latest and greatest from the brilliant scientific minds of the Laboratory. \n \nIt sits overtop the existing doorknob of the train car and is connected to the thick rug carpetting on the inside. As hunters walk back and forth, a static charge builds up until ZAP! Certain to reduce the grip of any door-clinging raiding mice, dropping them into your trap.\n \nUse this charm when mice are attacking the train door for an increased chance at attracting the raiding mice. \n \nThis is a special charm used on the Gnawnian Express while it is passing through Raider River.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/831f5a0f28dd142dde63eea508bf6719.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/019778183e33cfc871751c24335ea94c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/a155d00dd9ae38d47dd915664e6b569e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/019778183e33cfc871751c24335ea94c.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/019778183e33cfc871751c24335ea94c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/019778183e33cfc871751c24335ea94c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1211,
+ "type": "trouble_area_rails_trinket",
+ "name": "Greasy Glob Charm",
+ "description": "These globs of grease work best when splattered onto the underside of the train, greasing up the rails and making it much harder for mousey fingers to find a grip on the train wheels! \n \nUse this charm when mice are attacking the train wheels for an increased chance at attracting the raiding mice. \n \nThis is a special charm used on the Gnawnian Express while it is passing through Raider River.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ef3b5ccc0d224df0f40a685851055f3b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/1ca1d90607bcf585c896ddb0dc3841b4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/262b0e391c5fa3f41668e70c00eed2fd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/1ca1d90607bcf585c896ddb0dc3841b4.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/1ca1d90607bcf585c896ddb0dc3841b4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/1ca1d90607bcf585c896ddb0dc3841b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1212,
+ "type": "trouble_area_roof_trinket",
+ "name": "Roof Rack Charm",
+ "description": "This ridged roof rack is carefully designed to provide a secure grip for hunters' traps, securing them in place atop the train car to stand in the way of raiding mice. \n \nUse this charm when mice are attacking the train roof for an increased chance at attracting the raiding mice. \n \nThis is a special charm used on the Gnawnian Express while it is passing through Raider River.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "train_station",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ee57c7ca1ea02779c13a36b1a791c59a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0674af3f01ed239cdc8431d27e8831df.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/65aa3a705498d5faa01fd995908fcf43.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0674af3f01ed239cdc8431d27e8831df.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0674af3f01ed239cdc8431d27e8831df.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0674af3f01ed239cdc8431d27e8831df.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1213,
+ "type": "2013_pumpkin_treat_basket_convertible",
+ "name": "2013 Pumpkin Treat Basket",
+ "description": "There's sure to be a Halloween treat in this spooky basket!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fb841727cdee904f74a71b3c9091612d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7581e8bc553d6ffb79e1ce084551823b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/fb841727cdee904f74a71b3c9091612d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/pumpkin.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1214,
+ "type": "halloween_spooky_treasure_hunting_kit_convertible",
+ "name": "Haunted Treasure Hunting Kit",
+ "description": "Perfect for tracking down the spooky mice found on Halloween and Undead treasure maps! \n \nInside of this haunted kit, you will find: \n \n\n• 65 Ghoulgonzola Cheese \n• 65 Candy Corn Cheese \n• 3 Rare Map Dust\n \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c29793a767576564f2820e8211dedae7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/07870567dd82fe1438c16f6520d0d18b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/61b3f3f874f1450a8ed769baa7662005.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bf4d29087e65ec17c2dd4337b63bcc31.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/07870567dd82fe1438c16f6520d0d18b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/07870567dd82fe1438c16f6520d0d18b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/07870567dd82fe1438c16f6520d0d18b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1215,
+ "type": "halloween_ult_spooky_supply_bundle_convertible",
+ "name": "Ultimate Spooky Supply Bundle",
+ "description": "This is the ULTIMATE bundle of tricks and treats! \n \nInside of this spooky supply bundle, you will find: \n \n\n• 3,000 SUPER|brie+ \n• 500 Ghoulgonzola Cheese \n• 500 Candy Corn Cheese \n• 1,000 Spooky Charms \n• 100 Brain Charms \n• 20 Moon Cheese \n• 10 Haunted Ultimate Luck Charms\n \n \nAs a small treat, inside you'll also find 10 Halloween Candies! \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/488db368354f647484b31906e06809f3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d1d6b21e932e501267099d47237d7f13.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c609266bee6591ef25be70a1d4f3be02.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/106726858bd6828997ea6644dfb3383b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d1d6b21e932e501267099d47237d7f13.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d1d6b21e932e501267099d47237d7f13.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d1d6b21e932e501267099d47237d7f13.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1216,
+ "type": "halloween_undead_scroll_case_convertible",
+ "name": "Undead 2013 Halloween Scroll Case",
+ "description": "This boney scroll case has an... evil feel to it. Zombies might be involved. Who knows what scary riches the scroll inside will lead to? \n \nThis scroll case dropped during the 2013 Halloween event.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/edec2d9099aa8b3447cc7ae3d1798efb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/521d372faa9283ef3fe656c61a30fb5e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a7c0c0c3a1ab01d56c578a10baf4cc18.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9c61c4d6dea02ef5c20c87fa2ce89c44.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/521d372faa9283ef3fe656c61a30fb5e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/521d372faa9283ef3fe656c61a30fb5e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/521d372faa9283ef3fe656c61a30fb5e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1217,
+ "type": "halloween_undead_treasure_chest_convertible",
+ "name": "2013 Undead Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Undead Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/06988a0dea6021bc4a1d6f0b8454635d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bba5834ee98708b1eb8449e6d94c7744.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/86bb8985182aa1306c6ced63626397da.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5531e8f8e34936b04112c68f82e83d74.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bba5834ee98708b1eb8449e6d94c7744.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bba5834ee98708b1eb8449e6d94c7744.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bba5834ee98708b1eb8449e6d94c7744.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1218,
+ "type": "library_adv_hween2013_assignment_convertible",
+ "name": "Advanced Terrortories Research",
+ "description": "This envelope contains a hauntingly hard Halloween research assignment!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e2a98422e69f1f2310481e125cac75b7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/180a85ddfe51d718b6b061f4844be5a2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8b59bc00006a18523dc2af72cede0bc8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/235f0b7befcc180241bfe149774b7244.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/180a85ddfe51d718b6b061f4844be5a2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/180a85ddfe51d718b6b061f4844be5a2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/180a85ddfe51d718b6b061f4844be5a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1219,
+ "type": "library_hween2013_assignment_convertible",
+ "name": "Catalog Halloween Mice",
+ "description": "This envelope contains a haunting Halloween research assignment that will have you capture various spooky mice!.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/993cded9afb4c1b9238c7e1849f330cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3561e226ceb575ff7c852a0e8e901a8e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/792e14c7f7f8ddd2a0bc38d91069e184.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9cf446cbe739f39d1994e423cff02644.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3561e226ceb575ff7c852a0e8e901a8e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3561e226ceb575ff7c852a0e8e901a8e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3561e226ceb575ff7c852a0e8e901a8e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1220,
+ "type": "rare_halloween_undead_treasure_chest_convertible",
+ "name": "2013 Rare Undead Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Undead Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8ae6bf795c92bc4f931079855f2aeeb1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/506b3856ab9adfca1352965eb728560b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5211fbf0dcc14f70ee2c4e8d510f3412.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a5530843dc001037982774baa4508edd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/506b3856ab9adfca1352965eb728560b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/506b3856ab9adfca1352965eb728560b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/506b3856ab9adfca1352965eb728560b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1221,
+ "type": "spooky_skin_pack_convertible",
+ "name": "Spooky Skin Pack",
+ "description": "One of each premium Halloween skin is included in this spooky bundle at a discounted rate! \n \nInside, you'll find: \n \n\n• Steam Maw Skin \n• Count Sentinel Skin \n• Zugzwang's Night-Mare Skin \n• Costumed Ambush Skin \n• Lovecraft Shelf Skin \n• Spooky Mary O'Nette Skin \n• Ghostly Spiked Crusher Skin\n \n \nAdditionally, receive a Scary S.L.A.C. II Skin as a bonus! \n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/401ed7a2bf3376ed3b30e1d2e7adc544.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/298e7842eea6f141a0517cfc1ea1b553.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/16a144b3862ac1f4d69cb68d68e56252.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/03660204728b663fa5bf0f254d220c69.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/298e7842eea6f141a0517cfc1ea1b553.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/298e7842eea6f141a0517cfc1ea1b553.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/298e7842eea6f141a0517cfc1ea1b553.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1222,
+ "type": "brain_bit_crafting_item",
+ "name": "Brain Bits",
+ "description": "Small, chewy bits and pieces of brains.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/066e5213ce916dcea7f980073247dc40.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0157b6057d14d0dc947ab8748f38fe73.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/bf7c857afed7d1e7ba2999fd0cef9be7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0157b6057d14d0dc947ab8748f38fe73.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/0157b6057d14d0dc947ab8748f38fe73.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/0157b6057d14d0dc947ab8748f38fe73.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1223,
+ "type": "brain_extractor_part_crafting_item",
+ "name": "Brain Extractor Parts",
+ "description": "A puzzling pile of perilous parts! \n \nUpon closer inspection, you notice that there are clearly labeled expansion slots. \n \nAlmost hidden within the overall design of the device, each component intuitively shows subtle hints on how to make it bigger and better! \n \nYou can clearly make out that the following will be required... \n \nExtra bubbly formaldehyde, Element Pt #78, cleaning cloth, translucent adhesive, and a fairly simple pulley system for arm manipulation and actuation.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/fde9ffc5666893137c153647291c601a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/fde9ffc5666893137c153647291c601a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1224,
+ "type": "halloween_undead_theme_scrap_1_crafting_item",
+ "name": "Undead Theme Scrap I",
+ "description": "Zombies are all the rage these days! Just watch out for rage zombies; those are the worst! Collect all three of these scraps to give your Journal and Hunter Profile an undead theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/86c8617b539cee87610d54f0764d602a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1b709de053caa142901595565c7c2a23.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/de0730bcb574cd7c69c686352687266e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1b709de053caa142901595565c7c2a23.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/1b709de053caa142901595565c7c2a23.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/1b709de053caa142901595565c7c2a23.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1225,
+ "type": "halloween_undead_theme_scrap_2_crafting_item",
+ "name": "Undead Theme Scrap II",
+ "description": "Zombies are all the rage these days! Just watch out for rage zombies; those are the worst! Collect all three of these scraps to give your Journal and Hunter Profile an undead theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4fdee47420245410050d7fcd5e45866d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7a7ab179e0014f9fc551d017ea16813c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/6b2b1b5ea5e0738e5d493ca0f9a538e9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7a7ab179e0014f9fc551d017ea16813c.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/7a7ab179e0014f9fc551d017ea16813c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/7a7ab179e0014f9fc551d017ea16813c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1226,
+ "type": "halloween_undead_theme_scrap_3_crafting_item",
+ "name": "Undead Theme Scrap III",
+ "description": "Zombies are all the rage these days! Just watch out for rage zombies; those are the worst! Collect all three of these scraps to give your Journal and Hunter Profile an undead theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ac320e71755130947e4ff720229f11f8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/09d0e5d68f1f158cde2b40b936d63944.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/bfea91a1a6025a8a17bf37968a56cccd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/09d0e5d68f1f158cde2b40b936d63944.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/09d0e5d68f1f158cde2b40b936d63944.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/09d0e5d68f1f158cde2b40b936d63944.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1227,
+ "type": "completed_halloween_undead_theme_collectible",
+ "name": "Completed Undead Halloween Theme",
+ "description": "Comprised of three especially spooky looking journal scraps crafted together with some sort of icky, sticky, green goo this theme is testament to a hunter's courage in hunting undead breeds in the Haunted Terrortories!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/8e26ae549e4fccd12ff1048145ee9d3a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cbeec711dc3833361aaa40338e5fb3ee.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/8e26ae549e4fccd12ff1048145ee9d3a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/8e26ae549e4fccd12ff1048145ee9d3a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1228,
+ "type": "sugar_rush_plushie_collectible",
+ "name": "Sugar Rush Plushie",
+ "description": "Now you can love the sugar rush plush as much as the sugar rush plush loves candy! \n \nRemember the rush with this sweet sugar plush!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/029746062caf73c62ba00223c029ef82.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/48dfed9270adf648a0184144ab629d2b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/029746062caf73c62ba00223c029ef82.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/029746062caf73c62ba00223c029ef82.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1229,
+ "type": "totally_scary_cape_collectible",
+ "name": "Totally Scary Cape",
+ "description": "Infused with dark magics, this mysteriously majestic cape gently flickers in the light. This garment looks eerily new for something so old...",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/553a9101d9b4e2b26996fc1998027180.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e6c46768f18bfec088c83ff0a6b04fd8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/553a9101d9b4e2b26996fc1998027180.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/553a9101d9b4e2b26996fc1998027180.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1230,
+ "type": "pumpkin_spice_latte_message_item",
+ "name": "Pumpkin Spice Latte",
+ "description": "This hot drink should help keep you warm as the days get colder. Take a long walk and enjoy the changing colours of Autumn with a friend!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "halloween",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/2a26a670f1cfadfb083a620f4b6f269f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/d2fbf4b60af8136e3f014d233cf036fe.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/2a26a670f1cfadfb083a620f4b6f269f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/2a26a670f1cfadfb083a620f4b6f269f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1231,
+ "type": "brain_extractor_part_stat_item",
+ "name": "Brain Extractor Piece",
+ "description": "Surprisingly still in one piece, this strange central unit looks to have been removed in one, clean swipe. \n \nCloser inspection reveals a faded trap serial number followed by \"Property of Dr. F. Romage\". \n \nThe Trapsmith may be able to help identify what it belongs to or where it came from.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b96b8d5f7068bb402f20b10886fa0118.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/96fbedc6f75c364f9f3cd5597a3c68b1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/fc27c306495baf0e586f88320d888663.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/96fbedc6f75c364f9f3cd5597a3c68b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/96fbedc6f75c364f9f3cd5597a3c68b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/96fbedc6f75c364f9f3cd5597a3c68b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1232,
+ "type": "eerie_base",
+ "name": "Eerie Base",
+ "description": "A cold and slimy cobblestone base, made from recycled bits of unused tombstone.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/7f2ba0732347e78b4d9dc0dd2bcc73ee.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/3abe13ac6391f090746c0f458a25eee3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/7f2ba0732347e78b4d9dc0dd2bcc73ee.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/7f2ba0732347e78b4d9dc0dd2bcc73ee.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/e29d87f60f87668861e80287dfacf15d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "master",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1233,
+ "type": "eerie_upgraded_base",
+ "name": "Eerier Base",
+ "description": "A cold and slimy cobblestone base, now sticky with icky cobwebs, making it that much harder for unwary mice to escape their doom!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/814e38cee4a706194dd94c2f261c003c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/df47e0af1de303cd7d27367745075181.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/814e38cee4a706194dd94c2f261c003c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/814e38cee4a706194dd94c2f261c003c.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/885027c3b6f106ded5bfac7fd4e80af2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1234,
+ "type": "brain_extractor_upgrade_weapon",
+ "name": "Maniacal Brain Extractor",
+ "description": "The Brain Extractor, maniacal edition, has some pretty nifty upgraded features!\n
\nFirst, introducing the power of two! Double the lights, double the straps, double the brain fluid storage cylinder = double the fun! \n \nNext, a high tech Newtonian laser makes sure that your lobotomies are level! Nothings worse than sophisticated surgery being botched by slopey slants. Works in tandem with the sonic corkscrew to level the device based on the lasers readout. \n \nWorried about your patients' comfort levels? The serum syringe administers high grade truth serum so you know your patients are definitely telling the truth when they say it doesn't hurt one bit! \n \nLast but not least, the automatic scrubber arm keeps your workstation neat and tidy before and after every procedure! \n \nComes with the new iGor OS 7 upgrade for your droid overseer!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "halloween",
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/9e20e1aa46765616696ad12d9fa1652b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/05ef23c059d64f93cf8d4e8f9d1ff533.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/9e20e1aa46765616696ad12d9fa1652b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/d1f0753e811903607cea1752ecd458df.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 2600,
+ "power_formatted": "2,600",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 13,
+ "luck_formatted": "13",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1235,
+ "type": "brain_extractor_weapon",
+ "name": "Brain Extractor",
+ "description": "From deep within the bowls of Dr. F. Romage's laboratory comes this menacing machine. Personally responsible for accruing his supply of zombie brains for his dastardly and devious experiments, this machine can seamlessly extract a zombie mouse brain at the rate of approximately one brain every fifteen minutes. \n \nScarily straight forward and easy to use, this device can remove zombie brains automatically once it is armed. It even comes with the latest and greatest in droid overseer technology, the iGor.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "halloween",
+ "trap_parts",
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b5a7f8a1fcb9ad0ec28057bc67105b5f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/16efbabc3e8c9c20ad21c05f36893654.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/b5a7f8a1fcb9ad0ec28057bc67105b5f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/cc894ca2e7329b619093ccab9feaa719.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "master",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "brain_extractor_part_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1236,
+ "type": "brain_trinket",
+ "name": "Brain Charm",
+ "description": "Stuffed full of delicious brains, this charm greatly increases the chance of encountering a zombie while hunting in some of the more spooky locations across the kingdom.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5f8a10d514e1ee2eb9dc833cc5107213.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/28736da58fb292da1b4b6fdd2e4e4635.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6a737aa52ccb923dc930c31156fba278.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/28736da58fb292da1b4b6fdd2e4e4635.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/28736da58fb292da1b4b6fdd2e4e4635.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/28736da58fb292da1b4b6fdd2e4e4635.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1237,
+ "type": "ultimate_spooky_trinket",
+ "name": "Ultimate Spooky Charm",
+ "description": "This terrifyingly spooky symbol of Halloween burns brightly with a lot of luck and witchcraft! An incredibly powerful spirit is locked away inside this charm just waiting to explode with paranormal energies to power your trap! \n \nAll types of Spooky Charms interact with all Halloween traps by giving them a 20% Power Bonus!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "halloween",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/7fc6db53bf6212a472c52c32a70d558e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/58fe5ffe62e7b05e896b324798fadd3b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/f68916f4904776a184811ec45b6f9acc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/58fe5ffe62e7b05e896b324798fadd3b.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/58fe5ffe62e7b05e896b324798fadd3b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/58fe5ffe62e7b05e896b324798fadd3b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1238,
+ "type": "library_adv_hween2013_research_quest_item",
+ "name": "Haunted Halloween Assignment",
+ "description": "Catalog the more terrifying breeds of mice in the Spooky Sandcastle.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/e1877f11e8fe7061c80092bad68dd23e.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/e1877f11e8fe7061c80092bad68dd23e.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1239,
+ "type": "library_hween2013_research_quest_item",
+ "name": "Halloween Assignment",
+ "description": "Catalog the various mice in the Spooky Sandcastle by capturing them.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/4ef934d06cc151eea6ffbc22fbb09a4f.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/4ef934d06cc151eea6ffbc22fbb09a4f.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/intel.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1240,
+ "type": "haunted_arcanum_skin",
+ "name": "Haunted Arcanum Trap Skin",
+ "description": "The pulsing red crystal at the dark heart of this trap glows with an eerie light, attracting mystic mice like moths to a flame. Any mouse attuned or interested in arcane energies and secrets will find this trap positively irresistible and will pursue it to their doom!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/aaccf1abc329dd1b3406f33572323bb1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/05168010c5f974e5527dacc7b544655a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/aaccf1abc329dd1b3406f33572323bb1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/75362bc846abcb92f3bd83d43a355675.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "grand_arcanum_weapon",
+ "skin_weapon_name": "Grand Arcanum Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5066cc1c4152d9f65a964bfa29555ace.jpg",
+ "marketing_text": "This harrowing Grand Arcanum trap captures the essence and atmosphere of Halloween."
+ },
+ {
+ "id": 1241,
+ "type": "spooky_mary_onette_skin",
+ "name": "Spooky Mary O'Nette Skin",
+ "description": "This dressed-up version of the Mouse Mary O'Nette is ready for a Halloween party!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6d9e74dadf7cd211b03b9464b9c5877b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d763a54b13aa91900c1f53348ed3e4a5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6d9e74dadf7cd211b03b9464b9c5877b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a7b66b196b39cffc14c2ab40a5c1c73a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "mouse_mary_onette_weapon",
+ "skin_weapon_name": "Mouse Mary O'Nette",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f7d42c999d4da869e932def4ef0ec0f3.jpg",
+ "marketing_text": "This dressed-up version of the Mouse Mary O'Nette is ready for a Halloween party!"
+ },
+ {
+ "id": 1242,
+ "type": "spooky_slac_ii_skin",
+ "name": "Scary S.L.A.C. II Skin",
+ "description": "The S.L.A.C. II has been decorated with scary cobwebs and fake spiders, all ready to receive some Trick-or-Treaters! But it looks like some vandals have made a mess of the display...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/80195f784efe3f0b097f7e6ae7bc4769.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c52697c31eb25f0990cfc89b5b105a45.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/80195f784efe3f0b097f7e6ae7bc4769.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/9add3ec48d747f4d13c3f2d21820035b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "slac_ii_sling_weapon",
+ "skin_weapon_name": "S.L.A.C. II",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "marketing_text": "The S.L.A.C. II has been decorated with scary cobwebs and fake spiders, all ready to receive some Trick-or-Treaters! But it looks like some vandals have made a mess of the display..."
+ },
+ {
+ "id": 1243,
+ "type": "spooky_spiked_crusher_skin",
+ "name": "Ghostly Spiked Crusher Skin",
+ "description": "This ghostly version of the 500 Pound Spiked Crusher is dressed up for Halloween and ready to frighten some mice!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/da675c0d9d27f089189519319f4c3c9c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6a97284842d978f4235f9e6e765a7464.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/da675c0d9d27f089189519319f4c3c9c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8fb1b39aa673cbc0fd194edd2e1e83ab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "500_pound_spiked_crusher_weapon",
+ "skin_weapon_name": "500 Pound Spiked Crusher",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/9975a591b6b0bdd14c5f4b5454c298c9.jpg",
+ "marketing_text": "This ghostly version of the 500 Pound Spiked Crusher is dressed up for Halloween and ready to frighten some mice!"
+ },
+ {
+ "id": 1244,
+ "type": "recipe_unlock_stat_item",
+ "name": "Recipe Unlock",
+ "description": "Unlocked Recipe Item.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2b1b1bdc4455ed06585a73b4ff173a21.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/2b1b1bdc4455ed06585a73b4ff173a21.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/recipe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1245,
+ "type": "warpath_champion_kit_convertible",
+ "name": "Warpath Champion Kit",
+ "description": "The epic battle against the Marching Flame never ends! This kit will give you an edge in the Fiery Warpath!\n
\nInside you'll find:\n
\n
30 Super Warpath Scout Charms
\n
30 Super Warrior Scout Charms
\n
30 Super Archer Scout Charms
\n
1 Super Warpath Commander's Charm
\n
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/73cc283c049de68c66dfc743c2332720.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/670f3d858216a0f600852989e3e0227b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/73cc283c049de68c66dfc743c2332720.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/73cc283c049de68c66dfc743c2332720.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1246,
+ "type": "zzt_champion_kit_convertible",
+ "name": "Zugzwang's Tower Champion Kit",
+ "description": "This kit is a reward for those who master of the amplifier and show their keen strategic wits in a never ending game of chess!\n
\nInside you'll find:\n
\n
20 Amplifier Charms
\n
10 Spellbook Charms
\n
2 Rook Crumble Charms
\n
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6e42a8d6228698d28bd96042e39e49fe.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/82f753ba374da670eb527f1fa12db109.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/6e42a8d6228698d28bd96042e39e49fe.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/6e42a8d6228698d28bd96042e39e49fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1247,
+ "type": "tournament_token_mega_stat_item",
+ "name": "MEGA Tournament Token",
+ "description": "These massive tokens are special rewards for participants of mega tournaments!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/299624b1175bece1fc69aa6c623184af.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/527811f25d844d9cb0e21fe97ba786f6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7d7fede08c84c3d2f6b9216d8ec188e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/527811f25d844d9cb0e21fe97ba786f6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/527811f25d844d9cb0e21fe97ba786f6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/527811f25d844d9cb0e21fe97ba786f6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1248,
+ "type": "regal_gift_basket_convertible",
+ "name": "Regal Gift Basket",
+ "description": "Packed to the brim with regal charms and SUPER|brie+! The Regal Gift basket is perfect for feeling fancy and hunting like a King! Perfect to give a friend who needs a little lavishness in their life! \n \nInside you'll find: \n \n\n• 75 SUPER|brie+ \n• 75 Regal Charms \n \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b29628c42db908ff183667b9f9fab86e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/585cf4a03e26ba7951314298498eb796.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b5d8a06aa537df24dabf17484b72729f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/30e294604bc74df74116070f67e409e6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/585cf4a03e26ba7951314298498eb796.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/585cf4a03e26ba7951314298498eb796.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/585cf4a03e26ba7951314298498eb796.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1249,
+ "type": "regal_theme_half_one_crafting_item",
+ "name": "Regal Theme First Half",
+ "description": "Royalty, luxury and purple!\n \nThe second half of this most elegant theme can be purchased from the King's Arms using King's Credits. Craft the two halves together to create a satin smooth theme; A theme to behold a journal that only the most royal of royals have privilege to see!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/fcda2d182fa1d7dcd3adbd0beefef506.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/561d963151fb6891f19c7d69a2bcd350.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/08cf0d53f5494d73f3e60f445a8551fa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/561d963151fb6891f19c7d69a2bcd350.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/561d963151fb6891f19c7d69a2bcd350.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/561d963151fb6891f19c7d69a2bcd350.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1250,
+ "type": "regal_theme_half_two_crafting_item",
+ "name": "Regal Theme Second Half",
+ "description": "Royalty, luxury and purple! Combine both halves of this fine, satin smooth theme to behold a journal that only the most royal of royals have privilege to see!\n \nCollect both halves to complete the Regal Journal Theme.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/309ea66a822b64bda1c5acc9099d8047.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e59ec064f658854f1b62071354349a58.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/713da4329721cfdd3eb41ca054982021.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e59ec064f658854f1b62071354349a58.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/e59ec064f658854f1b62071354349a58.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/e59ec064f658854f1b62071354349a58.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1251,
+ "type": "completed_regal_theme_collectible",
+ "name": "Completed Regal Theme",
+ "description": "Two halves of the finest parchment known to man and mouse complete this masterpiece! A little bit of luck and a lot of gold help you get your hands on this well-respected theme.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3901eb97ad992ece7e072c8ca465e76c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0a375bbd2aafe2575f4d9924559e2596.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3901eb97ad992ece7e072c8ca465e76c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3901eb97ad992ece7e072c8ca465e76c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1252,
+ "type": "regal_trinket",
+ "name": "Regal Charm",
+ "description": "Regal Charms are handcrafted in Gnawnia from only the finest materials, making them in short supply. The exquisite craftsmanship not only makes for a stunningly beautiful charm, but also one of impressive power! These very charms are used in traps throughout the castle in an effort to adequately protect the King from any would-be mouse assassins.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c4b2b1961b9f59c4d254c90779a06504.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0d03d9a5d6482fc812b2af9ae3385d6e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/2fcd6e3c79505092b3b743443e8f5499.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0d03d9a5d6482fc812b2af9ae3385d6e.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0d03d9a5d6482fc812b2af9ae3385d6e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0d03d9a5d6482fc812b2af9ae3385d6e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 1200,
+ "power_formatted": "1,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.02,
+ "power_bonus_formatted": "2%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1253,
+ "type": "king_chromo_monstrobot_skin",
+ "name": "King Chromo Skin",
+ "description": "What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity, the absolute pinnacle of physical damage traps. No mere mouse can withstand it's pounding paws for long, but be sure not to deploy it lightly - you want to make sure it's pointed at the mice before you turn it on, not towards you!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/de6556f968e53a9efc85e034ce99e3e5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/03e3b9507563f2621ee1eaadb2f579be.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/de6556f968e53a9efc85e034ce99e3e5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/62e7934c957a12cc9ffdeb1788c5f6ca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "chrome_monstrobot_weapon",
+ "skin_weapon_name": "Chrome MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "marketing_text": "Royalty in Purple and Chrome! Dressed to the nines in the finest of fine! \n \nRoyal lavender robes, crafted from the same fabric line used for the King's apparel (\"Royal-Tees\") adorn the chrome chassis. The crown is provided free of charge with every purchase. \n \nThe King Chromo skin is for those that need to put shine on shine, bling on bling and stacks on stacks to live the highlife! \n \nThis is a custom trap skin for the Chrome MonstroBot."
+ },
+ {
+ "id": 1254,
+ "type": "lion_sphynx_skin",
+ "name": "Lion Sphynx of Life Skin",
+ "description": "This trap was intended to pay homage to a mythical creature known only for its unparalleled mouse hunting prowess. Outfitted with a slew of clever traps it came as quite the surprise when the trapsmith who designed this tool of destruction found it utterly destroyed by its own means, the statue untouched. It is believed the simple traps were insult enough to the spirit of this creature that they simply destroyed themselves in its presence.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/380a71644198039a5e208d17a18171ad.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/f5738523e898b0fda19594d94db025b4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/380a71644198039a5e208d17a18171ad.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/94ecf757ad30976a602460cd7469ddc4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "sphynx_weapon",
+ "skin_weapon_name": "Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/77828c3fe49646f91c82098979279640.jpg",
+ "marketing_text": "King of the jungle and now the desert! This proud lion is part of the great circle of life in the Sandtail Desert: Mouse is born, mouse finds cheese, mouse is bathed in the bright Beams of Judgement emanating from the statue's eyes, mouse is born anew. \n \nSculpted from the rare clay found deep underneath the Living Garden, this Lion Sphynx of Life has one main goal: To protect the pride of Gnawnia. \n \nThis is a custom trap skin for the Sphynx Wrath."
+ },
+ {
+ "id": 1255,
+ "type": "advent_chocolate_stat_item",
+ "name": "Advent Chocolate",
+ "description": "The Great Winter Hunt is almost here, and with it come many gifts! What better way to count down to the King's Grand Gift Opening Ceremony than with chocolate! \n \nAdvent chocolate is made of the most delicious of vanilla beans, pure coconut milk and with a suggestion of King's Brand Coco Powder+! \n As the children say, \"A chocolate a day keeps the Squeaker Claws away!\"",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/997ccccd082d0c0ac039e9b5a25936c1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e56dce27fa161a39d59949e4924b5d5d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9f8b2b01743104d1a65862ed41d3f3ef.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e56dce27fa161a39d59949e4924b5d5d.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e56dce27fa161a39d59949e4924b5d5d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e56dce27fa161a39d59949e4924b5d5d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1256,
+ "type": "peppermint_latte_message_item",
+ "name": "Peppermint Mocha Latte",
+ "description": "This hot drink should help keep you warm in the coldest of days. What better way to celebrate the Great Winter Hunt than with its number one endorsed drink of the season?!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "great_winter_hunt",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/3275640c53d061cd7ac6b43b09487c3b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/143da9d59a2086ab9dccdcfe00a89597.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/3275640c53d061cd7ac6b43b09487c3b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3275640c53d061cd7ac6b43b09487c3b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1257,
+ "type": "bucket_of_bocconini_convertible",
+ "name": "Bucket of Snowball Bocconcini",
+ "description": "Bringing you a holiday festive bucket of Snowball Bocconcini! This includes a whopping 150 pieces of Snowball Bocconcini to give turn to the tides of war in your flavourful favor! \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e169c13b15d3af2fde170733395f1778.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a473bfb93ba89af1127f1748cbd75623.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6063b3349f3cc3c2a375049929987d50.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/96232827e5e24109aff307e7a79c600b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a473bfb93ba89af1127f1748cbd75623.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a473bfb93ba89af1127f1748cbd75623.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a473bfb93ba89af1127f1748cbd75623.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1258,
+ "type": "festive_bundle_convertible",
+ "name": "Festive Bundle",
+ "description": "Celebrate the Great Winter Hunt and all its festivities with this Festive Bundle! Enough Cheese, Charms, Blocks and Coins to get your feet wet!\n \nInside, you'll find: \n \n• 275 Snowball Bocconcini \n• 275 Winter Charms \n• 12 Snow Blocks \n• 12 Ice Coins \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/938abccb32e3c1c3179d4c3ba114cecd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/54d70fa9e40d76cc9b01e389606fa671.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/96a37a0d8103ef844a661dd5ab7877a9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/efe59b4c9bfae1a8c6dc488bac2120e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/54d70fa9e40d76cc9b01e389606fa671.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/54d70fa9e40d76cc9b01e389606fa671.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/54d70fa9e40d76cc9b01e389606fa671.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1259,
+ "type": "festive_champion_kit_convertible",
+ "name": "Festive Champion Kit",
+ "description": "This festive kit contains an ample supply of icy loot useful for both tournaments and hunting during the Great Winter Snowball Fight!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/10f2c01a2d104e093a4248e40df923f3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e2c9e95be1a3ae862aa80edf4c2d132.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d424ecdd6b619cd1489a47c9decc2e96.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9cab3990bb4f8216c4d5050839369845.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e2c9e95be1a3ae862aa80edf4c2d132.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5e2c9e95be1a3ae862aa80edf4c2d132.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5e2c9e95be1a3ae862aa80edf4c2d132.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1260,
+ "type": "festive_skin_pack_convertible",
+ "name": "Festive Skin Pack #1",
+ "description": "One of each premium Festive skin from the 2013 Great Winter Hunt is included in this merry bundle at a discounted rate! \n \nInside, you'll find: \n \n\n• Digby DecroBot Skin \n• Winter Oasis Skin \n• Winter Steam Freezer Mk. III Skin \n• Festive Box Trap Skin \n• Festive S.L.A.C. II Skin \n• Festive Snow Sphynx Skin \n• Festive ACRONYM Skin \n• Festive Un-Raged Rhinobot Skin \n• Festive Zugzwang's First Move Skin \n• Festive Sandtail Sentinel Skin \n• Festive Phantasmic Oasis Skin \n\n \nProvides the Lucky Golden Shield for 2 months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/102f152fb46f0612d3a9af274e820b21.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e7ff394ca16476620a17b1e7242ee2b5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/144868b364eac3b184b91e511b2d2175.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7b79a16b1507e33d6be64b8806b1e194.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e7ff394ca16476620a17b1e7242ee2b5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e7ff394ca16476620a17b1e7242ee2b5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e7ff394ca16476620a17b1e7242ee2b5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1261,
+ "type": "fort_builder_lunchbox_convertible",
+ "name": "Fort Builder's Lunchbox",
+ "description": "Perfect for that cold winter hunger! Packed with enough succulent Snowball Bocconcini to give you quite a foothold in the battle against the Frozen Horde!\nYou'll wish you had at least one of these when lunch time comes around!\n \nInside, you'll find: \n \n• 70 Snowball Bocconcini \n• 70 Winter Charms \n• 3 Snow Blocks \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef7fbb74d4c9bf8b3f5ad5d50abef997.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f0401885aff2a0cd7223ea2cc9bab4e1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a5a2b5621f4e715d5c8ea9f44f49d1ff.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/16ea0e9ef70a808e283352439fd3b43b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f0401885aff2a0cd7223ea2cc9bab4e1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f0401885aff2a0cd7223ea2cc9bab4e1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f0401885aff2a0cd7223ea2cc9bab4e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1262,
+ "type": "fort_construction_kit_convertible",
+ "name": "Fort Builder's Construction Kit",
+ "description": "Lay down the foundation for your fort with this construction kit! Snow Blocks to help build your fort as well as enough Snowball Bocconcini to plough through your first encounter with the Frozen Horde!\n \nInside, you'll find: \n \n• 160 Snowball Bocconcini \n• 160 Winter Charms \n• 7 Snow Blocks \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/63a4926ce5d06a6f5eafb759be669580.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e9f90c3251125855439f44ca847b868.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dc528c92097abcdc2677183039b4d198.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6b0686da13d1553dd6aa051eddbc6f53.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e9f90c3251125855439f44ca847b868.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5e9f90c3251125855439f44ca847b868.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5e9f90c3251125855439f44ca847b868.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1263,
+ "type": "naughty_list_chest_convertible",
+ "name": "2013 Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a3bbb2d734154d9250a9ef7e640349e6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cde53423394cf9ea4ae97f5822922ef6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7756afe1be1cca607354ef623f861658.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d094c9eccaf768b3b241c33a55052c14.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cde53423394cf9ea4ae97f5822922ef6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cde53423394cf9ea4ae97f5822922ef6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cde53423394cf9ea4ae97f5822922ef6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1264,
+ "type": "naughty_list_convertible",
+ "name": "Sealed Naughty List",
+ "description": "A list of the naughtiest mice this winter that need a stern talking to! Tracking down the mice on this list may pose quite the challenge! Scold all the mice on this list to earn a Naughty Treasure Chest. \n \n
\n\tNOTE: This list of especially naughty mice includes the Frost King whose capture requires you to fire enough Hailstones to destroy the shield in the Ice Fortress. \n\t \n\tTake on this tougher challenge after upgrading your Snow Golems a few times!\n
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f70946256fc929364cc428b3330e55fb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1f513f489eb7d47305bc305d315a03bf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ce78f09a7178361a32d8a2c4bcbb4e8c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4c7ccbbe54b2252a8925122bf5b0d412.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1f513f489eb7d47305bc305d315a03bf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1f513f489eb7d47305bc305d315a03bf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1f513f489eb7d47305bc305d315a03bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 3
+ },
+ {
+ "id": 1265,
+ "type": "nice_list_chest_convertible",
+ "name": "2013 Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a3e607f764d7c134f9d1483374f2a8e1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d0daf98f955ca54ef3d5841915958b10.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fb3942e7d170000db94447f2d383c43a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/05045cd308066c2c8d7d7132a6ad9855.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d0daf98f955ca54ef3d5841915958b10.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d0daf98f955ca54ef3d5841915958b10.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d0daf98f955ca54ef3d5841915958b10.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1266,
+ "type": "nice_list_convertible",
+ "name": "Sealed Nice List",
+ "description": "A list of the nicest mice this winter that have warmed at least one other heart this season. Tracking down all the mice on the list shouldn't be too tough. Make sure you give each one a special pat on the back!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/671bd153893c1c328a57a61cb241f97e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/be220b7e3eef1a375c5e1c7c709f9721.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c84cfe92fdc1c7e3e4b75e7294ecdc7c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b7a114708b59f4f4b27c18ec3c98e131.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/be220b7e3eef1a375c5e1c7c709f9721.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/be220b7e3eef1a375c5e1c7c709f9721.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/be220b7e3eef1a375c5e1c7c709f9721.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 3
+ },
+ {
+ "id": 1267,
+ "type": "passing_parcel_convertible",
+ "name": "Passing Parcel",
+ "description": "Try your hand at tearing away a layer of this Passing Parcel. Find a Snowball Charm in each layer, but maybe you'll get lucky and find something else special inside!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bedb40ab852da70fe37bb574e607d33b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a9e27cede3ed0d686f516522e1e21fdd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/81bc432e155137a767004afc1bb96c0a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/be1a1850aa6689b3ff2b42c29dd902a4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a9e27cede3ed0d686f516522e1e21fdd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a9e27cede3ed0d686f516522e1e21fdd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a9e27cede3ed0d686f516522e1e21fdd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1268,
+ "type": "rare_naughty_list_chest_convertible",
+ "name": "2013 Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Rare Naughty Treasure List and have discovered this Rare Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/444a66f3ba981ae0dccf05df883022a7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fe91bf831c3d6f933f2fa6396033597b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cd2348b21b32680212f8c869ea9c3512.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/aa657aebd138700a865ef7a73c2cf302.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fe91bf831c3d6f933f2fa6396033597b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fe91bf831c3d6f933f2fa6396033597b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fe91bf831c3d6f933f2fa6396033597b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1269,
+ "type": "rare_nice_list_chest_convertible",
+ "name": "2013 Rare Nice Treasure Chest",
+ "description": "You and your friends have completed a Rare Nice Treasure List and have discovered this Rare Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/14738e90f9884b213b7d5dee9b87f8c1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/72a5c683a1a01f6603d4d2eb950e4f37.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/457b80f2122ca7f585370e202158a279.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b318a03347cc52ff72a3ee7831a3f6b8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/72a5c683a1a01f6603d4d2eb950e4f37.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/72a5c683a1a01f6603d4d2eb950e4f37.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/72a5c683a1a01f6603d4d2eb950e4f37.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1270,
+ "type": "snowball_mystery_pack_convertible",
+ "name": "Snowball Mystery Pack",
+ "description": "A chilly package of Snowball Charms! There could be one, there could be five OR there could be any number in between! It's amazing how they keep cold in the packaging! What will they think of next?!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/741c6b176c9a1e5095f15bc77f5a52da.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/971d02f45db8c33b9552057a91328218.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e1d0d4b5fd95093385290d8e4adf4467.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f8707ceedab6e2b111765901113423d1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/971d02f45db8c33b9552057a91328218.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/971d02f45db8c33b9552057a91328218.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/971d02f45db8c33b9552057a91328218.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1271,
+ "type": "super_festive_bundle_convertible",
+ "name": "Super Festive Bundle",
+ "description": "Double down on this deal with more than you can handle!! More than double the content from the Festive Bundle plus a drizzle of Festive Ultimate Power Charms!\n \nInside, you'll find: \n \n• 575 Snowball Bocconcini \n• 575 Winter Charms \n• 25 Snow Blocks \n• 25 Ice Coins \n• 10 Festive Ultimate Power Charms \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef3f9a45f6b70fd4a2d789dc1f839aec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fff1b9142f8fe26d2e5369b0ef504aef.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c1ad1411dadcacdc9e3cb046e2699aa.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7c5229914519610d45415bed57fe2221.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fff1b9142f8fe26d2e5369b0ef504aef.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fff1b9142f8fe26d2e5369b0ef504aef.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fff1b9142f8fe26d2e5369b0ef504aef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1272,
+ "type": "ultimate_festive_bundle_convertible",
+ "name": "Ultimate Festive Bundle",
+ "description": "The ultimate package for domination of the Frozen Horde. More than enough cheese to repeatedly send those mice running! An Avalanche of Snowball Bocconcini, Wondrous amount of Winter Charms, Half a fort worth of Snow Blocks, Wallet full of Ice coins, Festive Ultimate Luck and Power Charms to top this tree, AND a Festive Skin Pack to place under it! Wow!\n \nInside, you'll find: \n \n• Festive Skin Pack \n• 875 Snowball Bocconcini \n• 875 Winter Charms \n• 40 Snow Blocks \n• 40 Ice Coins \n• 20 Festive Ultimate Luck Charms \n• 20 Festive Ultimate Power Charms \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/44d6eb882f78361894538055761d9663.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/56949e010b4ca6e35efc88f8512daa01.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4bfb7537aa9ae17a9c5bd694162618d5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/258a434abd0e32e3825d4292ce63d3ae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/56949e010b4ca6e35efc88f8512daa01.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/56949e010b4ca6e35efc88f8512daa01.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/56949e010b4ca6e35efc88f8512daa01.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1273,
+ "type": "bucket_o_cannon_parts_crafting_item",
+ "name": "Bucket o' Canon Parts",
+ "description": "?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2a26d66779886f7c72ce20c358934658.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2a26d66779886f7c72ce20c358934658.gif"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1274,
+ "type": "ice_blaster_parts_crafting_item",
+ "name": "Ice Blaster Parts",
+ "description": "A pile of Ice Blaster weapon components... with a strange message hidden in one of the legs! \n \n\"Someone who has been collecting six centuries of living shards would ponder what brings one joy and happiness. For some it could be as little as having a reliable source of water to depend on, while others could be more materialistic, valuing cold metals instead. One thing is for sure, when you bring everyone together, that joy and power can resonate and do wondrous things!\"",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1bb817c4df86655f80a3e956994f6b45.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1bb817c4df86655f80a3e956994f6b45.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1275,
+ "type": "abrasive_aftershave_collectible",
+ "name": "Abrasive Aftershave",
+ "description": "Slap some on your freshly-shaven face to give yourself a fresh feeling! Burns clean off of your face after use so cleanup is minimal!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4957da04b5d84933d07864a2caafa7e1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/550358c992dfe70ca742023549cb0c21.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4957da04b5d84933d07864a2caafa7e1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4957da04b5d84933d07864a2caafa7e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1276,
+ "type": "festive_bb_gun_collectible",
+ "name": "Fancy Festive BB Gun",
+ "description": "What everyone has been wanting since they were 8 years old! A Fancy Festive BB gun with a compass in the stock and a time-telling doohickey! \n \nBut be careful! Don't hurt yourself!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/32b330493b07159733f9276cfeefd8b3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fa0a027066a824021ad74753e3bc357f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/32b330493b07159733f9276cfeefd8b3.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/32b330493b07159733f9276cfeefd8b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1277,
+ "type": "paint_can_on_rope_collectible",
+ "name": "Paint Can on a Rope",
+ "description": "Paint can full of \"Festive Red\" paint! Conveniently placed on a rope so you can paint your rooms quickly with just a few overhead swings! \n \nBe careful you don't hit anybody!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/86964b2cfb603b379bd63149e579ac00.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8e2dc627df36952aec98a8696c2219f0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/86964b2cfb603b379bd63149e579ac00.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/86964b2cfb603b379bd63149e579ac00.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1278,
+ "type": "snowball_theme_collectible",
+ "name": "Snowball Journal Theme",
+ "description": "A snow-covered theme only available to hunters who have fully constructed their entire Snow Fort with all expansions and upgrades!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/82478729d45b5059eafbb696c8d1a7a6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c6f5daa73c16ba6da87fa3ffd7cf0f14.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/82478729d45b5059eafbb696c8d1a7a6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/82478729d45b5059eafbb696c8d1a7a6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1279,
+ "type": "snowfort_snowglobe_collectible",
+ "name": "Snow Fort Snowglobe",
+ "description": "A commemorative collectible to celebrate the total completion of your Snow Fort during the Great Winter Snowball Fight of 2013!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/204d5a0172dae4442142f439a5144238.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8f1edf0739d43321b0be3c0d717ca560.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/204d5a0172dae4442142f439a5144238.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/204d5a0172dae4442142f439a5144238.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1280,
+ "type": "triangular_chocolate_collectible",
+ "name": "Triangular Chocolate Bar",
+ "description": "This season's most popular chocolate! Perfect for sending to friends and loved ones! ",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/fb5d4d2466c94bf9e2296f9414508d8a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/33218288e0a051d1745fa5d9f497d56e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/fb5d4d2466c94bf9e2296f9414508d8a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/fb5d4d2466c94bf9e2296f9414508d8a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1281,
+ "type": "passing_parcel_message_item",
+ "name": "Passing Parcel",
+ "description": "This parcel is meant to be passed along to a friend! If a friend sends one to you, tear away a layer and see if there's something inside!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "convertibles",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/5591e5c34f081715aaca4e95e97a3379.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/5901d4ef1f0c53bee84ddef804f64590.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/5591e5c34f081715aaca4e95e97a3379.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/5591e5c34f081715aaca4e95e97a3379.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1282,
+ "type": "ice_blaster_parts_stat_item",
+ "name": "Cannon Bits",
+ "description": "Full of snowbolts, slush springs and loose ice transistors sitting in \"Absolute Below Zero\" brand coolant.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4295d414806e0b1be0c3bf9718e528a9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6d5b21f61f054b0aed2707fd769d6aba.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/304fcd9996bb1063bd27f1d6a4e1ebf8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6d5b21f61f054b0aed2707fd769d6aba.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6d5b21f61f054b0aed2707fd769d6aba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6d5b21f61f054b0aed2707fd769d6aba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1283,
+ "type": "snow_block_stat_item",
+ "name": "Slightly-Melted Snow Block",
+ "description": "Magically enchanted, if slightly-melted, blocks of snow, the main resource of the Frozen Horde has proven most useful in holding back their ranks. \n \nThese blocks were collected from the mice at the 2013 Great Winter Snowball Fight by equipping Snowball Bocconcini. They were used to build and upgrade an epic Snow Fort!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/bf73095dbfdfbccb256b611987b7da6d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0a07a5710e6c2c23a29c44dbf6d1c432.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0d84b8b5492fdcfbb1f499a9c986209f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0a07a5710e6c2c23a29c44dbf6d1c432.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0a07a5710e6c2c23a29c44dbf6d1c432.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0a07a5710e6c2c23a29c44dbf6d1c432.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1284,
+ "type": "throwable_snow_stat_item",
+ "name": "Slingable Slush",
+ "description": "This snow has melted, and... you can throw it if you want, but nobody is going to want to catch it.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f99de86580b8df99f11055830d7e34b4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/8eba821b017e558f67ce270b426423c8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2a02ac90e1c920bae4bdb069d8de7d4b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/8eba821b017e558f67ce270b426423c8.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/8eba821b017e558f67ce270b426423c8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/8eba821b017e558f67ce270b426423c8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1285,
+ "type": "glacier_gatler_weapon",
+ "name": "Glacier Gatler",
+ "description": "What's better than one Ice Blaster? SEVEN! Additional barrels increase the rate of fire and spread of the base unit dramatically! The addition of an Oasis Bead allows the hopper to be increased in size and drastically speeds up the ice creation process eliminating the need for the moisture vaporator! Improved ability to absorb joy, increasing the chance to create snowball charms! Finally, with the addition of living shards, it now possesses a resonation targeting module for increased target tracking and precision!\n\t \n\t\"Hasta la vista, Mousey.\"",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "great_winter_hunt",
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/dbbe797f6563bff7b50d4063194086b6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/43f5c1ce13d17bfe81d60b32e6fb3652.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/dbbe797f6563bff7b50d4063194086b6.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7a8df4446cd20fa186ef164dbedf7bf5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 4800,
+ "power_formatted": "4,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1286,
+ "type": "ice_blaster_weapon",
+ "name": "Ice Blaster",
+ "description": "The Ice Blaster is a mounted snow cannon complete with an ice ball hopper built in for auto-reloading action! The hopper also doubles as an ice generator as it uses a combination moisture vaporator and \"Absolute Below Zero\" brand coolant to create additional ammunition as required. \n On rare occasion, the ice balls fired have a chance to absorb the joy released by the hunter when catching a mouse, forging a Snowball Charm on the spot! \n \nObtained from cannon parts dropped off of the S.N.O.W. Golem during the Great Winter Snowball Fight of 2013.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "great_winter_hunt",
+ "trap_parts",
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/49fbd3b01d7334691de0afb0210a64dd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/8798b024c59700aa6561f609b7948ea0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/49fbd3b01d7334691de0afb0210a64dd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/513ca513bcb3ae2461a165220949cfde.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 3800,
+ "power_formatted": "3,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "ice_blaster_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1287,
+ "type": "snowball_cheese",
+ "name": "Snowball Bocconcini",
+ "description": "Rolled and packaged with the fresh festive snowfall, these bocconcini have absorbed the taste of the season as well as the shape and texture of snow!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "great_winter_hunt",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/6b6e3a975d7290c271fc7092e217e510.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/b0661ca626dcf781582394c849e65ec9.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/b374906c4b497b6fb4b17685bd55eeef.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/f30ed850f43647512e67ffe8182deb5c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/b0661ca626dcf781582394c849e65ec9.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/b0661ca626dcf781582394c849e65ec9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/b0661ca626dcf781582394c849e65ec9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1288,
+ "type": "festive_ultimate_luck_trinket",
+ "name": "Festive Ultimate Luck Charm",
+ "description": "Decorated for the Great Winter Hunt Season! This charm is near-ready to explode with joy, happiness and luck! The Festive Ultimate Luck Charm provides a whopping +20 luck while armed.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/62e8a2a39224288ae7bba2b6b6c6b9a9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/f522a702fd18f40b210c3cbfedc9d8d6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/fb5fcb835aa99ada00ab84b5a1a27793.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/f522a702fd18f40b210c3cbfedc9d8d6.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/f522a702fd18f40b210c3cbfedc9d8d6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/f522a702fd18f40b210c3cbfedc9d8d6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1289,
+ "type": "festive_ultimate_power_trinket",
+ "name": "Festive Ultimate Power Charm",
+ "description": "Containing highly concentrated festive energy, this charm is highly unstable. The Festive Ultimate Power Charm provides +2,500 power and a 20% power bonus each hunt. Happy Hunting!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/9f4b411cf4b3758bf5a5c14977f264b2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/01d3ceb7cd446b99279e48d48d7b0a3f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/066d2006926e0df91820b625eabb8acc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/01d3ceb7cd446b99279e48d48d7b0a3f.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/01d3ceb7cd446b99279e48d48d7b0a3f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/01d3ceb7cd446b99279e48d48d7b0a3f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2500,
+ "power_formatted": "2,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1290,
+ "type": "snowball_trinket",
+ "name": "Snowball Charm",
+ "description": "Molded from the frostiest of snow and forged in tears of joy! \n \nAll types of Snowball Charms interact with all festive Winter Hunt traps by giving them a Power Bonus! \n \nWhen a used Snowball Charm pops off the trap, there is a chance that it can pick up momentum and roll up into a Super Snowball Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5858998c0c1a0a26e32d8e1f56df9910.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/36d3d62f27e2b76944591f86229bc2f0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/0b499d03d61150a12c52a8e749c7dd79.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/36d3d62f27e2b76944591f86229bc2f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/36d3d62f27e2b76944591f86229bc2f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/36d3d62f27e2b76944591f86229bc2f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.01,
+ "attraction_bonus_formatted": "1%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1291,
+ "type": "winter_acronym_skin",
+ "name": "Festive ACRONYM Skin",
+ "description": "This highly unstable trap setup is held in a constant state of metamorphosis by the unpredictable power of the Onyx stone. This trap almost appears alive, growing metal roots into whatever base to which it is attached. \n \nThis trap's methods of capture are infinitely random. It can use its jagged metallic roots to impale mice, expel a thick and dark vapor that turns mice into stone, or bend space and time to erase the mouse from existence. \n \nScientists of Digby warn hunters that the power of the Onyx stone is incredibly dangerous and fear that using this trap could lead to the end of the world.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/92a3bb6d3efcf7c486d5e7c36367abcf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ae8db65c5ec3583cc50416ed4fd1df0f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/92a3bb6d3efcf7c486d5e7c36367abcf.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7ddd401b03d744860677e65e7fee9434.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "acronym_weapon",
+ "skin_weapon_name": "Arcane Capturing Rod Of Never Yielding Mystery",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8c565e7fd176dc438acfbe557e0d360.jpg",
+ "marketing_text": "Shellacked in Great Winter Hunt colours and topped with a seasonal star makes for one remarkable ACRONYM! \n \nResonating with the spirit of the season has caused a seasonal twist in its abilities. Now acting as a type of amplifying rod for everything merry, it has started to spontaneously cause wild mistletoe growth and rampant ornament showers. \n \nPlace one near your tree to make decorating for the season a snap!"
+ },
+ {
+ "id": 1292,
+ "type": "winter_enraged_rhinobot_skin",
+ "name": "Festive Un-Raged RhinoBot Skin",
+ "description": "Digby scientists were hard at work trying to improve upon the already amazing RhinoBot when a fluke of chance led to the creation of the Enraged RhinoBot! The pure platinum cogs make it practically indestructible and a machine of pure raging power! It is hard to say whether the scientists think their masterpiece a success or a failure. Since the Enraged Rhinobot has emerged from the labs, no one has been able to discover those scientists' whereabouts!!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/49c6c9d4c30a25c58da662996cd3a22b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/666aa6a97208a17de7c52926adeddcc3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/49c6c9d4c30a25c58da662996cd3a22b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/cd9d72011a1b428669f49e4d5271c1dc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "enraged_rhinobot_weapon",
+ "skin_weapon_name": "Enraged RhinoBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8ac71ab58970962e7b9ebd6a072d459.jpg",
+ "marketing_text": "A bold experiment attempted by one ambitious Digby scientist. There was a theory about the ability to create a powerful version of the RhinoBot without the anger and frustration modules, allowing a safer manufacturing process for the scientists and engineers alike. \n \nTold they were mad, told they were messing with powers beyond their control, almost laughed out of every respectable laboratory citing that any attempts to change this process would caused massive power loss... until the festive formula was found! \n \nNow, the Enraged RhinoBot has been successfully Un-Raged! Ready to embrace the season bringing happiness and warmth with milk and cookies, but at an equally destructive rate!"
+ },
+ {
+ "id": 1293,
+ "type": "winter_phantasmic_oasis_skin",
+ "name": "Festive Phantasmic Oasis Trap Skin",
+ "description": "No longer a sanctuary in the midst of a desert, the Phantasmic Oasis Trap entrances and consumes any who dare venture too close. The psychedelic colours may be enticing, but beware! The phantasms and spirits that now inhabit this trap are cruel and merciless!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/16f35667acb415a906b1ade764d6bd13.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/26f2a956cac103eebab464cd0919bd20.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/16f35667acb415a906b1ade764d6bd13.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5dc53f5e3badc523d7cd1b3cb40ef600.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "phantasmic_oasis_weapon",
+ "skin_weapon_name": "Phantasmic Oasis Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d9f9e434f759c8807f22fe43c7d4333.jpg",
+ "marketing_text": "Perfect picture of a winter paradise, minus the phantoms of course! Frozen in ice and covered under the fresh snow, the phantoms have broken free of their icy prison! Taking unsuspecting mice by complete surprise as they look in awe at the seemingly frozen sculpture before it springs to life! \"Ice to see you!\" \n \nNo one suspects the tree!"
+ },
+ {
+ "id": 1294,
+ "type": "winter_sentinel_skin",
+ "name": "Festive Sandtail Sentinel Skin",
+ "description": "Although the Muridae Market is heavily fortified, the Marching Flame still poses a significant threat. It was this threat which prompted the local Trapsmith to devise a sentinel powered by Flameshards. Able to sink its body into the sand, the Sandtail Sentinel patiently waits with its eyes just above the surface, waiting for a mouse to approach a baited base.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/79515d081baf3e1a1a579e36f500a1e0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a250c7cd8df030abd21f435e5c74b5df.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/79515d081baf3e1a1a579e36f500a1e0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f8e4ef0e945ac1cb6aaa225cb9f7850a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sentinel_weapon",
+ "skin_weapon_name": "Sandtail Sentinel",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c773d6b12e273f4294a75d00e66a250b.jpg",
+ "marketing_text": "The Sandtail Sentinel has fully embraced the spirit of Squeaker Claws! Wielding a gigantic sack of coal, he gives some to every mouse he comes across... The hard way! \n \nSacks are provided but you have to supply your own coals!"
+ },
+ {
+ "id": 1295,
+ "type": "winter_slac_ii_skin",
+ "name": "Festive S.L.A.C. II Skin",
+ "description": "The S.L.A.C. II is an improvement from its predecessor in two ways: The \"S\" in the acronym now stands for \"sling\", and the sling itself. \n \nUtilizing the technology of what our scientists are calling \"a very large rubber band\", the S.L.A.C. II is able to harmlessly* sling mice away from your cheese and back into the desert. \n \n*The slinging process itself does not harm the mouse.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/55c1c55b0f9f6a5b505f209cfc1a38a9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5b7e37c587c083840e5470120d2aa54e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/55c1c55b0f9f6a5b505f209cfc1a38a9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/188093fe15bbfc01cf2c7fea0900e943.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "slac_ii_sling_weapon",
+ "skin_weapon_name": "S.L.A.C. II",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "marketing_text": "Re-tuned in the spirit of the holidays, the Festive S.L.A.C. II has just outdone itself this year! \n \nTwin pines dressed through the art of synchronized decorating really capture the essence of the Great Winter Hunt. \n \nThe sling has also been tweaked in trajectory to aim towards the Castle of Gnawnia so that the children may send their wishes to the King."
+ },
+ {
+ "id": 1296,
+ "type": "winter_sphynx_skin",
+ "name": "Festive Snow Sphynx Skin",
+ "description": "This trap was intended to pay homage to a mythical creature known only for its unparalleled mouse hunting prowess. Outfitted with a slew of clever traps it came as quite the surprise when the trapsmith who designed this tool of destruction found it utterly destroyed by its own means, the statue untouched. It is believed the simple traps were insult enough to the spirit of this creature that they simply destroyed themselves in its presence.. ",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2c5454d60bba65341153be3bf0ce556d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/620e602eb6ca787bb504f22fc15598f0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2c5454d60bba65341153be3bf0ce556d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/85aff44424ce73894ff8ccb8355e2134.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sphynx_weapon",
+ "skin_weapon_name": "Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/77828c3fe49646f91c82098979279640.jpg",
+ "marketing_text": "Sculpted from the first snow of the holidays, the Festive Snow Sphynx has taken on the properties of season! \n \nBy emanating pure joy, unwary mice burst from being filled to the brim with so much seasonal warmth and splendour."
+ },
+ {
+ "id": 1297,
+ "type": "winter_steam_mk_iii_skin",
+ "name": "Winter Steam Freezer Mk. III Skin",
+ "description": "The ultimate in steam laser technology, the Steam Laser Mk. III is truly a marvel of engineering. Able to hyper-heat steam beyond normal (or safe) levels, this trap is truly the pinnacle of anti-Iceberg weaponry. Even Icewing herself fears and will attack this trap on sight! \n \nThis combination of hot and hydro works especially well on the Slushy Shoreline and in the Iceberg.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7fcc375d091a7095ae03780fcf1e5682.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/822a09ad151ed913529f0efe15bc8561.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7fcc375d091a7095ae03780fcf1e5682.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/08214e990c705151c0e837d25884eaf8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "steam_laser_mk_iii_weapon",
+ "skin_weapon_name": "Steam Laser Mk. III",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/782e857fa80d0bdb1293060ec8a520b7.jpg",
+ "marketing_text": "Thrown into full reverse, this Steam Laser condenses steam back into liquid then into solid shards of ice! \n \nWho knew there was a reverse switch on the back!"
+ },
+ {
+ "id": 1298,
+ "type": "winter_zugzwangs_skin",
+ "name": "Festive Zugzwang's First Move Skin",
+ "description": "The chess pieces of Zugzwang's Last Move have been reborn with the help of a magic feather, becoming a powerful knight who will defend your cheese to the death. Using strategy gleaned from his origins as a chess set, and a stubbornness that can only come from being made of stone, he will fight off any rodent attacker in the name of his King or Queen.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a61fbf4aabb641bc1b91e77a477a8864.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fadaab610cad106d83f7ad8be5a9403a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a61fbf4aabb641bc1b91e77a477a8864.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/beca4c47e3f713c45ba0d208e1c1a327.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "zugzwangs_first_move_weapon",
+ "skin_weapon_name": "Zugzwang's First Move",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b48600e1083a1b5b062c95b7dc515a53.jpg",
+ "marketing_text": "Dressed for warmth and riding his reindeer stallion, Zugzwang's First Move shows the right way to get into the festive spirit!"
+ },
+ {
+ "id": 1299,
+ "type": "2014_party_pack_convertible",
+ "name": "2014 Party Pack",
+ "description": "Happy New Year! Celebrate 2014 with this 2014 Party Pack! Includes the new, Limited Edition 2014 Charms! \n \nInside, you'll find: \n \n\n• 300 SUPER|brie+ \n• 100 2014 Charms \n• 200 Confetti \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8c08353949d7077017da9ed2de76b7e3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5814d3809772a5c2bd70941faf0ad0b5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1a924da1f60872a1780181b66307f589.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/aec4151b976c3b2ae257fec8c97f2eff.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5814d3809772a5c2bd70941faf0ad0b5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5814d3809772a5c2bd70941faf0ad0b5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5814d3809772a5c2bd70941faf0ad0b5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1300,
+ "type": "2014_trinket",
+ "name": "2014 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,014 power to commemorate the new year!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/d46779910cb26dc8ab6d6486c816c211.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/8ca40a3b6d945a281597efb1e671e045.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/9c6f49cc68ecc06ad488a1986409d696.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/8ca40a3b6d945a281597efb1e671e045.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/8ca40a3b6d945a281597efb1e671e045.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/8ca40a3b6d945a281597efb1e671e045.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2014,
+ "power_formatted": "2,014",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1301,
+ "type": "new_years_dimensional_chest_skin",
+ "name": "New Year's Dimensional Chest Trap Skin",
+ "description": "This immaculate chest is the last thing from this world that a greedy mouse will see. If an opponent ventures too closely the chest will spring to life and be upon them, opening itself to another dimension and pulling the mouse within.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b23f1973aab027f463d4b0c347ff6540.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9195a279964d8cfe7155446586f206a6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b23f1973aab027f463d4b0c347ff6540.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/73a0196998d4065aff0f25f33bc63d21.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dimensional_chest_weapon",
+ "skin_weapon_name": "Dimensional Chest Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d61dfabee3372cc75ec2acf8757d083e.jpg",
+ "marketing_text": "A real party in a box! Celebrate the New Year with this magical chest that explodes with counterfeit fireworks from the Party Dimension! Happy New Year!"
+ },
+ {
+ "id": 1302,
+ "type": "arduous_treasure_chest_s2_convertible",
+ "name": "Arduous Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/550247cc01465a045d3edb66e8a3a453.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ffdd46549cc9f8bc3655d22243697bed.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a09a5a06e989f52d4b5b42717b492a8a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/856eb1b745d6498b55c07b501f306279.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ffdd46549cc9f8bc3655d22243697bed.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ffdd46549cc9f8bc3655d22243697bed.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ffdd46549cc9f8bc3655d22243697bed.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1303,
+ "type": "easy_treasure_chest_s2_convertible",
+ "name": "Easy Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/51a0f492c74c3651d6cee494d2476873.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac486f21af6fdfbea74aee89ab51a9d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fbfd366be6e0d4819807b55f9c6517ae.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e4b254c024de445306ec92e7dd9f9a99.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac486f21af6fdfbea74aee89ab51a9d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ac486f21af6fdfbea74aee89ab51a9d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ac486f21af6fdfbea74aee89ab51a9d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1304,
+ "type": "elaborate_treasure_chest_s2_convertible",
+ "name": "Elaborate Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3f2545d9d9e7318ff9fee0ce817a69a5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/57b9b22ecdddeddeb540db9712f35a49.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/20c2511af132212cb2af7e967247e9ca.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/10dbeaa5610465c582841b5d88f6b029.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/57b9b22ecdddeddeb540db9712f35a49.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/57b9b22ecdddeddeb540db9712f35a49.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/57b9b22ecdddeddeb540db9712f35a49.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1306,
+ "type": "living_garden_treasure_chest_s2_convertible",
+ "name": "Living Garden Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Living Garden Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b1ffa00e35bebfce1561185f0238a33a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/21b67428ae322db6a73cc5122b0d0396.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8f0e4007393a486483768dacf0d12db8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8258f272e0e78d2a8ae0e3c49c6dc80c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/21b67428ae322db6a73cc5122b0d0396.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/21b67428ae322db6a73cc5122b0d0396.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/21b67428ae322db6a73cc5122b0d0396.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1307,
+ "type": "medium_treasure_chest_s2_convertible",
+ "name": "Medium Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9a97a1e8a9931099119c5c9256b4906b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ed25a68934716b1d84ed6c9786ff92e9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6ca70a9065f29c47e53f962c8ecd68de.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/31ff01090f9d0245fa2a39baf42b6cf3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ed25a68934716b1d84ed6c9786ff92e9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ed25a68934716b1d84ed6c9786ff92e9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ed25a68934716b1d84ed6c9786ff92e9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1308,
+ "type": "rare_arduous_treasure_chest_s2_convertible",
+ "name": "Rare Arduous Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a777b92508e1ee5b50d6a55b89b86925.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2bf0de4a4a055a1e7e27911162c120c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6178304b845ce46caa0fcb21f4594e59.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a0775df0fd0081e44f4e40e47b225ebe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2bf0de4a4a055a1e7e27911162c120c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d2bf0de4a4a055a1e7e27911162c120c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d2bf0de4a4a055a1e7e27911162c120c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1309,
+ "type": "rare_easy_treasure_chest_s2_convertible",
+ "name": "Rare Easy Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a rare treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/51807541d2c222f66f6bc8ee1cb37347.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2cc21c1c468ccb32ce547ca648e5665.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b13593eb76820a7385c01bdb3d2cdeea.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5efad204d38eb2993a296d21815f7a62.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2cc21c1c468ccb32ce547ca648e5665.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d2cc21c1c468ccb32ce547ca648e5665.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d2cc21c1c468ccb32ce547ca648e5665.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1310,
+ "type": "rare_elaborate_treasure_chest_s2_convertible",
+ "name": "Rare Elaborate Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/44eec26e098f3e78c417c4f0bcbaee49.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4a51c6bf43b5dcee5fd705867a1777f8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8366e9e80529837ffc7f8e258937e4b6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cf9544b6d8eb35e9d408e1bd9fde4e90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4a51c6bf43b5dcee5fd705867a1777f8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4a51c6bf43b5dcee5fd705867a1777f8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4a51c6bf43b5dcee5fd705867a1777f8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1311,
+ "type": "rare_hard_treasure_chest_s2_convertible",
+ "name": "Rare Hard Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1bb00cb204027ac859cc5da70af30899.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bd1542d90c235f197a2b46c492f76bfa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/25267869f758e0cffebf8335bfa744bc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1479dda17775a1fb217745398ab3f39d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bd1542d90c235f197a2b46c492f76bfa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bd1542d90c235f197a2b46c492f76bfa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bd1542d90c235f197a2b46c492f76bfa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1312,
+ "type": "rare_living_garden_treasure_chest_s2_convertible",
+ "name": "Rare Living Garden Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Living Garden Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef53268e6b253a9dcac9317fde0f01ab.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0874a2af23a1e8c5c565a4be5b23f941.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dc8e04ca1d631ae00e69c162f7b2a968.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8f2fb33beff338777f3c28995df27d6d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0874a2af23a1e8c5c565a4be5b23f941.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0874a2af23a1e8c5c565a4be5b23f941.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0874a2af23a1e8c5c565a4be5b23f941.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1313,
+ "type": "rare_medium_treasure_chest_s2_convertible",
+ "name": "Rare Medium Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2018f3dfe7053dd4753cdb8febc3e8be.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4d17eec05dbc8469e8ca8c8b38d1f61b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8470a14cc808a1861e8176a6f46e4073.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d2b8b923b02f74e77d6f7883c9b99f70.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4d17eec05dbc8469e8ca8c8b38d1f61b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4d17eec05dbc8469e8ca8c8b38d1f61b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4d17eec05dbc8469e8ca8c8b38d1f61b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1314,
+ "type": "cheslas_revenge_weapon",
+ "name": "Chesla's Revenge Trap",
+ "description": "Hunting with the Chesla's Revenge Trap in the Seasonal Garden has the chance to overload it and increase the amount of amplification gained per catch. Just... keep your distance... \n \nAnna Chesla was a world-renowned inventor and chess master, best known for her patented \"Advanced Chess\" method. Her final invention, Chesla's Revenge, was named by her followers after her mysterious disappearance who saw it as one last attempt to best her bitter arch-rival, Zugzwang. \n \nAncient rival of Zugzwang, Chesla was never able to defeat the chess master and would frustratingly return time and time again to the Seasonal Garden, biding her time until she was charged up for another attempt. With near perfect mastery of the technological advances of the time, she refused to admit her lack of mastery for chess. \n \nWith the focus on charging her Amplifier to enter the tower, she couldn't spare much time for focus on improving her chess tactics. Out of her frustration, she had an epiphany! Using her great technological prowess, she quickly built an extremely powerful coil to gather and focus the magic energies of the Seasonal Garden, greatly accelerating her amplification rate! \n \nFinally being able to focus her energies elsewhere, she had turned up the power too high in anticipation and overloaded the coils. When the bright glow from the coil finally dimmed, she was never seen again. \n \nThe power from the coil was not enough to destroy her, and many conflicting theories about her disappearance surfaced over the years, but no one truly knows what became of Anna... \n \nScrawled upon the underside of the tower, one can make out the word \"Checkmate\".",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "seasonal_garden",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/825dd241a11b6fe9b9d04f9c3c31fb53.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/c6a592ebcd51867e6348226fc4287488.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/825dd241a11b6fe9b9d04f9c3c31fb53.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/38ad197224b75d4d3e8afda012a47ccf.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.02,
+ "power_bonus_formatted": "2%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 16,
+ "luck_formatted": "16",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": true,
+ "skins": [
+ "cheslas_belated_birthday_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "cheslas_belated_birthday_skin"
+ ]
+ },
+ {
+ "id": 1315,
+ "type": "hard_treasure_chest_s2_convertible",
+ "name": "Hard Treasure Chest (Season 2)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1b4073e7789929cdd1d14ae87de03a76.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/16130222909c9c8d6faf30802a922963.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3ab0d9f76a8b321b72d692bb9f0be763.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/11fb68b98ea4493517e2a9b044ef03a5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/16130222909c9c8d6faf30802a922963.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/16130222909c9c8d6faf30802a922963.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/16130222909c9c8d6faf30802a922963.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1316,
+ "type": "crude_pollutinum_convertible",
+ "name": "Stale Crude Pollutinum",
+ "description": "This batch of Crude Pollutinum has been removed from the Toxic Spill for so long it has become dormant and will no longer be at risk of recontamination. It may be safely refined at any time.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d15628730cb486d9f1c0eb4c799e621a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5f4f37b23b27df00dfc5bcafc62ac5a5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2e7695caf114f621e3b477c3afe8b0f4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/444820cfc67740d427a08424f8a6d50e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5f4f37b23b27df00dfc5bcafc62ac5a5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5f4f37b23b27df00dfc5bcafc62ac5a5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5f4f37b23b27df00dfc5bcafc62ac5a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1317,
+ "type": "hazmat_cleanup_kit_convertible",
+ "name": "Hazmat Cleanup Kit",
+ "description": "Jam-packed with emergency cleaning supplies and cheese in response to the toxic spill! The Hazmat Cleanup Kit is perfect for first response teams and bolstering hunters already on the scene! \n \nInside you'll find: \n \n\n• 200 Rancid Radioactive Blue Cheese \n• 15 Soap Charms \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a18234b064ec30eb8340c80c7795c7ac.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0aace3d0f7dccc81828d6c447423d82a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e55b157fdf1d8a2843a4887c0ae19dd5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/08c7de97a960b54562647a89297dd561.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0aace3d0f7dccc81828d6c447423d82a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0aace3d0f7dccc81828d6c447423d82a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0aace3d0f7dccc81828d6c447423d82a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1318,
+ "type": "pollution_control_supply_kit_convertible",
+ "name": "Pollution Control Supply Kit",
+ "description": "Filled to the brim with Radioactive Curds bathing in some Radioactive Sludge! The Pollution Control Supply Kit is great for getting the upper hand in cleaning up the Toxic Spill! More than enough to get you started and keep you cleaning! \n \nInside you'll find: \n \n\n• 200 Radioactive Curd \n• 100 Radioactive Sludge \n\n ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e3d0d90e7a931620b18df81a014e231d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/617336644c6709f9671562153ab0a849.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9708ea7fc3a3d876eb6895a5ef055d62.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/de3349fa19432660eaddf585d60b4fbb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/617336644c6709f9671562153ab0a849.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/617336644c6709f9671562153ab0a849.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/617336644c6709f9671562153ab0a849.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1319,
+ "type": "canister_ring_crafting_item",
+ "name": "Canister Ring",
+ "description": "A spare, sturdy canister ring from the Laboratory. Most of these rings were lost when the Toxic Spill itself occurred, and can now be found on mice roaming the bog.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "general",
+ "general",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c0eeba6c2c96497c69d0f90f7b221040.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/877f442dc703b178bfaa850ba64737e7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/3caf9d5973ee9c74a8ecb6f21dd9a97c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/877f442dc703b178bfaa850ba64737e7.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/877f442dc703b178bfaa850ba64737e7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/877f442dc703b178bfaa850ba64737e7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "scrap_metal_craft_item": 1
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Toxic Spill, or purchase from the Toxic Spill General Store"
+ },
+ {
+ "id": 1320,
+ "type": "incinerated_garbage_bath_pattern_crafting_item",
+ "name": "Incinerated Garbage Bath Skin Pattern",
+ "description": "Main ingredient in the crafting of skins. This one requires a charcoal outline with a fitting amount of refined Pollutinum.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/aa243b77a8fd9cec41d88691aa802239.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f363a503255d17b253e26294845df80.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/849654d8c4e264fa4b70ec067e7b349a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f363a503255d17b253e26294845df80.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f363a503255d17b253e26294845df80.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f363a503255d17b253e26294845df80.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1321,
+ "type": "polluted_base_blueprints_crafting_item",
+ "name": "Polluted Base Blueprints",
+ "description": "Damp from soaking in sludge, this blueprint contains instructions on how to contain a small, localized toxic spill. There are references to a substance called \"Pollutinum\" which can be infused with metal and then lined with shard-laced sludge.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1653b6383176cd8f03fdca5942a09518.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1653b6383176cd8f03fdca5942a09518.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt in the Toxic Spill"
+ },
+ {
+ "id": 1322,
+ "type": "polluted_theme_scrap_1_crafting_item",
+ "name": "Polluted Theme Scrap I",
+ "description": "Grime-encrusted, torn piece of what seems to be a journal theme. Collect all three to complete this polluted journal theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/6b82ff6988f3b9ca61e37916a4f9bdcf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8630a5023fcba4121e939edd82b5c0b2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/22b8798b417fff50ff36bee3f3b35dae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8630a5023fcba4121e939edd82b5c0b2.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/8630a5023fcba4121e939edd82b5c0b2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/8630a5023fcba4121e939edd82b5c0b2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1323,
+ "type": "polluted_theme_scrap_2_crafting_item",
+ "name": "Polluted Theme Scrap II",
+ "description": "Slightly irradiated, torn piece of a journal theme. You can clearly make it out with the assistance of its bright glow. You will probably need a lot of clean Pollutinum to combat the adverse radioactive effects. Collect all three to complete this polluted journal theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/8aa4b651130e849c99c69b8f8865f2a8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a74804af06966c4d2a5db129e9993dc3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/0e28251f73c7bd3ad7a00f15ae3edd65.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a74804af06966c4d2a5db129e9993dc3.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a74804af06966c4d2a5db129e9993dc3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a74804af06966c4d2a5db129e9993dc3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1324,
+ "type": "polluted_theme_scrap_3_crafting_item",
+ "name": "Polluted Theme Scrap III",
+ "description": "Covered in what looks to be mud. Upon closer inspection, this looks to be a piece of a journal theme. You never would have guessed considering the smell! Collect all three to complete this polluted journal theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/dcca6f543bf9da7156726c319742b694.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/17c88aed59b9dba9e3d98bb76cf36bb9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/7afe495ae2b2e9710670891f239872ac.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/17c88aed59b9dba9e3d98bb76cf36bb9.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/17c88aed59b9dba9e3d98bb76cf36bb9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/17c88aed59b9dba9e3d98bb76cf36bb9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1325,
+ "type": "radioactive_curd_crafting_item",
+ "name": "Radioactive Curd",
+ "description": "Glowing, irradiated curd of cheese. Warm to the touch!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/6ecd66b877d2418240f827d1d1371df6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/732f486efbbf3d87fc007673ca940f66.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/84738abf4a3971ddcbd9b0e314e81885.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/732f486efbbf3d87fc007673ca940f66.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/732f486efbbf3d87fc007673ca940f66.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/732f486efbbf3d87fc007673ca940f66.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1326,
+ "type": "recycled_essence_crafting_item",
+ "name": "Pollutinum",
+ "description": "The result of Crude Pollutinum going through the \"4R\" process: recycle, reduce, reuse and refine. The process yields a de-radiated and stablized Pollutinum. It's extremely malleable and flexible while still retaining a solid structure!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "general",
+ "general",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/71c1213492b255a4662d4749328ba8d5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/af9ffb2d0655dbf62a5e4a086515bb23.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/af2a715c7bcba49deb5140b839402b92.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/af9ffb2d0655dbf62a5e4a086515bb23.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/af9ffb2d0655dbf62a5e4a086515bb23.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/af9ffb2d0655dbf62a5e4a086515bb23.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Refine Crude Pollutinum in the Toxic Spill"
+ },
+ {
+ "id": 1327,
+ "type": "scum_scrubber_trap_blueprints_crafting_item",
+ "name": "Scum Scrubber Blueprints",
+ "description": "Looks like an incredibly complex piece of cleaning machinery! It calls for a little bit of everything: Soapy Suds, refined Pollutinum, some Scrap Metal, and Canister Rings.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a72cdf1ea232a1c5cc3945652751ef07.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a72cdf1ea232a1c5cc3945652751ef07.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 2,
+ "obtain_hint": "Hunt Bog Beast mice in the Toxic Spill"
+ },
+ {
+ "id": 1328,
+ "type": "soapy_oasis_pattern_crafting_item",
+ "name": "Soapy Oasis Skin Pattern",
+ "description": "Main ingredient in the crafting of skins. This one looking for a substantial amount of refined Pollutinum with some Soapy Suds for flavor.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/17fc98e9366987d559409d919667cfa9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5111a0902fa65cc5876566bb47de6963.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/277a909a23de0da6e8b289d82748921c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5111a0902fa65cc5876566bb47de6963.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5111a0902fa65cc5876566bb47de6963.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5111a0902fa65cc5876566bb47de6963.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1329,
+ "type": "soapy_phantasmic_pattern_crafting_item",
+ "name": "Soapy Phantasmic Oasis Skin Pattern",
+ "description": "Main ingredient in the crafting of skins. A load of refined Pollutinum with a bathtub full of Soapy Suds should suffice.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4434dbb967e3be13b5aa8c161c46cee5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/80c613aa9da7af8ee7bf986805943b5b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a9943b84fdf74264329d6884b869b3df.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/80c613aa9da7af8ee7bf986805943b5b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/80c613aa9da7af8ee7bf986805943b5b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/80c613aa9da7af8ee7bf986805943b5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1330,
+ "type": "soapy_suds_crafting_item",
+ "name": "Soapy Suds",
+ "description": "Delicately gathered from lathered soap, these suds contain most of the cleaning power. Used mainly in the fabrication of Soap Charms.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b839bddf8bc68a2275cb3d00add8e169.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd9ed99e804e7d8d9b8c674a70290502.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/2ea81573c164edd0bf4022ba509b3c2b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd9ed99e804e7d8d9b8c674a70290502.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd9ed99e804e7d8d9b8c674a70290502.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd9ed99e804e7d8d9b8c674a70290502.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Hazmat and Lab Technician mice in the Toxic Spill"
+ },
+ {
+ "id": 1331,
+ "type": "washboard_base_blueprints_crafting_item",
+ "name": "Washboard Base Blueprints",
+ "description": "Washboards, the original cleaning machine! An old design souped up with Soapy Suds! Looks pretty straight forward, 100 Soapy Suds should do it.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/5fc75c4b869c6aec4e3675d01434d32c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/5fc75c4b869c6aec4e3675d01434d32c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Hazmat and Lab Technician mice in the Toxic Spill"
+ },
+ {
+ "id": 1332,
+ "type": "completed_polluted_journal_theme_collectible",
+ "name": "Completed Polluted Journal Theme",
+ "description": "Grime-encrusted and slightly irradiated, this Journal Theme is built from three tattered scraps torn from the paws of some of the most powerful polluted mice. It may be a little dirty and a little grimey but hunters can use this theme with a smile, knowing how much they helped clean up and restore Gnawnia.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/24bcf8a3e8bc2f5b0715a008ea54af22.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3c58b2de857203ac72e238e5bc88f68f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/24bcf8a3e8bc2f5b0715a008ea54af22.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/24bcf8a3e8bc2f5b0715a008ea54af22.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1333,
+ "type": "giant_waste_barrel_stat_item",
+ "name": "Giant Refining Barrel",
+ "description": "This is a restricted biochemical storage container that is still in the experimental stages and unavailable for hunting use.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c0bb3f6b20fd32c773b65590e10d923e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cf398791bdc55a549f96b43f9c6c4819.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a8d0cfe855da4c764bb515455b0df277.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cf398791bdc55a549f96b43f9c6c4819.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cf398791bdc55a549f96b43f9c6c4819.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cf398791bdc55a549f96b43f9c6c4819.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1334,
+ "type": "large_waste_barrel_stat_item",
+ "name": "Large Refining Barrel",
+ "description": "Serious about collecting Crude Pollutinum? Upgrade your storage to this large-sized, high-grade Crude Pollutinum storage container. This gives even more room to collect and refine a whopping additional 25 Crude Pollutinum, bringing your maximum to 250. \n \nRefine an additional 5 Crude Pollutinum per hunt with this barrel!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9108e395477b1e78b74a35fbf4f070c6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2cc6d3e84cdb347d719089b2287b143c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/fc76ba2c71538601379542e747e2e581.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2cc6d3e84cdb347d719089b2287b143c.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2cc6d3e84cdb347d719089b2287b143c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2cc6d3e84cdb347d719089b2287b143c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1335,
+ "type": "medium_waste_barrel_stat_item",
+ "name": "Medium Refining Barrel",
+ "description": "Upgrade your barrel to this medium-sized, high-grade Crude Pollutinum storage container! This gives you a bit more room to collect and refine an additional 15 Crude Pollutinum, bringing your maximum to 225. \n \nRefine an additional 3 Crude Pollutinum per hunt with this barrel!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/159df535032bbfc6daf71848b29751ca.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e9e69bce15678a7f91ba4ed9486c61ac.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/584995db185d2e0ff0a211e97c9265e7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e9e69bce15678a7f91ba4ed9486c61ac.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e9e69bce15678a7f91ba4ed9486c61ac.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e9e69bce15678a7f91ba4ed9486c61ac.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1336,
+ "type": "small_waste_barrel_stat_item",
+ "name": "Small Refining Barrel",
+ "description": "Upgrade your Crude Pollutinum storage ability with this small-sized, high-grade Crude Pollutinum storage container. This allows you to collect and refine an additional 10 Crude Pollutinum to a maximum of 210. \n \nRefine an additional 2 Crude Pollutinum per hunt with this barrel!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/157bf59fc97c849771fa748383343dc0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5d9b6599985c7efdd725a2576d5aa318.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/310fd7010eae9b3df2a13014abe68275.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5d9b6599985c7efdd725a2576d5aa318.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5d9b6599985c7efdd725a2576d5aa318.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5d9b6599985c7efdd725a2576d5aa318.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1337,
+ "type": "polluted_base",
+ "name": "Polluted Base",
+ "description": "A simulated spill was safely poured onto this base to mask it from its surroundings. Hard to distinguish between the actual spill itself, it allows the pollution of the Toxic Spill to seep through it, adding a chance for mice to drop a Radioactive Curd. Additionally, the Polluted Base will react with Polluted Charms, increasing the core radiation and using that energy to add extra Luck!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "polluted_set",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c27a807c50b95080d8433c839986c58d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/2e8a50f8150309591bcb6900074501e7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c27a807c50b95080d8433c839986c58d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c27a807c50b95080d8433c839986c58d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/940c6cab4a2e61ee8e6c2f96ce4cc524.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "polluted_base_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1338,
+ "type": "washboard_base",
+ "name": "Washboard Base",
+ "description": "The Washboard Base provides a corrugated surface that when rubbed against cleans away dirt and filth. Extremely effective against the Polluted mice.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "toxic_spill",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/df2bf46a5d4b220cd1cc008baaca9167.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/e5fe5c9bd9ab25db0ceb25b68f087eed.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/df2bf46a5d4b220cd1cc008baaca9167.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/df2bf46a5d4b220cd1cc008baaca9167.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/f2c11f0a77a1f98d5bfb6e848231143e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1339,
+ "type": "scum_scrubber_weapon",
+ "name": "Scum Scrubber",
+ "description": "The Soap Dispensing Pollution Disposal Unit, also known as the Scum Scrubber, is the Laboratory's way of fighting back and cleaning up the mess that was made. Twin sudsidizers produce the soapy liquid that is shot out of the Pressure-MASTER™ 3000 at 3000 PSI of pure cleansing power! The Clean-Claw™ holds mice still while they get the shower of their life! The claw collects leftover toxins and residue and properly* disposes it. \n \n* Disposal method carried out in accordance with Section 45, Line 452 of the King's Safety Act of 1999.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "trap_parts",
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/225ff0f1e44f8a601dded1afcbdaab5b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/252c5c5e87329009fe15d073e5fc73b0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/225ff0f1e44f8a601dded1afcbdaab5b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/972a25d75f648d31fc00088142677b3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 13,
+ "luck_formatted": "13",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "scum_scrubber_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1340,
+ "type": "super_radioactive_blue_cheese",
+ "name": "Rancid Radioactive Blue Cheese",
+ "description": "Radioactive Blue Cheese, exposed to lethal amounts of radioactive waste, cracks and putrifies, yielding Rancid Radioactive Blue Cheese. Named after its \"ripe\" smell, this cheese, while once appealing to the Laboratory's experimental breeds, has become the choice selection of the Polluted mice. Naturally drawn to its irradiated warmth, the Polluted mice find it completely irresistable! For best results, store in an eternal concrete sarcophagus when not in use.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "toxic_spill",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/2a7c0f6c65bc54f3bef2a02ab56c948b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/b406410d7c4e8f26cf1b0dd6819d0d5d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/96a9a891d1c99e1ed5f9d3759960e356.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/08e4b27b3043710812c5b3a1cd00bc66.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/b406410d7c4e8f26cf1b0dd6819d0d5d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/b406410d7c4e8f26cf1b0dd6819d0d5d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/b406410d7c4e8f26cf1b0dd6819d0d5d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "radioactive_curd_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1341,
+ "type": "extreme_polluted_trinket",
+ "name": "Extreme Polluted Charm",
+ "description": "Taking Polluted Charms to the extreme! Extreme Polluted Charms add a significant amount of Luck above your lowly Polluted Charm. Adds +10 Luck to the Polluted and Pollutinum Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "polluted_set",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/aa84b1f4176b044be8a5151480737f7b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/133e7f7d9aafa736d8ec11e151c3fdbd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/dbfc7623ca28daa6b9349fceb5cc4bb2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/133e7f7d9aafa736d8ec11e151c3fdbd.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/133e7f7d9aafa736d8ec11e151c3fdbd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/133e7f7d9aafa736d8ec11e151c3fdbd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1342,
+ "type": "polluted_trinket",
+ "name": "Polluted Charm",
+ "description": "Pollutinum combined with Charm Orbs are used as an accelerant agent that reacts with the Polluted Base infusing it with extra luck. Adds +4 Luck to the Polluted and Pollutinum Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "polluted_set",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/fbf765d0ed368310092f4b0905d574e8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/890d95e34025bc44a948865e22932429.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/a97493f1278ebde61a5cf09ef6ef5354.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/890d95e34025bc44a948865e22932429.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/890d95e34025bc44a948865e22932429.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/890d95e34025bc44a948865e22932429.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1343,
+ "type": "soap_trinket",
+ "name": "Soap Charm",
+ "description": "Good ol' reliable soap! Perfect for cleaning up the most disgusting of messes. Soap is the bane to Polluted mice. Arming this charm will strengthen your trap in the Toxic Spill environment, greatly boosting your trap's Power and Luck and your pollutinum refinement ability. \n \nEquipping this charm while refining Crude Pollutinum provides a bonus of +1 to the amount of Crude Pollutinum you can refine each hunt. This charm also prevents the loss of Crude Pollutinum during the refining process when you fail to catch a mouse.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "toxic_spill",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/2cbe52a797614757f3aa0d93bc958602.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0635a04262e6d4379f00ba4eebb9409d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/de2406521be37346efac8108f1ef15b2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0635a04262e6d4379f00ba4eebb9409d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0635a04262e6d4379f00ba4eebb9409d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0635a04262e6d4379f00ba4eebb9409d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 10,
+ "power_formatted": "10",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1344,
+ "type": "super_polluted_trinket",
+ "name": "Super Polluted Charm",
+ "description": "Supercharged versions of the Polluted Charm. Slightly more polluted, slightly more luck. Adds +6 Luck to the Polluted, Pollutinum and Refined Pollutinum Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "polluted_set",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/96805199b48158d1ceda81d5dcc79fb8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/b9596e8ec780821e5a5013478344ff16.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/2eff642761f6661cdceba6ccc019b3cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/b9596e8ec780821e5a5013478344ff16.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/b9596e8ec780821e5a5013478344ff16.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/b9596e8ec780821e5a5013478344ff16.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1345,
+ "type": "ultimate_polluted_trinket",
+ "name": "Ultimate Polluted Charm",
+ "description": "The most experimental Polluted Charm available to conventional hunters. Maximum Pollutinum fusion has been attained with sufficient Luck added as a stabilizer. Adds +15 Luck to the Polluted and Pollutinum Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "polluted_set",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c5ff3b8d0cbc63863af29b7be1812d3c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/50c4d63c75d96e5b60b6f34c3f1e48f0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/bd6d87fa35bc79da59dbbd2dc4b9fbdb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/50c4d63c75d96e5b60b6f34c3f1e48f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/50c4d63c75d96e5b60b6f34c3f1e48f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/50c4d63c75d96e5b60b6f34c3f1e48f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1346,
+ "type": "super_radioactive_blue_potion",
+ "name": "Rancid Radioactive Blue Potion",
+ "description": "A most foul concoction that has been double distilled and triple exposed to a raw, unfiltered, and lethal amount of radiation. Pour it over your Radioactive Blue Cheese to instantly rot it into Rancid Radioactive Blue cheese.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "laboratory",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/11152bfde786f4261ed45baf556b7ea7.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/22b00633e96e0796c1212eb79ccda5b0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/a45ef2f103492084922ebce7624d1bcc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/22b00633e96e0796c1212eb79ccda5b0.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/22b00633e96e0796c1212eb79ccda5b0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/22b00633e96e0796c1212eb79ccda5b0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1347,
+ "type": "incinerated_garbage_bath_skin",
+ "name": "Incinerated Garbage Bath Skin",
+ "description": "Loaded with refined toxic waste, the Incinerated Garbage Bath spews familiar looking toxic refuse that has been stripped of all its harmful chemicals, made biodegradable and heated to boiling point for extra purification! The ultimate way to recycle, reduce and reuse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/cceae78a3320757a5ec3e31f735dfb56.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2698b5b2345be5bd9c3e39c1a10baa1c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/cceae78a3320757a5ec3e31f735dfb56.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e3a80d6c11232a292cc993ba0026286b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "heat_bath_weapon",
+ "skin_weapon_name": "Heat Bath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f93e6e45d8c67371615eea5487d2158a.jpg",
+ "marketing_text": "Burn baby, Burn!!"
+ },
+ {
+ "id": 1348,
+ "type": "soapy_oasis_skin",
+ "name": "Soapy Oasis Trap Skin",
+ "description": "Working with some clever trapsmiths and the oasis bead you were able to create a tunnel of water and give it a mind of its own. While on standby the trap simply looks like a still pool of fresh water in a beautiful desert oasis, however any mouse it encounters will be snatched up and rocketed through the water tunnel to whatever destination you've set, be that Davy Jones' Locker or another continent. If this were big enough for a human and much safer, one might consider using it for a more cost effective travel method...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2ebba8a362f010e84ad036bb1c2996dd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/74859fdbf298d4e1dda60ec59e236360.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2ebba8a362f010e84ad036bb1c2996dd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/befd1a1bcb8cd6407bfb1e1711a13028.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "oasis_water_node_weapon",
+ "skin_weapon_name": "Oasis Water Node Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7c923688e7f62bfde8cea3b70cd3b1b2.jpg",
+ "marketing_text": "Self-cleaning and self-renewing, the genius minds at the Laboratory have created a vortex straight into their brand new super clean filtration system! Providing a constantly-renewed, freshly-soaped water source perfect for cleaning even the most dirtiest of mice! A disclaimer on the box states that some mice MAY need a second wash cycle..."
+ },
+ {
+ "id": 1349,
+ "type": "soapy_phantasmic_oasis_skin",
+ "name": "Soapy Phantasmic Oasis Trap Skin",
+ "description": "The phantasms and spirits that dwell in this mysterious oasis are directly in tune with their environment. Enraged by the toxic spills that poison the purity of their waters, this oasis has generated its own ethereal soap suds and grabs anything even remotely dirty nearby, cleaning it beyond clean! You're not fully clean until you're phantasmically fully clean!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7d1353a40a82b35990666b178944c187.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fe80a23a1e0699a6e80493a86c2c0cde.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7d1353a40a82b35990666b178944c187.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f8602e2de7f0aee820261e68b89c7d81.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "phantasmic_oasis_weapon",
+ "skin_weapon_name": "Phantasmic Oasis Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d9f9e434f759c8807f22fe43c7d4333.jpg",
+ "marketing_text": "Dirty? Like really dirty? Just take a quick, phantasmatic dip in this soapy spring!"
+ },
+ {
+ "id": 1350,
+ "type": "athletic_lunar_scroll_case_convertible",
+ "name": "Sealed Athletic Lunar Scroll Case",
+ "description": "A sealed Athletic Lunar Treasure Map!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7c47c475fb6adfe789819108dc522824.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3a69ce30d0ae448aabfc568ec84faa2e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5fd89f31ba9400db01d7618c283d97ac.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/82d2077da377eb5ef3aa736c48436389.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3a69ce30d0ae448aabfc568ec84faa2e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3a69ce30d0ae448aabfc568ec84faa2e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3a69ce30d0ae448aabfc568ec84faa2e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1351,
+ "type": "athletic_lunar_treasure_chest_convertible",
+ "name": "Athletic Lunar Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4289de4cbd0bffaa5d7c1649a9b44879.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2004f942df43d843bf2001fba13ea2fe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/34d4f1fb9638f43c091e8db61c52b4cf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/521147053aab46830fbd54e16dd62fe6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2004f942df43d843bf2001fba13ea2fe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2004f942df43d843bf2001fba13ea2fe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2004f942df43d843bf2001fba13ea2fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1352,
+ "type": "horse_festival_celebration_kit_convertible",
+ "name": "Horse Festival Celebration Kit",
+ "description": "Wow! What better way to celebrate the Year of the Horse than with... a horse! A horse filled with a plethora of SUPER|brie+, Firecracker Charms AND some Nitropop Potions! \n \nInside, you'll find: \n \n• 250 SUPER|brie+ \n• 100 Firecracker Charms \n• 15 Nitropop Potions \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eeb1d75424700ae896edbf953cf88a01.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/21f3cc3d0cc77c0cac8c943e49772e73.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8c744b02eb1c4fcec7a7b2fa5b594ced.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a34e8bb841fc76efddac384f5c7a0fb1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/21f3cc3d0cc77c0cac8c943e49772e73.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/21f3cc3d0cc77c0cac8c943e49772e73.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/21f3cc3d0cc77c0cac8c943e49772e73.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1353,
+ "type": "lunar_athletic_pack_convertible",
+ "name": "Lunar Athletic Pack",
+ "description": "Speeding in with style! The Lunar Athletic Pack delivers enough items to fuel you for quite a ride! \n \nInside, you'll find: \n \n• 500 SUPER|brie+ \n• 300 Runny Cheese \n• 300 Firecracker Charms \n• 45 Nitropop Potions \n• 10 Lucky Rabbit Charms \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dae2c4b35152dbfcd9826fcf3e97200c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/20a3d83e95c48ed205ce87a40f0d4368.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d0a5b4b4b0e91f9e0598844ff55af85a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/895202272d4adc4ac5fc4099db1f90e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/20a3d83e95c48ed205ce87a40f0d4368.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/20a3d83e95c48ed205ce87a40f0d4368.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/20a3d83e95c48ed205ce87a40f0d4368.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1354,
+ "type": "lunar_new_year_scroll_case_convertible",
+ "name": "Sealed Lantern Lighter Scroll Case",
+ "description": "A sealed Lunar New Year Lantern Lighter Treasure Map!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9d84be6823249ddc50d678dabde61f15.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/65c306d3a952af9ab23547bbe0388e12.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/79c591f085563f37ac1afb881699f5ba.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/80f1f20c8e295b0068543829b3921742.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/65c306d3a952af9ab23547bbe0388e12.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/65c306d3a952af9ab23547bbe0388e12.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/65c306d3a952af9ab23547bbe0388e12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 3
+ },
+ {
+ "id": 1355,
+ "type": "lunar_new_year_treasure_chest_convertible",
+ "name": "Lunar New Year Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ccc08de67a3144fd7663f8b929b0eced.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3767487f06a1ee92f03a6f29c20a231f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/42f1f2f8b7dd70a3a86253035ccce29b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/afef0a0c10e0be84df14543d3f3c0753.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3767487f06a1ee92f03a6f29c20a231f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3767487f06a1ee92f03a6f29c20a231f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3767487f06a1ee92f03a6f29c20a231f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1356,
+ "type": "rare_athletic_lunar_treasure_chest_convertible",
+ "name": "Rare Athletic Lunar Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ecb359bf5ea04cf4dba28e02a12d8bc5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/57634f06079c7e969931be23c26c56a5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f0e8aaf5d8f823b3beab69ae0c1d8aa5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/47306364cd3e31483c4888d1206bf308.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/57634f06079c7e969931be23c26c56a5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/57634f06079c7e969931be23c26c56a5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/57634f06079c7e969931be23c26c56a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1357,
+ "type": "rare_lunar_new_year_treasure_chest_convertible",
+ "name": "Rare Lunar New Year Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/34c785cd9c6608e29f51b8878439af50.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7ffe923ab684b24e9e496e3690b69cd3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ec671dfdd79ab1d031dadfb8874befcf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b25e4d5532853d701beaf375b64d15f8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7ffe923ab684b24e9e496e3690b69cd3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7ffe923ab684b24e9e496e3690b69cd3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7ffe923ab684b24e9e496e3690b69cd3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1358,
+ "type": "year_of_the_horse_gift_basket_convertible",
+ "name": "Year of the Horse Gift Basket",
+ "description": "A small, quaint, cozy gift basket. Perfect for the cozy cruise! \n \nInside, you'll find: \n \n• 100 SUPER|brie+ \n• 35 Firecracker Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eb3dc96fcdc29ab0c872011441329375.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/144e9fabcd560ed972a8a9cb395c681b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c4bec896f2e536920e405a2a7c2f0656.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4ed367fcdf06c1c5c4c3d487fd1bc7da.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/144e9fabcd560ed972a8a9cb395c681b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/144e9fabcd560ed972a8a9cb395c681b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/144e9fabcd560ed972a8a9cb395c681b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1359,
+ "type": "acolyte_realm_miniature_collectible",
+ "name": "Acolyte Realm Miniature",
+ "description": "This miniature can be found randomly on mice during the Acolyte Realm section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/de52bb3c237e92e394cee404b42da8c8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8a98db093933ac5545a1227d2ee988f6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/de52bb3c237e92e394cee404b42da8c8.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/de52bb3c237e92e394cee404b42da8c8.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1360,
+ "type": "captains_cavalry_sword_collectible",
+ "name": "Captain's Cavalry Sword",
+ "description": "No true captain of a ship is complete without their cavalry sword! This ornate specimen proves that the wearer is a true Cruise Captain and has completed a full tour. Also, it just looks swell with pretty much any outfit. \n \nComplete a full cruise on Calamity Carl's Cruise in 2014 to obtain this sword and gain access to all the great items in the ship's Shops!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c135ed3f2eaa28fd1a828ac44d8aef2b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7926ac45478986d9a8fb41320e6cb6de.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c135ed3f2eaa28fd1a828ac44d8aef2b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c135ed3f2eaa28fd1a828ac44d8aef2b.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1361,
+ "type": "digby_lab_miniature_collectible",
+ "name": "Digby Lab Miniature",
+ "description": "This miniature can be found randomly on mice during the Digby & Lab section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/1f9fc65affe6486cbde949583b2ea3a5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dd126958266e6ead58dfd72fb06d6685.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/1f9fc65affe6486cbde949583b2ea3a5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/1f9fc65affe6486cbde949583b2ea3a5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1362,
+ "type": "gnawnian_express_miniature_collectible",
+ "name": "Gnawnian Express Miniature",
+ "description": "This miniature can be found randomly on mice during the Daredevil Canyon section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4fbf506bea5d88064055b8cc78351359.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e1572751c0a2352624972e5e240d422a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4fbf506bea5d88064055b8cc78351359.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4fbf506bea5d88064055b8cc78351359.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1363,
+ "type": "gnawnian_shoreline_miniature_collectible",
+ "name": "Gnawnian Shoreline Miniature",
+ "description": "This miniature can be found randomly on mice during the Gnawnian Shoreline section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/902a1adea03ab1ab5d2643b31aa619fc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/143cfe4e8ee6ec9f3ae0fd77c8e4595b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/902a1adea03ab1ab5d2643b31aa619fc.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/902a1adea03ab1ab5d2643b31aa619fc.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1364,
+ "type": "harbour_miniature_collectible",
+ "name": "Harbour Miniature",
+ "description": "This miniature can be found randomly on mice during the Harbour section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/1f30209d18766ac0169c55bac256a27f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b2faf69df8f490e757e2d3477b52e9f5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/1f30209d18766ac0169c55bac256a27f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/1f30209d18766ac0169c55bac256a27f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1365,
+ "type": "horse_mask_collectible",
+ "name": "Horse Mask",
+ "description": "This Lunar New Year, it's the horse's time to shine! Celebrate the Year of the Horse with this replica Horse Mask! \n \nBe the life of the party with one of these masks! Even has a built in \"whinnying\" module! Dress and sound the part! \n \n\"Every day I hear and I see eternity. I am frozen in awe of my knowledge of forever...\"",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/7546a29d8a543f376104ffd3f1416734.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dba54122808f61288f17a063f7434b9b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/7546a29d8a543f376104ffd3f1416734.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7546a29d8a543f376104ffd3f1416734.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1366,
+ "type": "iceberg_miniature_collectible",
+ "name": "Iceberg Miniature",
+ "description": "This miniature can be found randomly on mice during the Iceberg section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f60541f9c25d628b66d56e65ae3e0b26.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c8359042b879e246e2907b34fd78c5da.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/f60541f9c25d628b66d56e65ae3e0b26.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f60541f9c25d628b66d56e65ae3e0b26.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1367,
+ "type": "ss_huntington_iii_miniature_collectible",
+ "name": "S. S. Huntington III Miniature",
+ "description": "This miniature can be found randomly on mice during the S.S. Huntington III section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/1d3e08200ee13be6f9d06d1c19271ec6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/aade28dee656c3ec02c3fec1b847d08d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/1d3e08200ee13be6f9d06d1c19271ec6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/1d3e08200ee13be6f9d06d1c19271ec6.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1368,
+ "type": "tribal_isles_miniature_collectible",
+ "name": "Tribal Isles Miniature",
+ "description": "This miniature can be found randomly on mice during the Tribal Isles section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/104d060299def324e8102973a9b65b27.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0edf2d0ab96b3e0fb461768de1980367.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/104d060299def324e8102973a9b65b27.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/104d060299def324e8102973a9b65b27.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1369,
+ "type": "wooden_hobby_horse_miniature_collectible",
+ "name": "Wooden Hobby Horse Miniature",
+ "description": "Made with real Onyx Stone for the eyes and locks of Larry's Moustache for the mane!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4e0da9e3c827dd2818e86b529da3fec0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5cf6d5aaef9c2b538ab4276bd79bb67d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4e0da9e3c827dd2818e86b529da3fec0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4e0da9e3c827dd2818e86b529da3fec0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1370,
+ "type": "zugzwang_island_miniature_collectible",
+ "name": "Zugzwang Island Miniature",
+ "description": "This miniature can be found randomly on mice during the Zugzwang Island section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/bd2ccd331ecb162522f5104a9c182472.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/300beca119adc49f7a49f00eece005b1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/bd2ccd331ecb162522f5104a9c182472.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bd2ccd331ecb162522f5104a9c182472.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1371,
+ "type": "horse_jade_base",
+ "name": "Horse Jade Base",
+ "description": "The spirit of freedom is carved into this base. The wild and untamed horse, galloping headlong toward the horizon. \n \nOnly hunters who have helped Carl complete a full cruise in 2014 and saved up sufficient Cruise Bux will be able to have their Jade Base carved into this attractive and fantastic base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/21daf46481e5016fa6d46ccfec6b6126.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/f331d1becceaad3dd8a3d50440a1f64b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/21daf46481e5016fa6d46ccfec6b6126.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/21daf46481e5016fa6d46ccfec6b6126.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/6046381c4d7454e7568e084dc28140e1.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 325,
+ "power_formatted": "325",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1372,
+ "type": "horse_power_trinket",
+ "name": "Horsepower Charm",
+ "description": "These custom-made firework charms are a sight to behold. The explosion sounds like the roaring hooves of a thousand horses and it ends with a loud and terrifying whinny. \n \nUsing these powerful firework charms on Calamity Carl's Cruise will boost the speed of the ship to MAXIMUM, moving the cruise along at 25 KM per mouse catch!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/2715cf57aa3586616ca2dc3db47af739.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/80ce3f6e06e5b8e7d811aa53582dad38.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/81b4d21b8c450838454e2fc7fa5836ca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/80ce3f6e06e5b8e7d811aa53582dad38.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/80ce3f6e06e5b8e7d811aa53582dad38.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/80ce3f6e06e5b8e7d811aa53582dad38.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1373,
+ "type": "horse_power_potion",
+ "name": "Horsepower Potion",
+ "description": "Beware of bucking and trampling when opening this potion. The contents seem wild and untamed! \n \nUse on 1 Nitropop Charm to convert it into 1 Horsepower Charm.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "vintage",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/fd2a0af652b73c357af0f36474e25f3b.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/808fcc7ed6440819efbf53e6ed07fae4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/49ebffe74366e7e409654a3e873fd907.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/808fcc7ed6440819efbf53e6ed07fae4.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/808fcc7ed6440819efbf53e6ed07fae4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/808fcc7ed6440819efbf53e6ed07fae4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1374,
+ "type": "enraged_love_bot_skin",
+ "name": "Entranced LoveBot Skin",
+ "description": "Digby scientists were hard at work trying to improve upon the already amazing RhinoBot when a fluke of chance led to the creation of the Enraged RhinoBot! The pure platinum cogs make it practically indestructible and a machine of pure raging power! It is hard to say whether the scientists think their masterpiece a success or a failure. Since the Enraged Rhinobot has emerged from the labs, no one has been able to discover those scientists' whereabouts!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4ec9e28ccafab694e0e8f4d25cd16386.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/53e8f48a69c54b1fe9d42f1963f30aff.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4ec9e28ccafab694e0e8f4d25cd16386.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/01e02e60cc2aa88d71a75f24007f4f07.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "enraged_rhinobot_weapon",
+ "skin_weapon_name": "Enraged RhinoBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8ac71ab58970962e7b9ebd6a072d459.jpg",
+ "marketing_text": "Venting \"Pure Love\" into the air, the Entranced Love Bot was designed to spread pure pheromone-L from his vents to make sure that every hunter feels like they're in love!"
+ },
+ {
+ "id": 1375,
+ "type": "horsehead_acronym_skin",
+ "name": "Horsehead ACRONYM Skin",
+ "description": "This highly unstable trap setup is held in a constant state of metamorphosis by the unpredictable power of the Onyx stone. This trap almost appears alive, growing metal roots into whatever base to which it is attached. \n \nThis trap's methods of capture are infinitely random. It can use its jagged metallic roots to impale mice, expel a thick and dark vapor that turns mice into stone, or bend space and time to erase the mouse from existence. \n \nScientists of Digby warn hunters that the power of the Onyx stone is incredibly dangerous and fear that using this trap could lead to the end of the world.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3c7f6247a71331dcb14410c2e70eaccf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/feb4e1c14890067936db7d58286b47d4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3c7f6247a71331dcb14410c2e70eaccf.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f004b1bd48b664cabe8d0ddf8c6cfd56.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "acronym_weapon",
+ "skin_weapon_name": "Arcane Capturing Rod Of Never Yielding Mystery",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8c565e7fd176dc438acfbe557e0d360.jpg",
+ "marketing_text": "Celebrate the Year of the Horse or simply show off how awesome horses are with a blazing barrage of exciting horseplosions!"
+ },
+ {
+ "id": 1376,
+ "type": "library_m400_assignment_convertible",
+ "name": "M400 Hunting Research Assignment",
+ "description": "This envelope contains a Research Assignment that will have you looking for the elusive M400 prototype. \n \nProceed with caution: \n \nThis mouse is extremely dangerous and resilient. Even with the mightiest trap, it will be tough to capture. Make sure you have plenty of Fusion Fondue before attempting this assignment.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e07fcefd165eb23c842204e068e6ebcb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c9da437d75fa4579fcc9fa7b112d5d36.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e25b53ea07224996717cc5bdfa751ded.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/96029a125ad02ebaefb9ef098acfb4e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c9da437d75fa4579fcc9fa7b112d5d36.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c9da437d75fa4579fcc9fa7b112d5d36.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c9da437d75fa4579fcc9fa7b112d5d36.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1377,
+ "type": "library_m400_bait_assignment_convertible",
+ "name": "M400 Bait Research Assignment",
+ "description": "This envelope contains a Research Assignment that will have you looking for ingredients to create the M400's irresistible fuel source: Fusion Fondue.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dbedd4593bea383b485adc92d339edf9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd62ea7365cfc7114560c88e6096997.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b0a4dc0c27500e593fa45da88192faa3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/01881096157b78e89b1035cadf098fb3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd62ea7365cfc7114560c88e6096997.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd62ea7365cfc7114560c88e6096997.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd62ea7365cfc7114560c88e6096997.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1378,
+ "type": "tome_of_wisdom_black_convertible",
+ "name": "Onyx Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4683819914057084200183ff5b613692.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d19b21d0592249d86f68e99f0030577.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c20433a8349231f95dd7118be6b5287c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0b05076326ecdef76d6c7b83e79162b6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d19b21d0592249d86f68e99f0030577.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1d19b21d0592249d86f68e99f0030577.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1d19b21d0592249d86f68e99f0030577.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1379,
+ "type": "tome_of_wisdom_white_convertible",
+ "name": "Silver Tome of Wisdom",
+ "description": "This magical tome contains hunting knowledge. Opening the tome bestows this wisdom upon the hunter, furthering their hunter's title and giving bonus points.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2b117f8c3cf427b1897b8ac52bf06011.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1db8de5f02efaf98b4f0c8c21e400f50.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/aaf859b47ab07f128696dc85614771a8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6a0e1d70c5c70e45a4682c284c8a3718.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1db8de5f02efaf98b4f0c8c21e400f50.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1db8de5f02efaf98b4f0c8c21e400f50.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1db8de5f02efaf98b4f0c8c21e400f50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1380,
+ "type": "aged_grape_juice_crafting_item",
+ "name": "Aged Grape Juice",
+ "description": "A delicacy among the older mice in Gnawnia. The rotting Grapes of Wrath from Balack's Cove give off a succulent stench and bitter taste that complements some of the more stronger types of cheese. \n \n\"A cup a day with old curds and whey keep the hunters at bay!\"",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b418d1357720fbd0f9c5f63be3f31f2e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d2683d9fb98d4603933fdb7d4ec16eb4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/9c76a636d024a0354fbe0297aaf67237.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d2683d9fb98d4603933fdb7d4ec16eb4.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d2683d9fb98d4603933fdb7d4ec16eb4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d2683d9fb98d4603933fdb7d4ec16eb4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1381,
+ "type": "cheddar_powder_crafting_item",
+ "name": "Cheddar Powder",
+ "description": "Powder made from dried and ground-up Cheddar Cheese. Mix into some elbow macaroni with butter and milk!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0d48ccfb8ff772ed117dac9fb3769cbb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f8bede50428c8c2214726c2aaffab69.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/8ae0988bdc1aa325fefb8ea88a819648.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f8bede50428c8c2214726c2aaffab69.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f8bede50428c8c2214726c2aaffab69.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5f8bede50428c8c2214726c2aaffab69.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1382,
+ "type": "gooey_gruyere_curd_crafting_item",
+ "name": "Gooey Gruyere Curd",
+ "description": "One of the finest cheeses for melting, perfect for cooking and combining in a multitude of different recipes. Has a slightly nutty flavour.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/94a1eede7ee73790ea98ce93fc6a2250.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/f58e0a6a499ddc4c98ad273627831876.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/1aadc6652bb6adbbbc4a5678a28577fe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/f58e0a6a499ddc4c98ad273627831876.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/f58e0a6a499ddc4c98ad273627831876.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/f58e0a6a499ddc4c98ad273627831876.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1383,
+ "type": "microchip_curd_crafting_item",
+ "name": "Microchip Curd",
+ "description": "Contains encrypted data about the strengths and weaknesses of the currently known cheese types in Gnawnia. These were manufactured to be installed into the M400, allowing it to translate taste, aroma, attraction and avoidance for types of cheese it encounters. \n \nEach microchip is programmed to only output data about one specific type of cheese at a time in an attempt to control the information input the M400 can receive. However, the decryption codes were also included in the M400's database (a bit of an oversight), rendering this safeguard quite useless...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ba05ca1a17acd14ecab1ee34f4931448.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/88b60b0beb5a56372402a925be19818e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/90a471e379c82b10a62f189848f59016.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/88b60b0beb5a56372402a925be19818e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/88b60b0beb5a56372402a925be19818e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/88b60b0beb5a56372402a925be19818e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1384,
+ "type": "nuclear_garlic_crafting_item",
+ "name": "Nuclear Garlic",
+ "description": "The perfect vessel for containing nuclear energy. Garlic is a natural conductor of radiation and those that grow near the power reactors located at the Laboratory become completely saturated with it. Hunters have never been able to safely harvest this garlic, as it's been too close to the dangerously unmaintained reactors, but now it appears that someone (or something) has collected it all... \n \nCAUTION WHEN HANDLING: Can cause the growth of extra extremities... or cause existing ones to fall off.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/3daaaa26da6450c7880ef835fadf95bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/96ad900bbd094a76b1df9b52f600a79a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/4cf74a1f0707096e6e8ce95ac665e27a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/96ad900bbd094a76b1df9b52f600a79a.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/96ad900bbd094a76b1df9b52f600a79a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/96ad900bbd094a76b1df9b52f600a79a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1385,
+ "type": "m400_intel_stat_item",
+ "name": "Piece of M400 Intel",
+ "description": "Intelligence leading you one step closer to the location of the M400!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/21f70542631c1fac29a831708473ed63.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/21f70542631c1fac29a831708473ed63.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/m400.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1386,
+ "type": "fusion_fondue_cheese",
+ "name": "Fusion Fondue",
+ "description": "Cheesy, gooey, and infused with bubbling nuclear energy. \n \nThe M400 requires a specially-formulated fondue of ingredients to power its systems. Its self-preservation system activates when it gets low on energy, causing it to seek out and obtain some. The M400 does have the ability to create a fuel substitute if none can be found.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "crystal_library",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/754e7e23e7d5fd7739cd5b1d429f72dd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/5d5afdfcbe97f0b502d4eb823fafdc22.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/aebc9328ad6f725cdda434948486ee4c.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/fd1987dd6a28d86ada223151894cb629.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/5d5afdfcbe97f0b502d4eb823fafdc22.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/5d5afdfcbe97f0b502d4eb823fafdc22.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/5d5afdfcbe97f0b502d4eb823fafdc22.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1387,
+ "type": "library_m400_bait_research_quest_item",
+ "name": "M400 Bait Research Assignment",
+ "description": "Research the ingredients to make the Fusion Fondue Cheese.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/77ad90adb572c3e2baae38f961cd1ea2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/77ad90adb572c3e2baae38f961cd1ea2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/m400.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1388,
+ "type": "library_m400_research_quest_item",
+ "name": "M400 Hunting Research Assignment",
+ "description": "Find the location of the elusive M400 prototype and capture it.",
+ "display_order": 0,
+ "classification": "quest",
+ "tags": [
+ "adventuring",
+ "quest"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/quest_items/b81f2d61edac825f2f35fe8ef54546d7.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/quest_items/b81f2d61edac825f2f35fe8ef54546d7.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/m400.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "nothing_stat_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1389,
+ "type": "m400_monstrobot_skin",
+ "name": "M400 Sandstorm MonstroBot Skin",
+ "description": "Encased in metal that has stood the test of extreme weathering and time, the Sandstorm MonstroBot is outfitted with the most advanced technologies. Should a mouse be lucky enough to escape its heat sensor tracking and turbo lasers, they are still left to face its sheer size and hardened fists. One MonstroBot alone could take out three Digby DrillBots at once... easily. Thankfully, its tastes are of the more furry rodent variety!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8631b5107716cc6cad32ce2d96ac0652.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/560a48f810b3f324cb1340cf643e17bf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8631b5107716cc6cad32ce2d96ac0652.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a24d04b5223115ffabbb65b178da5f9f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sandstormbot_weapon",
+ "skin_weapon_name": "Sandstorm MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7d3207cc101f753c202eed2b192b4a6c.jpg",
+ "marketing_text": "Created in emergency response to the escape of the M400, this version of the Sandstorm MonstroBot has the latest and greatest in cosmetic technology merged into its design. The heavy, bulky sandblasted metal frame has been replaced with much lighter alloys using microdermabrasion!"
+ },
+ {
+ "id": 1390,
+ "type": "m400_upgraded_monstrobot_skin",
+ "name": "M400 Chrome MonstroBot Skin",
+ "description": "Encased in metal that has stood the test of extreme weathering and time, the Sandstorm MonstroBot is outfitted with the most advanced technologies. Should a mouse be lucky enough to escape its heat sensor tracking and turbo lasers, they are still left to face its sheer size and hardened fists. One MonstroBot alone could take out three Digby DrillBots at once... easily. Thankfully, its tastes are of the more furry rodent variety!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c1cb9771aa3c37e44d51065d552bf267.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5f8d49bb059dc7d7dfa699f84ffa8a47.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c1cb9771aa3c37e44d51065d552bf267.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/b7529817e9becbfa5396512f9a598683.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_monstrobot_weapon",
+ "skin_weapon_name": "Chrome MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "marketing_text": "Fearing that the M400 MonstroBot Skin may not be enough, they activated the Chrome Contingency Plan. Using leftover drops of chrome as a base, all known aspects of the M400 have been applied to the skin. Now, armed with flight thrusters and a plasma pulsar sword, it's going to be one heck of an air show when these two tango!"
+ },
+ {
+ "id": 1391,
+ "type": "2014_bday_gift_convertible",
+ "name": "2014 Birthday Gift",
+ "description": "A gift wrapped up to celebrate MouseHunt's Sixth Birthday! I wonder what's inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c078f58cbdcc1f5229d919eafa56f6a8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1c55edb496834458e790c2f38a1a04ae.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed702b41d9d9147d1c80e5b5945e92f7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fa977bccb4a58a138b00223d9eb74649.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1c55edb496834458e790c2f38a1a04ae.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1c55edb496834458e790c2f38a1a04ae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1c55edb496834458e790c2f38a1a04ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1392,
+ "type": "2014_birthday_goodie_bag_convertible",
+ "name": "Birthday Goodie Bag",
+ "description": "Party organizers have assembled this bag of goodies in exchange for a hunter's excess Party Supplies. Inside you'll find a small treat to help you in your hunter endeavors!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7edba7423d4b92212c6a5295122a7ae8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/11aabe6539b847890a2ff48d3f3820dd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a99e140840be4fb11feb8f5edf479115.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/25fe3b95382030b18ded12f3bf53b28e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/11aabe6539b847890a2ff48d3f3820dd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/11aabe6539b847890a2ff48d3f3820dd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/11aabe6539b847890a2ff48d3f3820dd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1393,
+ "type": "art_of_dance_skin_pack_convertible",
+ "name": "Forgotten Art of Dance Skin Pack",
+ "description": "One of each premium dance skin is included in this funky bundle at a discounted rate! \n \nIncludes all these classics, such as: \n \n\n• The Forgotten Art of Riverdance Skin \n• The Forgotten Art of Disco Dance Skin \n• The Forgotten Art of Dance Instruction Skin \n• The Forgotten Art of Capoeira Skin \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b98b598981405424d8d0ed0b9bb4241d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c713c3cb89d4c24e170e00358faee84f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/54d83a72a8704305f0f6d1114d29c157.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/597cc818ce684fdcddb829b40e53d6e0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c713c3cb89d4c24e170e00358faee84f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c713c3cb89d4c24e170e00358faee84f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c713c3cb89d4c24e170e00358faee84f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1394,
+ "type": "birthday_2014_scroll_case_convertible",
+ "name": "Sealed Sixth Birthday Scroll Case",
+ "description": "An elegantly wrapped birthday scroll case celebrating MouseHunt's Sixth Birthday!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a987d7524f52987742956a2da9330eab.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e2cbcb72ee229ae3178774e52447f4ac.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4ab777d3984de891b9f59b3a7ea6a4e8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8ceb657101570190f62899cdc3c5005e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e2cbcb72ee229ae3178774e52447f4ac.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e2cbcb72ee229ae3178774e52447f4ac.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e2cbcb72ee229ae3178774e52447f4ac.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1395,
+ "type": "birthday_2014_treasure_chest_convertible",
+ "name": "2014 Birthday Treasure Chest",
+ "description": "A simple, decorated Birthday Treasure Chest. Topped with a lovely polka-dotted pink bow and a sprinkle of confetti to finish.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5ad326f6ebcbe83e64222756cb13b304.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fad7f4934433d0305879e8ba7f351b71.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5a3e8bf7994703379c0991533776ec15.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cf3a7397c020ec011b5310b292688e3c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fad7f4934433d0305879e8ba7f351b71.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fad7f4934433d0305879e8ba7f351b71.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fad7f4934433d0305879e8ba7f351b71.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1396,
+ "type": "cupcake_party_tower_convertible",
+ "name": "Cupcake Party Tower",
+ "description": "So much celebration piled tower high! Get a dance party-sized cupcake tower to serve your dance patrons all night long!\n \nInside, you'll find: \n \n• 500 Cupcake Colby \n• 500 Party Charms \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5893ec686f627bca62e0e0090e53d03f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/85ca10a000ee6495be32987ab1f5d792.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8cee93dd3b97367fae37826348cbf341.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f2461e9d7f9a510ecdfe4400b0493eef.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/85ca10a000ee6495be32987ab1f5d792.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/85ca10a000ee6495be32987ab1f5d792.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/85ca10a000ee6495be32987ab1f5d792.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1397,
+ "type": "cupcake_party_tray_convertible",
+ "name": "Cupcake Party Tray",
+ "description": "Let's get this party started! A party platter of pretty pasteries to start the party! The Cupcake Party Tray provides a collage of Cupcake Colby for celebration and consumption.\n \nInside, you'll find: \n \n• 175 Cupcake Colby \n• 175 Party Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2402c7b246c7cd1e90668e6934dcef0d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dfd1b1ebb9c5ee5fa12d4cfdd1e4d161.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7ccaca15bfc46a29d9c8398770585c9a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1b99157287e5565cd5e6eb41893c21e5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dfd1b1ebb9c5ee5fa12d4cfdd1e4d161.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dfd1b1ebb9c5ee5fa12d4cfdd1e4d161.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dfd1b1ebb9c5ee5fa12d4cfdd1e4d161.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1398,
+ "type": "dlu_plus_box_convertible",
+ "name": "DLU+ Gift Box",
+ "description": "For MouseHunt's Sixth Birthday, the Devs have given me this fancy-shmancy gift! The glowing gold ribbon obviously grants 6 days of the Lucky Golden Shield, but as for what else is inside, I guess I'll have to open it and find out!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/45224f2790059171892f89259da4ce4d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bb00cecc38e399df7198a0a5db87459.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fbe41ebe2379f0058584e6e76460f509.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ebd150c25098bf2a0ad3c08474a41b8c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bb00cecc38e399df7198a0a5db87459.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0bb00cecc38e399df7198a0a5db87459.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0bb00cecc38e399df7198a0a5db87459.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1399,
+ "type": "rare_birthday_2014_treasure_chest_convertible",
+ "name": "2014 Rare Birthday Treasure Chest",
+ "description": "This rare treasure chest is adorned with a large, pink, polka-dotted ribbon, and gold trim, wrapped in the finest wrapping paper, and covered in a cascade of confetti. Sorta makes you not want to open it, it's so pretty!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fb09394883bfbca2f7c3f5d19c5458bf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/72a0c78fc9948d92fe0393a1cf69df46.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fb6e7f890dbb2cdea803b25d010bc7d6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b3952017197d64f8af66f1b62c439cd1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/72a0c78fc9948d92fe0393a1cf69df46.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/72a0c78fc9948d92fe0393a1cf69df46.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/72a0c78fc9948d92fe0393a1cf69df46.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1400,
+ "type": "sugar_rush_in_a_box_convertible",
+ "name": "Sugar Rush in a Box",
+ "description": "For the dedicated party animals out there, here comes a party in a box! This Sugar Rush in a Box has enough supplies to immediately start a party on the spot!\n \nInside, you'll find: \n \n• 1,200 Cupcake Colby \n• 1,200 Party Charms \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a55a5c05770303794c8059e91409f06c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5813498736fde44e728cdfa09203f726.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d9da41a0dd3cb908cc10bea606c2b479.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/12c41586a5b4de389b4f6f77b459d300.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5813498736fde44e728cdfa09203f726.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5813498736fde44e728cdfa09203f726.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5813498736fde44e728cdfa09203f726.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1401,
+ "type": "license_to_party_collectible",
+ "name": "First Place Dance Hall Trophy",
+ "description": "The coveted First Place Dance Hall Trophy. Sought after by all aspiring dance hall builders everywhere! Only the true masters of dance hall construction have one in their possession. Earned by completing construction of the Dance Hall during MouseHunt's Sixth Birthday.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e89bcfbcee80cdb7ee3a752dc17bb71c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6fb40ed10d3beceafdcd64dd922269ab.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e89bcfbcee80cdb7ee3a752dc17bb71c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e89bcfbcee80cdb7ee3a752dc17bb71c.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1402,
+ "type": "disco_ball_stat_item",
+ "name": "Disco Ball",
+ "description": "Consisting of hundreds of thousands of little reflective mirrors, this glittering ball is the focal point of the Dance Party. He who controls the ball, controls the dance!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/24570f5e351196fdc2e20992d8711f09.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/81041b7a163ac90710d88dc43a851865.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/64260dd961511265dbca56bca6d9d44d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/81041b7a163ac90710d88dc43a851865.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/81041b7a163ac90710d88dc43a851865.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/81041b7a163ac90710d88dc43a851865.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1403,
+ "type": "party_supplies_stat_item",
+ "name": "Party Supplies",
+ "description": "Box of party essentials. Required for crafting a dance stage and other party attractions for the Birthday Dance Party of 2014.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ea81863926a3b9807104cb19bb2d292c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2877e13114cc3736d7205a17aa821fb0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d29fde750d0ce74790c888ef0fd455ce.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2877e13114cc3736d7205a17aa821fb0.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2877e13114cc3736d7205a17aa821fb0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2877e13114cc3736d7205a17aa821fb0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1404,
+ "type": "birthday_dragee_cake_base",
+ "name": "Birthday Dragée Cake Base",
+ "description": "A generous portion of sponge cake decorated with hard cheese dragée for an extra flavourful finish. \n \nA flavour first savoured during MouseHunt's 6th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/defbfb580f0279c12eedb7ac643b71b9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/3066e741476aa3bba66daf9e5a502bd3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/defbfb580f0279c12eedb7ac643b71b9.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/defbfb580f0279c12eedb7ac643b71b9.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/ed48b614f44de38e6b3b390f00fdf2df.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 175,
+ "power_formatted": "175",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1405,
+ "type": "forgotten_art_of_dance_weapon",
+ "name": "The Forgotten Art of Dance",
+ "description": "Built by the smoothest and suavest dance scientists in Digby. This dance bot was created by modifying existing droids with extra suave servos and fully funk-tioning mechanical rhythm rotator cuffs, giving this droid the ability to get down! Mice trigger the dance challenge proximity sensor that starts the music and initiates a dance battle with the droid. Mice usually dance until they inevitably faint from exhaustion.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4be74605d69df8e000617d56254af8b5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a5be0370af0b389e778c20c4e7e0b955.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/4be74605d69df8e000617d56254af8b5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ce317a6053806590b1be8f5488e7c7a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.06,
+ "attraction_bonus_formatted": "6%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "river_dance_art_of_dance_skin",
+ "disco_art_of_dance_skin",
+ "instruction_art_of_dance_skin",
+ "capoeira_art_of_dance_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "river_dance_art_of_dance_skin",
+ "disco_art_of_dance_skin",
+ "instruction_art_of_dance_skin",
+ "capoeira_art_of_dance_skin"
+ ]
+ },
+ {
+ "id": 1406,
+ "type": "capoeira_art_of_dance_skin",
+ "name": "The Forgotten Art of Capoeira Skin",
+ "description": "Built by the smoothest and suavest dance scientists in Digby. This dance bot was created by modifying existing droids with extra suave servos and fully funk-tioning mechanical rhythm rotator cuffs, giving this droid the ability to get down! Mice trigger the dance challenge proximity sensor that starts the music and initiates a dance battle with the droid. Mice usually dance until they inevitably faint from exhaustion.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/323c984efa897c4c6e553ca3848a27cc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c59c2778030549822dd2f51899b36b99.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/323c984efa897c4c6e553ca3848a27cc.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e763b7ea4ad1b48068ec0e73fc4bf53a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "forgotten_art_of_dance_weapon",
+ "skin_weapon_name": "The Forgotten Art of Dance",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4be74605d69df8e000617d56254af8b5.jpg",
+ "marketing_text": "Capoeira, the hidden art of dance fighting. The practice involves hiding attacks within the dance moves to take your opponents off guard. Catch mice especially off guard with this Capoeira skin!"
+ },
+ {
+ "id": 1407,
+ "type": "disco_art_of_dance_skin",
+ "name": "The Forgotten Art of Disco Dance Skin",
+ "description": "Built by the smoothest and suavest dance scientists in Digby. This dance bot was created by modifying existing droids with extra suave servos and fully funk-tioning mechanical rhythm rotator cuffs, giving this droid the ability to get down! Mice trigger the dance challenge proximity sensor that starts the music and initiates a dance battle with the droid. Mice usually dance until they inevitably faint from exhaustion.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1c3c0081f7b46d88fc1102721ea1c995.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ebdeb57245f6390d87789204061915ec.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1c3c0081f7b46d88fc1102721ea1c995.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/6bdbc03aaa2d30074b8506529a30e848.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "forgotten_art_of_dance_weapon",
+ "skin_weapon_name": "The Forgotten Art of Dance",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4be74605d69df8e000617d56254af8b5.jpg",
+ "marketing_text": "Disco was dead, until they brought it back! With the new threat of dancing mice upon the horizon, the Digby Dance Scientists brought back this old, instructional discobot. Now you can keep on staying alive hunting mice!"
+ },
+ {
+ "id": 1408,
+ "type": "instruction_art_of_dance_skin",
+ "name": "The Forgotten Art of Dance Instruction Skin",
+ "description": "Built by the smoothest and suavest dance scientists in Digby. This dance bot was created by modifying existing droids with extra suave servos and fully funk-tioning mechanical rhythm rotator cuffs, giving this droid the ability to get down! Mice trigger the dance challenge proximity sensor that starts the music and initiates a dance battle with the droid. Mice usually dance until they inevitably faint from exhaustion.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8a84973336da72e951a2ae1bb3c35173.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/65bfb516b2a4114aa725e68b46b80a70.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8a84973336da72e951a2ae1bb3c35173.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2f7abdfa2a64a9708eb79a8eed0b83f4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "forgotten_art_of_dance_weapon",
+ "skin_weapon_name": "The Forgotten Art of Dance",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4be74605d69df8e000617d56254af8b5.jpg",
+ "marketing_text": "This hardened dance bot has been updated with the latest and greatest in dance theory and training. Not taking 'No' for an answer, any mouse caught on his dance stage is forced to learn perfect dance form. Executing drill after drill, his students are mercilessly trained until they faint resulting in immediate ejection from the class."
+ },
+ {
+ "id": 1409,
+ "type": "river_dance_art_of_dance_skin",
+ "name": "The Forgotten Art of Riverdance Skin",
+ "description": "Built by the smoothest and suavest dance scientists in Digby. This dance bot was created by modifying existing droids with extra suave servos and fully funk-tioning mechanical rhythm rotator cuffs, giving this droid the ability to get down! Mice trigger the dance challenge proximity sensor that starts the music and initiates a dance battle with the droid. Mice usually dance until they inevitably faint from exhaustion.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3828f2cde4c16c64598cea6afcc87806.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/efc9425df7a8760438427b169dbb26ee.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3828f2cde4c16c64598cea6afcc87806.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5d3de72764340c0b8d108730b4322a87.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "forgotten_art_of_dance_weapon",
+ "skin_weapon_name": "The Forgotten Art of Dance",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4be74605d69df8e000617d56254af8b5.jpg",
+ "marketing_text": "Dressed in leather pants with a pearl white dress shirt, this bot takes to the dance with style. Using the art of Riverdance, it excels at stomping mice to the beat of the music using the rapid leg movements of this forgotten dance style."
+ },
+ {
+ "id": 1410,
+ "type": "birthday_six_journal_theme_collectible",
+ "name": "Birthday Journal Theme",
+ "description": "A piece of cake for your journey and your journal! \n \nOriginally designed to commemorate MouseHunt's 6th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f4224d167086efb64adcc7ad20c025bd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6fd9a138ecdce4c4207f92e7d8787e44.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/f4224d167086efb64adcc7ad20c025bd.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f4224d167086efb64adcc7ad20c025bd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1411,
+ "type": "drained_rocket_pack_collectible",
+ "name": "Drained Rocket Pack",
+ "description": "This appears to be a mouse-sized rocket pack that you found in the Meadow during the 6th birthday celebration. Its power cell appears to be entirely drained and a strange foreign magic seems to ebb around the unit.\n
\nWhoever owned this might have been the one who was messing with the power generator. When you found this rocket pack you noticed smoke trails leading back to the Dance Hall. Perhaps you should go see if you can catch one of these mice to figure out just what they were up to...",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4e827a38d47429a668219e2e5f6ca225.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/90b69176038d7f945193f954ad10a2a6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4e827a38d47429a668219e2e5f6ca225.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4e827a38d47429a668219e2e5f6ca225.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1412,
+ "type": "exploded_lightshow_collectible",
+ "name": "Exploded Lightshow",
+ "description": "Oh no! These high quality super expensive lights must have been hit by quite the power surge to have exploded like this! \n \nSomething must be going wrong with the power generator located in the Meadow, perhaps you should go investigate what happened?",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/56515ba952fbacd5e471ba7c54f12cb6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3c555ae38c3c47274b7347cca3f3ed51.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/56515ba952fbacd5e471ba7c54f12cb6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/56515ba952fbacd5e471ba7c54f12cb6.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1413,
+ "type": "riftwood_collectible",
+ "name": "Inert Riftwood",
+ "description": "Slabs of wood not from this world. The denser wood, with the remarkable characteristics of steel, seems to almost be alive! The life and essence surrounding these pieces seems to be fleeting.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/98609f6f8a1525d16cedf8e107f96511.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4793d8dc8c176ed3c07eeccc0d11db21.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/98609f6f8a1525d16cedf8e107f96511.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/98609f6f8a1525d16cedf8e107f96511.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1414,
+ "type": "bag_of_living_essences_convertible",
+ "name": "Bag of Living Essences",
+ "description": "A single Raw Rift Crystal planted inside of this special bag quickly grows to produce a random, unknown number of Living Essences. \n \nMake sure you purchase a Crystal Tower trap before you buy any of these!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7ebf56088c6eb0cb44250230f4d00ffd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd6820f224548791fe63ec65a84c12f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/31aa3ac42de0438df286c11e28ec3ae0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b15ae25d08b0a255b620b3dacb1922e7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd6820f224548791fe63ec65a84c12f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd6820f224548791fe63ec65a84c12f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4cd6820f224548791fe63ec65a84c12f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1415,
+ "type": "magical_rift_gift_convertible",
+ "name": "Gnawnia Rift Gift Basket",
+ "description": "A thrifty Rifty gift for that special Rift runner! Includes one random, Rift-related gift to add to the mystery and intrigue of the Rift itself! \n \nInside, you'll find: \n \n• 75 Magical String Cheese \n• A random Rift-related item \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b30ffc8be84de9e28ec02ea113e4624f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f3e95ebf5ce7b24d93dc876ae680dcff.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/74462c029bb15404ef8afeda7af49c81.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bfe074076f49dc2196aca7dbb0febea9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f3e95ebf5ce7b24d93dc876ae680dcff.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f3e95ebf5ce7b24d93dc876ae680dcff.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f3e95ebf5ce7b24d93dc876ae680dcff.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1416,
+ "type": "rift_survival_kit_convertible",
+ "name": "Gnawnia Rift Survival Kit",
+ "description": "Don't adventure off into the Rift unprepared! Pick up a Rift Survival Kit at a Cheese Shoppe near you! Packed with Magical String Cheese and a small bonus supply of Riftiago Potions, it has more than enough to keep you hunting in the Rift. \n \nInside, you'll find: \n \n• 1200 Magical String Cheese \n• 3 Riftiago Potions \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/53516c5bc6616b476cc0f4ce10c8d515.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/42072e84b0096d866698d928843a3478.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/86f6dfda9a3055ec8e1d1147372d167a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ec1ac857b42a72685e1b09e7fd379e91.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/42072e84b0096d866698d928843a3478.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/42072e84b0096d866698d928843a3478.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/42072e84b0096d866698d928843a3478.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1417,
+ "type": "magic_seed_crafting_item",
+ "name": "Magic Seed",
+ "description": "Runed seeds containing enough magical properties to grow plants and vegetation without the requirements of water, sun or soil!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/11f3b31245949a14e6c9d44068d62f84.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/608a3cdde87e33134fa5c1dde86cccd2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fecbde9b335ce04b327d8300acd4ccba.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/608a3cdde87e33134fa5c1dde86cccd2.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/608a3cdde87e33134fa5c1dde86cccd2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/608a3cdde87e33134fa5c1dde86cccd2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Spiritual Steel mice in the Gnawnia Rift"
+ },
+ {
+ "id": 1418,
+ "type": "rift_cheese_curd_crafting_item",
+ "name": "Rift Curd",
+ "description": "A curly curd of cheese engineered for creating special Rift bait.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c66e12e9a3a37f1e16c1b607136fde29.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/26bf0103dd738a6b9faa0c2108ce32ee.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/310a67f7bee1640e399ffd3ad8740389.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/26bf0103dd738a6b9faa0c2108ce32ee.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/26bf0103dd738a6b9faa0c2108ce32ee.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/26bf0103dd738a6b9faa0c2108ce32ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1419,
+ "type": "rift_dust_crafting_item",
+ "name": "Rift Dust",
+ "description": "A perilous pinch of ripe Rift dust from deep inside the heaviest mist clouds of the Rift.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/00e31157a02922fc9284e657e72e31be.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/50e5ae7edd08b61b4ef854c88d892d35.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/1431c1849bd12f5d1f8948c585da49ff.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/50e5ae7edd08b61b4ef854c88d892d35.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/50e5ae7edd08b61b4ef854c88d892d35.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/50e5ae7edd08b61b4ef854c88d892d35.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Shard Centurion mice in the Gnawnia Rift"
+ },
+ {
+ "id": 1420,
+ "type": "riftgrass_crafting_item",
+ "name": "Riftgrass",
+ "description": "Pretty gross-tasting... Can you believe they make energy shakes with this stuff?! YUCK!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b603bba929bde7c6bee2ca9c16bd1fbc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5b27969d7d5eb37de3c24063dc7a2255.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/02ec6a7318494f4971209744f57160aa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5b27969d7d5eb37de3c24063dc7a2255.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5b27969d7d5eb37de3c24063dc7a2255.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5b27969d7d5eb37de3c24063dc7a2255.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Cyborg mice in the Gnawnia Rift"
+ },
+ {
+ "id": 1421,
+ "type": "raw_rift_crystal_stat_item",
+ "name": "Raw Rift Crystal",
+ "description": "A shard of crystal containing raw, untapped Rift energy.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/882725d383410e98964a564b06016f48.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/33ac4969b6fa0face39a74a1241549a7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e0119c38af3e1fb9b11f7bf2c9fe5e9b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/33ac4969b6fa0face39a74a1241549a7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/33ac4969b6fa0face39a74a1241549a7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/33ac4969b6fa0face39a74a1241549a7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Goliath Field Mouse in the Gnawnia Rift"
+ },
+ {
+ "id": 1422,
+ "type": "rift_detector_map_piece",
+ "name": "Rift Detector",
+ "description": "Carefully calibrated and powered by Living Garden Essences, this technological breakthrough gives one the ability to detect otherworldly dimensional Rifts! \n \nCould this explain where or how the magical Gnawnian mice infestation originated...? \n \nObtain this map piece during the Baron/Baroness adventure: Obtain a Rift Detector",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "rift_bristle_woods",
+ "rift_burroughs",
+ "rift_furoma",
+ "rift_gnawnia",
+ "rift_whisker_woods"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/e283e8bffd84142b6469d8324df5b5bb.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/e3a6a1d72e6cd15ce048df436313c737.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/e283e8bffd84142b6469d8324df5b5bb.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e283e8bffd84142b6469d8324df5b5bb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1423,
+ "type": "crystal_tower_weapon",
+ "name": "Crystal Tower",
+ "description": "By utilizing raw Rift crystals and advanced technology, intrepid hunters have attempted to create a trap capable of harnessing the indomitable powers of the Rift. Being such a foreign power, the trap is barely able to hold itself together, but thankfully it retains enough control to not immediately destroy itself and instead allows the hunter to focus its power to retain a hunting edge within this dangerous alien landscape.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "rift",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/320860d35a2ad749077c435c10c5595c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/c42cf71284ff520701d23d237307beb8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/320860d35a2ad749077c435c10c5595c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/30ca2db613a93b6194c6b0d0d7b2bec5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "rift",
+ "has_power": true,
+ "power": 900,
+ "power_formatted": "900",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "cryst_hal_tower_skin",
+ "winter_crystal_tower_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "shattered_rift_crystal_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "cryst_hal_tower_skin",
+ "winter_crystal_tower_skin"
+ ],
+ "obtain_hint": "Purchase from the Gnawnia Rift Trapsmith"
+ },
+ {
+ "id": 1424,
+ "type": "brie_string_cheese",
+ "name": "Brie String Cheese",
+ "description": "By applying various string theories during the churning process, an alternate form of cheese can be created. String Cheese is the result of this process and has an appeal to the otherworldly inhabitants of the Rift. \n \nBrie String Cheese offers a good chance of attracting a variety of mice inside the Rift, especially those known to drop loot.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/5e3e6973e0f640538ff5c33fe0275c0e.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/33655af0578327d745a198a8d1c6514a.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/33655af0578327d745a198a8d1c6514a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/33655af0578327d745a198a8d1c6514a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1425,
+ "type": "gnawnia_boss_cheese",
+ "name": "Resonator Cheese",
+ "description": "Quite a remarkable cheese! It roots itself and immediately begins to grow! The rapid rate at which the roots expand and take hold cause mild tremors to resonate throughout the area. \n \nBe wary of what mice this could attract!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_gnawnia",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/acde29a132be29bc71450284fe303bd4.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/7a7bf830a310f72e64d98358428dfff0.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/7a7bf830a310f72e64d98358428dfff0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7a7bf830a310f72e64d98358428dfff0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1426,
+ "type": "magical_string_cheese",
+ "name": "Magical String Cheese",
+ "description": "By applying various string theories during the churning process, an alternate form of cheese can be created. String Cheese is the result of this process and has an appeal to the otherworldly inhabitants of the Rift. \n \nWith the addition of Magic Essence to enhance the ethereal flavours, this is the most irresistible cheese for hunting mice within the Rift. Even the strongest Riftwalkers bend to the fragrance of this alluring cheese.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e513ef0cbeec29c9c5e44e4db39df7d1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/391305c12415e94d257fde9fd306d9b5.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/64c2b50e3375aacdfe697addcb38782b.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/15204ebe1c85adbb51fb32a6ad9c83db.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/391305c12415e94d257fde9fd306d9b5.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/391305c12415e94d257fde9fd306d9b5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/391305c12415e94d257fde9fd306d9b5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "magic_essence_craft_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1427,
+ "type": "marble_string_cheese",
+ "name": "Marble String Cheese",
+ "description": "By applying various string theories during the churning process, an alternate form of cheese can be created. String Cheese is the result of this process and has an appeal to the otherworldly inhabitants of the Rift. \n \nMarble String Cheese offers a decent chance of attracting less powerful mice inside the Rift.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/515221197c0e6cc7fb5a8fc971f28159.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/1a4dea2b851f67ce3e36bcec8fd43bd6.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/1a4dea2b851f67ce3e36bcec8fd43bd6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/1a4dea2b851f67ce3e36bcec8fd43bd6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1428,
+ "type": "riftiago_cheese",
+ "name": "Riftiago Cheese",
+ "description": "An exotic cheese made from pouring Riftiago Potions over certain types of String Cheese. Use this special Rift cheese to find more rare and dangerous Rift mice in order to collect Resonator Cheese crafting ingredients.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_gnawnia",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/5eee5e69f31c0cbeccecbf9830a498d0.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/f6194210df4050447719913dfebdb6f5.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/f6194210df4050447719913dfebdb6f5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f6194210df4050447719913dfebdb6f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1429,
+ "type": "swiss_string_cheese",
+ "name": "Swiss String Cheese",
+ "description": "By applying various string theories during the churning process, an alternate form of cheese can be created. String Cheese is the result of this process and has an appeal to the otherworldly inhabitants of the Rift. \n \nSwiss String Cheese offers a good chance of attracting a variety of valuable mice inside the Rift for a balanced hunting strategy.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/476fb908748757f976715c3d40722654.gif",
+ "large": "",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/e3499132fe042681a784f0b2b8a26c73.jpg",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bait/e3499132fe042681a784f0b2b8a26c73.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e3499132fe042681a784f0b2b8a26c73.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1430,
+ "type": "rift_trinket",
+ "name": "Rift Charm",
+ "description": "One of the first charms developed and created for use within the Rift. A simple and efficient charm that is perfect for completing your Rift Set in order to obtain the trap bonuses.
Fueled by flowing Chrome, this trap outshines the Oasis Water Node, literally! With shining pools of Chrome, it stands out in the hot desert sun, more easily attracting mice, and with the viscous and heavy nature of the liquid, it makes it that much harder to escape its clutches!
\n
\n\n
Power: 5500
\n
Power Bonus: 15%
\n
Attraction Bonus: 5%
\n
Luck: 24
\n
Power Type: Hydro
\n
Title Required: Baron/Baroness
\n
Cheese Effect: Fresh
\n\n
\n \nUpgrades the Phantasmic Oasis into the Chrome Phantasmic Oasis.\n
\n
Chrome Phantasmic Oasis
\n
\n\n
Like a dragon protecting its massive hoard of treasure, the phantasm in this Chrome version of the Phantasmic Oasis Trap is obsessed with guarding its new-found wealth. The Chrome has blinded it with greed and its anger toward intruders knows no bounds...
\n
\n\n
Power: 6200
\n
Power Bonus: 20%
\n
Attraction Bonus: 15%
\n
Luck: 28
\n
Power Type: Hydro
\n
Title Required: Baron/Baroness
\n
Cheese Effect: Very Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/13208af5f8a448d48c5f2d487e0b5a27.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/dbdb83e6effbd5bec02ee233c52819b6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/200fbd80afb46c1c6755c4638b36cd00.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/dbdb83e6effbd5bec02ee233c52819b6.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/dbdb83e6effbd5bec02ee233c52819b6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/dbdb83e6effbd5bec02ee233c52819b6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 1465,
+ "type": "phantasmic_oasis_parts_crafting_item",
+ "name": "Phantasmic Oasis Trap Parts",
+ "description": "The box shakes, barely containing the phantasms locked inside. It is also very wet.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/18cce84aaf76d987ccd0a395d819c2f1.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/18cce84aaf76d987ccd0a395d819c2f1.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1466,
+ "type": "powdered_bleach_crafting_item",
+ "name": "Powdered Bleach",
+ "description": "Powder is the essence of water... And water is the essence of cleanliness. \n \nMix these flakes of strong smelling sanitary powder with Soapy Suds to create a simple but charming mixture that's sure to scrub clean the Polluted Mice!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f0df2e8950e0387e66d0d4db6a60d970.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a2126b9b53bd3053bdf839b3edc05f67.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/bfa6fddf29c2f0411d02a23ff387fe35.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a2126b9b53bd3053bdf839b3edc05f67.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a2126b9b53bd3053bdf839b3edc05f67.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a2126b9b53bd3053bdf839b3edc05f67.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1467,
+ "type": "airship_journal_theme_collectible",
+ "name": "Airship Journal Theme",
+ "description": "Celebrate Ronza with this unique journal theme purchased at Ronza's Traveling Shop!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/833c9539eb0514c7929a60ad05730679.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e4da4ce6abbdb2bf195074cf0bd14cbf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/833c9539eb0514c7929a60ad05730679.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/833c9539eb0514c7929a60ad05730679.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1468,
+ "type": "physical_enhancement_base",
+ "name": "Physical Brace Base",
+ "description": "Crafted using a combination of rare earth metals, also known as \"vibranium\", this base harnesses and contains the force and vibrations created by your Physical Trap instead of letting that extra energy dissipate throughout the surrounding area. \n \nUsed in conjunction with your Physical traps, the Physical Brace Base provides an extra 25% Power Bonus.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "physical",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/915dc86268b6b976e1989bdcd0a4269f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/f1b9a125966b7e3f1eb0a90e0386b53f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/915dc86268b6b976e1989bdcd0a4269f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/915dc86268b6b976e1989bdcd0a4269f.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/948ea33a3c4bd616f5e7e06bf0f45b8e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1469,
+ "type": "chrome_oasis_water_node_weapon",
+ "name": "Chrome Oasis Water Node Trap",
+ "description": "Fueled by flowing Chrome, this trap outshines the Oasis Water Node, literally! With shining pools of Chrome, it stands out in the hot desert sun, more easily attracting mice, and with the viscous and heavy nature of the liquid, it makes it that much harder to escape its clutches!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1445241de14b2e2685e6b973fb7c5606.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/140d6cd487c48fc36225d4c81ad16807.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/1445241de14b2e2685e6b973fb7c5606.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/a5fbb0fb21b747cab9f6b867276e596d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 5500,
+ "power_formatted": "5,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 24,
+ "luck_formatted": "24",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1470,
+ "type": "chrome_phantasmic_oasis_weapon",
+ "name": "Chrome Phantasmic Oasis Trap",
+ "description": "Like a dragon protecting its massive hoard of treasure, the phantasm in this Chrome version of the Phantasmic Oasis Trap is obsessed with guarding its new-found wealth. The Chrome has blinded it with greed and its anger toward intruders knows no bounds. Even hunters fear placing this trap down as the phantasm will often snap its steely jaws at them, thinking the hunter is after the gold strewn around it. \n \nHunters can at least consider themselves lucky: The true target of this trap are the mice, and the phantasm will stop at nothing when it comes to safeguarding its treasure from unworthy opponents",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4a0b79ec75cf311225aa93a11845924b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/99cbe974a4696f0f57254d4bb8154e63.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/4a0b79ec75cf311225aa93a11845924b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/3a0eae480a0b7d5fbf805e8774ce9755.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 6200,
+ "power_formatted": "6,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 28,
+ "luck_formatted": "28",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": true,
+ "skins": [
+ "molten_oasis_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "molten_oasis_skin"
+ ]
+ },
+ {
+ "id": 1471,
+ "type": "dragon_lance_weapon",
+ "name": "Dragon Lance",
+ "description": "Fighting fire with fire! The Dragon Lance taps into heat from Gnawnia's magmatic underplating which passes through and focuses within the tip of the specialized anti-dragon lance! The trap is created from 100% organic dragon bones and the lance is made with dragon bone infused metal, the only material able to contain the immense power and heat generated by this trap.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5d7f5bda8c4f815740a49bf6aedb8d8c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/cd5f8b878372549a0e9462b7dd0041b2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/5d7f5bda8c4f815740a49bf6aedb8d8c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7024e6769542b88c1203c609a8939044.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 4950,
+ "power_formatted": "4,950",
+ "has_power_bonus": true,
+ "power_bonus": 0.3,
+ "power_bonus_formatted": "30%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1472,
+ "type": "law_draw_weapon",
+ "name": "The Law Draw",
+ "description": "Latest and greatest in law enforcement technology! The Law Draw is a sensitively-tuned machine equipped for speed and accuracy to be the best quick draw south of Gnawnia. Its moustache not only keeps this droid balanced in a perfect drawing position, its hairs can also analyze the slightest wind variance for optimal aiming compensation. Having an advanced optic-targeting system equipped with video recording software, you will always know who shot first!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/51c6f6546c1650a9913633313148852e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/1a73e419c3abf19824f45dc405d58857.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/51c6f6546c1650a9913633313148852e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7c968f90f3548bd967cc771af8d5a864.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 1100,
+ "power_formatted": "1,100",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1473,
+ "type": "veiled_vine_weapon",
+ "name": "Veiled Vine Trap",
+ "description": "Rare and exotic! The Veiled Vine Trap consists of a unique subspecies of the flora used in the Venus Mouse Trap. Disguised to resemble a common mousehole, the trap provides the dangerous illusion of a \"safe place\" to eat that fresh, new found piece of cheese.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/83785ffbadee887096bc8bed44250bff.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/07621023cd5270132435400be5ca391f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/83785ffbadee887096bc8bed44250bff.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/407fbeec15cac774b7cc81d6a9ba563b.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 3500,
+ "power_formatted": "3,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1474,
+ "type": "airship_trinket",
+ "name": "Airship Charm",
+ "description": "Now you too can own your very own functioning airship! It's 1/1,000,000th the size of the real thing and comes with REAL propeller action! It may be small, but it still packs quite the punch to boost Luck and Power for your trap! \n \nProvides +5 Luck and +800 Power! \n \nThis charm will also deliver a random Chrome Charm upon catching a mouse! \n \nIf we use enough of these... will Ronza come back?!?",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/2b33a9bc6f40c547e693173ce0851002.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/4c83660d7c81cc79d0bd59229a760872.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/058246b573cb09d82bf4c1ba562a9764.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/4c83660d7c81cc79d0bd59229a760872.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/4c83660d7c81cc79d0bd59229a760872.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/4c83660d7c81cc79d0bd59229a760872.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1475,
+ "type": "emp400_trinket",
+ "name": "EMP400 Charm",
+ "description": "Harnessing the self defense ability of the M400, we have been able to create a focused EMP blast that will be highly effective at subduing the elusive M400. \n \nHaving this trinket equipped alongside Fusion Fondue will give your trap a big power boost! Encountering an M400 triggers the EMP blast, consuming the charm, whether the mouse is caught or not. ",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/e359c1a6a4ae015b77b43aad0ad19fc4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/774bf38c1677c709042fdff581079e63.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/46c95fc2bb16f4e6eac149a78fa054c5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/774bf38c1677c709042fdff581079e63.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/774bf38c1677c709042fdff581079e63.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/774bf38c1677c709042fdff581079e63.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1476,
+ "type": "super_cactus_trinket",
+ "name": "Super Cactus Charm",
+ "description": "Fully grown, these Super Cactus Charms pack quite the prickle! \n \nThey make matching cactus-style traps look mean! They are great for taking on the lawless mice of Wild Bunch.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "claw_shot_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8a9460af1954b6c90d934db88a5f1fbe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/331bef75f87963b83d65676aea403a39.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/8c6aa089a449dfeb17ecb1ef797593b6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/331bef75f87963b83d65676aea403a39.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/331bef75f87963b83d65676aea403a39.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/331bef75f87963b83d65676aea403a39.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1477,
+ "type": "super_soap_trinket",
+ "name": "Super Soap Charm",
+ "description": "Soap infused with the whitening power of powdered bleach! Put one in your washing machine to get your whites looking white again!
Also works wonders at getting those pesky Polluted mice cleaned up and out of the Toxic Spill!
Arming this charm will strengthen your trap in the Toxic Spill environment, greatly boosting your trap's Power and Luck and your Crude Pollutinum refinement ability. \n \nEquipping this charm while refining Crude Pollutinum provides a bonus of +2 to the amount of Crude Pollutinum you can refine. This charm also prevents the loss of Crude Pollutinum during the refining process when you fail to catch a mouse.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "toxic_spill",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/96784228f4fab8f753107f01df06e76f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/9d152a6c75c6ec0cc1e731f8979cfa6d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/04313887a503d495a6d4dc8e9ddc978a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/9d152a6c75c6ec0cc1e731f8979cfa6d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/9d152a6c75c6ec0cc1e731f8979cfa6d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/9d152a6c75c6ec0cc1e731f8979cfa6d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 25,
+ "power_formatted": "25",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1478,
+ "type": "unstable_trinket",
+ "name": "Unstable Charm",
+ "description": "An amoeba of amalgamation! Some form of advanced charmistry has created this marvel! Using this charm causes an incredible reaction which causes advanced charm fusion, producing another random charm! \n \nEvery time you hunt with an Unstable Charm equipped, another, random charm will be placed in your inventory!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b7fc9865c625420a77177ce4909ae0f4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/05a64cc11664b600909505877d2ce24b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/2f967ea0890b03323ec7805ed540e2bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/05a64cc11664b600909505877d2ce24b.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/05a64cc11664b600909505877d2ce24b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/05a64cc11664b600909505877d2ce24b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 1,
+ "luck_formatted": "1",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1479,
+ "type": "ancient_ancient_box_trap_skin",
+ "name": "Ancient Ancient Box Trap Skin",
+ "description": "The ancient ghost mice which roamed Gnawnia before even the castle existed require an old-fashioned trap strategy, and the Ancient Box Trap is about as old-fashioned as they come. A heavy stone box teeters precariously upon an Ancient Relic Staff, waiting for a mouse to pull the Ethereal Rope and cause the box to slam shut and magically fuse with the base. This may seem like a deceptively simple trap set-up, but ancient mice enjoy the classics.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7986c485094d822dd8197c6bee477afa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/4d6ec731da7bb1afd06c7021264cc8b2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7986c485094d822dd8197c6bee477afa.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0437cc9e4c53ecc3734d4c3b91653460.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ancient_box_trap_weapon",
+ "skin_weapon_name": "Ancient Box Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/abfb2a7f5ae3fb282ee34c9132755368.jpg",
+ "marketing_text": "The Ancient Box Trap has been used for a long, long time. This skin design appears to be modeled after THE original prototype box. Before they could perfect the rune etching and in a time when eternal rope didn't exist, vines worked in a pinch! Enjoy this classic and throwback to the ancient ways of hunting ancient mice!"
+ },
+ {
+ "id": 1480,
+ "type": "angelic_reaper_perch_skin",
+ "name": "Angelic Reaper's Perch Skin",
+ "description": "Perched atop Monolith Slabs, the deadly Reaper Droid gazes through smoke awaiting prey. Upon bait being lifted from the stone plate, the runic glyphs begin to glow, mesmerizing the mouse into a state of anhedonia, allowing the droid to descend upon the mouse with little resistance. Where the rodent goes once taken by the droid is up to the will of the hunter.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/164c34cbca42a4bec0165d92cbe26001.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/50742bd423df003e38a7bf73baeb36fb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/164c34cbca42a4bec0165d92cbe26001.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/086ce34604315c16891ea61808ae7995.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "reaper_perch_weapon",
+ "skin_weapon_name": "Reaper's Perch",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7add22212392dad9742a491d2bfeb779.jpg",
+ "marketing_text": "With spruced-up monolith stones, a replacement Angelic Droid, and cleared up doom clouds, this skin for the Reaper's Perch actually doesn't look all that frightening! But don't let this clever design fool you: the Angelic Droid is just as heartless and indiscriminant as its Reaper Droid counterpart!"
+ },
+ {
+ "id": 1481,
+ "type": "magmatic_minotaur_sentinel_skin",
+ "name": "Magmatic Minotaur Sentinel Skin",
+ "description": "Although the Muridae Market is heavily fortified, the Marching Flame still poses a significant threat. It was this threat which prompted the local Trapsmith to devise a sentinel powered by Flameshards. Able to sink its body into the sand, the Sandtail Sentinel patiently waits with its eyes just above the surface, waiting for a mouse to approach a baited base.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9c381b08bb722dbc80a0b88ce0e3b0e9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5851cb73a13de644796468a4122d5418.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9c381b08bb722dbc80a0b88ce0e3b0e9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/53193063f38d6bf5295993034a13fa5c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sentinel_weapon",
+ "skin_weapon_name": "Sandtail Sentinel",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c773d6b12e273f4294a75d00e66a250b.jpg",
+ "marketing_text": "The Sandtail Sentinel has been reforged through magma! The Flameshards that power the Sandtail Sentinel have been super-charged from soaking deep within the magma under the Dracano Volcano. Re-fitted with a solid iron chassis and magical runes to keep its newly-harnessed energy burning eternally, he will show the Marching Flame what walking fire is really capable of!"
+ },
+ {
+ "id": 1482,
+ "type": "steam_immolator_skin",
+ "name": "Steam Immolator Skin",
+ "description": "The ultimate in steam laser technology, the Steam Laser Mk. III is truly a marvel of engineering. Able to hyper-heat steam beyond normal (or safe) levels, this trap is truly the pinnacle of anti-Iceberg weaponry. Even Icewing herself fears and will attack this trap on sight! \n \nThis combination of hot and hydro works especially well on the Slushy Shoreline and in the Iceberg.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/385a6bf2d0402876a309b6bdee61a472.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d2e658dccfb165f82d9a9cac2d563f68.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/385a6bf2d0402876a309b6bdee61a472.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d420d72a2e26cd5cc626904c6e33e927.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "steam_laser_mk_iii_weapon",
+ "skin_weapon_name": "Steam Laser Mk. III",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/782e857fa80d0bdb1293060ec8a520b7.jpg",
+ "marketing_text": "Magic and magma have turned this Steam Laser into a liquid lava shooting machine! Exchanging steam for smolder, this is one way you can melt your way through to Icewing's heart. Literally!"
+ },
+ {
+ "id": 1483,
+ "type": "bronze_footlocker_convertible",
+ "name": "Bronze Footlocker",
+ "description": "This bronze-coated footlocker is awarded to football stars who score on the Bronze Net in Larry's Football Challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1daf59bc4324af1ccceb25fca959d3b1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d47da2bdff0b89a1e97427d71478c99.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/258de02a8815c518d81cabae8fd54eae.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c9705e67a211e7639a1d1a2a30d5ab6f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d47da2bdff0b89a1e97427d71478c99.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0d47da2bdff0b89a1e97427d71478c99.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0d47da2bdff0b89a1e97427d71478c99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1484,
+ "type": "football_footlocker_convertible",
+ "name": "Football Footlocker",
+ "description": "This green-coloured footlocker is awarded to hunters who catch mice during Larry's Football Challenge event!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d33b0656ddefd947929dd1471b2bb5a1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d1338facb7c9f7892b1e76e4b17a822.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7697a3cc4bf88cfe70745074d325d568.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/88e11781099d4fc833506bd4944eb1a6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d1338facb7c9f7892b1e76e4b17a822.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9d1338facb7c9f7892b1e76e4b17a822.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9d1338facb7c9f7892b1e76e4b17a822.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1485,
+ "type": "gold_footlocker_convertible",
+ "name": "Gold Footlocker",
+ "description": "This gold-coated footlocker is awarded to football stars who score on the Gold Net in Larry's Football Challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9cdbf94954dbec0334927017782324f7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/656c327d2cecb759c1780cc374f51c6d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7da2298f05c4e609c19139ea531af6c3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f98e004f6dd7e3e211072ac53a42dcc6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/656c327d2cecb759c1780cc374f51c6d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/656c327d2cecb759c1780cc374f51c6d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/656c327d2cecb759c1780cc374f51c6d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1486,
+ "type": "silver_footlocker_convertible",
+ "name": "Silver Footlocker",
+ "description": "This silver-coated footlocker is awarded to football stars who score on the Silver Net in Larry's Football Challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/917758832dc8c4cb96830cd23a871d17.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e65f9df9642b882aec2553f590f2ec7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/66cd5a12a9853b88f2160a0b1a81c64e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/107b2a027e7613fc0ccbc1b14a9f54d6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5e65f9df9642b882aec2553f590f2ec7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5e65f9df9642b882aec2553f590f2ec7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5e65f9df9642b882aec2553f590f2ec7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1487,
+ "type": "football_theme_scrap_1_crafting_item",
+ "name": "Football Theme Scrap I",
+ "description": "Collect all three Football Journal Theme scraps to show off your football pride!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d8e6360b82608d63e7081de3f651b114.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/674b3793fe562e7e382f09fb648b0f78.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fd91322168d8f87b0e306b317bee99ad.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/674b3793fe562e7e382f09fb648b0f78.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/674b3793fe562e7e382f09fb648b0f78.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/674b3793fe562e7e382f09fb648b0f78.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1488,
+ "type": "football_theme_scrap_2_crafting_item",
+ "name": "Football Theme Scrap II",
+ "description": "Collect all three Football Journal Theme scraps to show off your football pride!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2b7c5a6970cd8652b36b8030e0e71569.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d51083747a168fb6abf6c164c1acc57.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/808bad2242b7b8514c0d4e45f993b6bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d51083747a168fb6abf6c164c1acc57.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d51083747a168fb6abf6c164c1acc57.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/8d51083747a168fb6abf6c164c1acc57.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1489,
+ "type": "football_theme_scrap_3_crafting_item",
+ "name": "Football Theme Scrap III",
+ "description": "Collect all three Football Journal Theme scraps to show off your football pride!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b4bade1ae9d8649ca6129a169348d3b9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b657ab68b3b9f05b3ee7616e54e6a59d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/456bcfe0d9bb52347d42d013a6c1c14f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b657ab68b3b9f05b3ee7616e54e6a59d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b657ab68b3b9f05b3ee7616e54e6a59d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b657ab68b3b9f05b3ee7616e54e6a59d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1490,
+ "type": "football_journal_theme_collectible",
+ "name": "Football Journal Theme",
+ "description": "Celebrate the global game of football with this unique journal theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e46a5b36e2eb22e1ff77e250c9e17009.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b08d6acfef795474e354c91c7100f9fa.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e46a5b36e2eb22e1ff77e250c9e17009.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e46a5b36e2eb22e1ff77e250c9e17009.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1491,
+ "type": "gnawnian_football_stat_item",
+ "name": "Gnawnian Football",
+ "description": "Collect these footballs from your friends and from Football Footlockers and then take on Larry's Football Challenge!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/066bdaa0ec57cdf5c70fde6636f284e1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2924dc275f2050770b85378e3e1fdbab.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e10baaaf7cfa6751b6d6fef722a3c261.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2924dc275f2050770b85378e3e1fdbab.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2924dc275f2050770b85378e3e1fdbab.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2924dc275f2050770b85378e3e1fdbab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1492,
+ "type": "striker_trinket",
+ "name": "Striker Charm",
+ "description": "Professional athletes around the world know you can't play well without training, and you can't train without the right equipment! \n \nWith Larry's Football Challenge concluded, these charms now provide a bit of sporty luck to your trap!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/99718d02530df49f61a0d94211f9c950.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/bd8af11d6a67b27de71b3369fdff80f8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/5a76b00db4fd701ac8e6c66a69011647.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/bd8af11d6a67b27de71b3369fdff80f8.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/bd8af11d6a67b27de71b3369fdff80f8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/bd8af11d6a67b27de71b3369fdff80f8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 1,
+ "luck_formatted": "1",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1493,
+ "type": "barnacle_coral_pack_convertible",
+ "name": "Barnacle and Coral Pack",
+ "description": "A carefully hand-packed paper bag full of succulent Barnacles and caramelized Damaged Coral fragments. Two of the savoury main ingredients used for crafting that flavorful Fishy Fromage Cheese! \n \nInside, you'll find: \n \n• 21-24 Barnacles \n• 21-24 Damaged Coral Fragments",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3910b62dd3ce9461e0db9c8db587d621.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/eedf6ef0a93af035e5ffda6045f647ef.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f4de8deb3a135beb9c05612288b1149b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/74a327dbc57bc5d8afef043f09baf0e3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/eedf6ef0a93af035e5ffda6045f647ef.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/eedf6ef0a93af035e5ffda6045f647ef.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/eedf6ef0a93af035e5ffda6045f647ef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1494,
+ "type": "barnacle_scale_pack_convertible",
+ "name": "Barnacle and Scale Pack",
+ "description": "A delicately hand-packed paper bag full of buttery Barnacles and deliciously-salted Mouse Scales. Two of the tastiest main ingredients used for crafting that perfectly-marbleized Fishy Fromage Cheese! \n \nInside, you'll find: \n \n• 21-24 Mouse Scales \n• 21-24 Barnacles",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/33ebf24809de75d530d109b420b750f9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1fda0feb1bf09a2d613ca19a331d565c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c9784a10731e5b106e58a52b54328cb4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d48c119e92f364811528af03c4ad7a42.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1fda0feb1bf09a2d613ca19a331d565c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1fda0feb1bf09a2d613ca19a331d565c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1fda0feb1bf09a2d613ca19a331d565c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1495,
+ "type": "coral_scale_pack_convertible",
+ "name": "Coral and Scale Pack",
+ "description": "A lovingly hand-packed paper bag full of mouth-watering Mouse Scales and crunchy Damaged Coral fragments. Two of the delicious main ingredients used for crafting that oh-so-sweet smelling Fishy Fromage Cheese! \n \nInside, you'll find: \n \n• 21-24 Mouse Scales \n• 21-24 Damaged Coral Fragments",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9934fd73ead013b241a2669a31bd67de.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d104898aacba2ad5eca8ebecbb15114.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e97a13a11f775b450d451507b2435ffe.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/98e377ba9250b49deadc70a1f3fc4dd6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d104898aacba2ad5eca8ebecbb15114.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0d104898aacba2ad5eca8ebecbb15114.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0d104898aacba2ad5eca8ebecbb15114.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1496,
+ "type": "diving_kit_convertible",
+ "name": "Diving Kit",
+ "description": "Perfect for those getting ready for their very first dive! Classic SUPER|brie+, a generous sample of Fishy Fromage to help gather Oxygen Canisters and the dive cost of 10 Oxygen is included! \n \nInside you'll find: \n \n\n• 1000 SUPER|brie+ \n• 50 Fishy Fromage \n• 10 Oxygen Canisters \n\n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/59fac226a55f62c2654c1e0e8a616c81.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/68340b3db17b254f192bc900687415a9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e7ef9604f6c6f64dc95feb85c87b10d6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1e23319254d851f2e79713358bcb9438.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/68340b3db17b254f192bc900687415a9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/68340b3db17b254f192bc900687415a9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/68340b3db17b254f192bc900687415a9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1497,
+ "type": "fishy_fromage_three_pack_convertible",
+ "name": "Fishy Fromage 3-Pack",
+ "description": "Smothered with deliciously-salted Mouse Scales, covered in creamy Barnacle butter and topped with an oh-so-choice hand-picked collection of crunchy Damaged Coral Fragments. This is the finest, fishiest cheese, baked to perfection! The fishy mice of the Sunken City find this delicacy irresistible!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b9e8bd2de27dbff01809f12a156e6905.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/86ec1e6bb7e1d81fb704e999f54e8313.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e5d3c5962aff8d6d015841db4d50c09e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9685b19af3277cff789d5b8fe29ba8f5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/86ec1e6bb7e1d81fb704e999f54e8313.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/86ec1e6bb7e1d81fb704e999f54e8313.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/86ec1e6bb7e1d81fb704e999f54e8313.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1498,
+ "type": "fishy_fromage_two_pack_convertible",
+ "name": "Fishy Fromage 2-Pack",
+ "description": "Smothered with deliciously-salted Mouse Scales, covered in creamy Barnacle butter and topped with an oh-so-choice hand-picked collection of crunchy Damaged Coral Fragments. This is the finest, fishiest cheese, baked to perfection! The fishy mice of the Sunken City find this delicacy irresistible!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cdaa8b8c035e3bb791a92258ca5e08f9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2e119acc9cc739a48f3b18cacacc376d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/025b49d53f94908b3d1cefa4e11b8fc9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e9c3ee9a8e3a3a9ef16d486e34dafe2d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2e119acc9cc739a48f3b18cacacc376d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2e119acc9cc739a48f3b18cacacc376d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2e119acc9cc739a48f3b18cacacc376d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1499,
+ "type": "ocean_crafting_kit_convertible",
+ "name": "Ocean Crafting Kit",
+ "description": "A crafting kit for those crafty sea-bound crafters! A container of crafting items for making Fishy Fromage. \nInside you'll find: \n \n\n• 400 SUPER|brie+ \n• 20 Barnacles \n• 20 Damaged Coral Fragments \n• 20 Mouse Scales \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/40d29317f92ade22ecc41060f03fe6d0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a3ebc4a2b897e5358f79f1b5085ecc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/74ed629954523ff1407227dbe240d242.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f1d79517c0c9d6ec030d19de0db7d95a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a3ebc4a2b897e5358f79f1b5085ecc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a3ebc4a2b897e5358f79f1b5085ecc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a3ebc4a2b897e5358f79f1b5085ecc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1500,
+ "type": "submersible_supplies_convertible",
+ "name": "Submersible Supplies",
+ "description": "For the serious sea sailor looking to make a big splash! \n \nNot only do you get enough Oxygen Canisters to fuel a starter dive but a substantial amount of Fishy Fromage is supplied to bolster this expedition! \n \nEmpowered Anchor Charms have been added to keep you in your favorite underwater areas AND we were able to sneak in a powerful Water Jet Charm! This will definitely get you diving! \n \nInside you'll find: \n \n\n• 3000 SUPER|brie+ \n• 150 Fishy Fromage \n• 30 Oxygen Canisters \n• 30 Empowered Anchor Charms \n• 1 Water Jet Charm \n\n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/72d8f910fd4590362a734eb48e907bc5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b1ef94d8a1e90c84d55e3fa2a53e6d5a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7e0d3aa2d33c526d7f0c6ba7480dcd6c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4b2a679624aed45c3e502eeffd39d5a7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b1ef94d8a1e90c84d55e3fa2a53e6d5a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b1ef94d8a1e90c84d55e3fa2a53e6d5a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b1ef94d8a1e90c84d55e3fa2a53e6d5a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1501,
+ "type": "sunken_gift_basket_convertible",
+ "name": "Sunken Gift Basket",
+ "description": "This Sunken Gift Basket is a great care package to send down from the surface to support your friends visiting the Sunken City! \n \nInside you'll find: \n \n\n• 100 SUPER|brie+ \n• 3 random nautical items (Mouse Scale, Damaged Coral Fragment, Barnacle, Fishy Fromage or Empowered Anchor Charms) \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c9215fccee480986d23c281ff410b2d8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/db148f6ce34bd4f08efad0ae17c8cb31.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f6f6b02f1040b1e17eccae4b7c7bbfe7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/51023e2b104706b67a585ee3de21a39d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/db148f6ce34bd4f08efad0ae17c8cb31.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/db148f6ce34bd4f08efad0ae17c8cb31.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/db148f6ce34bd4f08efad0ae17c8cb31.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1502,
+ "type": "barnacle_crafting_item",
+ "name": "Barnacle",
+ "description": "A very clingy crustacean from the Rodentia Ocean. Contains a soft, gooey center. A main ingredient for crafting Fishy Fromage. \n \nVisit the Sunken City Cheese Shoppe to create Fishy Fromage with this item!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e12ed1306d81665278952d4b4349b495.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/98fc6f3a4723c64257f67ebdd25e6a82.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5057d634368131d5ab4ad62bf0963800.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/98fc6f3a4723c64257f67ebdd25e6a82.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/98fc6f3a4723c64257f67ebdd25e6a82.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/98fc6f3a4723c64257f67ebdd25e6a82.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Sunken City"
+ },
+ {
+ "id": 1503,
+ "type": "brined_curd_crafting_item",
+ "name": "Brined Curd",
+ "description": "A cheese curd soaked in a salty solution. Has a unique flavour that can only be described by taste. A main ingredient for crafting Fishy Fromage.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/8a1272307b56816daa77eaeb77169cd1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/dc3f1fd4feaf509655b7d53f7848a3ff.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/20f99c7e155b08a7686b3a149cb2517a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/dc3f1fd4feaf509655b7d53f7848a3ff.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/dc3f1fd4feaf509655b7d53f7848a3ff.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/dc3f1fd4feaf509655b7d53f7848a3ff.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1504,
+ "type": "damaged_coral_crafting_item",
+ "name": "Damaged Coral Fragment",
+ "description": "A remnant fragment from a larger coral skeleton from the Rodentia Ocean. Has a good crunch to it. A main ingredient for crafting Fishy Fromage. \n \nVisit the Sunken City Cheese Shoppe to create Fishy Fromage with this item!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1a7897042ba8f3fa31fa6805404456d6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d6a2fb8e41bc43066499038c7f5b474e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/9197ccdec26278bfb07ab7846b1a2648.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d6a2fb8e41bc43066499038c7f5b474e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d6a2fb8e41bc43066499038c7f5b474e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d6a2fb8e41bc43066499038c7f5b474e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Sunken City"
+ },
+ {
+ "id": 1505,
+ "type": "mouse_scale_crafting_item",
+ "name": "Mouse Scale",
+ "description": "A patch of shiny scales from the aquatic mice of the Rodentia Ocean. Slightly salty. A main ingredient for crafting Fishy Fromage. \n \nVisit the Sunken City Cheese Shoppe to create Fishy Fromage with this item!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4aaa6478c10308ac865507e4d7915b3c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/859e89ffa90a45b7abe780ec7ef966a7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d7f3f77c87ea7849a2ec8bc3f7d05b74.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/859e89ffa90a45b7abe780ec7ef966a7.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/859e89ffa90a45b7abe780ec7ef966a7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/859e89ffa90a45b7abe780ec7ef966a7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Sunken City"
+ },
+ {
+ "id": 1506,
+ "type": "predatory_processor_crafting_item",
+ "name": "Predatory Processor",
+ "description": "What looks like a futuristic segmented processing unit happens to be a piece from an ancient machine, a technology lost long ago. Barely understood, this looks like something based in the same technological line of research pursued by the technicians of the Sunken City. \n \nThese processors can be scavenged as loot drops from deep within Carnivore Coves, making them quite hard to come by.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f64b5f1f33e4d3d467f75b126e9252ea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e92ad0c8c83a7d4685704d7e08f52dcd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/635bd69524b778bb9bcc52676036f71d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/e92ad0c8c83a7d4685704d7e08f52dcd.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/e92ad0c8c83a7d4685704d7e08f52dcd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/e92ad0c8c83a7d4685704d7e08f52dcd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Predator Pack mice in the Sunken City or purchase from the Sunken City General Store"
+ },
+ {
+ "id": 1507,
+ "type": "black_pearl_collectible",
+ "name": "Black Pearl",
+ "description": "A rare black pearl, a treasure on its own! Mounted on a solid gold stand adorned with rare sea jewels.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/279deaf36a6421a2c0047f70972d615a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2cbb6b4c402e31e76ec16cd3c0e97601.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/279deaf36a6421a2c0047f70972d615a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/279deaf36a6421a2c0047f70972d615a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1508,
+ "type": "corrupt_trident_collectible",
+ "name": "Corrupt Trident",
+ "description": "A weapon of underwater combat, cursed with some kind of dark corruption. It seems to have an overbearing influence of aggression on those who wield it. I wonder how it would affect someone over a long period of time... Whatever powers it holds, I wouldn't advise holding on to it for too long!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/1b0bfb831bc9716f64dcaa21e08fc7c1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/40dbc11a6b50288f4ad6a3b515ba67d0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/1b0bfb831bc9716f64dcaa21e08fc7c1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/1b0bfb831bc9716f64dcaa21e08fc7c1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1509,
+ "type": "dinglehopper_collectible",
+ "name": "Dinglehopper",
+ "description": "Believed to be an ancient device used to straighten out one's hair. A rare find indeed!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/67995e6ed275500fed2358d8be39ba56.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3bc44f7eaf1b2bebfdd35e78c73626bf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/67995e6ed275500fed2358d8be39ba56.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/67995e6ed275500fed2358d8be39ba56.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1510,
+ "type": "oxygen_stat_item",
+ "name": "Oxygen Canister",
+ "description": "Canister of purified oxygen. This allows hunters to safely explore the depths of the ocean surrounding the Sunken City.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1d6ad3b329b1eb44596ec3c48cf2fcc7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bf03bb42fd7ff2101ed796cde5dbd28e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d5eabd2012e04b44055856f9382c8bcf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bf03bb42fd7ff2101ed796cde5dbd28e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bf03bb42fd7ff2101ed796cde5dbd28e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/bf03bb42fd7ff2101ed796cde5dbd28e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1511,
+ "type": "sand_dollar_stat_item",
+ "name": "Sand Dollar",
+ "description": "Dried up fossilized remainder of a sand dollar sea urchin. Roughly the size of Gnawnian Gold currency. Used as currency within the Sunken City.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cdaa127de6d30681da50b4599366e202.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/01d10d28c908eea3779942207ba4b68f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8bac8cfe92d6d835428639e1720b40dd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/01d10d28c908eea3779942207ba4b68f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/01d10d28c908eea3779942207ba4b68f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/01d10d28c908eea3779942207ba4b68f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Sunken City"
+ },
+ {
+ "id": 1512,
+ "type": "sunken_city_map_piece",
+ "name": "Sunken Souvenir",
+ "description": "Sandtail lore speaks of a city that was once perched on the far eastern cliffs of the desert until the arid soil cracked and shifted, causing the city to slide into the sea. The story is popular amoungst the thirsty mice in the desert. Just imagine, a city with an endless supply of water! \n \nThis small souvenir is said to lead the way to the Sunken City where challenges for Count/Countess hunters and above await. \n \nObtain this map piece during the Count/Countess adventure: Explore the Sunken City",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "sunken_city"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/f4470b3a09678fdad42da4c7cbf21b3a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/e1c95a369482b3822cd5e04e86f5eeef.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/f4470b3a09678fdad42da4c7cbf21b3a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f4470b3a09678fdad42da4c7cbf21b3a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1513,
+ "type": "tidal_base",
+ "name": "Tidal Base",
+ "description": "A miniature ocean habitat encompassed in tempered molten glass. This base harnesses the force created by its environment's tidal waves for additional power.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/adb8f00e03feab0b5a341252b82c67ed.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/a3174de9dbdb97b23ffabf0addaf8813.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/adb8f00e03feab0b5a341252b82c67ed.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/adb8f00e03feab0b5a341252b82c67ed.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/aa353557c00823a6445fdc5eefb958bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1514,
+ "type": "rune_shark_weapon",
+ "name": "Rune Shark Trap",
+ "description": "The Sunken City's best line of defense now becomes one of your best weapons of offense! Hidden behind a cleverly disguised rocky outcropping is a shark powered by re-oxygenating oxygen tanks! Triple the fins for triple the speed, racks on racks of razor sharp teeth coupled with a frickin' laser beam attached to its head! Equipped with hover fins for equally effective use on land!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d697f7edeee01eb80864fafa37b3b771.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/9d89d10cae956207db4f412d9638711d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d697f7edeee01eb80864fafa37b3b771.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/4e212f203805f782278201c1243ac72a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 6700,
+ "power_formatted": "6,700",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 27,
+ "luck_formatted": "27",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": true,
+ "skins": [
+ "seal_skin",
+ "skeletal_rune_shark_skin",
+ "spring_hunt_shark_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "seal_skin",
+ "skeletal_rune_shark_skin",
+ "spring_hunt_shark_skin"
+ ]
+ },
+ {
+ "id": 1515,
+ "type": "upgraded_rune_shark_weapon",
+ "name": "School of Sharks Trap",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/292caa4a16d2a5ff13d408bc9bccec96.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/a2492e5fb7ad169e7586e31aeb10f68d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 9850,
+ "power_formatted": "9,850",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 30,
+ "luck_formatted": "30",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": true,
+ "skins": [
+ "school_of_friends_trap_skin",
+ "leviathan_trap_skin",
+ "gemstone_school_of_sharks_skin",
+ "noxious_school_of_sharks_skin",
+ "school_of_secret_santa_sharks_skin",
+ "valour_school_of_sharks_skin",
+ "valentine_school_of_sharks_skin",
+ "spring_hunt_school_of_sharks_skin",
+ "birthday_upgraded_rune_shark_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "school_of_sharks_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "school_of_friends_trap_skin",
+ "leviathan_trap_skin",
+ "gemstone_school_of_sharks_skin",
+ "noxious_school_of_sharks_skin",
+ "school_of_secret_santa_sharks_skin",
+ "valour_school_of_sharks_skin",
+ "valentine_school_of_sharks_skin",
+ "spring_hunt_school_of_sharks_skin",
+ "birthday_upgraded_rune_shark_skin"
+ ]
+ },
+ {
+ "id": 1516,
+ "type": "fishy_fromage_cheese",
+ "name": "Fishy Fromage",
+ "description": "Smothered with deliciously-salted Mouse Scales, covered in creamy Barnacle butter and topped with an oh-so-choice hand-picked collection of crunchy Damaged Coral Fragments. This is the finest, fishiest cheese, baked to perfection! \n \nThe fishy mice of the Sunken City find this delicacy irresistible as it reminds them of the ocean depths they left long ago! But remember, it will not be effective while diving as underwater the fish don't stink!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "sunken_city",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/1f6237cebe21954e53d6586b2cbdfe39.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/8ec30daddeec03095b849491b0b7844d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/6bf1c520ae8cc733e6efeb129416c810.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/0d27e0c72c3cbdc8e9fe06fb7bdaa56d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/8ec30daddeec03095b849491b0b7844d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/8ec30daddeec03095b849491b0b7844d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/8ec30daddeec03095b849491b0b7844d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "barnacle_crafting_item": 1,
+ "mouse_scale_crafting_item": 1,
+ "damaged_coral_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1517,
+ "type": "water_jet_trinket",
+ "name": "Water Jet Charm",
+ "description": "Uses wave disruption technology developed by the highly-advanced civilization in the Sunken City. This charm boosts a hunter's diving distance dramatically when a mouse is caught, advancing a hunter by 500 meters! \n \nAlthough expensive, Water Jet Charms are critical for an experienced diver to routinely reach the Murky Depths of the Rodentia Ocean. Just make sure to balance your supplies accordingly!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5f56cb017ff9414e584ced35b2491aef.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/18cd4bed936d75ee787f1283367550fc.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/2dc6b3e505fd1eaac8c6069937490386.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/18cd4bed936d75ee787f1283367550fc.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/18cd4bed936d75ee787f1283367550fc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/18cd4bed936d75ee787f1283367550fc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1518,
+ "type": "coral_clockwork_portal_skin",
+ "name": "Coral Clockwork Portal Trap Skin",
+ "description": "Combining magical theorems from previous portal traps with \"modern\" clockwork technology, the Clockwork Portal Trap represents the pinnacle of Shadow trap development. Lying dormant until a mouse attempts to steal a piece of cheese, it looks fairly unassuming, if complicated. But the moment a mouse steps upon it, pre-charged capacitors flood it with energy, instantly creating a super-powered portal that whisks the mouse off to who knows where... or when.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f9c0a3b67f2960dc3b765750e7441a06.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fe316fbd82db21c5a365fc52d6c9c942.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f9c0a3b67f2960dc3b765750e7441a06.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a6797faa3a599b10ece3a56b752e1143.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "clockwork_portal_weapon",
+ "skin_weapon_name": "Clockwork Portal Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d95124178bcc20405f925e85e5e4a495.jpg",
+ "marketing_text": "A cleverly designed Coral Clockwork Portal. Absorbing moisture from the air, it focuses the water into a whirlpool that sucks the mice in! At the center of this vortex is the same dark portal that we all know and love, whisking the mouse away, never to be seen again!"
+ },
+ {
+ "id": 1519,
+ "type": "coral_oasis_skin",
+ "name": "Coral Oasis Trap Skin",
+ "description": "Working with some clever trapsmiths and the oasis bead you were able to create a tunnel of water and give it a mind of its own. While on standby the trap simply looks like a still pool of fresh water in a beautiful desert oasis, however any mouse it encounters will be snatched up and rocketed through the water tunnel to whatever destination you've set, be that Davy Jones' Locker or another continent. If this were big enough for a human and much safer, one might consider using it for a more cost effective travel method...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/197dd94aa22d3fc902ecd579f9457459.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c093b3b4b065a1a43e2dfb188c90fb7b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/197dd94aa22d3fc902ecd579f9457459.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7670ea2d91d38f760d65a8fdcb207852.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "oasis_water_node_weapon",
+ "skin_weapon_name": "Oasis Water Node Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7c923688e7f62bfde8cea3b70cd3b1b2.jpg",
+ "marketing_text": "This oceanic take on the Oasis Water Node Trap has been decorated to look more commonplace amongst the flora of the ocean floor. Sea foliage provides the perfect cover, and it is also effective at confusing land-based mice who have never seen such a sight!"
+ },
+ {
+ "id": 1520,
+ "type": "coral_phantasmic_oasis_skin",
+ "name": "Coral Phantasmic Oasis Trap Skin",
+ "description": "The phantasms and spirits that dwell in this mysterious oasis are directly in tune with their environment. Enraged by the toxic spills that poison the purity of their waters, this oasis has generated its own ethereal soap suds and grabs anything even remotely dirty nearby, cleaning it beyond clean! You're not fully clean until you're phantasmically fully clean!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ec059c7a2847f9ad339362d504cee517.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e116c8b6101873231960aa737f2a962d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ec059c7a2847f9ad339362d504cee517.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/86a4f08267e36915a7710b40beb58d32.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "phantasmic_oasis_weapon",
+ "skin_weapon_name": "Phantasmic Oasis Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d9f9e434f759c8807f22fe43c7d4333.jpg",
+ "marketing_text": "Colourful coral provides great camouflage for the phantasms inhabiting this ocean-themed setting."
+ },
+ {
+ "id": 1521,
+ "type": "leviathan_trap_skin",
+ "name": "The Leviathan Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed! \n \nThis skin can be applied to the School of Sharks Trap.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2247fd5a4bac62e0f9acf30e86cc75cd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b875da9b20152fc91d00df6795a8da0f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2247fd5a4bac62e0f9acf30e86cc75cd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0291af5c55c8d9411a1e80d653036153.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "Reconfigured and transformed, the School of Sharks turns into the Mighty Morphin' Power Leviathan! The ultimate Hydro combatant for anything and everything that poses a threat that cannot be handled by individual traps alone! Go Go Power Leviathan! \n \nThis skin can be applied to the School of Sharks Trap."
+ },
+ {
+ "id": 1522,
+ "type": "school_of_friends_trap_skin",
+ "name": "School of Friends Trap Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed! \n \nThis skin can be applied to the School of Sharks Trap.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/355fb2d79738a374ec18565643d82082.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/081315d5aec98ff94aac5869da7b6831.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/355fb2d79738a374ec18565643d82082.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ea0b3c854c431b795df414d7363b17c7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "A school of fishy friends that swim together and bring together everyone in friendship! They forcibly share their love and emotions with the mice they encounter, brainwashing them into friendship-sharing friends that in turn go on to share their feelings with other mice! Hopefully everyone will eventually be friends and live together happily ever after, or else!! \n \nThis skin can be applied to the School of Sharks Trap."
+ },
+ {
+ "id": 1523,
+ "type": "seal_skin",
+ "name": "Seal Trap Skin",
+ "description": "The Sunken City's best line of defense now becomes one of your best weapons of offense! Hidden behind a cleverly disguised rocky outcropping is a shark powered by re-oxygenating oxygen tanks! Triple the fins for triple the speed, racks on racks of razor sharp teeth coupled with frickin' laser beam attached to its head! Equipped with hover fins for equally effective use on land! \n \nThis skin can be applied to the Rune Shark Trap.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/324dd51cfd1e74d08b99840aaf96df8d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9444a16058d20da4039e8ad586816176.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/324dd51cfd1e74d08b99840aaf96df8d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d1783de115e47bde50dd6e44e1f12838.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "rune_shark_weapon",
+ "skin_weapon_name": "Rune Shark Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d697f7edeee01eb80864fafa37b3b771.jpg",
+ "marketing_text": "Joyful rainbow-bathed seals armed with glowing care-stare attacks. The pink beams of warm light emanating from their eyes seem to disarm even the most sea-doggiest of mice, lulling them into a relaxed and contented state. We don't actually know how the eye-beams work, and have decided to not let Science get in the way of this underwater miracle! Rainbows under the sea? Believe it! \n \nNOTE: Do not touch the glowing eyes of The Seal. Do not look directly into the glowing eyes of The Seal. \n \nThis skin can be applied to the Rune Shark Trap."
+ },
+ {
+ "id": 1524,
+ "type": "marketplace_buy_regal_stool_collectible",
+ "name": "Regal Marketplace Stool",
+ "description": "Gilded golden legs and posh purple leather combine to create this spectacular specimen of Marketplace seatery. Only those hunters who earn great favour with the King (and a great many King's Credits) may display this masterpiece in their shop. \n \nThis Regal Stool grants you +1 Marketplace slot, allowing you to post an additional offer.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "equipment",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c85a2f3dee19e25eb27e1cbba052e256.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/95ea66e39b576f5b9f05a2ec6da94288.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c85a2f3dee19e25eb27e1cbba052e256.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c85a2f3dee19e25eb27e1cbba052e256.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1525,
+ "type": "marketplace_sell_regal_display_case_collectible",
+ "name": "Regal Marketplace Display Case",
+ "description": "The poshest purple leather and the clearest crystal glass combine to create this spectacular specimen of Marketplace display technology. Only those hunters who earn great favour with the King (and a great many King's Credits) may display this masterpiece in their shop. \n \nThis Regal Display Case grants you +1 Marketplace slot, allowing you to post an additional offer.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "equipment",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/762c3b06c27fc0469728e200a66a4ecf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/54b2dd94535811356bd7b8175305581e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/762c3b06c27fc0469728e200a66a4ecf.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/762c3b06c27fc0469728e200a66a4ecf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1526,
+ "type": "mega_tournament_supply_kit_convertible",
+ "name": "MEGA Tournament Supply Kit",
+ "description": "For a limited time only! \n \nGet a MEGA start on your MEGA tournaments with this MEGA Tournament Supply Kit! Provides a boost to your SUPER|brie+ supply and a set of Champion Charms! \nInside of this kit, you will find: \n \n\n• 250 SUPER|brie+ \n• 250 Champion Charms \n \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/840cc5b822ae2fc7f7c4655f2ad88b21.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1afd13f71bbbdbdcc12c86f21236f7fe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8bc70e0f98d4e572a541830c09d872b5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a5f3e76e15867450ab7416f6ec6baf04.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1afd13f71bbbdbdcc12c86f21236f7fe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1afd13f71bbbdbdcc12c86f21236f7fe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1afd13f71bbbdbdcc12c86f21236f7fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1527,
+ "type": "mega_tournament_journal_theme_collectible",
+ "name": "MEGA Tournament Journal Theme",
+ "description": "Show off your hunting prowess in MEGA Tournaments with this theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/b835de170253f23b83fb83ce0bc62b31.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed54f95f10734e990b8c4416d0b6c689.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/b835de170253f23b83fb83ce0bc62b31.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/b835de170253f23b83fb83ce0bc62b31.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1528,
+ "type": "flour_stat_item",
+ "name": "Packet of Flour",
+ "description": "Standard package of Gnawnia brand cooking flour. Used in the Windmill to make delicious, ooey-gooey Grilled Cheese!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/61b65bcd78a494f71c86a5a090b5337a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bb68cc763d50965702cca0d4fca5e490.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/4df00c7d4fb8f7e8dab472b7d58e412a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bb68cc763d50965702cca0d4fca5e490.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bb68cc763d50965702cca0d4fca5e490.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/bb68cc763d50965702cca0d4fca5e490.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Windmill"
+ },
+ {
+ "id": 1529,
+ "type": "grilled_cheese",
+ "name": "Grilled Cheese",
+ "description": "Yummy! Who doesn't like a block of deliciously warm and gooey grilled cheese?! Well, one mouse in particular just LOVES it! \n \nUse this while hunting at the Windmill to attract the Captain Croissant Mouse and free the Windmill from her breaded tyranny!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "windmill",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/5ac45f5b0812094dfa4d9d116d68bb39.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/993d519b39720689f36293fd0759d270.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/9da0303e34d88c5701386a863ee804e4.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ca7e6ded0d30f013f975840399fa363e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/993d519b39720689f36293fd0759d270.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/993d519b39720689f36293fd0759d270.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/993d519b39720689f36293fd0759d270.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1530,
+ "type": "mist_canister_stat_item",
+ "name": "Mist Canister",
+ "description": "Scientifically, this magical \"gas\" is known as Fast-Anodizing Regressive Thorium, but its cloudy appearance has earned it the nickname \"mist\". Collecting this gaseous substance and releasing it in concentrated blasts while in the Burroughs Rift attracts more powerful (and profitable!) mice. \n \nBut be warned! Releasing too much of this mist increases the concentration of airborne Thorium to hazardous levels, bringing about some very tough mice who are attracted to the biohazardous scent.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/dfe0dc3f0bac600fbf24de130a1a03f2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/38daa68c7be6cb20f4519935ef836a1e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e2468fbfe0b18564f26e4cb6b9e560f5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/38daa68c7be6cb20f4519935ef836a1e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/38daa68c7be6cb20f4519935ef836a1e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/38daa68c7be6cb20f4519935ef836a1e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1531,
+ "type": "cryst_hal_tower_skin",
+ "name": "Cryst-HAL Tower Skin",
+ "description": "By utilizing raw Rift crystals and advanced technology, intrepid hunters have attempted to create a trap capable of harnessing the indomitable powers of the Rift. Being such a foreign power, the trap is barely able to hold itself together, but thankfully it retains enough control to not immediately destroy itself and instead allows the hunter to focus its power to retain a hunting edge within this dangerous alien landscape.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/75ac9cfeadd23ba7dfe26257b03fffa0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/341394af1c8b78140c0dfaccd047caf1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/75ac9cfeadd23ba7dfe26257b03fffa0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/384c6cde7cc60533bb0661327185ed28.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "crystal_tower_weapon",
+ "skin_weapon_name": "Crystal Tower",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/320860d35a2ad749077c435c10c5595c.jpg",
+ "marketing_text": "The best and brightest have come together to bring you their Hunting, Attraction and Luck tower computer system, known as HAL for short. This HAL-controlled Crystal Tower uses its advanced algorithmic calculations and calibrations to keep most of the tower together efficiently enough to keep hunting and not self-destruct."
+ },
+ {
+ "id": 1532,
+ "type": "burroughs_omg_box_convertible",
+ "name": "Burroughs Blackhole Box",
+ "description": "A highly advanced O-Shaped containment unit designed for the safe transport of massive amounts of Burroughs Rift goods which are held in place by a gravity vortex. The radiation must be kept constant to transport even a single Polluted Parmesan Potion! Designed specifically for those who look to live in the Burroughs Rift for quite some time. \n \nInside you'll find: \n \n\n• 3000 Magical String Cheese \n• 60 Mist Canisters \n• 40 Terre Ricotta Potion \n• 1 Polluted Parmesan Potion \n\n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5f9e7df6e6b1d552573b714be88c890a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e31089882999a70807ec04bbe8d824.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3c0071f46da2eb96257ef7bce5c2bd27.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/efa81056d8a278ae0b59d0f5bccd1e62.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e31089882999a70807ec04bbe8d824.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e31089882999a70807ec04bbe8d824.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e31089882999a70807ec04bbe8d824.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1533,
+ "type": "burroughs_rift_crate_convertible",
+ "name": "Burroughs Rift Crate",
+ "description": "A crate outfitted for transporting Burroughs related Rift goods and materials while keeping cheese fresh! Great for supplying hunters in the Burroughs Rift! \n \nInside you'll find: \n \n\n• 1250 Magical String Cheese \n• 25 Mist Canisters \n• 15 Terre Ricotta Potions \n\n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5ae4b479f87e5a7310c63612cd0dc2c4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d2b0d1de0a34fbe83e5df70806d9c2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f748e6d7b74ca8815995965f35740b19.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/696cea8e1177fe549e3e34bf1effa55b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d2b0d1de0a34fbe83e5df70806d9c2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d2b0d1de0a34fbe83e5df70806d9c2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d2b0d1de0a34fbe83e5df70806d9c2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1534,
+ "type": "magical_mist_basket_convertible",
+ "name": "Magical Mist Basket",
+ "description": "A small, picnic-sized basket, perfect for that spot you found on that hill in the Burroughs Rift. You know, the one where you first set eyes on that special someone and knew it was meant to be! A great gift to give your bestest Burroughs hunting buddy or to enjoy alone and bask in the Burroughs Rift radiation! \n \nInside you'll find: \n \n\n• 125 Magical String Cheese \n• 15 Mist Canisters \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/aeab7837f07d3f0b2b2f4f20c46de7c0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1757243bf36ae429a99cf23026ca52eb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/df2ec8a30f655a53337e34430097cf5f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/09d7b72945c06db75756ed8ffc5c07b5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1757243bf36ae429a99cf23026ca52eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1757243bf36ae429a99cf23026ca52eb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1757243bf36ae429a99cf23026ca52eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1535,
+ "type": "burroughs_rift_theme_scrap_1_crafting_item",
+ "name": "Burroughs Rift Theme Scrap I",
+ "description": "Collect and wire up all three scraps of the Burroughs Rift Theme to cybernetically enhance your journal!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4c5954ce46c39d8be7c6ce974133e4c2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/58ffc165c8b9223f68ecdbbd4d47deda.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/bb9699d3eee9b8b4c744d7e452980fc8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/58ffc165c8b9223f68ecdbbd4d47deda.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/58ffc165c8b9223f68ecdbbd4d47deda.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/58ffc165c8b9223f68ecdbbd4d47deda.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1536,
+ "type": "burroughs_rift_theme_scrap_2_crafting_item",
+ "name": "Burroughs Rift Theme Scrap II",
+ "description": "Collect and wire up all three scraps of the Burroughs Rift Theme to cybernetically enhance your journal!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c96ec504da6dda07c6aff040896c0d92.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/80024db3879671de2a9c683cbf6dba7e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d2f52a43c232a3bb00ff61cf9ff87e70.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/80024db3879671de2a9c683cbf6dba7e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/80024db3879671de2a9c683cbf6dba7e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/80024db3879671de2a9c683cbf6dba7e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1537,
+ "type": "burroughs_rift_theme_scrap_3_crafting_item",
+ "name": "Burroughs Rift Theme Scrap III",
+ "description": "Collect and wire up all three scraps of the Burroughs Rift Theme to cybernetically enhance your journal!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4c8f756efb39855453129d5861708236.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cc77683d8bbdb5936b8688120cad0dba.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/839a9a937f3ae4dc4909766c9f98300f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cc77683d8bbdb5936b8688120cad0dba.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cc77683d8bbdb5936b8688120cad0dba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cc77683d8bbdb5936b8688120cad0dba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1538,
+ "type": "calcified_rift_mist_crafting_item",
+ "name": "Calcified Rift Mist",
+ "description": "The mists of the Rift permeate deep within all Rift mice. Catching a Rift mouse with a Rift Vacuum Charm coaxes out a small amount of that mist and calcifies it into a solid form, which can then be safely collected. \n \nThis crunchy, crusty, crackly calcification can then be used to craft powerful Rift items to turn the tables on those malicious mice!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4433101e5ae8be61eb4c1a2b477840cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e6ff0e1a145b4ae1a702dae67f302c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/c0f2a953125c30bb4e5502a051bfcf03.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e6ff0e1a145b4ae1a702dae67f302c.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e6ff0e1a145b4ae1a702dae67f302c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e6ff0e1a145b4ae1a702dae67f302c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1539,
+ "type": "erupting_rift_core_crafting_item",
+ "name": "Erupting Rift Core",
+ "description": "An explosive, swirling, singularity of energy contained within a particle barrier. A major ingredient for crafting powerful rift charms. \n \nCAUTION: This material may violently react with matter from our dimension, including with hunter hands! In order to safely handle this material, a hunter must first obtain the protection of a Null Gauntlet. ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "general",
+ "general",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2b0ae3be8c453b5b2fe6d976ac83f575.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1121d471e1d62b563990c05dfa9b81f5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d1a16a0bbdb34b2cbf62c86174d29f83.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1121d471e1d62b563990c05dfa9b81f5.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/1121d471e1d62b563990c05dfa9b81f5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/1121d471e1d62b563990c05dfa9b81f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1540,
+ "type": "shattered_rift_crystal_crafting_item",
+ "name": "Shattered Rift Crystal",
+ "description": "A smashed, refined rift focus crystal. Due to the strange physics laws surrounding the rift, it is easily able to be reassembled. \n \nAn essential component needed to craft powerful Rift traps.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/69374eafb3237054513e37ca9b0c4e72.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/44ef563465347a83821ffe1c807bc265.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a597b9ea50b0aeabf19f6ec52585bb6e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/44ef563465347a83821ffe1c807bc265.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/44ef563465347a83821ffe1c807bc265.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/44ef563465347a83821ffe1c807bc265.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1541,
+ "type": "burroughs_rift_journal_theme_collectible",
+ "name": "Burroughs Rift Journal Theme",
+ "description": "Show off your dedication to rift hunting with this cybernetic journal theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3011e7d3eeb834873c04177fb7572739.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/30c76ecaab6610edd7cf1b713e6233c3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3011e7d3eeb834873c04177fb7572739.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3011e7d3eeb834873c04177fb7572739.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1542,
+ "type": "contaminated_crumb_cake_collectible",
+ "name": "Contaminated Crumb Cake",
+ "description": "A crumbly slice of toxically topped cheese cake. Petrified by pollution!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/ab8d13824c0ca64ff88890abaf50c4e0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed03a34c5125acf2632a183ddb3093d9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/ab8d13824c0ca64ff88890abaf50c4e0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ab8d13824c0ca64ff88890abaf50c4e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1543,
+ "type": "crystallized_fossil_collectible",
+ "name": "Crystallized Fossil",
+ "description": "A faded crystallized amber containing a strange, unknown mouse fossil. Could this be one of the first mice that ever existed?",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f943c9064364d3d6280a2e949b832d14.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dab007ef4eeb2487d80993352b4c6d5f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/f943c9064364d3d6280a2e949b832d14.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f943c9064364d3d6280a2e949b832d14.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1544,
+ "type": "optic_receiver_collectible",
+ "name": "Optic Receiver",
+ "description": "A replacement part for cyborgs with damaged eyesight. Never leave home without a few spares!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f634d7a763d7a743c51d6f89135320d0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e2fd12691a1b6d185bbed651e2b3aa02.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/f634d7a763d7a743c51d6f89135320d0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f634d7a763d7a743c51d6f89135320d0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1545,
+ "type": "red_button_collectible",
+ "name": "The Red Button",
+ "description": "Under lock and double key, this remote Red Button looks very important and ominous. Try as you might, you can't find a way to unlock it so you can press it.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/083cf2176778f6182cfc1dbf14635ca1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9f5d7d6703905cfe7e0041329d39b3d2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/083cf2176778f6182cfc1dbf14635ca1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/083cf2176778f6182cfc1dbf14635ca1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1546,
+ "type": "null_gauntlet_stat_item",
+ "name": "Null Gauntlet",
+ "description": "This metallic glove fairly hums with power, though it doesn't seem to exude power so much as consume it. Lights dim when brought near, electronics flicker, fires gutter and die. \n \nThis item is the only known method of safely handling Rift Charms without being consumed by their strange and terrible powers.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/06bf8e839a68cf69952b5ab0ba98a73e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f26593a4dd76402a73adc47b668844b2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/31165dbf6b6db915f6973f44b251f866.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f26593a4dd76402a73adc47b668844b2.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f26593a4dd76402a73adc47b668844b2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f26593a4dd76402a73adc47b668844b2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Menace of the Rift mice in the Burroughs Rift"
+ },
+ {
+ "id": 1547,
+ "type": "rift_circuitry_stat_item",
+ "name": "Rift Circuitry",
+ "description": "Alternate reality circuitry from the Rift. This circuit board is almost alien in comparison to known technology found in Gnawnia. It is essential in Rift-based machinery!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b382200aeebff137c3d66d5378851a48.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/48c9c4019134dc7caad8526c0be00272.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c4a04d04f282d818a9d63c4c9b7e3c02.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/48c9c4019134dc7caad8526c0be00272.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/48c9c4019134dc7caad8526c0be00272.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/48c9c4019134dc7caad8526c0be00272.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "rift_circuitry_chips": 3
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Burroughs Rift or the Furoma Rift"
+ },
+ {
+ "id": 1548,
+ "type": "focused_crystal_laser_weapon",
+ "name": "Focused Crystal Laser",
+ "description": "By combining the altered high technology scavenged from the most powerful Burroughs Rift mice and the remains of a smashed Crystal Tower, Digby scientists have learned how to focus Rift Power into a terrible laser beam capable of bringing the fight to the Rift mice like never before! \n \nBy focusing all the Crystal Laser technology into a single beam, the most power possible can be directed at a single target. This trap's high power combines exceptionally well with the Rift Power Charm's power bonus, and makes this trap fantastic for catching tougher Rift mice, though it suffers slightly against the remainder of the weaker, sneakier Rift mice.
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/4d4856d57c40970b5e9025daadeed61d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/52a8964019099ae0ab2bbc20b5279df5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/9373c52a30d92c55d7ff3b7de068bbb7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/52a8964019099ae0ab2bbc20b5279df5.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/52a8964019099ae0ab2bbc20b5279df5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/52a8964019099ae0ab2bbc20b5279df5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1816,
+ "type": "extreme_ancient_trinket",
+ "name": "Extreme Ancient Charm",
+ "description": "A full half and half mixture of gold and ancient jade. This balance of materials complements itself with an even distribution of materials further unlocking the potential of these ancient charms.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/23f06287c9bf067ab4febcf95e2ce136.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/342e16250ac170a275cf21830cb01219.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/0bf190fd2fa89b79b03e4bd7e393a6e5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/342e16250ac170a275cf21830cb01219.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/342e16250ac170a275cf21830cb01219.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/342e16250ac170a275cf21830cb01219.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": true,
+ "power_bonus": 0.07,
+ "power_bonus_formatted": "7%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.07,
+ "attraction_bonus_formatted": "7%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1817,
+ "type": "extreme_attraction_trinket",
+ "name": "Extreme Attraction Charm",
+ "description": "The Extreme Attraction Charm for those that need to boost their attraction bonus' to the extreme!\n\nThe Extreme Attraction charm provides a 50% attraction bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/3fc7289ef2f70fdccfa8193b37ddc6fd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/2988e4f8475f7fd67303f40737c4f725.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/5d9967033a550611f7199078f48c7923.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/2988e4f8475f7fd67303f40737c4f725.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/2988e4f8475f7fd67303f40737c4f725.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/2988e4f8475f7fd67303f40737c4f725.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.5,
+ "attraction_bonus_formatted": "50%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1818,
+ "type": "extreme_power_trinket",
+ "name": "Extreme Power Charm",
+ "description": "A Super Power Charm amped up to 11! These higher power levels take power charms to the extreme! The Extreme Power Charm provides +1,250 power and a 12% power bonus each hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b9cd0bd7c8670c70a77c1215d5ead552.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/09c6fdd16d188b5447d85de2c3d1b3ed.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/a79a38096238bf36630e834e0a99de4e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/09c6fdd16d188b5447d85de2c3d1b3ed.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/09c6fdd16d188b5447d85de2c3d1b3ed.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/09c6fdd16d188b5447d85de2c3d1b3ed.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 1250,
+ "power_formatted": "1,250",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1819,
+ "type": "shielding_trinket",
+ "name": "Shielding Charm",
+ "description": "Pesky red boxes getting you down? Don't fret! Keep those red boxes in check with this shielding containment charm. It gets the red box before the red box can get you! \n \nOnce contained inside the specialty shielded containment unit it can then be safely disposed of.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/eda7a194a7ac77cf889d31892ee472d4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e8576cf76eebd6ea898e24ef02d4e95d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/26e1b70960e285a117e31a36590d9d32.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e8576cf76eebd6ea898e24ef02d4e95d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e8576cf76eebd6ea898e24ef02d4e95d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e8576cf76eebd6ea898e24ef02d4e95d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1820,
+ "type": "super_ancient_trinket",
+ "name": "Super Ancient Charm",
+ "description": "These ancient charms harbour more gold plating over the jade. The larger surface area of gold allows the charm to conduct a greater amount of power from the jade than usual. \n \nVery hard to let go of once you feel their raw power!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5bc03cad519d2c4c4860551c1a0d6b03.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/965ac64a1a4451d11513efb480c5ee4f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/452e5f951ac0b90382c1c985d4745148.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/965ac64a1a4451d11513efb480c5ee4f.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/965ac64a1a4451d11513efb480c5ee4f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/965ac64a1a4451d11513efb480c5ee4f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 700,
+ "power_formatted": "700",
+ "has_power_bonus": true,
+ "power_bonus": 0.06,
+ "power_bonus_formatted": "6%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.06,
+ "attraction_bonus_formatted": "6%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1821,
+ "type": "super_attraction_trinket",
+ "name": "Super Attraction Charm",
+ "description": "Super Attraction Charm provides those same, classic bonus' as the original with a bonus on top.\n\nThe Super Attraction Charm provides a 20% attraction bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/6a3491c041d183a72db0f96cf3b4bda0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/9b079b78bac20290ebab796a3ea002fc.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/e27ee67ec7a7b05db0bf572879c4b5a4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/9b079b78bac20290ebab796a3ea002fc.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/9b079b78bac20290ebab796a3ea002fc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/9b079b78bac20290ebab796a3ea002fc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1822,
+ "type": "ultimate_ancient_trinket",
+ "name": "Ultimate Ancient Charm",
+ "description": "A solid core of an ancient gold material inlaid with jade. The jade plays a small but significant role in holding the charm together. The heavier involvement of gold brings out the raw, unstable power locked within.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/9a8b7f0ecfd9b8b1f5296ffb41c1dfd1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/6d5d309b2ef9233d16e5f1615746691f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/80cd07c6067402da686c6382aabf24ec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/6d5d309b2ef9233d16e5f1615746691f.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/6d5d309b2ef9233d16e5f1615746691f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/6d5d309b2ef9233d16e5f1615746691f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 900,
+ "power_formatted": "900",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1823,
+ "type": "ultimate_attraction_trinket",
+ "name": "Ultimate Attraction Charm",
+ "description": "The Ultimate Attraction Charm, leave the attraction to us. A guaranteed mouse attraction (provided the right circumstances) for one, armed, awaiting trap!\n\nThe Ultimate Attraction charm provides a 100% attraction bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/3ab7d9e5cf23d94b97c6777b3071f5fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/bf28d619b395f52d5c85173e27136baa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/14ccf82dc73b23f632286067b1fd1538.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/bf28d619b395f52d5c85173e27136baa.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/bf28d619b395f52d5c85173e27136baa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/bf28d619b395f52d5c85173e27136baa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 1,
+ "attraction_bonus_formatted": "100%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1824,
+ "type": "dragon_scale_ice_maiden_skin",
+ "name": "Dragon Scale Ice Maiden Skin",
+ "description": "Bound within the pillar of ice on the back of this trap is a rare enchantment. When the dragon breathes fire onto the trap, the ice temporarily melts, releasing a specially-designed dragon collar which snaps down onto the dragon's neck and freezes him in a thick coating of ice.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/45545d02814a73b16d435c83fb7bb6fb.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d5152b5117206f46a08423fb437b3a47.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/45545d02814a73b16d435c83fb7bb6fb.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4270b2ba72a61d814cd3cdbe0267ea6b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ice_maiden_weapon",
+ "skin_weapon_name": "Ice Maiden",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/36fba525def51fa95edd75524ddca283.jpg",
+ "marketing_text": "Built from a fiery inferno of dragon scales from those that have fallen to the Ice Maiden's before them. These scales have been sharpened and given a similar enchantment as the Ice Maiden. The dragons fire gets completely absorbed by this trap and permanently stolen! Left in a weakened state, the dragon mice fall easy prey to this fiendish contraption!"
+ },
+ {
+ "id": 1825,
+ "type": "shattered_arcanum_skin",
+ "name": "Shattered Arcanum Trap Skin",
+ "description": "The pulsing red crystal at the dark heart of this trap glows with an eerie light, attracting mystic mice like moths to a flame. Any mouse attuned or interested in arcane energies and secrets will find this trap positively irresistible and will pursue it to their doom!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/77d527f3ff665096b61434534e32a4b2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0ff268459f8eea1ddc907047efeb1f67.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/77d527f3ff665096b61434534e32a4b2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1dc1b3444a96c272b4921e6ef3dad93a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "grand_arcanum_weapon",
+ "skin_weapon_name": "Grand Arcanum Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5066cc1c4152d9f65a964bfa29555ace.jpg",
+ "marketing_text": "A surge in accursed powers have crashed upon this trap and have caused it to shatter into pieces, releasing the powers contained within the red crystal. The strong magical framing of the trap has proven to withstand the shattering and is still holding together as an anchor for the escaping power. Now providing an ethereal force as an orbital centre while borrowing from the earth in an attempt to hold it all together."
+ },
+ {
+ "id": 1826,
+ "type": "treasure_gemstone_skin",
+ "name": "Treasured Crystal Crucible Trap Skin",
+ "description": "A perfectly arranged set of specifically sized and energized crystals. Once struck with a tuning fork, the resonating waves activate their energy causing a reaction between the crystals. Once fully awoken, the main grounding crystals hone and confine the smaller crystals into a powerful, circular orbit. \n \nThe crystals hum together producing a low-toned sound, attracting mice in the general area, luring them to its center ring. Once a mouse gets close enough the crystals spin and speed up into a blur and release an awesome flash of light. Too blinding to even see what has happened to the now missing mouse...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/33fdec4b1f5fe0467f0f7884adf26fd1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5ae65b19b46f5b900707b098d64296fd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/33fdec4b1f5fe0467f0f7884adf26fd1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e38d41be4e1c681e7e3b690c95a62cfc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "gemstone_weapon",
+ "skin_weapon_name": "Crystal Crucible Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e1793bdcff1a94c3bc23908be000f51d.jpg",
+ "marketing_text": "Gigantic gilded rubies covered with a generous sprinkling of gold coins! Whoever created this marvel of money definitely had the mindset that he could solve the great mouse problem simply by throwing enough money at it!"
+ },
+ {
+ "id": 1827,
+ "type": "chrome_sphynx_upgrade_crafting_item",
+ "name": "Chrome Sphynx Wrath Upgrade Kit",
+ "description": "Rare, liquid chrome stored inside of a solid Sphynx cast. The exact amount to perfectly cover a Sphynx Wrath Trap with powerful, sleek chrome. \n \nThis highly wind-resistant coating helps lubricate movement, allowing the Sphynx to strike with complete silence. The newly-hardened chrome shell reflects light so well that mice have trouble determining what the blindingly-bright blur pouncing around in front of them is! \n \nCombine delicately disassembled Sphynx Wrath Trap Parts with this Chrome Sphynx Wrath Upgrade Kit to unleash the beast!\n
\n
Chrome Sphynx Wrath
\n
\n\n
Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!
\n
\n\n
Power: 6500
\n
Power Bonus: 15%
\n
Attraction Bonus: 10%
\n
Luck: 28
\n
Power Type: Tactical
\n
Title Required: Baron/Baroness
\n
Cheese Effect: Very Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c6183cd623acaeda0e0cbcca94006f33.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c9096f490191f4df700be80ed936fa8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d3b3b00d39d978d258666d72bfd82824.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c9096f490191f4df700be80ed936fa8.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c9096f490191f4df700be80ed936fa8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c9096f490191f4df700be80ed936fa8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 1828,
+ "type": "heavy_gold_crafting_item",
+ "name": "Heavy Gold",
+ "description": "This seemingly-precious metal is actually very toxic to the touch and should be handled carefully. Made from a mix of elements, the gold inside of these incredibly dense and heavy bricks is tainted by some unknown impurity, giving it great anchoring abilities and some strange magnetic properties, but rendering it useless as a commodity. \n \nYou won't find any shoppekeepers accepting this \"gold\" in trade, but it's the main ingredient in crafting Golden Anchor Charms for use in the Sunken City, which helps you find an extra Sand Dollar when one is dropped by a mouse!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/debb763462136b7062b455bec9dcd437.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/45f760af0aec48d1a522e523205c4f55.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/80736e75c572059fdf2f6a93e5f1e619.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/45f760af0aec48d1a522e523205c4f55.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/45f760af0aec48d1a522e523205c4f55.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/45f760af0aec48d1a522e523205c4f55.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1829,
+ "type": "mini_maelstrom_crafting_item",
+ "name": "Mini Maelstrom",
+ "description": "The terrifying, ship-destroying watery whirlpool of death barely contained within this canister is kinda cute at this size, don't you think? But don't be fooled, this is a life-threatening, menacing maelstrom of destructive power when unleased, so be careful! \n \nThis wonderfully wicked monster of nature is combined with some basic charm items and the same fishy ingredients used when buying a Water Jet Charm, but it creates something a bit smarter, and you can hang onto your Sand Dollars!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/df3e60e387d7f064ace14455169166c2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/822b06d09baee2bd18dc9f7f8bc2a499.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/e6a4408fd81af048de6317ef4ed425f9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/822b06d09baee2bd18dc9f7f8bc2a499.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/822b06d09baee2bd18dc9f7f8bc2a499.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/822b06d09baee2bd18dc9f7f8bc2a499.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1830,
+ "type": "sphynx_weapon_parts_crafting_item",
+ "name": "Sphynx Wrath Parts",
+ "description": "The carefully disassembled parts of a Sphynx Wrath; Absolutely no kitties were harmed in the process!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/fc091390b9d46717551de6e5aec3ce33.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/fc091390b9d46717551de6e5aec3ce33.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1831,
+ "type": "spiked_metal_crafting_item",
+ "name": "Spiked Metal",
+ "description": "These spiked panels of metal are used in the construction of Spiked Anchor Charms, giving them an awesome power bonus alongside their usual dragging effect in the Sunken City.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e6e5058c6fea0e4d78e2e2c653a1eaa2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1f4e2439f41bd1685fc03b98127f3d9e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/255213d36f651220b7e556a57fa38a79.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1f4e2439f41bd1685fc03b98127f3d9e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/1f4e2439f41bd1685fc03b98127f3d9e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/1f4e2439f41bd1685fc03b98127f3d9e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1832,
+ "type": "chrome_onyx_mallet_weapon",
+ "name": "Chrome Onyx Mallet",
+ "description": "Sleeker and more aerodynamic than its non-chrome counterpart, the Chrome Onyx Mallet takes full advantage of the additional weight added by the chrome coating to provide an impressive power bonus. After use, be sure to follow the careful cleaning instructions to ensure an impressive shine for years to come!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/4216ad7bf328d12157f55a228b51b6a1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/2d1cf9719c7fc8588b7a564ee3568088.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/4216ad7bf328d12157f55a228b51b6a1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/cce883f82a4c8e37be01c0ed1f00d8ea.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 5500,
+ "power_formatted": "5,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.3,
+ "power_bonus_formatted": "30%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1833,
+ "type": "chrome_sphynx_weapon",
+ "name": "Chrome Sphynx Wrath",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a6e3d46f3f4601b387f3c229c5767929.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/59c0d737243ed88b9b99bce4ac77ab2a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 6500,
+ "power_formatted": "6,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 28,
+ "luck_formatted": "28",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": true,
+ "skins": [
+ "manticore_chrome_sphynx_skin",
+ "fat_cat_chrome_sphynx_wrath_skin",
+ "spring_hunt_chrome_sphynx_wrath_skin",
+ "constellation_chrome_sphynx_skin",
+ "new_years_chrome_sphynx_skin",
+ "chrome_santa_sphynx_skin",
+ "jade_tiger_chrome_sphynx_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "manticore_chrome_sphynx_skin",
+ "fat_cat_chrome_sphynx_wrath_skin",
+ "spring_hunt_chrome_sphynx_wrath_skin",
+ "constellation_chrome_sphynx_skin",
+ "new_years_chrome_sphynx_skin",
+ "chrome_santa_sphynx_skin",
+ "jade_tiger_chrome_sphynx_skin"
+ ]
+ },
+ {
+ "id": 1834,
+ "type": "dreaded_totem_weapon",
+ "name": "Dreaded Totem Trap",
+ "description": "During a previous visit, Ronza brought back some trinkets originating from the Tribal Isles for study. Now, the ingenious trapsmiths from far away lands have created the ultimate weapon of extermination for those residing within the Jungle of Dread! Totems created from their sources of power help you turn the tables on the mice of The Dreaded Horde. Now they can face their own horrors! \n \nThis trap increases in power when hunting within the Jungle of Dread.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "jungle_of_dread",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5f967c901d134564108687eb0a964ec9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/6815ee47f6e018d9dd35f7e5406f4350.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/5f967c901d134564108687eb0a964ec9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/43698bd3b29dec5109055fb0fc591614.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1835,
+ "type": "gargantua_trinket",
+ "name": "Gargantua Charm",
+ "description": "This powerful collar encased in a fiery orb has a strong and magical hold on one particular mouse in The Marching Flame: the Gargantuamouse! \n \nArm this charm when you've reached a streak of at least 7 catches in the Fiery Warpath. If your cheese attracts a mouse, this charm will ensure it is a Gargantuamouse. Just be ready to face this draconic beast... \n \nAfter catching the mouse, the streak will be broken and you should disarm this charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "fiery_warpath",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8c05ac76b481f884c224d35d7d941f12.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/c6c5163a640834247f57e989b7cc75b4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ba1a5783d9ffeee354c7af3917bdd37b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/c6c5163a640834247f57e989b7cc75b4.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/c6c5163a640834247f57e989b7cc75b4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/c6c5163a640834247f57e989b7cc75b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1836,
+ "type": "golden_anchor_trinket",
+ "name": "Golden Anchor Charm",
+ "description": "Dive into the Sunken City and plunder the riches from its depths with the aid of this treasure-seeking charm! It behaves like any other anchor charm, preventing the Riptide Mouse in Balack's Cove from washing you out and slowing your movement speed underwater, but it has one additional function... \n \nThis charm will find an EXTRA Sand Dollar when a mouse drops one in the Sunken City!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "balacks_cove",
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/0ff60fbdcb829e5a6771f648fa4c9719.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0fdad806e7c9f7b8b2413e2e9e044b7d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/c052d85c965ff85d1fc0dcd7301f2750.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0fdad806e7c9f7b8b2413e2e9e044b7d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0fdad806e7c9f7b8b2413e2e9e044b7d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0fdad806e7c9f7b8b2413e2e9e044b7d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.04,
+ "power_bonus_formatted": "4%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1837,
+ "type": "oxygen_burst_trinket",
+ "name": "Oxygen Burst Charm",
+ "description": "This charm contains two singular, isolated atoms of oxygen that become a fully-fledged molecule when released. \n \nWhile this charm is equipped, you will receive an extra Oxygen Canister when a captured mouse drops one!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/e4bf3b52052b986d9a7707371b4ff541.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/dda4f217c3c106ce7214bafda146e0b4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/f7c80b7e820bd3373f967c54bc4588b7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/dda4f217c3c106ce7214bafda146e0b4.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/dda4f217c3c106ce7214bafda146e0b4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/dda4f217c3c106ce7214bafda146e0b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1838,
+ "type": "smart_water_jet_trinket",
+ "name": "Smart Water Jet Charm",
+ "description": "With the awesome power of the Mini Maelstrom, this charm propels your submarine forward much like the Water Jet Charm when diving in the Sunken City. However, due to the temporary nature of the watery storm, this charm also smartly disarms itself from your trap, ensuring you don't overshoot those underwater targets! \n \nThis charm boosts a hunter's diving distance dramatically when a mouse is caught, advancing a hunter by 500 meters, and then disarms itself!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/6b897c436ac61161d2234db23d480a75.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/6a4dc9eb92e024ec78de7ecda78754c3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/c4e14751d420a86d68f25cf9863ca121.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/6a4dc9eb92e024ec78de7ecda78754c3.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/6a4dc9eb92e024ec78de7ecda78754c3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/6a4dc9eb92e024ec78de7ecda78754c3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1839,
+ "type": "spiked_anchor_trinket",
+ "name": "Spiked Anchor Charm",
+ "description": "With the addition of Spiked Metal, this charm excels in both Power and Power Bonus when compared to its Empowered Anchor Charm counterpart. \n \nThe anchor also prevents being washed out of Balack's Cove when capturing a Riptide Mouse and reduces your movement speed underwater when armed during a dive at the Sunken City.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "balacks_cove",
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/eafcbaef0f9630c9f943a11d46102580.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/30d75b2d97cf28eeac0d985be79aee9e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/f0a3859e52d98561e172904f03f3b5f1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/30d75b2d97cf28eeac0d985be79aee9e.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/30d75b2d97cf28eeac0d985be79aee9e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/30d75b2d97cf28eeac0d985be79aee9e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 900,
+ "power_formatted": "900",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1840,
+ "type": "super_gold_bonus_trinket",
+ "name": "Super Wealth Charm",
+ "description": "This charm doubles the effect of the regular Wealth Charm, adding an extra 10% gold to mice when caught, up to a maximum of 4,500 extra gold!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b5bac9278bb1029d889a91906af391ae.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/f28c8bb6e315528ee7a359383dda80a1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/c7a124e77993cbc28d6aab75a8c0afe4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/f28c8bb6e315528ee7a359383dda80a1.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/f28c8bb6e315528ee7a359383dda80a1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/f28c8bb6e315528ee7a359383dda80a1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1841,
+ "type": "super_rift_vacuum_trinket",
+ "name": "Rift Super Vacuum Charm",
+ "description": "This charm behaves exactly like the Rift Vacuum Charm but is much more efficient at compressing mist and generating additional Calcified Rift Mist. \n \nAlong with its power buff, any time a mouse drops Calcified Rift Mist with this charm armed, an extra piece will be created! \n \nCAUTION: This charm may violently react with matter from our dimension, including with hunter hands! In order to safely handle this charm, a hunter must first obtain the protection of a Null Gauntlet.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "rift_bristle_woods",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/a8857b31040f508bf0c1b9f506afc95a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/c5d02f60f905cc896f2b3e965812490b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/26eb99afa927d2090a5318493d4f8eae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/c5d02f60f905cc896f2b3e965812490b.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/c5d02f60f905cc896f2b3e965812490b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/c5d02f60f905cc896f2b3e965812490b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1842,
+ "type": "sunken_dive_crate_convertible",
+ "name": "Sunken Treasure Crate",
+ "description": "A treasure crate keeping the Treasure Keeper's keepsakes safe and secure. Used to store and separate his holdings from the Queens.\n \nInside you will find an assortment of common treasures found while diving at the Sunken City.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2d40a50b4f677f7848fca8a2dafc99fd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/00739709c22d7f4d974c940ff5d67c4e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a4155da44c8d91a86e31e30e16dea260.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/febf88365be0573dbfae3194f431c8c1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/00739709c22d7f4d974c940ff5d67c4e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/00739709c22d7f4d974c940ff5d67c4e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/00739709c22d7f4d974c940ff5d67c4e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1843,
+ "type": "trawler_gift_basket_convertible",
+ "name": "Trawler Gift Basket",
+ "description": "Traveling the Rodentian oceans? Then you need one of these! This kit containing Treasure Trawling Charms will let you scoop up extra loot as you adventure through the deep! \n \nInside you'll find: \n \n\n• 50 Treasure Trawling Charms \n• 50 SUPER|brie+ \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ca6fbc5003f8396a1ce071546052779d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/66b1a1c132f1d3bb8e37995d4aa9a512.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/574e81efdb3894d293702cf8186760b9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bc2b8dc5c1f91a15cc38547b2d280220.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/66b1a1c132f1d3bb8e37995d4aa9a512.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/66b1a1c132f1d3bb8e37995d4aa9a512.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/66b1a1c132f1d3bb8e37995d4aa9a512.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1844,
+ "type": "treasure_trawling_trinket",
+ "name": "Treasure Trawling Charm",
+ "description": "A clever trinket designed to maximize gains while traversing the ocean floor. By lowering a net into the water, you now have a chance to pull up some extra loot that has been lost to the depths of the ocean. \n \nWhen equipped while diving at the Sunken City the charm scrapes the ocean floor usually finding Barnacles, Mouse Scales, Damaged Coral and spare Oxygen Canisters. On the rare occasion other, even more valuable items have been hauled up!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c58137ad7445814514a644195b191ebc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/ebad905763bafbad484909f8774ef5d2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/bd5cd29a84279faaf20acae7252f2874.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/ebad905763bafbad484909f8774ef5d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/ebad905763bafbad484909f8774ef5d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/ebad905763bafbad484909f8774ef5d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1845,
+ "type": "ancient_dive_crate_convertible",
+ "name": "Ancient Dive Crate",
+ "description": "A diving crate lost long ago to the ocean depths. Through Magma flows, oxygen streams and all the way down deep into the monster trenches, this crate has seen it all and possibly picked up a few valuable goods along the way. \n \nThis crate could have almost anything that could be found beneath the waves inside. Unfortunately, in order to find out, one would need to be wrestled away from those that lurk deep below!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/95480fa614fe3d1a7458dc1a42d1e4fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/89dd39d99b3c23f11c174c75f2750d9f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/efd95422b66dd294bf2c55c85b735fbb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/adf381feeef8bd69401f8d148b60a996.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/89dd39d99b3c23f11c174c75f2750d9f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/89dd39d99b3c23f11c174c75f2750d9f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/89dd39d99b3c23f11c174c75f2750d9f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1846,
+ "type": "ultimate_anchoring_trinket",
+ "name": "Ultimate Anchor Charm",
+ "description": "Ahoy, Landlubber! This is the heart of the ocean, this gives even the most lowly deck swabbie the power to tame any of the Sunken City beasts! \n \nPowered by a Predatory Processor, this charm can't miss! With this charm equipped in the Sunken City, you will catch the very next mouse you encounter -- guaranteed! What's not guaranteed is if it's consumed or not. Sometimes the oceans can be a cruel mistress and swallow it whole... Else she can have yer favour and return it in one piece! \n \nThey also reduce your movement speed underwater when armed during a dive in the Sunken City. \n \nThese Ultimate Anchor Charms only work while diving at the Sunken City.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/30cbfe008d3659bf3eb427b3aadea792.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/38268e401ef7b8c4b63edc6f7fbfe367.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/08ca54bc43a24a5088c60611c9a0a3c6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/38268e401ef7b8c4b63edc6f7fbfe367.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/38268e401ef7b8c4b63edc6f7fbfe367.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/38268e401ef7b8c4b63edc6f7fbfe367.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1847,
+ "type": "adventure_gift_basket_convertible",
+ "name": "Adventure Gift Basket",
+ "description": "Ready for adventure?! Embark on your MouseHunt tale with a stack of SUPER|brie+ and a couple handfuls of Extreme Luck Charms. Guaranteed to attract excitement! \n \nInside you'll find: \n \n\n• 250 SUPER|brie+ \n• 20 Extreme Luck Charms \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9c4725fd6b17440ee68de8b1b33aac6d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4f27b41baf2b1f25fd9d7c70c84c92c1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a19225b8b61bfe7cbba604e7a1ad1c92.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/92d32caf59520fbb7c16462da4229faf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4f27b41baf2b1f25fd9d7c70c84c92c1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4f27b41baf2b1f25fd9d7c70c84c92c1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4f27b41baf2b1f25fd9d7c70c84c92c1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1848,
+ "type": "grand_adventure_gift_basket_convertible",
+ "name": "Grand Adventure Kit",
+ "description": "Get ready for a grand adventure! A gift basket for those going for greatness! \n \nInside you'll find: \n \n\n• 2000 SUPER|brie+ \n• 200 Extreme Luck Charms \n• 1 Ultimate Luck Charm \n\n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7564262504a5811bb95d019ec1166e51.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d99616f2c039b034496c252dcebffb6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0befc1ff41c16b40b5abbc6bc2a8eb63.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4918401d617a91bf5f33b502f84f7450.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d99616f2c039b034496c252dcebffb6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9d99616f2c039b034496c252dcebffb6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9d99616f2c039b034496c252dcebffb6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1849,
+ "type": "poisonous_pressure_plate_weapon",
+ "name": "Forgotten Pressure Plate Trap",
+ "description": "This simple Forgotten trap is designed to blend in with the architecture found in the Acolyte Realm so as to avoid arising suspicion, and features a small, poisonous blowgun hidden within a simple stone column. \n \nOnce a mouse steps on the pressure plate to collect the cheese, a volley of poisonous rune-tipped darts fire. Lethal or non-lethal poisons can be used depending on the will of the hunter.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/43df9f7249b7523971dbe18f5b813ac0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/d2f55e53ff262a3d3f8dbb7788f00c82.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/43df9f7249b7523971dbe18f5b813ac0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/39cc6d205915c82518fcc6c0aabbc16a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 3500,
+ "power_formatted": "3,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1850,
+ "type": "catch_acolyte_adv",
+ "name": "Capture the Acolyte Mouse",
+ "description": "One of the most sinister threats to the Kingdom lurks outside of our own dimension! Find the entrance to the mysterious Acolyte Realm, bring your Forgotten trap, and capture the powerful Acolyte Mouse to discover an item that can create a new Draconic trap. With this new-found power, you will be able to slay the feared Dragon Mouse!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "arcane",
+ "forgotten",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1851,
+ "type": "catch_archer_adv",
+ "name": "Take an Archery Lesson at the Training Grounds",
+ "description": "There is much more to Furoma than the Training Grounds. Capture an Archer Mouse at the Training Grounds to discover a nearby market in the Burroughs where a Cartographer can repair and enhance some of your map pieces!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "tactical",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1852,
+ "type": "catch_balack_the_banished_adv",
+ "name": "Defeat Balack the Banished",
+ "description": "Within the Tribal Isles is a powerful exiled mouse known as Balack the Banished. Go above and beyond the duties of knighthood by capturing Balack.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "shadow",
+ "arcane",
+ "forgotten",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1853,
+ "type": "catch_captain_croissant_adv",
+ "name": "Repair the Windmill",
+ "description": "Restore the Windmill to its former glory by capturing the troublesome Captain Croissant Mouse.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1854,
+ "type": "catch_chieftains_adv",
+ "name": "Defeat the Tribe Chieftains",
+ "description": "Each of the three tribes in the isles have powerful leaders that guard a blueprint scrap for a mysterious trap. Track down each of these leaders to assemble blueprint scraps and learn of a powerful Forgotten trap.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "hydro",
+ "tactical",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1855,
+ "type": "catch_crystal_behemoth_adv",
+ "name": "Explore the Fungal Cavern",
+ "description": "Explore the damp and dark Fungal Cavern and locate Subterra Silence to capture the fearsome Crystal Behemoth Mouse, recovering a bounty of Crystal Crucibles to exchange at the cavern's shoppes!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "hydro",
+ "forgotten",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1856,
+ "type": "catch_cyclops_adv",
+ "name": "Survey the Calm Clearing",
+ "description": "The powerful Cyclops mice in the Calm Clearing defend the path to the Great Gnarled Tree. Capture a Cyclops Mouse in the Calm Clearing to find the way to the Great Gnarled Tree!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1857,
+ "type": "catch_dragon_adv",
+ "name": "Slay the Dragon Mouse",
+ "description": "The worth of every Knight is not fully proven until they have slain a Dragon Mouse! Travel to Dracano and slay the Dragon Mouse there to recover a Dragon Chest and the valuable contents within it.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "draconic",
+ "shadow",
+ "hydro",
+ "tactical",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1858,
+ "type": "catch_dwarf_adv",
+ "name": "Find a Way Out of the Laboratory",
+ "description": "Dwarf mice in the Laboratory carry with them a key to the underground scientific Town of Digby! Capture a Dwarf Mouse in the Laboratory to recover this key and gain access to Digby.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1859,
+ "type": "catch_eclipse_adv",
+ "name": "Capture the Eclipse Mouse",
+ "description": "In the region of Valour, the King has constructed a challenge for Heroic Hunters with which to prove themselves! Traverse the tall tower of the King's Gauntlet and capture the powerful Eclipse Mouse who rests at the top to further solidify your status as a Hero!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "tactical",
+ "shadow",
+ "arcane",
+ "hydro",
+ "forgotten",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1860,
+ "type": "catch_fairy_adv",
+ "name": "Climb Up the Great Gnarled Tree",
+ "description": "Magical Fairy Mice fly in and around the branches of the Great Gnarled Tree, protecting the path to the nearby Lagoon. Capture a Fairy Mouse at the Great Gnarled Tree to uncover the path to the Lagoon.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "tactical",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1861,
+ "type": "catch_granite_adv",
+ "name": "Discover the Harbour's Secrets",
+ "description": "Pirate mice in the Harbour are besieging the port, preventing supplies from reaching Gnawnia. They have stolen an important map and split it into pieces amongst their crews. Capture the pirate crews and recover this map!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1862,
+ "type": "catch_icewing_adv",
+ "name": "Hunt for Icewing",
+ "description": "Descend to the depths of the Iceberg and capture Icewing!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "hydro",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1863,
+ "type": "catch_jungle_of_dread_mice_adv",
+ "name": "Defeat the Dreaded Horde",
+ "description": "Within the Jungle of Dread are powerful mice in possession of Fire Salt, a critical ingredient in creating Inferno Havarti Cheese. Brave the jungle and recover some Fire Salt to help in your future adventure to slay the mighty Dragon Mouse!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "shadow",
+ "hydro",
+ "tactical",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1864,
+ "type": "catch_kings_adv",
+ "name": "Capture the Mystic and Technic Kings",
+ "description": "The mystery of the disappearance of the wizard Zugzwang has never been solved, although there are sure to be clues at the wizard's tower. Find the four key shards in the Seasonal Garden, charge your amplifier, and head to Zugzwang's Tower. Capture one of each of the King Mice within the tower to uncover clues regarding Zugzwang's whereabouts.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "tactical",
+ "physical",
+ "shadow",
+ "hydro",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1865,
+ "type": "catch_library_boss_adv",
+ "name": "Capture Zurreal the Eternal",
+ "description": "The mysteries contained within Zugzwang's Crystal Library seem even more complex than the wizard's disappearance. Pore through the library books and continue the wizard's research to uncover a powerful Shadow trap.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "physical",
+ "tactical",
+ "hydro",
+ "shadow",
+ "arcane",
+ "draconic",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1866,
+ "type": "catch_living_garden_mice_adv",
+ "name": "Defeat Twisted Carmine",
+ "description": "Explore the twisted realms surrounding the Living Garden to track down the powerful Twisted Carmine Mouse. Mastering how to travel through these twisted worlds will give clues on how to make new powerful traps and other hunting equipment!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "hydro",
+ "shadow",
+ "arcane",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1867,
+ "type": "catch_lycan_adv",
+ "name": "Slay Mousevina von Vermin",
+ "description": "Zombie mice have overrun the Mousoleum under the control of Mousevina von Vermin. Stop the zombies and capture the mastermind behind this insurrection in the Mousoleum in order to locate the path leading into Furoma and the Training Grounds hunting location.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "shadow",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1868,
+ "type": "catch_master_of_the_dojo_adv",
+ "name": "Capture the Master of the Dojo",
+ "description": "The powerful Master of the Dojo stays at the very top of the Furoma Pagoda in the Pinnacle Chamber. Seek out and capture one to discover an item that can create a powerful new Arcane trap.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "tactical",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1869,
+ "type": "catch_ninja_adv",
+ "name": "Find the Hidden Mountain Pass",
+ "description": "The Mountain passage is blocked by heavy rocks, however, a troublesome Abominable Snow Mouse holds a map showing how to find a safe passage through the Mountain. Craft a particularly chilly bait to lure an Abominable Snow Mouse to your trap and recover the map!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1870,
+ "type": "catch_rift_black_widow_adv",
+ "name": "Capture the Monstrous Black Widow",
+ "description": "Descend into the dark Rift of the Whisker Woods and stir up enough trouble to capture the Monstrous Black Widow Mouse! New bases await you as a reward that will boost your rift traps and charms to new heights of power!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1871,
+ "type": "catch_rift_field_adv",
+ "name": "Capture the Goliath Field Mouse",
+ "description": "Cross worlds into the Gnawnia Rift and capture the Goliath Field Mouse! With the capture of this powerful rift mouse comes the secret of constructing a powerful Rift trap.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1872,
+ "type": "catch_rift_menace_adv",
+ "name": "Defeat the Menace of the Rift",
+ "description": "Climb up into the Burroughs Rift, master the mist and capture the mighty Menace of the Rift Mouse! Recover the Null Gauntlet, which will allow you to use new and powerful Rift Charms.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1873,
+ "type": "catch_tritus_adv",
+ "name": "Explore the Sunken City",
+ "description": "Take on a great underwater challenge and dive beyond the deepest depths to reel in a mighty Tritus Mouse!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "hydro",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1874,
+ "type": "catch_warmonger_adv",
+ "name": "Push Back The Marching Flame",
+ "description": "Force back The Marching Flame by capturing the dreaded Warmonger Mouse to lift the siege on Muridae and gain access to the ancient desert city.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "tactical",
+ "hydro",
+ "arcane",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1875,
+ "type": "catch_zombie_adv",
+ "name": "Explore Digby to Unearth the Mousoleum",
+ "description": "The nearby graveyard has become a source of... \"materials\" for the experiments of Digby Scientists. Capture a Zombie Mouse in the Town of Digby to unlock the path to the Mousoleum where fearsome undead mice await!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1876,
+ "type": "complete_claw_shot_wanted_poster_adv",
+ "name": "Track Claw Shot City's Most Wanted",
+ "description": "Within the wild frontier of Varmint Valley is a dangerous settlement called Claw Shot City. Lend your services to local law enforcement and complete bounties to bring the various gang leaders to justice and claim your worthwhile rewards!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "law",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1877,
+ "type": "complete_gnawnian_express_run_adv",
+ "name": "Ride the Gnawnian Express",
+ "description": "The Gnawnian Express is a wild train ride that tours all of Varmint Valley and more! Unfortunately, the train ride is frequently interrupted by mice. Use your law enforcement skills to bring order to a train ride and earn some handsome pay for your trouble.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "law",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1878,
+ "type": "complete_muridae_market_adv",
+ "name": "Rebuild the Muridae Market",
+ "description": "Restore the war-ravaged Muridae Market by rebuilding all of the destroyed shops. As each shop is reconstructed, you'll be able to purchase new hunting equipment from them!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "physical",
+ "tactical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1879,
+ "type": "complete_town_of_gnawnia_bounties_adv",
+ "name": "Secure the Town of Gnawnia",
+ "description": "Make the Town of Gnawnia safe again and earn some extra gold by finding all the bounties.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1880,
+ "type": "craft_ocean_navigation_kit_adv",
+ "name": "Navigate the Rodentia Ocean",
+ "description": "Create a seaworthy vessel and explore the Rodentia Ocean! Track down Shipwrecked, Bottled, and Captain mice while at sea to obtain items to craft an Ocean Navigation Kit, then chart your course to explore the massive Tribal Isles!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "hydro",
+ "physical",
+ "tactical",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1881,
+ "type": "craft_ss_huntington_adv",
+ "name": "Craft the S.S. Huntington IV",
+ "description": "The high seas are calling to you! Catch a Hydra Mouse in the Lagoon to find the Ship Blueprints, then study them to collect the required parts to build this fine vessel!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "tactical",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1882,
+ "type": "get_rift_detector_adv",
+ "name": "Obtain a Rift Detector",
+ "description": "Explore the vast, overgrown, menacing garden situated above Muridae Market to discover its horrifying secrets. Collect essence from the mice here and purchase a Rift Detector to open a portal between two worlds...",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "hydro",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1883,
+ "type": "glowing_gruyere_gift_basket_convertible",
+ "name": "Glowing Gruyere Gift Basket",
+ "description": "A gift basket packed with freshly-grown Glowing Gruyere Cheese! \n \nInside you'll find: \n \n\n• 50 Glowing Gruyere Cheese \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e48395a7e2a23ba147ba54ee6665f0ed.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1fa44880a9c270e4b3817c62ceb80da8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/21a710b348a0bd063cfd7e265644fc95.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0306797738737018ea0fc81969c896a4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1fa44880a9c270e4b3817c62ceb80da8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1fa44880a9c270e4b3817c62ceb80da8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1fa44880a9c270e4b3817c62ceb80da8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1884,
+ "type": "labyrinth_exploration_kit_convertible",
+ "name": "Labyrinth Exploration Kit",
+ "description": "A large kit full of the essentials needed to run mazes. It has enough supplies in it to run the labyrinth a couple times over! Those looking to solve all of the Labyrinths hidden mysteries need shop no further! \n \nInside you'll find: \n \n\n• 1000 SUPER|brie+ Cheese \n• 750 Glowing Gruyere Cheese \n• 250 Lantern Oil \n• 25 Shuffler's Cubes \n\n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/392d7be355cac1a32ffb58549afde563.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/66c3f267590745714771510c3c1ce55c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f98de6f2d37addefe76a8980bc8722d1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/17233caf3896a45eba8fef0b98edcfb9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/66c3f267590745714771510c3c1ce55c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/66c3f267590745714771510c3c1ce55c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/66c3f267590745714771510c3c1ce55c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1885,
+ "type": "shufflers_kit_convertible",
+ "name": "Shuffler's Kit",
+ "description": "A small care package for those who find themselves stuck at a wrong intersection. The right door could be just one shuffle away! \n\t \n\tInside you'll find: \n \n\n• 50 Glowing Gruyere Cheese \n• 50 Lantern Oil \n• 3 Shuffler's Cubes \n\n \nUse a Shuffler's Cube to shuffle the currently available hallways within an intersection in order to find new doorways! \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0dfc716726214b54e27b2e511bb35e49.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1849064cf8169d125d5d6af1386d1576.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5c327afe5f7edfe6ee1fa82967adc9c6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cf691b7bd107a7391e824291ac80ca06.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1849064cf8169d125d5d6af1386d1576.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1849064cf8169d125d5d6af1386d1576.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1849064cf8169d125d5d6af1386d1576.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1886,
+ "type": "labyrinth_lantern_fuel",
+ "name": "Lantern Oil",
+ "description": "A tiny crystal flask containing a viscous oil used to fuel the Labyrinth Lantern. When lit, the Labyrinth Lantern burns oil on every hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cf99bc22d4e7a34e681fcf97e8a4b679.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c79d65023eb8e3fa146a963edec2d273.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ee0dc523e40e1adce3d499a952cd0409.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c79d65023eb8e3fa146a963edec2d273.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c79d65023eb8e3fa146a963edec2d273.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c79d65023eb8e3fa146a963edec2d273.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1887,
+ "type": "labyrinth_scramble_doors_stat_item",
+ "name": "Shuffler's Cube",
+ "description": "These cubes were invented by a hunter named Shelly Shuffler as an emergency hallway door reconfiguration device. The cube quickly bonds with the mechanisms in the intersection, transforming the hallway doors and repairing any crumbled passageways. \n \nThe cube is destroyed when used, but multiple cubes can be used in the same intersection until you find the hallway doors you want! \n \nUsing a Shuffler's Cube causes the Labyrinth to shuffle the currently available hallway doors located at your current intersection, consuming itself in the process. Any broken or missing hallway doors are also replaced by functioning ones.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/fb347d900c2287a72242ad0dd2be5865.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3f408cc3012bf15bd07d9bce8a6eec75.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7841a769d1dc68464bd131919ef7682c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3f408cc3012bf15bd07d9bce8a6eec75.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3f408cc3012bf15bd07d9bce8a6eec75.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3f408cc3012bf15bd07d9bce8a6eec75.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1888,
+ "type": "2_pack_lantern_oil_convertible",
+ "name": "2-Pack of Lantern Oil",
+ "description": "A 2-pack of Lantern Oil used to fuel the Labyrinth Lantern. When lit, the Labyrinth Lantern burns oil on every hunt.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4cb0d8e16d79499cca6186ad4efbecc1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a78fcad6cdcae0e58661dfd319ad1714.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b4b5f210c17fb40d28cb5ca575093b14.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/299f8de107fa98c61dfac3e569bed81e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a78fcad6cdcae0e58661dfd319ad1714.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a78fcad6cdcae0e58661dfd319ad1714.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a78fcad6cdcae0e58661dfd319ad1714.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1889,
+ "type": "unstable_crystal_convertible",
+ "name": "Unstable Crystal",
+ "description": "A delicate crystal containing something valuable to a Molten Midas Mouse inside. These mice create these crystalline enclosures around valuables so they can store them within themselves without destroying the contents. \n \nOnce exposed to air, these crystals become brittle by design. The objects inside can be easily retrieved by delicately poking these crystals to shatter the protective exterior.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a8756a7386cbc140b32313d3107511ab.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ddc12d64d0103cc8c6d4585237c48b27.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8607339eedc96de4fcabe2370a563ffd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/59085819ea7f90b72e30f44a91186bca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ddc12d64d0103cc8c6d4585237c48b27.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ddc12d64d0103cc8c6d4585237c48b27.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ddc12d64d0103cc8c6d4585237c48b27.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1890,
+ "type": "ancient_scholar_scroll_crafting_item",
+ "name": "Scholar Scroll",
+ "description": "An ancient piece of parchment from the Dark Library. Contains powerful, age-old secrets of the ancient scholars.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/8b99b9744a50a49ff0e8ca8f6a9d9412.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/600254a937f618200c8e8fb9b3aeaefe.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fb2f854c6f716bd9eb2ea3703ad3cb6d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/600254a937f618200c8e8fb9b3aeaefe.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/600254a937f618200c8e8fb9b3aeaefe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/600254a937f618200c8e8fb9b3aeaefe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Lost Scholars and Treasure Misers in Zokor"
+ },
+ {
+ "id": 1891,
+ "type": "endless_labyrinth_blueprints_craft_item",
+ "name": "Endless Labyrinth Blueprints",
+ "description": "These blueprints are filled with meticulous, elaborate, complex and unorthodox methods of combining 150 Tech Power Cores, 150 Scholar Scrolls, 150 Plates of Fealty. A singular Infused Plate acts as the stabilizer for the power coursing through this trap. Additional instructions need to be deciphered from a rare Sacred Script. This can all only be assembled by using the might of a Powercore Hammer! \n \nThis trap requires the rank of Duke/Duchess or higher.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/701f667c15959312b255d6a90719ad57.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/701f667c15959312b255d6a90719ad57.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 6980000
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1892,
+ "type": "endless_labyrinth_trap_parts_crafting_item",
+ "name": "Endless Labyrinth Trap Parts",
+ "description": "A puzzling pile of Endless Labyrinth Trap parts.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/81c498ccca31139cad5dce3b0b89227c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/81c498ccca31139cad5dce3b0b89227c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1893,
+ "type": "enigmatic_core_crafting_item",
+ "name": "Enigmatic Core",
+ "description": "One of the most treasured technological advances straight from the heart of Zokor. A power core of infinite energy and possibility!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/01faeb8f32630c74eb442bed12425a94.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cfe214a43f9d74a1d5fdd19a87a98abb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/3753c04f484bb33461ce843b89e16fee.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cfe214a43f9d74a1d5fdd19a87a98abb.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cfe214a43f9d74a1d5fdd19a87a98abb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cfe214a43f9d74a1d5fdd19a87a98abb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Retired Minotaur mice in Zokor"
+ },
+ {
+ "id": 1894,
+ "type": "event_horizon_trap_blueprints_crafting_item",
+ "name": "Event Horizon Trap Blueprints",
+ "description": "Formulas, equations, diagrams and graphs are littered all over these blueprints. As complex as this seems, a simple list of parts are provided near the end. A Sacred Script with the writings of 225 scholars provide just enough mystical smarts to get this trap going. Two Arcane Crystals are required to provide a containment field set with 30 pieces of Scrap Metal. \n \nThis last section looks to be covered in warnings of all languages: An Essence of Destruction is to be used with the utmost care and is to be placed last within the centre before initially triggering the Event Horizon. \n \nThis trap requires the rank of Duke/Duchess or higher.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/30366db64d0c971e3ead664ef71867be.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/30366db64d0c971e3ead664ef71867be.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 2300000
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1895,
+ "type": "infused_plate_crafting_item",
+ "name": "Infused Plate",
+ "description": "A slab of a standard Plate of Fealty infused with a strong mana charge. Glows softly as power courses through it. \n \nIt seems this metal was meant to be shaped and forged in some way. If you look at it just right, it shimmers with some runic language similar to that found in the Dark Library...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ac3eb3304fa999bc6813ebe3ad2172ad.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c73481596bdd805a1cdfcabc2526ba02.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/46e27bd9a8a359a9b782ec836fb5806c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c73481596bdd805a1cdfcabc2526ba02.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/c73481596bdd805a1cdfcabc2526ba02.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/c73481596bdd805a1cdfcabc2526ba02.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Paladin Weapon Master mice in Zokor"
+ },
+ {
+ "id": 1896,
+ "type": "labyrinth_theme_scrap_1_crafting_item",
+ "name": "Labyrinth Theme Scrap I",
+ "description": "A segmented puzzle piece revealing a portion of the Labyrinth Journal Theme. Obtained by entering the Manaforge with 100 or more clues.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/000eae204b935259d81dd82ae24f4a48.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4805267f1af9bc35d7a230539a4b1b81.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/4ac4d3251cfc0132d1dd8967a7af910f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/4805267f1af9bc35d7a230539a4b1b81.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/4805267f1af9bc35d7a230539a4b1b81.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/4805267f1af9bc35d7a230539a4b1b81.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1897,
+ "type": "labyrinth_theme_scrap_2_crafting_item",
+ "name": "Labyrinth Theme Scrap II",
+ "description": "A segmented puzzle piece revealing a portion of the Labyrinth Journal Theme. Obtained by entering the Dark Library with 100 or more clues.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/8b3d6014b14429f3815aa9d7320fddbe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fee39324e9c6f90d60640b8050a47f6a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/56fc4c6a02ae2a98c9a88737d8ae08a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fee39324e9c6f90d60640b8050a47f6a.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fee39324e9c6f90d60640b8050a47f6a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/fee39324e9c6f90d60640b8050a47f6a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1898,
+ "type": "labyrinth_theme_scrap_3_crafting_item",
+ "name": "Labyrinth Theme Scrap III",
+ "description": "A segmented puzzle piece revealing a portion of the Labyrinth Journal Theme. Obtained by entering the Templar's Sanctum with 100 or more clues.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/66491873afdb6f803de6cef569acde50.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0503868295dfe063ef8067e79c0accbe.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/e265bb3d9cc276c44b5d4bfb22c06bcd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0503868295dfe063ef8067e79c0accbe.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/0503868295dfe063ef8067e79c0accbe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/0503868295dfe063ef8067e79c0accbe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1899,
+ "type": "labyrinth_theme_scrap_4_crafting_item",
+ "name": "Labyrinth Theme Scrap IV",
+ "description": "A segmented puzzle piece revealing a portion of the Labyrinth Journal Theme. Obtained by entering the Treasure Vault with 100 or more clues.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b08e4c1e667eddf83596d6a7ae94d620.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0d51f50cf766bbfc0f6c3758b64c137f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5af92cbaf057194c230d1fcd31aa9f0e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0d51f50cf766bbfc0f6c3758b64c137f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/0d51f50cf766bbfc0f6c3758b64c137f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/0d51f50cf766bbfc0f6c3758b64c137f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1900,
+ "type": "labyrinth_theme_scrap_5_crafting_item",
+ "name": "Labyrinth Theme Scrap V",
+ "description": "A segmented puzzle piece revealing a portion of the Labyrinth Journal Theme. Obtained by entering the Overgrown Farmhouse with 100 or more clues.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/da211cafd26e11f2da5a94e96192ad66.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb248d85f67abb20efd6a468a90ddecf.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/f19a708db3acd2c49e4fe7eae0b079f7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb248d85f67abb20efd6a468a90ddecf.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb248d85f67abb20efd6a468a90ddecf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cb248d85f67abb20efd6a468a90ddecf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1901,
+ "type": "labyrinth_theme_scrap_6_crafting_item",
+ "name": "Labyrinth Theme Scrap VI",
+ "description": "A segmented puzzle piece revealing a portion of the Labyrinth Journal Theme. An image of a Labyrinth door depicting each of the 5 main districts of Zokor is shown along the bottom. \n \nThe following is inscribed beneath it: \n\n\"Centum indicium per locum.\"",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a24c4a5f1e718dcad07b46a03fb6442c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a48062b7ef31e21e68914bfee29bea08.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d1108682787b0e9fa474071d6430a31c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a48062b7ef31e21e68914bfee29bea08.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a48062b7ef31e21e68914bfee29bea08.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a48062b7ef31e21e68914bfee29bea08.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1902,
+ "type": "minotaur_base_blueprints_crafting_item",
+ "name": "Minotaur Base Blueprints",
+ "description": "Blueprints made for those daring enough to hunt the minotaur in his own maze! Six stacks of Really, Really Shiny Precious Gold from the minotaur's private stash will be required to create this mighty, maze-defying base. Accenting those pieces with 225 sheets of Gold Leaf and 18 Epic Orbs gives it that artisanal look. Combining all of these items alongside 700 of each district's main export will yield you the mighty Minotaur Base. \n \nThis base requires the rank of Duke/Duchess or higher.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ac500f128880ea63b787e2054665f808.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ac500f128880ea63b787e2054665f808.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 7900000
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1903,
+ "type": "minotaur_base_crafting_item",
+ "name": "Really, Really Shiny Precious Gold",
+ "description": "This stack of Really, Really Shiny Precious Gold is comprised of gigantic compressed gold plates wrapped in fine leathers, granted to the Retired Minotaur Mouse for his service in protecting the Labyrinth. The leather serves to shield the eyes of those who look upon the gold, as it's really, really shiny! The minotaur hoards this treasure in his hidden lair and plans to retire to a summer home in the woods using the value of the gold as leverage. \n \nIf a hunter withdraws enough of the minotaur's R.R.S.P. Gold reserves, they can craft the powerful Minotaur Base!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9cf40e96994a3c3dc09f34304372f490.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a819e8cc5a7a9cada4a0cedb151e66f4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/806df5a4fb90e322c56c5a339c213761.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a819e8cc5a7a9cada4a0cedb151e66f4.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a819e8cc5a7a9cada4a0cedb151e66f4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a819e8cc5a7a9cada4a0cedb151e66f4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Retired Minotaur mice in Zokor"
+ },
+ {
+ "id": 1904,
+ "type": "plate_of_fealty_crafting_item",
+ "name": "Plate of Fealty",
+ "description": "A prepared piece of forged plating. Engraved with a Labyrinth pattern indicative of its origins.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/36372011ea6190290f888efb35f7e289.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c431568f0a90e77fcabc4de14009555f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/e71c1df47b261aeea46619e19fa9f013.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c431568f0a90e77fcabc4de14009555f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/c431568f0a90e77fcabc4de14009555f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/c431568f0a90e77fcabc4de14009555f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Fealty Sworn Soldiers and Treasure Misers in Zokor"
+ },
+ {
+ "id": 1905,
+ "type": "powercore_hammer_crafting_item",
+ "name": "Powercore Hammer",
+ "description": "First from the Manaforge were these mighty hammers. They are the only hammers powerful enough to withstand the intense magical power emanating from the forge. \n \nThere seems to be more than meets the eye with this hammer. The base of its handle has a spot for something to socket into...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/bde91a419192be5f568c8d4a673c7e31.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3380b02f1c2bd1a6e2d963b1cee4b41a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5faf1c56e31dbd0a3cecf1451efe6b35.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3380b02f1c2bd1a6e2d963b1cee4b41a.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3380b02f1c2bd1a6e2d963b1cee4b41a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3380b02f1c2bd1a6e2d963b1cee4b41a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Manaforged Smith mice in Zokor"
+ },
+ {
+ "id": 1906,
+ "type": "sacred_scroll_crafting_item",
+ "name": "Sacred Script",
+ "description": "These highly sought after scrolls contain the most powerful incantations collected from generations of scholars from the Scholar District. \n \nRudimentary translations hint at a possible connection to some sort of blunt tool and a slab of metal...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4cb60820b1763aad38af75e689aa182e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/ce2feadbf81fca6f98e9931099d69d7a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/57465e5c387adbd506413efa617b0158.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/ce2feadbf81fca6f98e9931099d69d7a.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/ce2feadbf81fca6f98e9931099d69d7a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/ce2feadbf81fca6f98e9931099d69d7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Soul Binder mice in Zokor"
+ },
+ {
+ "id": 1907,
+ "type": "tech_power_core_crafting_item",
+ "name": "Tech Power Core",
+ "description": "A highly-technologically advanced power core that doubles its output based on a single input. Scientists are baffled!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/bf61f46b02f03cd73bcc84b4c025b1e6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b52aff1549b63c0b00983f0a78aa8363.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fedebb82845755afecee37dc1bb1c4c7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b52aff1549b63c0b00983f0a78aa8363.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b52aff1549b63c0b00983f0a78aa8363.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b52aff1549b63c0b00983f0a78aa8363.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Tech Engineers and Treasure Misers in Zokor"
+ },
+ {
+ "id": 1908,
+ "type": "temporal_plate_crafting_item",
+ "name": "Temporal Shadow Plate",
+ "description": "Shadowy plates with a strong connection to the astral planes.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/5891c271d0cbc648b9ac6c0f23bca8f1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/10b9af4ecd18a578a4fd6d420f58ceaa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/8a0b6ebd07c8576f7d4458d198fc0e96.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/10b9af4ecd18a578a4fd6d420f58ceaa.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/10b9af4ecd18a578a4fd6d420f58ceaa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/10b9af4ecd18a578a4fd6d420f58ceaa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Retired Minotaur mice in Zokor"
+ },
+ {
+ "id": 1909,
+ "type": "temporal_turbine_trap_blueprints_crafting_item",
+ "name": "Temporal Turbine Trap Blueprints",
+ "description": "The ancient script scrawled upon these blueprints depicts a Shadow trap of soul-shattering proportions. It calls for two Temporal Shadow Plates and a staggering 16 Umbral Capacitors to power it. A whopping 225 Plates of Fealty for structural integrity and an Infused Plate must be used to hold this much power together. \n \nThis trap requires the rank of Duke/Duchess or higher.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/48d12fb318a906c0b461d43171f6e9fc.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/48d12fb318a906c0b461d43171f6e9fc.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 2500000
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1910,
+ "type": "labyrinth_journal_theme_collectible",
+ "name": "Labyrinth Journal Theme",
+ "description": "Deciphering the complexities of each section of the labyrinth awards those hunters with this prestigious journal theme.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/21f3ac6016726b53eb7a305e03f6cc43.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1048be20dc40f7ab3be1fde8db298601.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/21f3ac6016726b53eb7a305e03f6cc43.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/21f3ac6016726b53eb7a305e03f6cc43.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1911,
+ "type": "labyrinth_hidden_chamber_key_stat_item",
+ "name": "Minotaur Key",
+ "description": "A strange key that seems to fit into a rather large door. It seems to be made up of parts resembling the main three districts of Zokor. \n \nPerhaps if a hunter journeyed through the Labyrinth, finding a large quantity of clues for each Fealty, Tech and Scholar hallways and splitting them into thirds, they might find a new entrance into a secret district within the city. \n \nThis key feels almost as if it belongs to the Labyrinth itself and not in the possession of a hunter. It seems to want to rejoin the inner workings of the maze and will only work once.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3e5322e9d5d46d08e9afbb346f7ac85c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6422e444c028ca5f6ea5230e568dc4b1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d0a838ec18406a39eba1989a429cb1bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6422e444c028ca5f6ea5230e568dc4b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6422e444c028ca5f6ea5230e568dc4b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6422e444c028ca5f6ea5230e568dc4b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "infused_plate_crafting_item": 1,
+ "powercore_hammer_crafting_item": 1,
+ "sacred_scroll_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1912,
+ "type": "labyrinth_lantern",
+ "name": "Labyrinth Lantern",
+ "description": "The Labyrinth Lantern illuminates the hallways, allowing a better observation of the surrounding area resulting in finding more clues. \n \nCatching a clue-dropping mouse within the Labyrinth with the Lantern active will yield an additional bonus clue. \n \nRequires Lantern Oil to use. When lit, the Labyrinth Lantern burns oil on every hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/dbbedb8c29fe8e8d9bb7637ba023c9cb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f2972c1a008513785ed2925d6b70b0fd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d1c4774c7afebe379bef83d30b81f069.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f2972c1a008513785ed2925d6b70b0fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f2972c1a008513785ed2925d6b70b0fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f2972c1a008513785ed2925d6b70b0fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1913,
+ "type": "labyrinth_scramble_clues_stat_item",
+ "name": "Compass Magnet",
+ "description": "A special magnet that is used to recalibrate a confused compass! Using this on your Labyrinth Compass will remove 3 of every type of clue found during a maze expedition. \n \nThe magnetic forces found within the shifting walls of the Labyrinth twist and mangle this magnet after its use, grinding into a pile of 20 Minerals.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/49c8af1f95af0269817f9f60b3fdba6f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4af4321a64beff9406d1931e5ea79855.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2690269b317c633538ee76c71afbe68c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4af4321a64beff9406d1931e5ea79855.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4af4321a64beff9406d1931e5ea79855.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4af4321a64beff9406d1931e5ea79855.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1914,
+ "type": "labyrinth_base",
+ "name": "Labyrinth Base",
+ "description": "A chiseled replica of what is thought to be the original maze layout that helped hunters navigate the maze a long time ago. The advances in the maze's mechanical technology make this base almost obsolete for navigational purposes, however, the sectional similarities have stayed the same. Using this base within the Labyrinth will help clarify general location and heading, which may make getting lost a less common occurrence. \n \nUsing this base inside of the Labyrinth has a chance of preventing a Dead End Clue from confusing your Labyrinth Compass during an unsuccessful hunt.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "labyrinth",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/95b81db1ce49d6e75a7e141a9785a90f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/d0f12c45ead2c2856bddb702dfafd93f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/95b81db1ce49d6e75a7e141a9785a90f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/95b81db1ce49d6e75a7e141a9785a90f.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/81be7315bc11f1b913b08939ad2b10f6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1915,
+ "type": "minotaur_base",
+ "name": "Minotaur Base",
+ "description": "Stacks on stacks of Really, Really Shiny Precious Gold tightly bound together using the minotaur's own collections of fine leather. \n \nMice will be sure to give you little resistance when traveling with a print of the minotaur on your base. \n \nUsing this base inside of the Labyrinth has a chance of preventing a Dead End Clue from confusing your Labyrinth Compass during an unsuccessful hunt.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "labyrinth",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c9562f5e3e5bea9593c5a2efe1e690be.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/5a44bedaeb67c51da19318852ed1702a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c9562f5e3e5bea9593c5a2efe1e690be.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c9562f5e3e5bea9593c5a2efe1e690be.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/fdf0eba09133bed743206b796aa8ad5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 1000,
+ "power_formatted": "1,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1916,
+ "type": "endless_labyrinth_weapon",
+ "name": "Endless Labyrinth Trap",
+ "description": "Mice who try to steal cheese from this powerful trap are transported into a smaller, more twisted version of the Labyrinth. Only mice powerful or lucky enough manage to escape from this trap before it locks them within. The rest will live the remainder of their natural lives forgotten within this endless maze. \n \nDue to the nature of this trap, the King has expressedly forbidden hunters from nesting these traps into other Endless Labyrinth traps, as infinitely shrinking things to beyond the smallest known particle might have cataclysmic consequences on the natural order of the universe...",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/fd947590bf51330ce0b3b0c5aea1a7a2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/2a56fc2238b0628d7578b2159dc4735c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 10000,
+ "power_formatted": "10,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 9,
+ "luck_formatted": "9",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": true,
+ "skins": [
+ "spooky_endless_labyrinth_skin",
+ "new_years_endless_labyrinth_skin",
+ "monkey_endless_labyrinth_skin",
+ "valentines_endless_labyrinth_skin",
+ "cupcake_endless_labyrinth_skin",
+ "spring_hunt_endless_labyrinth_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "endless_labyrinth_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "spooky_endless_labyrinth_skin",
+ "new_years_endless_labyrinth_skin",
+ "monkey_endless_labyrinth_skin",
+ "valentines_endless_labyrinth_skin",
+ "cupcake_endless_labyrinth_skin",
+ "spring_hunt_endless_labyrinth_skin"
+ ]
+ },
+ {
+ "id": 1917,
+ "type": "event_horizon_weapon",
+ "name": "Event Horizon Trap",
+ "description": "A piece of cheese is placed upon a trigger at the exact event horizon of this trap. Any mouse caught lingering long enough for the machine to spin up completely will be caught within the artificial black hole's gravitational pull. \n \nOnce a mouse crosses the event horizon, the gravitational pull becomes so strong that escape becomes impossible! \n \nAlthough, you won't really see this happen. As the mice pass through the horizon, they will appear to freeze in place as they fall infinitely into the center, slowly redshifting until they eventually disappear from sight. \n \nThe mouse, however, will experience gravity at a magnitude so strong that it will experience something known as \"spaghettification\". This is a very scientific term which means it will be stretched out into a long length of atoms, laid out side by side, resembling a string of spaghetti, pulled infinitely apart until the space between them is so great that only darkness remains. \n \nAt least... That's what is believed will happen. No one has ever gone in and returned to tell about it, or properly observed it. Perhaps a hunter will reach too close by mistake when placing their cheese and become an unwilling test subject. Their noble and honourable sacrifice will prove to be invaluable to the world of science.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/418ed636542199730413a8f0e84ee03f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/76d7bc8a8a26c141e9c882f718a01ac8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/418ed636542199730413a8f0e84ee03f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/60ef96c489ef50b594f26eb33ce19eb8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "event_horizon_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 1918,
+ "type": "infinite_labyrinth_weapon",
+ "name": "Infinite Labyrinth Trap",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/6978934d3fe4a4dcd5c1e03376f4c330.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/dfb2e2989bd7723555ec2534c98d5aea.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 11011,
+ "power_formatted": "11,011",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 11,
+ "luck_formatted": "11",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "lavish_infinite_labyrinth_skin",
+ "winter_wreath_infinite_labyrinth_skin",
+ "puzzlebox_infinite_labyrinth_skin",
+ "laser_infinite_labyrinth_skin",
+ "mandarin_infinite_labyrinth_skin",
+ "birthday_infinite_labyrinth_trap_skin",
+ "spring_hunt_infinite_labyrinth_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "lavish_infinite_labyrinth_skin",
+ "winter_wreath_infinite_labyrinth_skin",
+ "puzzlebox_infinite_labyrinth_skin",
+ "laser_infinite_labyrinth_skin",
+ "mandarin_infinite_labyrinth_skin",
+ "birthday_infinite_labyrinth_trap_skin",
+ "spring_hunt_infinite_labyrinth_skin"
+ ]
+ },
+ {
+ "id": 1919,
+ "type": "temporal_turbine",
+ "name": "Temporal Turbine",
+ "description": "Desolate and disheartening, this trap paints a picture of a bleak and meaningless existence, even when observed in its resting state. When a mouse approaches, the Temporal Turbine begins to hum, spinning violently and churning impossibly dark clouds, forming a direct link with the depths of a void in space beyond our plane of existence. \n \nOnce the mouse begins to gaze into the contraption, the turbine links with the mind of the mouse, implanting the image of a mouse utopia, convincing it to surrender itself as it astrally-projects the soul of the mouse into space, leaving behind a dormant husk, never to return.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/899efcbfed3202adab59bf7f202bff40.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b24f7c8ac470e9bd7b6f8171c40d3cee.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/899efcbfed3202adab59bf7f202bff40.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ce2550bc200946eb90d0771d3396fe69.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "regal_temporal_turbine_skin",
+ "winter_temporal_turbine_skin",
+ "soul_searching_temporal_turbine_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "temporal_turbine_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "regal_temporal_turbine_skin",
+ "winter_temporal_turbine_skin",
+ "soul_searching_temporal_turbine_skin"
+ ]
+ },
+ {
+ "id": 1920,
+ "type": "ultimate_luck_power_trinket",
+ "name": "Ultimate Lucky Power Charm",
+ "description": "Containing sharpened shards of power and glorious, shimmering wings of luck, the Ultimate Lucky Power Charm provides the best of both. A staggering 2,500 Power and a 20% Power Bonus on top of 20 Luck!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b62cb033224ba9ba1959c76069e5b0bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/9c40fcde73160d89fe75bc393cd3d131.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/bf07f407a368eb7f0a63364e8016144c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/9c40fcde73160d89fe75bc393cd3d131.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/9c40fcde73160d89fe75bc393cd3d131.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/9c40fcde73160d89fe75bc393cd3d131.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2500,
+ "power_formatted": "2,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1921,
+ "type": "catch_retired_minotaur_adv",
+ "name": "Track Down the Retired Minotaur",
+ "description": "The Labyrinth serves as an elaborate means of preventing would-be intruders from entering the grand city of Zokor. The many twists and turns of the Labyrinth may eventually lead to different areas of Zokor, depending on how they're navigated. Legend describes a carefully hidden chamber where a powerful minotaur is hiding from their endless duties. Tracking down such a powerful mouse is sure to come alongside handsome rewards!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "forgotten",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1922,
+ "type": "labyrinth_scroll_case_convertible",
+ "name": "Labyrinth Scroll Case",
+ "description": "This scroll case from another dimension contains a map leading to treasure hidden throughout the Labyrinth and Zokor.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dfc27c73a54450959e796261c060e406.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b8aac83d900c3b27dcdd14a5f1fd9b53.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cee929f6243159a9d24994eab0dd9dd7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cbdb983084da1e6ba1be7a607a7df1fd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b8aac83d900c3b27dcdd14a5f1fd9b53.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b8aac83d900c3b27dcdd14a5f1fd9b53.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b8aac83d900c3b27dcdd14a5f1fd9b53.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1923,
+ "type": "labyrinth_treasure_chest_convertible",
+ "name": "Labyrinth Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Labyrinth Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5cc3f59a329f8bf57c01a1e3af552aff.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b2c6731257ad0624ae6a7a1f81c1cdd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6cee63fe4b6d18edcaf18c22f77e1a9c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/30ec63c2eeb9d3fd609e462888ca7941.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b2c6731257ad0624ae6a7a1f81c1cdd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0b2c6731257ad0624ae6a7a1f81c1cdd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0b2c6731257ad0624ae6a7a1f81c1cdd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1924,
+ "type": "labyrinth_treasure_hunting_kit_convertible",
+ "name": "Labyrinth Treasure Hunting Kit",
+ "description": "Do you explore the Labyrinth? Do you also occasionally do treasure maps? Do you do both simultaneously? Then this kit is for you! \n \nInside you'll find: \n \n\n• 50 Glowing Gruyere Cheese \n• 35 Lantern Oil \n• 3 Rare Map Dust \n\n \nProvides the Lucky Golden Shield for 1 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0d9a8fc64984c66b806fd20d4f94446b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b444ff7aebf670a2a4e3c1c42552996e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2f158930ed037c54abb92c05a73a479a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5a339024b6523ced06e5907ee053db23.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b444ff7aebf670a2a4e3c1c42552996e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b444ff7aebf670a2a4e3c1c42552996e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b444ff7aebf670a2a4e3c1c42552996e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1925,
+ "type": "rare_labyrinth_treasure_chest_convertible",
+ "name": "Rare Labyrinth Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Labyrinth Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/282954a6ffd085428ec3acf62272b25f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1c04e30e3090a383f6dee8f63650ebfe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ddaaba37490bba81f2d2f8637b56f9d3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2ecd980c053f37e61193066f260cd072.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1c04e30e3090a383f6dee8f63650ebfe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1c04e30e3090a383f6dee8f63650ebfe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1c04e30e3090a383f6dee8f63650ebfe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1926,
+ "type": "2015_halloween_skin_pack_convertible",
+ "name": "2015 Halloween Skin Pack",
+ "description": "One of each premium Halloween skin is included in this spooky bundle at a discounted rate! \n \nInside, you'll find: \n \n\n• Steam Maw Skin \n• Count Sentinel Skin \n• Zugzwang's Night-Mare Skin \n• Costumed Ambush Skin \n• Lovecraft Shelf Skin \n• Spooky Mary O'Nette Skin \n• Ghostly Spiked Crusher Skin \n• Scary S.L.A.C. II Skin \n• All Seeing Eye Skin \n• Haunted Spires Skin \n• Skeletal Rune Shark Skin \n• Molten Oasis Skin \n• The Spirit of Halloween Skin \n \nAdditionally, receive the new Pillow-S.L.A.C. II Skin! \n \nProvides the Lucky Golden Shield for 2 months from date of opening.
\nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8690ac92a09487ca02705cf3a6748433.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/66164e36f3d1d81b012f2693c768e4c9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b3952ed41586952e7ce0dbd7f69ec311.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0384b1cde50e3289f52666b92125efd7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/66164e36f3d1d81b012f2693c768e4c9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/66164e36f3d1d81b012f2693c768e4c9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/66164e36f3d1d81b012f2693c768e4c9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1927,
+ "type": "bigger_shuffle_pack_convertible",
+ "name": "Spooky Shuffle Bonanza Box",
+ "description": "A complete package for any committed Spooky Sandcastle Surveyor! All the cheese needed to run through the sandcastle, a couple of charms to speed it up even faster and bunch of Spooky Shuffle tickets for the time between horn calls! \n \nThis pack contains: \n \n\n• 500 SUPER|brie+ \n• 30 Spooky Shuffle Tickets \n• 100 Candy Corn Cheese \n• 100 Ghoulgonzola \n• 5 Shortcut Charms \n• 5 Candy Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/76cd70c634213174277c8491fd3bf1cd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d8f3f535925c0025d1bfe8d8cddcf0f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3776cf92de601c8673970ebb269fc69a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4e5bde574544620c0a9b1ef896743ac0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d8f3f535925c0025d1bfe8d8cddcf0f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6d8f3f535925c0025d1bfe8d8cddcf0f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6d8f3f535925c0025d1bfe8d8cddcf0f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1928,
+ "type": "halloween_f_rift_scroll_case_convertible",
+ "name": "Sealed Terrifying Halloween Scroll Case",
+ "description": "A haunted scroll case. What other-worldly riches and dimensions will this lead you to? \n \nOpening this scroll case will always lead to a Terrifying Halloween treasure map, which includes mice from the Rift Plane. \n \nIf you are not a Grand Duke/Duchess, you may need a friend to help you finish this map!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e14dfaf6471869eac390ef59b45b1657.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/050e17c87d6d03991b6dc7072d8adca0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/330cb491328e533e697479b1692cd500.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/01ed4b4865f837194e82e76d87f241bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/050e17c87d6d03991b6dc7072d8adca0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/050e17c87d6d03991b6dc7072d8adca0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/050e17c87d6d03991b6dc7072d8adca0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1929,
+ "type": "halloween_f_scroll_case_convertible",
+ "name": "Sealed Halloween Scroll Case",
+ "description": "A haunted scroll case. Who knows what harrowing fate this scroll will lead to? Untold riches or untimely demise? \n \nOpening this scroll case can lead to an Eerie, Spooky, Haunted or Terrifying Halloween treasure map.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/52ed66c25fb73fe0aa13961d9226edd7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e7825aee077f3022ac441583ca7235d4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bd9b4a8ad6b3b2e1327f36fc5db41b34.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e6609eb3a18d80d0ec0db5eac3c9202e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e7825aee077f3022ac441583ca7235d4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e7825aee077f3022ac441583ca7235d4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e7825aee077f3022ac441583ca7235d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1930,
+ "type": "halloween_f_treasure_chest_convertible",
+ "name": "Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dec85ae0b6d02e32bd9470f76ae155f5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7c48996b9e05d43cabae21c8ee049465.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/98f199e6750869db81abf1990275ba37.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8c097f073a2297f33f100a3af015afeb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7c48996b9e05d43cabae21c8ee049465.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7c48996b9e05d43cabae21c8ee049465.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7c48996b9e05d43cabae21c8ee049465.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1931,
+ "type": "pumpkin_treat_basket_convertible",
+ "name": "2015 Pumpkin Treat Basket",
+ "description": "There's sure to be a Halloween treat in this spooky basket!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cef10f578364233f6c94775028cff3e6.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c366ce78dac53d6ff097fa449543995.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/cef10f578364233f6c94775028cff3e6.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/pumpkin.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1932,
+ "type": "rare_halloween_f_treasure_chest_convertible",
+ "name": "Rare Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Rare Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5a51b950c184e495fd95ff34026d95c4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/12f3084d99e0190bd72200a6d2b1b3c5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/871aa0c95b1ef001b6e0f723710d019c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/68675be9737382264740794cc050dec9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/12f3084d99e0190bd72200a6d2b1b3c5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/12f3084d99e0190bd72200a6d2b1b3c5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/12f3084d99e0190bd72200a6d2b1b3c5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1933,
+ "type": "rare_rift_halloween_f_treasure_chest_convertible",
+ "name": "Rare Rift Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Rare Rift Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a718b3bac875db8e0c7768ce753e959a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/844da7385e54224c57103cd59a74b3a8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d11b481e71d4233912854d381fcc44ba.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6e6fdf283d6a45f8ffe9cd0a7cb66c8f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/844da7385e54224c57103cd59a74b3a8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/844da7385e54224c57103cd59a74b3a8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/844da7385e54224c57103cd59a74b3a8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1934,
+ "type": "rift_halloween_f_treasure_chest_convertible",
+ "name": "Rift Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this Rift Halloween Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/25e4e49761fbda63d15f52394d4b37ea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e0be6d51a5ebcc338ff15df3cce5a2c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2b559c7a983593cdbe684bd8c10fcb51.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4c4227ec63badac80884d619f25cdd97.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e0be6d51a5ebcc338ff15df3cce5a2c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8e0be6d51a5ebcc338ff15df3cce5a2c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8e0be6d51a5ebcc338ff15df3cce5a2c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1935,
+ "type": "rift_halloween_theme_scrap_1_crafting_item",
+ "name": "Rift Halloween Theme Scrap I",
+ "description": "Collect all three journal theme scraps to create a hauntingly out of this world journal theme.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/869f9df09da55216a6348b28c6cc1511.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5b84e0a9f3f2224377d2d68fc31d924.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fa4cf3d845b356c54887271d8898036d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5b84e0a9f3f2224377d2d68fc31d924.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5b84e0a9f3f2224377d2d68fc31d924.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5b84e0a9f3f2224377d2d68fc31d924.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1936,
+ "type": "rift_halloween_theme_scrap_2_crafting_item",
+ "name": "Rift Halloween Theme Scrap II",
+ "description": "Collect all three journal theme scraps to create a hauntingly out of this world journal theme.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/b5a7100e264dc1aebbf312b68eab3cde.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b08f1a5f6b4c01a3c06881e9de96da58.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/0c50c9c742fd4e75eea5c6b4a49f8efd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b08f1a5f6b4c01a3c06881e9de96da58.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b08f1a5f6b4c01a3c06881e9de96da58.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b08f1a5f6b4c01a3c06881e9de96da58.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1937,
+ "type": "rift_halloween_theme_scrap_3_crafting_item",
+ "name": "Rift Halloween Theme Scrap III",
+ "description": "Collect all three journal theme scraps to create a hauntingly out of this world journal theme.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/5ab4af3927e1356f8a1a08bec775ceaf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c066addf645883720ef9539c732be49.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/edc5ef87be316d5de20015646b6776f8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c066addf645883720ef9539c732be49.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c066addf645883720ef9539c732be49.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c066addf645883720ef9539c732be49.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1938,
+ "type": "rift_halloween_journal_theme_collectible",
+ "name": "Rift Halloween Journal Theme",
+ "description": "A harrowingly hollowed halloween theme that is out of this world!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/ad6fe2bdee3a1cf96612440c6d9bccea.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/82d7e5cb90575770534793a58a38b1de.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/ad6fe2bdee3a1cf96612440c6d9bccea.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ad6fe2bdee3a1cf96612440c6d9bccea.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1939,
+ "type": "candy_crusher_weapon",
+ "name": "Candy Crusher Trap",
+ "description": "A sweet treat looking for something to eat! This candy glob, once infused with evil, has been re-shaped, re-forged and re-purposed into a mouse-crushing candy mandible of hardened sugar nightmares! The trap lies perfectly flat, and once a mouse approaches, the mouth-watering kaleidoscope of candy and colours springs upright and chomps down with its SPEAR-mint fangs! \n \nSoft, gummy teeth may be used as a non-lethal alternative to contain the mouse. \n \n\"NEW! The Candy Crusher Trap! The sweet, candy snack that really bites back!\"",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "halloween",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/004cb6f5282c39778793d5bfd09b8591.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/c294bc7359b30e326ce466ff084a6569.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/004cb6f5282c39778793d5bfd09b8591.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/2d90cc95e4392f356d100a9a23896c97.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "cocoa_candy_crusher_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "cocoa_candy_crusher_skin"
+ ]
+ },
+ {
+ "id": 1940,
+ "type": "glowing_gourd_trinket",
+ "name": "Glowing Gourd Charm",
+ "description": "Using the light expelled from celebratory Halloween-themed gourds, this charm lights the dark and dreary hallways within the Labyrinth, keeping the Shadow Stalker at bay!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "labyrinth",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ffe82e8a94c13cc91cac952ad7cd3b9f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/a1ac3f633d3fe70db3c5ef9b9c5eb887.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/46d9103d261e264de7055e16c862618f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/a1ac3f633d3fe70db3c5ef9b9c5eb887.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/a1ac3f633d3fe70db3c5ef9b9c5eb887.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/a1ac3f633d3fe70db3c5ef9b9c5eb887.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1941,
+ "type": "shadow_trinket",
+ "name": "Shadow Charm",
+ "description": "Swirling shadows dance within this charm, looking to get out. Equipping this charm changes any trap into a Shadow one for a single hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "shadow",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/debf7ffb269ca01f2edddc8d47fcdd14.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/9244a42aef6d4409440e6d6f9831f5da.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/59d4bc1fffac027bb5ebca02f78814ab.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/9244a42aef6d4409440e6d6f9831f5da.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/9244a42aef6d4409440e6d6f9831f5da.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/9244a42aef6d4409440e6d6f9831f5da.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1942,
+ "type": "cocoa_candy_crusher_skin",
+ "name": "Cocoa Crusher Trap Skin",
+ "description": "A sweet treat looking for something to eat! This candy glob, once infused with evil, has been re-shaped, re-forged and re-purposed into a mouse-crushing candy mandible of hardened sugar nightmares! The trap lies perfectly flat, and once a mouse approaches, the mouth-watering kaleidoscope of candy and colours springs upright and chomps down with its SPEAR-mint fangs! \n \nSoft, gummy teeth may be used as a non-lethal alternative to contain the mouse. \n \n\"NEW! The Candy Crusher Trap! The sweet, candy snack that really bites back!\"",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/18e6d0311b7216ad3ef498e4f8ab2c5d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/aea50a88490798b68fe8d7261c0f600c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/18e6d0311b7216ad3ef498e4f8ab2c5d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8b8b1cc3801a4e2f340d594d4fbff298.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "candy_crusher_weapon",
+ "skin_weapon_name": "Candy Crusher Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/004cb6f5282c39778793d5bfd09b8591.jpg",
+ "marketing_text": "Given the chance to work their magic with candy, the chocolatiers of Gnawnia have stepped up and joined forces with the local Trapsmiths to create this high calorie, chocolate, marshmallow and caramel Cocoa Crusher. \n \nBy extracting the evil essence from the candy and infusing it into chocolate, they have been able to preserve the traps effectiveness while giving it a brand new look, feel and taste!"
+ },
+ {
+ "id": 1943,
+ "type": "spooky_endless_labyrinth_skin",
+ "name": "Spooky Endless Labyrinth Trap Skin",
+ "description": "Mice who try to steal cheese from this powerful trap are transported into a smaller, more twisted version of the Labyrinth. Only mice powerful or lucky enough manage to escape from this trap before it locks them within. The rest will live the remainder of their natural lives forgotten within this endless maze. \n \nDue to the nature of this trap, the King has expressedly forbidden hunters from nesting these traps into other Endless Labyrinth traps, as infinitely shrinking things to beyond the smallest known particle might have cataclysmic consequences on the natural order of the universe...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7a9917b5e7dbe0cd4b3729fedde02e37.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/439efbf77e719672f11572a77c584469.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7a9917b5e7dbe0cd4b3729fedde02e37.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d7cf1f2b45a8c3d4f00a70f4521777d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "endless_labyrinth_weapon",
+ "skin_weapon_name": "Endless Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "marketing_text": "A redecorated Endless Labyrinth Trap! All of the endless corridors and hallways as the original with more horrific interior decor. An endless halloween experience for those caught up in this spooky maze!"
+ },
+ {
+ "id": 1944,
+ "type": "catch_hween_2015_boss_adv",
+ "name": "Capture the Bonbon Gummy Globlin",
+ "description": "Set out on a trick AND treating adventure of sweet proportions! Collect special cheese, then race through the Corn Maze, escape the Haunted Manor, and survive the Pumpkin Patch to track down the icky-sticky Bonbon Gummy Globlin Mouse!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1945,
+ "type": "pollutinum_wealth_chest_convertible",
+ "name": "Pollutinum Wealth Chest",
+ "description": "A chest containing 100,000 gold along with an item from the Toxic Spill. \n \nThese chests are carefully crafted by an eccentric scientist that refused to leave the Laboratory when it became infested with mice. Having no desire to visit the spill themselves, the scientist offers these chests of wealth in exchange for a large quantity of Refined Pollutinum which is used to craft the chest. What they do with the excess Refined Pollutinum remains a mystery...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/21db9c4c13e094e39a9420aca733d4b7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4ed6212b52f68f40dfc659f67df4569.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2d34a1648d0609b0ee791d19bc75be0f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2c64695e7e381bc0172ef0cee3076fff.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4ed6212b52f68f40dfc659f67df4569.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c4ed6212b52f68f40dfc659f67df4569.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c4ed6212b52f68f40dfc659f67df4569.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1946,
+ "type": "rare_toxic_arduous_treasure_chest_convertible",
+ "name": "Rare Grand Duke/Duchess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/addea463ca49c1c8991531ee11e17224.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6a1445af62b2ed17e45e38d1c417fbc8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3a9701ca93f3390c79bfe88c827e8350.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/03808c765d6fee37fb8d2b2372d18182.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6a1445af62b2ed17e45e38d1c417fbc8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6a1445af62b2ed17e45e38d1c417fbc8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6a1445af62b2ed17e45e38d1c417fbc8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1947,
+ "type": "rare_toxic_easy_treasure_chest_convertible",
+ "name": "Rare Hero Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac00f2faa54365b2844765b340d22574.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e8ec036bb85bb272d9ca60411c74dc4a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d506ac1f4a24ab4ad9e90f2462bfbe18.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d86aadf7f07f90d89c2b45aebd17f1cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e8ec036bb85bb272d9ca60411c74dc4a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e8ec036bb85bb272d9ca60411c74dc4a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e8ec036bb85bb272d9ca60411c74dc4a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1948,
+ "type": "rare_toxic_elaborate_treasure_chest_convertible",
+ "name": "Rare Duke/Duchess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a1dd8cb4b65cd66a262d51c3da9a21a7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/140f6024f8c258fcbd14e3770c54e1e2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e2df6d2bf6f07e4e3cf1b114a70baf52.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/42d633393c225e73c9643059a9929726.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/140f6024f8c258fcbd14e3770c54e1e2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/140f6024f8c258fcbd14e3770c54e1e2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/140f6024f8c258fcbd14e3770c54e1e2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1949,
+ "type": "rare_toxic_elite_treasure_chest_convertible",
+ "name": "Rare Archduke/Archduchess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cbede8a58f086591c6122869e7ff738b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/eeb9479d78492cc8fb44b5b54fbb8c7a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/19c012edc76502d75228cb633a949d02.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c3c2f24182b8699f97b099b17f73c3ba.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/eeb9479d78492cc8fb44b5b54fbb8c7a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/eeb9479d78492cc8fb44b5b54fbb8c7a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/eeb9479d78492cc8fb44b5b54fbb8c7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1950,
+ "type": "rare_toxic_hard_treasure_chest_convertible",
+ "name": "Rare Count/Countess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9e589f272f2a6bedf43445515b290dd0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/005496e511b2c68abcd942cfca4c0d4a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e2e21e083b3e62ebc95be860dd04ba5b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4abf29cd5081f547b6cdf5b277c597e2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/005496e511b2c68abcd942cfca4c0d4a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/005496e511b2c68abcd942cfca4c0d4a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/005496e511b2c68abcd942cfca4c0d4a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1951,
+ "type": "rare_toxic_medium_treasure_chest_convertible",
+ "name": "Rare Lord/Lady Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3610d5273f5428915096c7546808ccf1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d7f62a88dc9be432edbb4085247b04c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/32ffd81dff542f965fd85d22d6b14a9c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b90e2de40f5b659a995e35aa131f37ab.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d7f62a88dc9be432edbb4085247b04c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0d7f62a88dc9be432edbb4085247b04c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0d7f62a88dc9be432edbb4085247b04c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1952,
+ "type": "super_sudsy_cleanup_kit_convertible",
+ "name": "Super Sudsy Cleanup Kit",
+ "description": "Time to roll up your sleeves and get dirty! A big bucket of supplies to help you clean up at the Toxic Spill! \n \nInside you'll find: \n \n\n• 300 Rancid Radioactive Blue Cheese \n• 150 Super Soap Charms \n• 150 Super Rotten Charms \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/44d9c8bff7235b7e1b3822c71d0d59aa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e83fcda0a3b279e57a2b8d3f0217a272.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/871c65c7302b9a0dffd3562c222bebd2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b22036644f4a43ee85f23037cbb1cac4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e83fcda0a3b279e57a2b8d3f0217a272.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e83fcda0a3b279e57a2b8d3f0217a272.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e83fcda0a3b279e57a2b8d3f0217a272.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1953,
+ "type": "toxic_arduous_treasure_chest_convertible",
+ "name": "Grand Duke/Duchess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d184b60491f2541983768386562c48e8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/75d4e3fc765a4b1b210593c0e5dbfae4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fe0b2e5860b2eb9acf04b95e0ae5cd4b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/911e393aec2c21b1652eb8f9f44224bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/75d4e3fc765a4b1b210593c0e5dbfae4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/75d4e3fc765a4b1b210593c0e5dbfae4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/75d4e3fc765a4b1b210593c0e5dbfae4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1954,
+ "type": "toxic_easy_treasure_chest_convertible",
+ "name": "Hero Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/daaa65c5afcaf64ab5b2fce4fcb8d01f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4038d1ff5e3192981457157424298436.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c4abba98aefafab7330096441f80990.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/49a827f80015f1b1f8bd573e548038e8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4038d1ff5e3192981457157424298436.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4038d1ff5e3192981457157424298436.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4038d1ff5e3192981457157424298436.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1955,
+ "type": "toxic_elaborate_treasure_chest_convertible",
+ "name": "Duke/Duchess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0a518304c12fc87d0bef55a5d7f111f7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/695a933671d3e6557d528bc2d1203697.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9dfb8bd90ee165ec80f744010fa6c821.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dc8a3d9da6fab23f2a894322e73d84c3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/695a933671d3e6557d528bc2d1203697.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/695a933671d3e6557d528bc2d1203697.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/695a933671d3e6557d528bc2d1203697.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1956,
+ "type": "toxic_elite_treasure_chest_convertible",
+ "name": "Archduke/Archduchess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/48096c7093a4f162430fa19b92b9ed56.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d2ff4f9af6d08085188ff470b2ef95d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6a4fc748d42dd5d80d5c35c7bda576ff.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/70f364179ce07bd7063b44400b2100f8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d2ff4f9af6d08085188ff470b2ef95d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6d2ff4f9af6d08085188ff470b2ef95d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6d2ff4f9af6d08085188ff470b2ef95d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1957,
+ "type": "toxic_hard_treasure_chest_convertible",
+ "name": "Count/Countess Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d6c71f5c98951c2a8e6436fc85405c3f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3f7bb2de097dc170a7a976ee0b0a6ffa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0a0217b4010707b6b7aaee374d3e9151.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d4e0aa39566fb8e571bd941539e37ff.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3f7bb2de097dc170a7a976ee0b0a6ffa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3f7bb2de097dc170a7a976ee0b0a6ffa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3f7bb2de097dc170a7a976ee0b0a6ffa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1958,
+ "type": "toxic_medium_treasure_chest_convertible",
+ "name": "Lord/Lady Toxic Spill Treasure Chest",
+ "description": "You and your friends have completed a Toxic Spill Treasure Map and have discovered this Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3b471f8bb66ae0ef2804f2469652d192.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/604821fcc310ff7198665423a4114c98.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0764347f9e94b89bda029fcf5d6dd73f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ebe8f0fa23e2ee8f89ac602334903a24.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/604821fcc310ff7198665423a4114c98.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/604821fcc310ff7198665423a4114c98.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/604821fcc310ff7198665423a4114c98.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1959,
+ "type": "toxic_scroll_case_convertible",
+ "name": "Toxic Scroll Case",
+ "description": "A highly radioactive scroll case containing a map leading to treasure hidden within the Toxic Spill.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ec0ead8deca56365e51b8602b1a26861.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c6923b4b9427a2622ae786eb18b05382.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/ec0ead8deca56365e51b8602b1a26861.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/ec0ead8deca56365e51b8602b1a26861.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1960,
+ "type": "noxious_school_of_sharks_pattern_crafting_item",
+ "name": "Noxious School of Sharks Skin Pattern",
+ "description": "Main ingredient in the crafting of skins. Requires an abundance of refined Pollutinum soaked in an almost equal amount of Radioactive Sludge.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0dd6b39f25ade8dc398cd953a7faa993.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3966712ecce36cd3a1e45aa028d93a4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fdcc6490a855d94acd436f9af2aedbcd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3966712ecce36cd3a1e45aa028d93a4.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3966712ecce36cd3a1e45aa028d93a4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3966712ecce36cd3a1e45aa028d93a4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1961,
+ "type": "polluted_base_parts_crafting_item",
+ "name": "Polluted Base Parts",
+ "description": "A soggy box of Polluted Base parts. It should be able to be put together and poured out to make a fresh new Polluted Base.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9ee98bb56ccea3348738626cb9cbf2c8.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/9ee98bb56ccea3348738626cb9cbf2c8.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1962,
+ "type": "refined_pollutinum_base_blueprints_crafting_item",
+ "name": "Refined Pollutinum Base Blueprints",
+ "description": "These plans provide clear instruction on how to properly assemble Polluted Base Parts with 450 Refined Pollutinum in order to create the more powerful Refined Pollutinum Base.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/dea407f4053bbea8bb5f2b6568316e44.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/dea407f4053bbea8bb5f2b6568316e44.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/blueprint-new2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "gold_stat_item": 766000
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1963,
+ "type": "scum_scrubber_trap_parts_crafting_item",
+ "name": "Scum Scrubber Parts",
+ "description": "A carefully disassembled, sanitized and cleaned Scum Scrubber.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1cc51deeee73638b38979a876c23b5af.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1cc51deeee73638b38979a876c23b5af.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1964,
+ "type": "refined_pollutinum_base",
+ "name": "Refined Pollutinum Base",
+ "description": "A significant allotment of Refined Pollutinum has been forged, folded and heat treated for maximum strength and durability. The refining process has given it a natural ability to absorb and nullify toxins and radiation. \n \nThe Refined Pollutinum Base will react with Polluted Charms, increasing its core radiation and using that energy to add extra Luck!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "polluted_set",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/ae0d6ce116a4a5336679e0be93bc7b0f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/a2e3f99b82ca8b38a7cc3960c2a5fcc3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/ae0d6ce116a4a5336679e0be93bc7b0f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/ae0d6ce116a4a5336679e0be93bc7b0f.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/d7d9452022d432012166c81f6aa178d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1965,
+ "type": "super_scum_scrubber_weapon",
+ "name": "S.U.P.E.R. Scum Scrubber",
+ "description": "The Superior Unending Pollution Eradicating Reactor Soap Dispensing Pollution Disposal Unit, also known as the S.U.P.E.R. Scum Scrubber, is the next level of clean. An over-clocked, over-pressurized Pressure-MASTER™ 6500 blasts mice so hard that dirt comes off of places that they didn't even know were dirty! The extra-clean cleaning* gets the Crude Pollutinum residue that those other leading traps leave behind. \n \nUsing this trap in the Toxic Spill while not actively refining Crude Pollutinum helps hunters find more Crude Pollutinum by collecting trace amounts of it from mice and dispensing a full glob of it into the hunter's refining barrel. \n \nUsing this trap while refining Crude Pollutinum at the Toxic Spill will activate its super-scrubbing mode and refine an additional unit of Crude Pollutinum with each mouse a hunter catches! \n \n* Cleaning method carried out in accordance with Section 67b, Line 324 of the King's Revised and Modernized Safety Act of 1999.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "toxic_spill",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/bd0fe23b6ef5c517b686fbd2b61d2e95.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/581e742114cdd642edb2cad2b6ef0244.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/bd0fe23b6ef5c517b686fbd2b61d2e95.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/e784d42423e3399c72d55f38f34596b2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 4000,
+ "power_formatted": "4,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1966,
+ "type": "toxic_brie_cheese",
+ "name": "Empowered Brie",
+ "description": "These specially crafted pieces of Brie Cheese contain the same mouse-attracting power as regular Brie Cheese with an added 20% Power Bonus! This cheese is effective anywhere in the Kingdom where regular Brie Cheese is used.\n \t\t\nThis cheese has a 85% attraction rate for mice who prefer it.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/49c910ede95d469581d8f10e616d3570_v2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/29611381710c3a94703bf3064e79816e_v2.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/b119b28be932e4c1ed1f290fc2d742f1_v2.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ee870c7463f44524952b8f97650415f1_v2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/29611381710c3a94703bf3064e79816e_v2.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/29611381710c3a94703bf3064e79816e_v2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/29611381710c3a94703bf3064e79816e_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1967,
+ "type": "toxic_super_brie_cheese",
+ "name": "Empowered SUPER|brie+",
+ "description": "These specially crafted pieces of SUPER|brie+ contain the same mouse-attracting power as regular SUPER|brie+ with an added 20% Power Bonus! This cheese is effective anywhere in the Kingdom where regular SUPER|brie+ is used.\n \t\t\nThis cheese has a 100% attraction rate for mice who prefer it.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/590c2b2eba6c1be0ccbd35797ff62be4_v2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/c515e8dbf609b0f7d1b00ab8f238c6cd_v2.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/a1f6a4ee1dc174a8d5578fe2d7a46fc5_v2.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ab8649ec743e5b982e5f502d6c3bd4fc_v2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/c515e8dbf609b0f7d1b00ab8f238c6cd_v2.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/c515e8dbf609b0f7d1b00ab8f238c6cd_v2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/c515e8dbf609b0f7d1b00ab8f238c6cd_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "magic_essence_craft_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1968,
+ "type": "hydro_trinket",
+ "name": "Hydro Charm",
+ "description": "This charm harnesses the power stored within Refined Pollutinum from when it was in its raw bubbling and flowing state. The result is a powerful liquid reaction that changes the power type of your trap to Hydro for a single hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5c27a78d36bc5af7f1f9fda0b798f965.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0149862c095f4545f9d32a631e10d45b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/46f02c7eb0b885f308ff908bc9719063.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0149862c095f4545f9d32a631e10d45b.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0149862c095f4545f9d32a631e10d45b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0149862c095f4545f9d32a631e10d45b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1969,
+ "type": "noxious_school_of_sharks_skin",
+ "name": "Noxious School of Sharks Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/50403d56a8be8aabfc457674441a3b1f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/41ce590203a22cc7b4b6ff32a55e6491.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/50403d56a8be8aabfc457674441a3b1f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/371af7c9bc4e2314a745a2e5fbb90969.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "Retrofitted with rancid radiation to fight toxic with toxic! The perfect predator for polluted prey. Your secret weapon in the fashionable fight against the scum of the Toxic Spill!"
+ },
+ {
+ "id": 1970,
+ "type": "giant_rainbow_treasure_chest_convertible",
+ "name": "Giant Rainbow Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this colourful Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/377eb3e27b0bfad86f883ed17060d329.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1b841ce52267c5dd994a49e743f16b16.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a4c42ef4d0f03c942f7eb1dfce2ad055.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/84f4002c496c597b42b369af7ce1e8b9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1b841ce52267c5dd994a49e743f16b16.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1b841ce52267c5dd994a49e743f16b16.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1b841ce52267c5dd994a49e743f16b16.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1971,
+ "type": "jumbo_regal_gift_basket_convertible",
+ "name": "Jumbo Regal Gift Basket",
+ "description": "Available only during a King's Giveaway! This basket is stacked and packed with Regal Charms and SUPER|brie+! The real royal jewel of this package is the 20 Super Regal Charms making their debut! +1,500 Power, +50% Attraction Bonus and +7 Luck! \n \nInside, you'll find: \n \n\n• 500 SUPER|brie+ \n• 500 Regal Charms \n• 20 Super Regal Charms \n \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/475b6b721d6d9b8940fb003506056f64.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9c5a9c08955cab0fcb4ca71363d6a264.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/48cc14e934ca7954b16cc81b9df566cb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4f75e5f7e8088f80f891549dca012ed1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9c5a9c08955cab0fcb4ca71363d6a264.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9c5a9c08955cab0fcb4ca71363d6a264.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9c5a9c08955cab0fcb4ca71363d6a264.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1972,
+ "type": "large_rainbow_treasure_chest_convertible",
+ "name": "Large Rainbow Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef598ac876bf945a8b1e59b6496a0f51.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6a71d2c6a06b7eb578ae1570ada0fdcd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5db48a3288624b94dfdfdf45a3fd9f72.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/084b9641c58fe86deedeb24acf6ad411.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6a71d2c6a06b7eb578ae1570ada0fdcd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6a71d2c6a06b7eb578ae1570ada0fdcd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6a71d2c6a06b7eb578ae1570ada0fdcd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1973,
+ "type": "mystery_satchel_of_gold_convertible",
+ "name": "Mystery Satchel of Gold",
+ "description": "This satchel of gold is enchanted with the luck of the Leprechaun! \n \nIt is absolutely FILLED with gold, a handful of Ultimate Luck Charms, some SUPER|brie+, and sometimes a little something extra at the bottom including King's Credits, or perhaps some of the Leprechauns prized charms... ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b6c10b8f86205a393be3aca14fbe42fb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b6ce94a3e2fa2b697e2902e0d779f48.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1805bf7aea1dcc659bf0ff17009a8aa5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7c0316d3a3fcfd46c92c4094cceb3806.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b6ce94a3e2fa2b697e2902e0d779f48.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0b6ce94a3e2fa2b697e2902e0d779f48.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0b6ce94a3e2fa2b697e2902e0d779f48.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1974,
+ "type": "rainbow_scroll_case_convertible",
+ "name": "Rainbow Scroll Case",
+ "description": "You may want to ensure that you have friends to help you before opening this scroll case! \n \nThe epic treasure map within contains 65 to 120 mice! Make sure you are well prepared for a journey across the entire Kingdom and choose your map-mates wisely!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/65acee3ee600636ac3b510d40ca6a7ef.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ca3c471d82a886d8f20b8dc9be19e341.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c3d188e8ffcc07fd4c22c9c35031b8d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cc1485e930e57135f986e60402770fc5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ca3c471d82a886d8f20b8dc9be19e341.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ca3c471d82a886d8f20b8dc9be19e341.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ca3c471d82a886d8f20b8dc9be19e341.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1975,
+ "type": "rare_giant_rainbow_treasure_chest_convertible",
+ "name": "Rare Giant Rainbow Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this colourful Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bcefcda9a9ab1b732c4b56cf76ab3de3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/75dbb5f0df4ea1f70b1c0b3ceab756f0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/04a6fcdc06c6d40049395ac8d9182fe3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/36001bf53507da4d6f72669182fbb90e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/75dbb5f0df4ea1f70b1c0b3ceab756f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/75dbb5f0df4ea1f70b1c0b3ceab756f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/75dbb5f0df4ea1f70b1c0b3ceab756f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1976,
+ "type": "rare_large_rainbow_treasure_chest_convertible",
+ "name": "Rare Large Rainbow Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this colourful Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dcf0c6d1cc0f84010e26188d317e12a6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/90e5a420dcdaf530ac447322b778fdf5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1553c56646365f9b7d176303097f9d1a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b79584d2ec77489f564bc91b6e09acf3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/90e5a420dcdaf530ac447322b778fdf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/90e5a420dcdaf530ac447322b778fdf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/90e5a420dcdaf530ac447322b778fdf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1977,
+ "type": "rare_small_rainbow_treasure_chest_convertible",
+ "name": "Rare Small Rainbow Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this colourful Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/97226888c57c11c94ce41ec04350ff76.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c63491f4cbbb681855d34c6386702887.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d710f5692a6e18e3fde2718e13e4f514.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/06c64686a1a3ffac58ecd397b7f5862f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c63491f4cbbb681855d34c6386702887.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c63491f4cbbb681855d34c6386702887.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c63491f4cbbb681855d34c6386702887.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1978,
+ "type": "small_rainbow_treasure_chest_convertible",
+ "name": "Small Rainbow Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this colourful Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f7b0e361a29f85abd9a416cf1e60580f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ca0b14ac8f77f915fd91e088bd1c327c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6c8be7aa2522e226e9f3248e8da364a0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/caf082ce6ce33db32a2441f8ed57b147.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ca0b14ac8f77f915fd91e088bd1c327c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ca0b14ac8f77f915fd91e088bd1c327c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ca0b14ac8f77f915fd91e088bd1c327c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1979,
+ "type": "kings_calibrator_message_item",
+ "name": "King's Calibrator",
+ "description": "A remarkable device that can be used to remotely unlock and configure Daily Loyalty Chest Rewards using King's Credits. Activate it from your inventory!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "tools",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/c6fa46d329c1c7436acad084773c05c6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/b9576907296eac2a5609fa1347f71a19.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/c6fa46d329c1c7436acad084773c05c6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c6fa46d329c1c7436acad084773c05c6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1980,
+ "type": "kings_prize_key_stat_item",
+ "name": "King's Prize Key",
+ "description": "A key dropped by mice during the King's Giveaway. Used to open Mystery Prize Packs during the King's Giveaway. \n \nThese keys will expire shortly after the giveaway ends. Make sure to use them before the end of the giveaway.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9e309449d2e4b6b862fb58f07f27b645.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6391b886b424174996329aa1eb186a10.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0858825b903c2b60b662cb8a7c9c41f1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6391b886b424174996329aa1eb186a10.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6391b886b424174996329aa1eb186a10.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6391b886b424174996329aa1eb186a10.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1981,
+ "type": "gouda_string_cheese",
+ "name": "Gouda String Cheese",
+ "description": "By applying various string theories during the churning process, an alternate form of cheese can be created. String Cheese is the result of this process and has an appeal to the otherworldly inhabitants of the Rift. \n \nGouda String Cheese offers a great chance of attracting a variety of valuable mice inside the Rift for a balanced hunting strategy.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait_standard",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/1ad28da6dcc3ef7627e4a4a7063e197f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/ad303862663c1104bdf4ebe47ccb6e6d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/17d96a536e1864d551c4c57263245279.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/433456c3172a7914ed54153a959619e3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/ad303862663c1104bdf4ebe47ccb6e6d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/ad303862663c1104bdf4ebe47ccb6e6d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/ad303862663c1104bdf4ebe47ccb6e6d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1982,
+ "type": "super_regal_trinket",
+ "name": "Super Regal Charm",
+ "description": "These are very lavish charms that only those with the most exquisite of taste will seek to procure. They are obtained by trading in 2 Regal Charms and 1 King's Credit in the King's Cart.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/4f299b7b6a0a7a814851ab1e4374cc48.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/74295fbc1d1a08c19017287e9354eecb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/92f770b71528bbe785032a50dc80dc59.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/74295fbc1d1a08c19017287e9354eecb.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/74295fbc1d1a08c19017287e9354eecb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/74295fbc1d1a08c19017287e9354eecb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 1600,
+ "power_formatted": "1,600",
+ "has_power_bonus": true,
+ "power_bonus": 0.04,
+ "power_bonus_formatted": "4%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.5,
+ "attraction_bonus_formatted": "50%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1983,
+ "type": "lavish_infinite_labyrinth_skin",
+ "name": "Lavish Infinite Labyrinth Trap Skin",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/dc8790c9d5e2e3ee182beaa91209232e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c6c9505fffe6e9ab82186501d30a07a0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/dc8790c9d5e2e3ee182beaa91209232e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c9c73428d451ad69479eadbd62febaa1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "infinite_labyrinth_weapon",
+ "skin_weapon_name": "Infinite Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "marketing_text": "A sapphire central core is the cornerstone of this luxourious Labyrinth skin. Artisan-crafted, gold-plated maze plates elegantly designed give this skin a more contemporary look, and the crimson red silk velvet sash give your trap a plushness that screams luxury."
+ },
+ {
+ "id": 1984,
+ "type": "manticore_chrome_sphynx_skin",
+ "name": "Manticore Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any camp sight. It's a small wonder the small, moving dots don't distract the kitty from its job at hand.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1f446fb4b63312e20fcc6abb3dfc95c9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/01fb5e81a0569bf17ac1b115becf6cb3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1f446fb4b63312e20fcc6abb3dfc95c9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/eb38565da3e23bc15a5e714e6429fd24.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "The mythical Manticore is one mean, mouse-eating machine! It is equipped with a Flameshard stinger dripping with paralyzing venom. One quick strike renders a mouse motionless, paralyzed by fear and by venom!"
+ },
+ {
+ "id": 1985,
+ "type": "regal_temporal_turbine_skin",
+ "name": "Regal Temporal Turbine Skin",
+ "description": "Desolate and disheartening, this trap paints a picture of a bleak and meaningless existence, even when observed in its resting state. When a mouse approaches, the Temporal Turbine beings to hum, spinning violently and churning impossibly dark clouds, forming a direct link with the depths of a void in space beyond our plane of existence. \n \nOnce the mouse begins to gaze into the contraption, the turbine links with the mind of the mouse, implanting the image of a mouse utopia, convincing it to surrender itself as it astrally-projects the soul of the mouse into space, leaving behind a dormant husk, never to return.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/af2aa4dc951f211632e0dd10eb6c12fa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d8bf026337e6970d9fe90384afb07ada.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/af2aa4dc951f211632e0dd10eb6c12fa.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/9c2e7704e78532efee05d8c062997ca0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "temporal_turbine",
+ "skin_weapon_name": "Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/899efcbfed3202adab59bf7f202bff40.jpg",
+ "marketing_text": "Now, without the doom and gloom, the Regal Temporal Turbine updates the trap with a real royal feel. Now you can rest assured that mice will be given a more comfortable royal treatment as their soul gets shipped off into oblivion first class."
+ },
+ {
+ "id": 1986,
+ "type": "asiago_gift_basket_convertible",
+ "name": "Asiago Gift Basket",
+ "description": "Get into the Great Winter Hunt spirit with an Asiago Gift Basket. Gives a great start to the event and makes a great gift for a friend! \n \nInside, you'll find: \n \n• 30 Arctic Asiago \n• 30 Winter Charms \n• 20 Throwable Snowballs \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4d8171c9c665242839ea1487de189163.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9981ae4944992f52f455789fb6ffe274.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9cc9dabc1994cb16173744b4cbd03b77.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2097e575f8f019cf4d7cbfbd2d2b36e6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9981ae4944992f52f455789fb6ffe274.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9981ae4944992f52f455789fb6ffe274.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9981ae4944992f52f455789fb6ffe274.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1987,
+ "type": "festive_skin_pack_2015_convertible",
+ "name": "Festive Skin Pack 2015",
+ "description": "One of each premium Festive skin from the 2015 Great Winter Hunt is included in this merry bundle at a discounted rate! \n \nInside, you'll find: \n \n\n• Crystal Ice Tower Skin \n• Festive Sandtail Sentinel Skin \n• Winter Oasis Skin \n• Festive Phantasmic Oasis Skin \n• Festive Zugzwang's First Move Skin \n• Winter Helper's Perch Skin \n• Winter Steam Freezer Mk. III Skin \n• Festive S.L.A.C. II Skin \n• Festive Un-Raged Rhinobot Skin \n• Festive Box Trap Skin \n• Festive ACRONYM Skin \n• Sinister Winter Wreath Portal Skin \n• Digby DecroBot Skin \n• New Year's Part Portal Skin \n• New Year's Dimensional Chest Skin \n• School of Secret Santa Sharks Skin \n• Infinite Winter Wreath Trap Skin \n\n \nProvides the Lucky Golden Shield for 2 months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d5f81b9b03bbf4aa7356060c03e9ee77.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ad73d337fb65205c56474f8554cd4cf5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/874a8e1c90bf3136ae9fb37fe9dd72dd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/53c48959cb5996519f3e1fddc4cdbe62.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ad73d337fb65205c56474f8554cd4cf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ad73d337fb65205c56474f8554cd4cf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ad73d337fb65205c56474f8554cd4cf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1988,
+ "type": "naughty_2015_list_chest_convertible",
+ "name": "2015 Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b05b85906e3edf5c5963ef6861eb6000.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5b4545f09331eb4e0a0042d3685e17de.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dd9a03ee1b584e4ba92022a717a348eb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/04de9f1771c3719460af66e413af876b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5b4545f09331eb4e0a0042d3685e17de.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5b4545f09331eb4e0a0042d3685e17de.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5b4545f09331eb4e0a0042d3685e17de.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1989,
+ "type": "nice_2015_list_chest_convertible",
+ "name": "2015 Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/307e73beaa79d77d60b5e42ba7d20a0a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/13f025a2ea02e75f819e8ab385f461b6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8322dac73846a5fdd512eae1c7575e5a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8d4917ef307f59ea9623e49268f9be85.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/13f025a2ea02e75f819e8ab385f461b6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/13f025a2ea02e75f819e8ab385f461b6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/13f025a2ea02e75f819e8ab385f461b6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1990,
+ "type": "orange_winter_hunt_gift_box_convertible",
+ "name": "Orange Winter Hunt Gift Box",
+ "description": "A special gift to hunters that achieve rank Count/Countess and higher! For the most part they contain a few pieces of cheese to help you in your hunting endeavors. Occasionally, they contain something a little more special. Happy holiday hunting!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9c9b268984805cf733010741d3f88688.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/04bcde3dc208fa4859fb065713039ffa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7a04a530ccd526770b86580edf0e64b0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f840e8b4f7e640111c02a7643a0eed90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/04bcde3dc208fa4859fb065713039ffa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/04bcde3dc208fa4859fb065713039ffa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/04bcde3dc208fa4859fb065713039ffa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "purple_winter_hunt_gift_box_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 1991,
+ "type": "rare_naughty_2015_list_chest_convertible",
+ "name": "2015 Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c2554dacceb812850647d9e2be3bb8bc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8099d8dd8428373c13bf2d9d2f4bccc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/06bb68a1967f137c224c7bfc6d123cba.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/85d22e577522e7caed66560c76033d0e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8099d8dd8428373c13bf2d9d2f4bccc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c8099d8dd8428373c13bf2d9d2f4bccc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c8099d8dd8428373c13bf2d9d2f4bccc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1992,
+ "type": "rare_nice_2015_list_chest_convertible",
+ "name": "2015 Rare Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0f350c9dee864937428ac9f29c9e1a45.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/90f7f6de982bcf0ca57bdb26b33e96dc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dd382f486469500d6c81469311eaeef4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/279f38204474f6d7c7a9c71dd4b21e12.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/90f7f6de982bcf0ca57bdb26b33e96dc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/90f7f6de982bcf0ca57bdb26b33e96dc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/90f7f6de982bcf0ca57bdb26b33e96dc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1993,
+ "type": "tobogganer_big_box_convertible",
+ "name": "Tobogganer's Big Box",
+ "description": "Contains the essentials for aspiring tobogganing hunters to start carving out a name for themselves on the slopes. \n \nInside, you'll find: \n \n• 300 Arctic Asiago \n• 300 Toboggan Nitro \n• 10 Festive Ultimate Luck Charms \n• 10 Festive Ultimate Power Charms \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c83dacd6cdf8fcc4708cfaef161a3aa3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7d825927f828da517f3fc4bdc13f6c7a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/edf48d3f2954b460f27f6211c353904b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/eb51e92a3160781c17ae04fc9056dad7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7d825927f828da517f3fc4bdc13f6c7a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7d825927f828da517f3fc4bdc13f6c7a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7d825927f828da517f3fc4bdc13f6c7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1994,
+ "type": "ultimate_festive_kit_convertible",
+ "name": "Ultimate Festive Kit",
+ "description": "Fuel up with an Ultimate Festive Kit! The perfect kit for tobogganing hunters looking to go pro! Packed full of Arctic Asiago and Toboggan Nitro to keep your toboggan's speed maxed out and charms to help you find even more nitro! \n \nInside, you'll find: \n \n• 700 Arctic Asiago \n• 700 Winter Charms \n• 700 Toboggan Nitro \n• 25 Festive Ultimate Luck Charms \n• 25 Festive Ultimate Power Charms \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fb702221b60197c15d24d19907c3d7c3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c6646b9461a3a7ff98b9b629e5e5f28.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/541f35c471f8840a9b893606fb2a20fc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7022c69efd4087271cd02f76dfc3f58e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c6646b9461a3a7ff98b9b629e5e5f28.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3c6646b9461a3a7ff98b9b629e5e5f28.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3c6646b9461a3a7ff98b9b629e5e5f28.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1995,
+ "type": "2015_toboggan_trophy_collectible",
+ "name": "2015 Toboggan Championship Trophy",
+ "description": "The coveted golden 2015 Toboggan Championship Trophy. Awarded to those who competed and completed the Extreme Toboggan Challenge during the Great Winter Hunt in 2015.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/5845f65f0a41c06144466d0b078a6274.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/37b5e5f38a86d9201b9b0f3243b46aa7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/5845f65f0a41c06144466d0b078a6274.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/5845f65f0a41c06144466d0b078a6274.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 1996,
+ "type": "toboggan_nitro_stat_item",
+ "name": "Sleigh Nitro",
+ "description": "Used to fuel high-performance, racing-grade sleighs. Gives a speed boost on each hunt while sleighing.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6579aed65d52c5f0f37b35708023a3c4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4d6f40bac55ceb46a2c95b3250271d42.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a0872d90c8b5016a0d44fc16ac4bb0e9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4d6f40bac55ceb46a2c95b3250271d42.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4d6f40bac55ceb46a2c95b3250271d42.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4d6f40bac55ceb46a2c95b3250271d42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1997,
+ "type": "toboggan_plank_stat_item",
+ "name": "Toboggan Plank",
+ "description": "Wooden planks sanded and sealed to withstand the harsh weather of the Great Winter Hunt. Used to build and upgrade your toboggan during the 2015 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/580c841eba0136df9acbd42325a9bd94.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0251e0f296a1eec0959801f279ab934e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3e43420cad8b4187f77410a2e4c4d434.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0251e0f296a1eec0959801f279ab934e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0251e0f296a1eec0959801f279ab934e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0251e0f296a1eec0959801f279ab934e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1998,
+ "type": "toboggan_steel_stat_item",
+ "name": "Toboggan Steel",
+ "description": "A light, cold, carbon steel folded and treated to withstand heavy impacts and the winter weather. Used to build and upgrade your toboggan during the 2015 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0a9468fe985329812bc0973a0da8ce19.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4bfccc9fd813a34b97887b29e0ea75b0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/02aa2e8f81baf0685d517c16819ced04.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4bfccc9fd813a34b97887b29e0ea75b0.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4bfccc9fd813a34b97887b29e0ea75b0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4bfccc9fd813a34b97887b29e0ea75b0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 1999,
+ "type": "toboggan_twine_stat_item",
+ "name": "Toboggan Twine",
+ "description": "A fine cotton twine. Keeps toboggan parts tied tightly together so you can make it to the bottom in one piece. Used to build and upgrade your toboggan during the 2015 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/bcad147cc09fa38f2f4bcf7542d232e4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e2c62b4685b408298d17f58073210487.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3fbb3fbba32158c67285da88a5d7bec1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e2c62b4685b408298d17f58073210487.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e2c62b4685b408298d17f58073210487.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e2c62b4685b408298d17f58073210487.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2000,
+ "type": "toboggan_wax_stat_item",
+ "name": "Toboggan Wax",
+ "description": "A solid chunk of wax that gives your toboggan the optimal amount of speed, regardless of the weather conditions. Used to build and upgrade your toboggan during the 2015 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1d2445719a075554733814b80b0ef600.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9b7bbf4fdf2358b2cd01cf536d00b0a5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/41bea28d7ca4f6ee59781265ff2fd4f6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9b7bbf4fdf2358b2cd01cf536d00b0a5.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9b7bbf4fdf2358b2cd01cf536d00b0a5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9b7bbf4fdf2358b2cd01cf536d00b0a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2001,
+ "type": "school_of_secret_santa_sharks_skin",
+ "name": "School of Secret Santa Sharks Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c143a03840f44856f9c48691483b4f5a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ee7e04398699c47922fb01bfda1cfaa0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c143a03840f44856f9c48691483b4f5a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fc1f30ceae75eab37d8c33d13a4eac76.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "Hiding behind a beautifully-decorated Great Winter Hunt tree, these sharks have been upgraded with KarmaSense™, a new goodness-sensing technology which basically can read if the mouse approaching the tree has been Naughty or Nice. \n \nIf the mouse was nice, the sharks will use non-lethal lasers that will temporarily freeze the mouse long enough to be safely relocated. If they were naughty, however, the sharks activate their standard seek and destroy mode!"
+ },
+ {
+ "id": 2002,
+ "type": "winter_wreath_infinite_labyrinth_skin",
+ "name": "Infinite Winter Wreath Trap Skin",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6d1d554ffb0170724129a5156d241b8b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ebee6b26e034054c8c9a1673cfab16c3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6d1d554ffb0170724129a5156d241b8b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a4ecdc63d8a1cad2cc31d771fa8bee90.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_labyrinth_weapon",
+ "skin_weapon_name": "Infinite Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "marketing_text": "This innocently-decorated Great Winter Wreath sits waiting to whisk a mouse away to a wintery wonderland where the season is celebrated year long for all eternity!"
+ },
+ {
+ "id": 2003,
+ "type": "catch_xmas_2015_boss_adv",
+ "name": "Win the Tobogganing Competition",
+ "description": "Collect Arctic Asiago and race down toboggan slopes to glory! Earn upgrades to your toboggan before challenging the Rainbow Racer Mouse to a final showdown! This adventure awards the Winter Aura which grants +5 Luck and bonus loot throughout the Kingdom!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2004,
+ "type": "winter_hunt_2015_journal_theme_collectible",
+ "name": "Extreme Toboggan Journal Theme",
+ "description": "A toboggan theme rewarded to those who fully upgrade their toboggan during the 2015 Great Winter Hunt Extreme Toboggan Challenge.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/1c7ad66ed4edf52d482a228588a95d6f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7cfc7a2da82b6e460565e44ebeb8cae7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/1c7ad66ed4edf52d482a228588a95d6f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/1c7ad66ed4edf52d482a228588a95d6f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2005,
+ "type": "2016_party_pack_convertible",
+ "name": "2016 Party Pack",
+ "description": "Happy New Year! Celebrate 2016 with this 2016 Party Pack! Includes the new, Limited Edition 2016 Charms! \n \nInside, you'll find: \n \n\n• 300 SUPER|brie+ \n• 100 2016 Charms \n• 200 Confetti \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0407482cb8f30640d71301950a00816c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/47cecfdc3edc6ffa650136121b648260.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/29ee6e401b5aac400e4ca13018224ba4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2ab758538d8e5658baf091f48f837ce7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/47cecfdc3edc6ffa650136121b648260.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/47cecfdc3edc6ffa650136121b648260.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/47cecfdc3edc6ffa650136121b648260.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2006,
+ "type": "new_years_2015_victory_stat_item",
+ "name": "New Year's Victory",
+ "description": "Awarded for beating the rival on the New Year's Toboggan course during the New Year's celebration to ring in 2016.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c43a3c05c69edf52b57cfe6a9d2efd85.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/fba8d9a0b0284344f2e950754ded4616.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3823c9aa94c8ed4327da9f9ec5788b7b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/fba8d9a0b0284344f2e950754ded4616.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/fba8d9a0b0284344f2e950754ded4616.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/fba8d9a0b0284344f2e950754ded4616.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2007,
+ "type": "depth_charge_base",
+ "name": "Depth Charge Base",
+ "description": "An old, antique depth charge found washed ashore and repurposed as a trap base. Perfectly safe while on land but activates as soon as you go below sea level. \n \nThis base receives an additional 1,000 Power when diving at the Sunken City!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "sunken_city",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/2441912e0d6e13e2ffc89911721145e7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/e487a990669182380e780ef8b1e4f601.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/2441912e0d6e13e2ffc89911721145e7.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/2441912e0d6e13e2ffc89911721145e7.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/1af13c8c5fdfb191240437fce21a96c4.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 450,
+ "power_formatted": "450",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2008,
+ "type": "tribal_kaboom_base",
+ "name": "Tribal Kaboom Base",
+ "description": "A base made of tribal party crackers packed full of Tribal Isles loot. Those tribal mice can't resist this New Year's party tradition, literally jumping into your base to pop these poppers! \n \nIn their excitement, they have the chance to pop open and drop some extra loot when caught with this base. \n \nThe Tribal Kaboom base will increase drops for Seashells, Savoury Vegetables, Delicious Stones and all Seeds in the Tribal Isles!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "cape_clawed",
+ "derr_dunes",
+ "elub_shore",
+ "nerg_plains",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/3ccd0546fa56c9959c2d1ff4531a0ada.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/16a9d8c99354b8fd436ff52e517861af.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/3ccd0546fa56c9959c2d1ff4531a0ada.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/3ccd0546fa56c9959c2d1ff4531a0ada.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/b6556222172869d6c2c89fdad0e33b4a.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.18,
+ "power_bonus_formatted": "18%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.02,
+ "attraction_bonus_formatted": "2%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2009,
+ "type": "2016_trinket",
+ "name": "2016 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,016 power to commemorate the new year!
These charms were rewarded to hunters who compete on the New Year's toboggan course.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/fc47995bc0b43ac569a4cfe3bac4b06e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/585e8f0404243e8c0293c5b1d55d4542.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/d2e1e1fe85cf8e7b971c6f6de3960538.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/585e8f0404243e8c0293c5b1d55d4542.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/585e8f0404243e8c0293c5b1d55d4542.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/585e8f0404243e8c0293c5b1d55d4542.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2016,
+ "power_formatted": "2,016",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2010,
+ "type": "new_years_endless_labyrinth_skin",
+ "name": "New Year's Endless Labyrinth Trap Skin",
+ "description": "Mice who try to steal cheese from this powerful trap are transported into a smaller, more twisted version of the Labyrinth. Only mice powerful or lucky enough manage to escape from this trap before it locks them within. The rest will live the remainder of their natural lives forgotten within this endless maze. \n \nDue to the nature of this trap, the King has expressedly forbidden hunters from nesting these traps into other Endless Labyrinth traps, as infinitely shrinking things to beyond the smallest known particle might have cataclysmic consequences on the natural order of the universe...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9796f3e7e8c090b3ecc8b54f501b7cd8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d27364ea20584043c79534f64bb3686d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9796f3e7e8c090b3ecc8b54f501b7cd8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/90d778f592c9fdf67a9425aaea283c4a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "endless_labyrinth_weapon",
+ "skin_weapon_name": "Endless Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "marketing_text": "A full blown New Year's party is happening inside of this version of the Endless Labyrinth. The only hitch is that the countdown to the New Year never happens, trapping the mice inside of an endless New Year's eve party! \n \nParty like its... its... what year again?"
+ },
+ {
+ "id": 2011,
+ "type": "monkey_festival_jumbo_kit_convertible",
+ "name": "Monkey Festival Jumbo Kit",
+ "description": "A gorilla-sized crate of monkey madness! Crammed full of enough supplies to swing through a couple of cruises! \n \nInside, you'll find: \n \n• 2,000 SUPER|brie+ \n• 350 Firecracker Charms \n• 50 Nitropop Potions \n \nProvides the Lucky Golden Shield for 2 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b97645a394a15310fa601d8b978f8cbf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3cd5dbb5db892f70d896ec280b710e7b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/173684050ebbb1b5a0aa10c6de508a84.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ce7a9bcfb3ba3c8fa64b46a3ff702a14.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3cd5dbb5db892f70d896ec280b710e7b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3cd5dbb5db892f70d896ec280b710e7b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3cd5dbb5db892f70d896ec280b710e7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2012,
+ "type": "year_of_the_monkey_gift_basket_convertible",
+ "name": "Year of the Monkey Gift Basket",
+ "description": "A fiery and powerful gift basket. Perfect for the cruise! \n \nInside, you'll find: \n \n• 125 SUPER|brie+ \n• 35 Firecracker Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/25fa427421c3bdf886644f194852cb3f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fc204ff978d308332cd26035c8b04a70.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6f881e6a157654b06f8f2b58887a9605.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c56ac31ba0f5fd5e5fc586703a98a122.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fc204ff978d308332cd26035c8b04a70.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fc204ff978d308332cd26035c8b04a70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fc204ff978d308332cd26035c8b04a70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2013,
+ "type": "monkey_endless_labyrinth_skin",
+ "name": "Labyrinth of Monkeys Trap Skin",
+ "description": "Mice who try to steal cheese from this powerful trap are transported into a smaller, more twisted version of the Labyrinth. Only mice powerful or lucky enough manage to escape from this trap before it locks them within. The rest will live the remainder of their natural lives forgotten within this endless maze. \n \nDue to the nature of this trap, the King has expressedly forbidden hunters from nesting these traps into other Endless Labyrinth traps, as infinitely shrinking things to beyond the smallest known particle might have cataclysmic consequences on the natural order of the universe...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b889c8162c791c1155ce2865318ba6e8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d5e5ee3967abd79ba24f1e83cd81e7a6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b889c8162c791c1155ce2865318ba6e8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8c98cf2dc85fa4bfad125e5fb0ef1ed4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "endless_labyrinth_weapon",
+ "skin_weapon_name": "Endless Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "marketing_text": "Celebrate the Year of the Monkey with this special Lunar New Year trap skin. Send mice to the Labyrinth of Monkeys, where they will experience a fiery blaze of maniacal monkey hijinx."
+ },
+ {
+ "id": 2014,
+ "type": "monkey_focused_crystal_laser_skin",
+ "name": "Monkey Focused Crystal Laser Skin",
+ "description": "By combining the altered high technology scavenged from the most powerful Burroughs Rift mice and the remains of a smashed Crystal Tower, Digby scientists have learned how to focus Rift Power into a terrible laser beam capable of bringing the fight to the Rift mice like never before!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/38edcebe9c18c1115fa53191a03bcd32.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/f4b4ba342df3922254231050e45dcec4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/38edcebe9c18c1115fa53191a03bcd32.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/11da34229a48848fad5ce4c447e49279.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "focused_crystal_laser_weapon",
+ "skin_weapon_name": "Focused Crystal Laser",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/09ae549ab3b575e81a68d7436f821f93.jpg",
+ "marketing_text": "Awakened atop a throne of gold is the mystic statue of the fiery monkey. Beware invoking the focused rage of this golden monkey idol. Bloodcurdling monkey howls can be heard as the idol's jaws become agape and it fires out a tremendous laser blast!"
+ },
+ {
+ "id": 2015,
+ "type": "monkey_multi_crystal_laser_skin",
+ "name": "Monkey Multi-Crystal Laser Skin",
+ "description": "Take a smashed Crystal Tower, add a healthy collection of high technology scavenged from the most powerful Burroughs Rift mice, sprinkle with a dollop of Digby ingenuity, and what do you get? Terrifying Crystal Laser technology that brings Rift Power traps to the next level!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5cfab972d71917d6a56adbbad7685052.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0fd8920b064a72c85176c5f312ddadd3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5cfab972d71917d6a56adbbad7685052.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1955500c7138a097b4f671c65457f613.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "multi_crystal_laser_weapon",
+ "skin_weapon_name": "Multi-Crystal Laser",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ec689cff1eb98edc7a80a20c8b624e2.jpg",
+ "marketing_text": "Perched atop a throne of gold is the mystic statue of the fiery monkey. Its piercing ruby eyes pass fiery judgement upon those who stand before it!"
+ },
+ {
+ "id": 2016,
+ "type": "valentines_endless_labyrinth_skin",
+ "name": "Labyrinth of Love Trap Skin",
+ "description": "Mice who try to steal cheese from this powerful trap are transported into a smaller, more twisted version of the Labyrinth. Only mice powerful or lucky enough manage to escape from this trap before it locks them within. The rest will live the remainder of their natural lives forgotten within this endless maze. \n \nDue to the nature of this trap, the King has expressedly forbidden hunters from nesting these traps into other Endless Labyrinth traps, as infinitely shrinking things to beyond the smallest known particle might have cataclysmic consequences on the natural order of the universe...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2a1d477ad1035a739cfb5fcf5015b7b1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7458d8464e94e165aec0f3742c2800fd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2a1d477ad1035a739cfb5fcf5015b7b1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/3cf78e01a0112e446dc7c0d9c7cf4bd6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "endless_labyrinth_weapon",
+ "skin_weapon_name": "Endless Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "marketing_text": "Get lost in love within the walls of this romantic maze! Mice trapped within this lovely labyrinth experience something similar to being on a long, seemingly endless, love cruise. Extended stays inside of this trap melt even the hardest hearts into a lovey-dovey mush!"
+ },
+ {
+ "id": 2017,
+ "type": "captains_trousers_collectible",
+ "name": "Captain's Trousers",
+ "description": "This pair of pants portray the perfect image of a Cruise Captain. These pants prove you have completed a full Cozy Cruise and lets you show who wears the pants on the Cruise Ship. \n \nComplete a full cruise on Calamity Carl's Cruise in 2016 to obtain these pants and gain access to all the great items in the ship's Shops!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/5af8489a1c0436144032ef9298c7e0fc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c7ffe4e0c2c2ee32848b1627f2cc795e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/5af8489a1c0436144032ef9298c7e0fc.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/5af8489a1c0436144032ef9298c7e0fc.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2018,
+ "type": "fiery_monkey_collectible",
+ "name": "Golden Fiery Monkey Statue",
+ "description": "A golden statue of a small monkey guarding a ruby ball of fire. Looks can be deceiving! Send this fake statue to fool your friends this year of the Monkey!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c3c4fa3c18d756181717eb988df9320e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a9645e6b5a9f992c8a8708e4743266fa.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c3c4fa3c18d756181717eb988df9320e.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c3c4fa3c18d756181717eb988df9320e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2019,
+ "type": "hollow_heights_miniature_collectible",
+ "name": "Hollow Heights Miniature",
+ "description": "This miniature can be found randomly on mice during the Hollow Heights section of the cruise, or in the ship's General Store.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "valentines",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e4767f94beae1dd2b9561bac29f4a467.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/37103034e030e6dd94e8507336b2c52a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e4767f94beae1dd2b9561bac29f4a467.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e4767f94beae1dd2b9561bac29f4a467.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2020,
+ "type": "monkey_mask_collectible",
+ "name": "Monkey Mask",
+ "description": "This is the year of the Monkey in 2016! Celebrate the Year of the Monkey with this replica Monkey Mask! \n \nMonkeys are very mischievous and like to play practical jokes and tricks. Don't forget your trusty Monkey mask when getting into trouble! \n \n\"Approach the year of the Fire Monkey with ambition and adventure!\"'",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/576ac020c663e6a295fab1e56de304be.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8bdcd7ec7033e9c8c6e837d080a53b2a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/576ac020c663e6a295fab1e56de304be.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/576ac020c663e6a295fab1e56de304be.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2021,
+ "type": "monkey_jade_base",
+ "name": "Monkey Jade Base",
+ "description": "Wise, wild, powerful and a true leader, the Fiery Monkey Mouse is represented in this Jade Base carving. \n \nOnly hunters who have helped Carl complete a full cruise in 2016 and saved up sufficient Cruise Bux will be able to have their Jade Base carved into this attractive and fantastic base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/7d4daa08465058159e097e46bf91c2c1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/61fd1299280b9e240a31fc237fa3cd99.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/7d4daa08465058159e097e46bf91c2c1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/7d4daa08465058159e097e46bf91c2c1.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/fbbc363bfcfd473e9ef99e8eb6eb91a4.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2022,
+ "type": "monkey_fling_trinket",
+ "name": "Monkey Fling Charm",
+ "description": "These charms have quite the throwing arm and seemingly boundless energy! When the fuse is lit, the calm and gentle face of the monkey erupts into a wild smile, and the charm begins to screech and bounce around in a terrifying way. With a tremendous force, the charm will fling itself from your trap and off the cruise ship when a mouse is caught! \n \nUsing these powerful firework charms on Calamity Carl's Cruise will boost the speed of the ship to MAXIMUM, moving the cruise along at 25 KM per mouse catch! \n \nCreate these charms by using Monkey Fling Potions",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8e3ccac3da647a82e00a36d80f0a2f4d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/cc1080b8bd447985a50a504da2b8290c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/9a68146a008c81325b0ab36ca04028a8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/cc1080b8bd447985a50a504da2b8290c.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/cc1080b8bd447985a50a504da2b8290c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/cc1080b8bd447985a50a504da2b8290c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 120,
+ "power_formatted": "120",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 1,
+ "luck_formatted": "1",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2023,
+ "type": "monkey_fling_potion",
+ "name": "Monkey Fling Potion",
+ "description": "Don't let the gentle face of this monkey fool you. This potion is as aggressive as its Fiery Monkey namesake! Toss a Nitropop Charm into the bottle, light the wick, and then stand back! The force of creating the fiery charm has been known to fling hunters off the ship!\n \nUse on 1 Nitropop Charm to convert it into 1 Monkey Fling Charm.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "vintage",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/809ab37f5862fefa77517bacc761c4a3.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/968234bf38e231fc02838fb0691528ca.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/0e37f439bb85c5deb58477dee5550c77.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/968234bf38e231fc02838fb0691528ca.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/968234bf38e231fc02838fb0691528ca.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/968234bf38e231fc02838fb0691528ca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2024,
+ "type": "catch_lny_2015_boss_adv",
+ "name": "Experience Calamity Carl's Cozy Cruise!",
+ "description": "Collect an assortment of fireworks and take a cozy cruise around the shores of Gnawnia and beyond. Look out for the Costumed Monkey Mouse and complete a full tour to earn your very own Captain's Trousers!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2025,
+ "type": "lost_chest_recovery_kit_convertible",
+ "name": "Labyrinth Puzzle Box Recovery Kit",
+ "description": "A limited-time only kit for recovering the elusive Labyrinth Puzzle Box! \n \nInside you'll find: \n \n\n• 300 Glowing Gruyere Cheese \n• 100 Lantern Oil \n• 10 Shuffler's Cubes \n\n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5f7dcdcf8f26bc99ac17956d54f79907.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/51c2da4b0271cf9f24e6955dbeb3230e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c01789d36b3c7e7e681d1e90ede6ef87.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8ffd3d1b50a60c324d6110cc84ff764b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/51c2da4b0271cf9f24e6955dbeb3230e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/51c2da4b0271cf9f24e6955dbeb3230e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/51c2da4b0271cf9f24e6955dbeb3230e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2026,
+ "type": "lost_chest_piece_fifth_stat_item",
+ "name": "Lost Puzzle Piece",
+ "description": "This is one of the six lost pieces for the Labyrinth Puzzle Box. When all pieces are found, they magically combine to unlock the puzzle box and reveal a worthy reward! \n \nFind all six before the magic fades away!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/538f0ed023b93c79276575c373bb9a0c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/99cf359d1aab3c0f41aba24059ced51a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9fcc338dbbd8399edfaddd97ad9fb1e0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/99cf359d1aab3c0f41aba24059ced51a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/99cf359d1aab3c0f41aba24059ced51a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/99cf359d1aab3c0f41aba24059ced51a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2027,
+ "type": "lost_chest_piece_first_stat_item",
+ "name": "Lost Puzzle Piece",
+ "description": "This is one of the six lost pieces for the Labyrinth Puzzle Box. When all pieces are found, they magically combine to unlock the puzzle box and reveal a worthy reward! \n \nFind all six before the magic fades away!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b57740232420caf23ce32e664bdbd163.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4c084807bd9c5d26c2273e945b6b7799.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8444b7c1fa8fdb1dc8a837a0309a24f6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4c084807bd9c5d26c2273e945b6b7799.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4c084807bd9c5d26c2273e945b6b7799.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4c084807bd9c5d26c2273e945b6b7799.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2028,
+ "type": "lost_chest_piece_fourth_stat_item",
+ "name": "Lost Puzzle Piece",
+ "description": "This is one of the six lost pieces for the Labyrinth Puzzle Box. When all pieces are found, they magically combine to unlock the puzzle box and reveal a worthy reward! \n \nFind all six before the magic fades away!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4e8d1fcdd9241ad395aae398de9abd84.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3868c83705f4d1116620a6225f470058.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/1d2c952f1afa213ed016392fd3e7d632.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3868c83705f4d1116620a6225f470058.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3868c83705f4d1116620a6225f470058.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3868c83705f4d1116620a6225f470058.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2029,
+ "type": "lost_chest_piece_second_stat_item",
+ "name": "Lost Puzzle Piece",
+ "description": "This is one of the six lost pieces for the Labyrinth Puzzle Box. When all pieces are found, they magically combine to unlock the puzzle box and reveal a worthy reward! \n \nFind all six before the magic fades away!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3e17e67bef492f9a38768c9c10d214e1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/13a712aa242796725af68c70ee6690d3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/cce957fcb27bc344541373b88c2746d9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/13a712aa242796725af68c70ee6690d3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/13a712aa242796725af68c70ee6690d3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/13a712aa242796725af68c70ee6690d3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2030,
+ "type": "lost_chest_piece_sixth_stat_item",
+ "name": "Lost Puzzle Piece",
+ "description": "This is one of the six lost pieces for the Labyrinth Puzzle Box. When all pieces are found, they magically combine to unlock the puzzle box and reveal a worthy reward! \n \nFind all six before the magic fades away!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/08e52f27b0b1d6320fc499bab45d2341.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a9872d308cf3545cf5a0444140a5174b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/421744f5119fd55995c434a38a2e9eeb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a9872d308cf3545cf5a0444140a5174b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a9872d308cf3545cf5a0444140a5174b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a9872d308cf3545cf5a0444140a5174b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2031,
+ "type": "lost_chest_piece_third_stat_item",
+ "name": "Lost Puzzle Piece",
+ "description": "This is one of the six lost pieces for the Labyrinth Puzzle Box. When all pieces are found, they magically combine to unlock the puzzle box and reveal a worthy reward! \n \nFind all six before the magic fades away!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cc6fda8dc35b5e603642b9da161bd878.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9e34812bf473ea0ffee6c6af691fc409.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8672cb911b58ee55543bc758e9936f64.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9e34812bf473ea0ffee6c6af691fc409.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9e34812bf473ea0ffee6c6af691fc409.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9e34812bf473ea0ffee6c6af691fc409.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2032,
+ "type": "puzzlebox_infinite_labyrinth_skin",
+ "name": "Puzzle Box Infinite Labyrinth Trap Skin",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/cf7727b978556d515e3fdfa441aa5307.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/be775999e86e8db61f115a2d9ce30fac.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/cf7727b978556d515e3fdfa441aa5307.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4c9f7192c417b92103b8b2f897a0b1c6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_labyrinth_weapon",
+ "skin_weapon_name": "Infinite Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "marketing_text": "A puzzling puzzle box powers this perplexing portrayal of the Infinite Labyrinth Trap. Its purpose is unknown as one cannot fathom its full function. All we know is that it works, and that it works really well!"
+ },
+ {
+ "id": 2033,
+ "type": "extra_sweet_basket_convertible",
+ "name": "Extra Sweet Gift Basket",
+ "description": "An extra sweet gift basket for an extra sweet friend! Send one to your especially sweet someone to celebrate MouseHunt's 8th Birthday!\n\tInside, you'll find: \n \n• 15 Extra Sweet Cupcake Colby \n• 15 Extra Sweet Cupcake Charms \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/38a3fd8260feb3f65f60dc53dd404733.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a16e14addbd3235d0bba45c158eea029.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d9bda3e60c472827c16af9ed75053589.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c907ee9015fcd4d7dfe729fe3cd65ec9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a16e14addbd3235d0bba45c158eea029.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a16e14addbd3235d0bba45c158eea029.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a16e14addbd3235d0bba45c158eea029.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2034,
+ "type": "extra_sweet_combo_kit_convertible",
+ "name": "Extra Sweet Combo Kit",
+ "description": "A combination kit full of Extra Sweet Cupcake Colby and Extra Sweet Cupcake Charms! Essential for collecting all of the stolen cupcakes during MouseHunt's 8th Birthday! To top this package off, included are some Rare Cupcake Sprinkles to sweeten those orders!\n \nInside, you'll find: \n \n• 500 Extra Sweet Cupcake Colby \n• 100 Extra Sweet Cupcake Charms \n• 30 Rare Cupcake Sprinkles \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ede5aac3d0d9c0b583c7849c78e3d274.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/03f3624afc37bd65abd6f0475335e06f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/52b793737ed0217b5f5638ab50c1ed1a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dc65b6978a92659283b8deff05a8571a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/03f3624afc37bd65abd6f0475335e06f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/03f3624afc37bd65abd6f0475335e06f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/03f3624afc37bd65abd6f0475335e06f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2035,
+ "type": "sprinkling_kit_convertible",
+ "name": "Sprinkling Kit",
+ "description": "A sweet sprinkling kit to sweeten those shipments! Collect even more rewards from MouseHunt's 8th Birthday with this Kit!\n\tInside, you'll find: \n \n• 100 Extra Sweet Cupcake Colby \n• 25 Extra Sweet Cupcake Charms \n• 10 Rare Cupcake Sprinkles \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/73ff581704836380a0ae6c4375d287f6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/07ed97f0086e501641b54a4714ca4436.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d6b10e8d28daecf5cb10499d49df28f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1c03ce28750aa4a164df4f14bce21462.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/07ed97f0086e501641b54a4714ca4436.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/07ed97f0086e501641b54a4714ca4436.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/07ed97f0086e501641b54a4714ca4436.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2036,
+ "type": "cupcake_sprinkles_stat_item",
+ "name": "Rare Cupcake Sprinkles",
+ "description": "Shake these sweet sprinkles on your cupcake shipment before it ships to sweeten the deal! \n \nSprinkling a Cupcake Order when you ship it will grant greater additional rewards!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b63fdfcedf113ae1e91b1855b56e3db8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e75a1d118d6c0e750bac2b1c9281a422.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ac40f94103a4a7e28dc6b63313983ae3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e75a1d118d6c0e750bac2b1c9281a422.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e75a1d118d6c0e750bac2b1c9281a422.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e75a1d118d6c0e750bac2b1c9281a422.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2037,
+ "type": "extra_sweet_cupcake_cheese",
+ "name": "Extra Sweet Cupcake Colby",
+ "description": "A special bait to celebrate MouseHunt's Birthday! Sweetened more than two and a half times over! \n \nGreater chance to attract special mice that drop lots of extra cupcakes!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "mousehunt_birthday",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/278e5b12d83e940e8d80ead17ac250c1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/50a9ae9ac965e12d04b417022f5ff2ad.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/c2ce4b1624a0625db1e8e65fa21e0b79.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/a5f4798aeefa05880d50d8f4a4e68a31.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/50a9ae9ac965e12d04b417022f5ff2ad.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/50a9ae9ac965e12d04b417022f5ff2ad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/50a9ae9ac965e12d04b417022f5ff2ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2038,
+ "type": "extra_sweet_cupcake_trinket",
+ "name": "Extra Sweet Cupcake Charm",
+ "description": "A super-saccharine cupcake celebrating MouseHunt's 8th birthday! This charm gives you 8 luck to commemorate 8 years of MouseHunt!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/313711b0d4c20580442fff5b5c084715.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/374d029aa7083abe363bcc5d6d15d6aa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/d05822b5561b46aa47af1baeb423cd34.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/374d029aa7083abe363bcc5d6d15d6aa.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/374d029aa7083abe363bcc5d6d15d6aa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/374d029aa7083abe363bcc5d6d15d6aa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2039,
+ "type": "cupcake_endless_labyrinth_skin",
+ "name": "Cupcake Endless Labyrinth Trap Skin",
+ "description": "Mice who try to steal cheese from this powerful trap are transported into a smaller, more twisted version of the Labyrinth. Only mice powerful or lucky enough manage to escape from this trap before it locks them within. The rest will live the remainder of their natural lives forgotten within this endless maze. \n \nDue to the nature of this trap, the King has expressedly forbidden hunters from nesting these traps into other Endless Labyrinth traps, as infinitely shrinking things to beyond the smallest known particle might have cataclysmic consequences on the natural order of the universe...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b045b3f775a7318ed0fb0f96843e96e0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/acb1399b74cbf0edffd4c0e36b96de35.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b045b3f775a7318ed0fb0f96843e96e0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d72117cf28ff4f534424186b6a49104d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "endless_labyrinth_weapon",
+ "skin_weapon_name": "Endless Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/cfb0c1b62171bd1e80621786f1ff10bf.jpg",
+ "marketing_text": "The great cupcake conundrum! A trap so deliciously devious it can catch even the craftiest mice once their tummies start to grumble. By the time they realize what they've been biting into, it's too late! They find themsleves confined within the cupcake-baked halls of the terrifying, yet deliciously sweet, Cupcake Labyrinth! "
+ },
+ {
+ "id": 2040,
+ "type": "fat_cat_chrome_sphynx_wrath_skin",
+ "name": "Chrome Fat Cat Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any camp sight. It's a small wonder the small, moving dots don't distract the kitty from its job at hand.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/397ff8c4693834c7f7c8711d69d78b8e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b7b4c6710e9718b0b39fc8830542dd87.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/397ff8c4693834c7f7c8711d69d78b8e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2aa7a36819b4b6b789fc5b85e154bb69.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "A portly chrome feline waits patiently for its next meal. Now, normally a mouse would be terrified with facing a large cat, but being laughably large lulls the mice into a false sense of security! Fortunately for the cat, its chrome pillow is deceivingly soft and fluffy! It swallows mice up and keeps them trapped until the cat slowly rolls its way over..."
+ },
+ {
+ "id": 2041,
+ "type": "2016_bday_gift_convertible",
+ "name": "2016 Birthday Gift",
+ "description": "A gift wrapped up to celebrate MouseHunt's 8th Birthday! I wonder what's inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/69c4884ddb70e81edc8d2208f92a8247.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9cdde70d205f978937fbe86b6237c235.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c05e4f3a345abf49429eb7352e612361.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0a81059b8c8535962ce054fc309d4e2e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9cdde70d205f978937fbe86b6237c235.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9cdde70d205f978937fbe86b6237c235.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9cdde70d205f978937fbe86b6237c235.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2042,
+ "type": "birthday_2016_treasure_chest_convertible",
+ "name": "2016 Birthday Treasure Chest",
+ "description": "A simple, decorated Birthday Treasure Chest. Topped with a lovely polka-dotted pink bow and a sprinkle of confetti to finish.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8d287826b4515c0c0a841731e4d09772.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/582c47dd54660511cc4a9ce5ce5afa5c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/67a12cfac37adede1f1242e7a7b18ed9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d714372a10fb5c5bab43030ed50c5910.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/582c47dd54660511cc4a9ce5ce5afa5c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/582c47dd54660511cc4a9ce5ce5afa5c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/582c47dd54660511cc4a9ce5ce5afa5c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2043,
+ "type": "birthday_f_scroll_case_convertible",
+ "name": "Birthday Scroll Case",
+ "description": "An elegantly wrapped birthday scroll case celebrating MouseHunt's Birthday! \n \nContains a treasure map that consists of 20 birthday themed mice from the SUPER|brie+ Factory!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6fa35a72a854cb5f26b0e9748a66ec32.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bab1f88b454316fca6bc3d0841350f9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d491798a3692794f0526803d3d040cc9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6483ae9f733b6927090bbfe36e386456.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bab1f88b454316fca6bc3d0841350f9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0bab1f88b454316fca6bc3d0841350f9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0bab1f88b454316fca6bc3d0841350f9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 2
+ },
+ {
+ "id": 2044,
+ "type": "rare_birthday_2016_treasure_chest_convertible",
+ "name": "2016 Rare Birthday Treasure Chest",
+ "description": "This rare treasure chest is adorned with a large, pink, polka-dotted ribbon, and gold trim, wrapped in the finest wrapping paper, and covered in confetti. Sorta makes you not want to open it, it's so pretty!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bebf3f7e8970c98cd1c4b2795587c9bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5bcf916a7a46e5ced134c314e9a650d7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0ffac690c9a9a235b9d1b06c7f75aa33.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a6571a6aef881d6a51b12f270dbde72c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5bcf916a7a46e5ced134c314e9a650d7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5bcf916a7a46e5ced134c314e9a650d7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5bcf916a7a46e5ced134c314e9a650d7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2045,
+ "type": "birthday_eight_journal_theme_collectible",
+ "name": "MouseHunt Frosted Cupcake Theme Collectible",
+ "description": "Packed with colourful pastels and sweet frosting this theme looks good enough to eat! \n \nOriginally designed to commemorate MouseHunt's 8th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/824f9716518b67cfd7e1f4ff62c747b5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bbb888061d9eb141d6c7aa82801591bd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/824f9716518b67cfd7e1f4ff62c747b5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/824f9716518b67cfd7e1f4ff62c747b5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2046,
+ "type": "soggy_journal_collectible",
+ "name": "Soggy Sunken Journal",
+ "description": "This soggy journal was recovered from a shipwreck at the bottom of the Rodentia Ocean. You can barely make out a few of the log entries: \n \n\"Captain's Log #1: Stopped by ole Paul's house, no sign of 'im. Larry wasna there either and we couldna wait any longer for our King's reward before heading out. Time to load up with what we have, just be a shorter excursion unless we take shortcuts. Could always eat the cheese! Har har!\" \n \n\"Captain's Log #4: Today we set sail! SUPER|brie+... Check! Backup Brie... Check! Cheddar... Check! (Note: I should stop stocking this but tis always on for a great deal). Crew traps set and baited... Check! This journey should prove to be very lucrative! There be all kinds of new breeds upon that floating isle! The King will pay handsomely for them.\" \n \n\"Captain's Log #8: A trail of giant bubbles has been following us for a few days now, bubbling up from the abyss... I have a feeling of dread as we sail out towards Zugzwang's isle. Tis likely nothing, and I do nae want to worry the crew...\" \n \n\"Captain's Log #10: The bubbles have gotten closer and smell faintly of raw fish as they burst on the surface. We are about two days from landing ashore on this mysterious floating island. Tis becoming difficult to keep the crew in check. I hope this pays off.\" \n \n\"Captain's Log #11: It happened in the middle of the night! Terrible tenticles reached out from the sea and began to tear the ship apart! Never have I seen such a beast! What have we done to bring such fury upon us!? Yet, in what will surely be my final moments, I canna help but wonder what my trap has waiting in store since last I checked...\"",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/8a67598ac0c23fc790f2bab1715d7086.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2dec89b37e5d94f30f8a1bcc7d05b19c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/8a67598ac0c23fc790f2bab1715d7086.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/8a67598ac0c23fc790f2bab1715d7086.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2047,
+ "type": "stale_cupcake_stat_item",
+ "name": "Stale Cupcake",
+ "description": "A cupcake past its best before date. It's so stale that it crumbles to dust!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/75f135eff024880f261b4945ca3c4718.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/75f135eff024880f261b4945ca3c4718.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/75f135eff024880f261b4945ca3c4718.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2048,
+ "type": "cupcake_2016_birthday_base",
+ "name": "Extra Sweet Cupcake Birthday Base",
+ "description": "A delicious batch of birthday cupcakes baked and put under a tough sheet of thermal glass. The cupcakes are kept fresh and warm inside of this impregnable container, emitting a sugary glow of irresistible deliciousness. \n \nOn top of that, this base contains a special surprise secretly added by the Head Trapsmith Chef: Cupcakes that happen to pop off the base during any scuffles turn into Cupcake Charms! Also, with the included lifetime warranty, all damaged cupcakes are covered under an immediate replacement plan, so your base is never missing one of its colourful cupcakes! \n \nA flavour first savoured during MouseHunt's 8th birthday! \n \nThis base has a rare chance to drop an Extra Sweet Cupcake Charm when a mouse is caught!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/4a77e2f91efbfa2c9ef4d108345c7a28.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/12d212e6883b3376ae2d6d943dc470f4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/4a77e2f91efbfa2c9ef4d108345c7a28.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/4a77e2f91efbfa2c9ef4d108345c7a28.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/b73ccd81b3502f6ea05381e8281f126f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2049,
+ "type": "bubbles_party_crasher_weapon",
+ "name": "Bubbles: The Party Crasher Trap",
+ "description": "This year Bubbles has decided to crash the birthday party! With one limb for each year of MouseHunt, he thought he would be the best one to represent this momentous occasion! \n \nThis replica now guards your cheese as fiercely as Bubbles himself guards the shipwrecks at the bottom of the ocean... \n \nRemember this event with this celebratory trap commemorating MouseHunt's 8th Birthday!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/68f6fcc708f5014a3af4f89092509377.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/2cb450249dafa155621a59137ab4b1a6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/68f6fcc708f5014a3af4f89092509377.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/96f4ed02ee6ded95aeccdf817a29f69e.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 5800,
+ "power_formatted": "5,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.18,
+ "power_bonus_formatted": "18%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2050,
+ "type": "extra_sweet_cupcake_colby_potion",
+ "name": "Extra Sweet Cupcake Colby Potion",
+ "description": "This extra sweet magical concoction smells of freshly baked cupcakes (doubly sweetened), combined with a distinctively sharp cheese scent.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "vintage",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/6f7593a78d25f0aa159e1af21baa7878.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/fde300ce643a659311c46cf3114a43b1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/6055b05eac5081b2aedb8a4ee02e1b2b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/fde300ce643a659311c46cf3114a43b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/fde300ce643a659311c46cf3114a43b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/fde300ce643a659311c46cf3114a43b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2051,
+ "type": "complete_birthday_2016_adv",
+ "name": "Supply the 8th Birthday Party with Cupcakes",
+ "description": "MouseHunt celebrates its 8th birthday with a massive cupcake extravaganza! The King needs your help recovering cupcakes from thieving mice to fulfill orders throughout the Kingdom!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2052,
+ "type": "lucky_rainbow_kit_convertible",
+ "name": "Lucky Rainbow Kit",
+ "description": "Need a BIG boost of luck? This will help you find that extra elusive treasure at the end of the rainbow! Loaded with Shamrock Charms and Rainbow charms to entice lady luck to leave a little more loot!
You will receive: \n \n• 300 Maki String Cheese \n• 100 Enerchi Charm \n• 100 Magic Essence \n \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/103a3a63042745a496c28831a1aea34d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a4c5a98c66e5d7143722fa20a04e3cb5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ffadeb92674aa7d48c933da557cd3d46.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0af261e5f98ec924c83d7a0ce0ce1aa7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a4c5a98c66e5d7143722fa20a04e3cb5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a4c5a98c66e5d7143722fa20a04e3cb5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a4c5a98c66e5d7143722fa20a04e3cb5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2077,
+ "type": "furoma_rift_enerchi_pack_convertible",
+ "name": "Furoma Rift Enerchi Pack",
+ "description": "A wooden container packed with Enerchi Charms and Maki String Cheese. Get a jump on charging your droid with this pack.
You will receive: \n \n• 100 Maki String Cheese \n• 150 Enerchi Charm \n \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/941e2cd8604f0d2d569f80b793de3ac7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b7754b8459e5114ccadf9b4dd345e603.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0e8ae47073a85ffe043c4e34ba0ede59.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1506de3703f696a77354a8f89d998ba2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b7754b8459e5114ccadf9b4dd345e603.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b7754b8459e5114ccadf9b4dd345e603.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b7754b8459e5114ccadf9b4dd345e603.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2078,
+ "type": "furoma_rift_gift_basket_convertible",
+ "name": "Furoma Rift Gift Bento Box",
+ "description": "A lovely bento box of goodies to help you or a friend get started on your journey into the Furoma Rift!
You will receive: \n \n• 30 Maki String Cheese \n• 20 Enerchi Charm \n \n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0f6d3a74bbd8bc3f7d6412b85748dc41.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e49e95c65deeca0d1747d9236c5c3c88.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2ec4282c3b807b5b190a4f022eb9f8ce.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/766f936d073922eaf5b0bcfa4cd1e53c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e49e95c65deeca0d1747d9236c5c3c88.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e49e95c65deeca0d1747d9236c5c3c88.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e49e95c65deeca0d1747d9236c5c3c88.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2079,
+ "type": "jumbo_furoma_rift_crafting_kit_convertible",
+ "name": "Jumbo Furoma Rift Crafting Kit",
+ "description": "A jumbo kit for a committed hunter looking to discover the most kept secret teachings of the Furoma Rift!
You will receive: \n \n• 1000 Maki String Cheese \n• 300 Enerchi Charm \n• 300 Magic Essence \n \n \nProvides the Lucky Golden Shield for 4 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/64ac7a665182a3043f92c5c59b613cbd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4fffbbc4d750098617e7d38bfb03650.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/edf2694f1107455d847de7a8aab7b5f9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/76536e0153bc569778aebd883e754e51.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4fffbbc4d750098617e7d38bfb03650.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c4fffbbc4d750098617e7d38bfb03650.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c4fffbbc4d750098617e7d38bfb03650.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2080,
+ "type": "maki_string_cheese",
+ "name": "Maki String Cheese",
+ "description": "A unique bouquet of flavours entwined in riftweed and string cheese. The simpler composition of this cheesy combination repel those with a more masterful pallet but it is irresistible to those yet to develop one. \n \nThis cheese is the favourite of the students studying in the Grand Pagoda.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/ed400195402dcc2b18553dd5721b116c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/7c75d3a3415ced7258f5a0f341bbf15f.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/6a111817372d93579c6d9dc3d586133e.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/08f965d4a49a9e4916879c9b5a80fc3d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/7c75d3a3415ced7258f5a0f341bbf15f.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/7c75d3a3415ced7258f5a0f341bbf15f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/7c75d3a3415ced7258f5a0f341bbf15f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "magic_essence_craft_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2081,
+ "type": "rift_furoma_energy_trinket",
+ "name": "Enerchi Charm",
+ "description": "This charm harnesses the enormous residual Enerchi generated by simple movements within the Furoma Rift.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "rift_furoma",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/63f73949217ef09ad8b36e76e463b109.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0acb0469eeb601b8de8b91b455c89dab.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/44873dda24b3c7a3d230b609f2407722.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0acb0469eeb601b8de8b91b455c89dab.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0acb0469eeb601b8de8b91b455c89dab.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0acb0469eeb601b8de8b91b455c89dab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.01,
+ "power_bonus_formatted": "1%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2082,
+ "type": "rift_battery_piece_crafting_item",
+ "name": "Battery Fragment",
+ "description": "These radioactive bite-sized clusters of battery fragments are just the thing your Droid needs to power up in the Furoma Rift! You, uh, should probably be wearing gloves and a hazmat suit right now. \n \nThese are critical in repairing your Droid's batteries! Use them wisely!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/01be9d98ff0f7d0b960ec7c9ad48c2b1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e3e7456f4dd4571f93e93e112756a18.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/904ef4a55cdc1152467f02783a0a7dd3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e3e7456f4dd4571f93e93e112756a18.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e3e7456f4dd4571f93e93e112756a18.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3e3e7456f4dd4571f93e93e112756a18.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Students, Masters, and Supreme Sensei mice in the Furoma Rift"
+ },
+ {
+ "id": 2083,
+ "type": "rift_belt_shard_craft_item",
+ "name": "Chi Belt Heirloom",
+ "description": "This heirloom represents the School of the Belt. It looks to be part of a larger martial symbol encompassing something greater.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2f47fa9983515ff67b995b2c902811d0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/39527b8d688c67e74c5522974ca4118d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/c6dced89560868d59b816fd421e3f057.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/39527b8d688c67e74c5522974ca4118d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/39527b8d688c67e74c5522974ca4118d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/39527b8d688c67e74c5522974ca4118d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Masters of the Chi Belt in the Furoma Rift"
+ },
+ {
+ "id": 2084,
+ "type": "rift_blossom_branch_crafting_item",
+ "name": "Rift Blossom Branch",
+ "description": "A beautiful budding branch from what looks to be a Cherry Blossom tree. Looked after by the Supreme Sensei of the Furoma Rift. A warm, powerful aura emanates from this branch, almost beckoning hunters to advance its growth rate and utilize it for its true purpose...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/df0b44f8d08f6f43eaceeff890b1af0e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/9b6d4873633eceaca2461c44514e980f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/76f42fda65eab1c6fbf0ee5ca3f8fe2b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/9b6d4873633eceaca2461c44514e980f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/9b6d4873633eceaca2461c44514e980f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/9b6d4873633eceaca2461c44514e980f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "combat_energy_stat_item": 100
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Supreme Sensei mice in the Furoma Rift"
+ },
+ {
+ "id": 2085,
+ "type": "rift_cheese_belt_token_crafting_item",
+ "name": "Chi Belt Token",
+ "description": "A pure amethyst focusing crystal sits within the center of this medallion of the Chi Belt. Students looking to follow in the ways of the Belt focus their hunger through these crystals, amplifying it and allowing them to exceed their normal rate of consumption. \n \nCheese combined with this energy would create something most irresistible to these mice.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f8a266b05f5457b27b0c59409533818b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e326f462afae92705ec73886e2d0b2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/4b0bd38e4cead833f5164c246d9ac0bd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e326f462afae92705ec73886e2d0b2.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e326f462afae92705ec73886e2d0b2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/54e326f462afae92705ec73886e2d0b2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2086,
+ "type": "rift_cheese_claw_token_crafting_item",
+ "name": "Chi Claw Token",
+ "description": "A flawless jade stone embedded in this medallion symbolizes the mind's eye surrounded by the body. This token opens up one's mind to the infinite possibilities of what lies just beyond conventional thought. The token helps create a bridge between mental and physical, allowing them to act together as a conduit of Chi. \n \nReleasing the power of this token into bait will create a highly-concentrated Chi cheese that opens up the Cheese Chi Chakra. Irresistible to those trained to see it.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/82dcda5de9986a8f85501f7eefcce609.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/19328766f3ea555aa4e8bff5592fb077.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/6c280dd97ea5f1e257161ca7b7f92482.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/19328766f3ea555aa4e8bff5592fb077.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/19328766f3ea555aa4e8bff5592fb077.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/19328766f3ea555aa4e8bff5592fb077.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2087,
+ "type": "rift_cheese_fang_token_crafting_item",
+ "name": "Chi Fang Token",
+ "description": "An imperial topaz sits inside the Fang medallions. Reflecting strength, technique and discipline. They enhance their owners innate martial skills letting them extend into their weapon and become one with it. \n \nThe magical energy of these tokens can create a fiercely flavoured cheese with spices so strong that they fight back!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c37e4e01e9a4816cf45f1b503e01628b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6166795222240b4320e9677df78bf411.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/eb14b2a63d9415a1ee8131a050d571bb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6166795222240b4320e9677df78bf411.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/6166795222240b4320e9677df78bf411.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/6166795222240b4320e9677df78bf411.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2088,
+ "type": "rift_circuitry_chips",
+ "name": "Rift Circuit Chips",
+ "description": "This appears to have once been usable Rift Circuitry, but someone has smashed it to pieces! Could the Hunter's Hammer have done this...?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "charms",
+ "charms",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/632eb763c5a111b2255227b96093689c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8dbd9dd574c176e8102789499dc4629.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/da4b2d65aa3105286d7e4ab4258d567b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8dbd9dd574c176e8102789499dc4629.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8dbd9dd574c176e8102789499dc4629.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8dbd9dd574c176e8102789499dc4629.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2089,
+ "type": "rift_claw_shard_craft_item",
+ "name": "Chi Claw Heirloom",
+ "description": "This heirloom represents the school of the Claw. It looks to be part of a larger martial symbol encompassing something greater.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2786173180e0dfd6be2a77f392a5a127.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c165324918f2e1150a4934cb97837974.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/6dd5b9f88eeffc6b3a46c0fa2783bcfb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/c165324918f2e1150a4934cb97837974.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/c165324918f2e1150a4934cb97837974.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/c165324918f2e1150a4934cb97837974.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Masters of the Chi Claw in the Furoma Rift"
+ },
+ {
+ "id": 2090,
+ "type": "rift_fang_shard_craft_item",
+ "name": "Chi Fang Heirloom",
+ "description": "This heirloom represents the school of the Fang. It looks to be part of a larger martial symbol encompassing something greater.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/063895ac828d0eec9bae9a613e48f714.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/66fd41b4d5c01972a3419a3370199c27.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/aa41df02b6ae1b65a3102c4dc7c5ea1b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/66fd41b4d5c01972a3419a3370199c27.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/66fd41b4d5c01972a3419a3370199c27.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/66fd41b4d5c01972a3419a3370199c27.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Masters of the Chi Fang in the Furoma Rift"
+ },
+ {
+ "id": 2091,
+ "type": "rift_onyx_stone_craft_item",
+ "name": "Null Onyx Stone",
+ "description": "These smooth stones are highly sought after by the true teachers of the Grand Pagoda. They react violently with Rift Curds, serving as a medium to focus the ultimate power and strength of those dwelling beyond the Pinnacle of the Grand Pagoda.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/87a62aead547f7b7881db46d3f9ba7ba.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/87a62aead547f7b7881db46d3f9ba7ba.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/87a62aead547f7b7881db46d3f9ba7ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Grand Master of the Dojo in the Furoma Rift"
+ },
+ {
+ "id": 2092,
+ "type": "combat_energy_stat_item",
+ "name": "Enerchi",
+ "description": "A unit of specialized energy gathered from fighting friction found hovering within the dense atmosphere around the Grand Pagoda of the Furoma Rift.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/56447bde5aae3e429f1cfa3a4886c0de.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ae2f656e2f306ddf66586509aa263b3b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3c3ade453577eec461b9b5cbaa1cc35e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ae2f656e2f306ddf66586509aa263b3b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ae2f656e2f306ddf66586509aa263b3b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ae2f656e2f306ddf66586509aa263b3b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2093,
+ "type": "furoma_rift_energy_base",
+ "name": "Enerchi Induction Base",
+ "description": "This base is comprised of a system of inductive power coils that convert mystical Enerchi directly into usable power via the process of induction. Through a complicated system of coils, magnetic fields and some transformers for good measure, it uses Enerchi to create even more Enerchi! \n \nThis base will generate 2 Enerchi whenever a mouse drops some as loot or when some is generated from an Enerchi Charm.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/4cab3e575eacadfb743b500717a7fec6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/7e86774c04a9e0e8be86ba37282f03b1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/4cab3e575eacadfb743b500717a7fec6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/4cab3e575eacadfb743b500717a7fec6.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/3e7be2574b0d46a66641c9982ceddfe7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2094,
+ "type": "living_base",
+ "name": "Living Base",
+ "description": "A soft-glowing bed of fast-growing moss sleeps soundly on this otherwordly base. The strangely-glowing shards radiate warmth into the dirt. This warmth is used in accelerating the growth rate of flora that comes in contact with the base. \n \nThe Living Base will increase petal and herb drops from mice in the Living Garden, Lost City, Sand Dunes, and their twisted counterparts!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "desert_oasis_corrupted",
+ "desert_oasis_normal",
+ "lost_city_cursed",
+ "lost_city_normal",
+ "sand_dunes_crypt",
+ "sand_dunes_normal",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/63942cc186c35be5dcf13f7683135da8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/4fc24095edb8991fb2572681813ae186.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/63942cc186c35be5dcf13f7683135da8.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/63942cc186c35be5dcf13f7683135da8.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/816e9042e11015f6c8c161f6fb72b657.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2095,
+ "type": "rift_mynorca_weapon",
+ "name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "rift",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/29f0b8e747543ac09643efcab48e04ab.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/c95d9541ea3d01f0f1009627aff703ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "rift",
+ "has_power": true,
+ "power": 1835,
+ "power_formatted": "1,835",
+ "has_power_bonus": true,
+ "power_bonus": 0.02,
+ "power_bonus_formatted": "2%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "bamboo_mynorca_skin",
+ "gilded_mynorca_skin",
+ "crystal_heart_mynorca_skin",
+ "undead_mynorca_skin",
+ "summer_mynorca_skin",
+ "spring_mynorca_skin",
+ "winter_mynorca_skin",
+ "birthday_rift_mynorca_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "bamboo_mynorca_skin",
+ "gilded_mynorca_skin",
+ "crystal_heart_mynorca_skin",
+ "undead_mynorca_skin",
+ "summer_mynorca_skin",
+ "spring_mynorca_skin",
+ "winter_mynorca_skin",
+ "birthday_rift_mynorca_skin"
+ ]
+ },
+ {
+ "id": 2096,
+ "type": "rift_combat_cheese",
+ "name": "Rift Combat Cheese",
+ "description": "A specially prepared cheese crafted to resemble an advanced combat dummy used by the Fang. The challengingly sharp scent of this cheese is irresistible to the Masters of the Fang. They can never refuse such a challenge of combat, it would result in dishonor. \n \nThis cheese can be used to challenge Masters of the Fang to martial combat!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/88f37a53212f72be40cc161f16538868.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/cf70ae110e74d156d205ff242a7c9cb8.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/4c6007f0fdcd0d7bf26d1adc7d35e356.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/b3152db997d8e4d370675de09f59b142.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/cf70ae110e74d156d205ff242a7c9cb8.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/cf70ae110e74d156d205ff242a7c9cb8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/cf70ae110e74d156d205ff242a7c9cb8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2097,
+ "type": "rift_glutter_cheese",
+ "name": "Rift Glutter Cheese",
+ "description": "An ever-expanding infinite number of cheese flavours wrapped within itself. The flavour of this cheese changes constantly, revealing a new taste experience with each bite. Something so infinitely-unique is simply irresistible to the Masters of the Belt. \n \nThis cheese has the ability to distract the Masters of the Belt and bring them to your trap.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e7b7c6851c687b597fd72ef49da260fd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/3ef8eace6dcdecbf102ebb4e3f38b84d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/feb2d8a1ecd5dbd75bdc34e624db2456.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/d1655bff34016afe7826b8acc57a4599.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/3ef8eace6dcdecbf102ebb4e3f38b84d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/3ef8eace6dcdecbf102ebb4e3f38b84d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/3ef8eace6dcdecbf102ebb4e3f38b84d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2098,
+ "type": "rift_hapless_cheese",
+ "name": "Ascended Cheese",
+ "description": "An incredible collage of flavours known only to the Furoma Rift. Artificially infused with Rift technology to amplify taste, texture and smell, this fantastical cheese has the ability to reawaken long lost desires and memories, disrupting even the most dedicated and focused meditation. \n \nThe mouse attracted to this cheese is incredibly powerful, beyond even the boundaries of the Rift Plane itself. Make sure your Combat Droid is fully charged and prepared before arming this cheese!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/3ccf243fd17cd1b2309c4223f84a4fa8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/21644e3fb459f9d63e32bc3f3c0c4033.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/69ad4e602cbf39da40805752c652f3d0.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/0ffa5f199f2b11b32b314c693743bc91.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/21644e3fb459f9d63e32bc3f3c0c4033.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/21644e3fb459f9d63e32bc3f3c0c4033.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/21644e3fb459f9d63e32bc3f3c0c4033.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2099,
+ "type": "rift_master_cheese",
+ "name": "Master Fusion Cheese",
+ "description": "A dangerous triple threat cheese created with Chi fusion. Each Master Mouse is able to sense the unique flavourful scent that individually compels them. This tantalizing delectable treat is fought over by all three Masters within the Grand Pagoda.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/5a34f6f04306a1f0c3d7e00bce88a5b0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/80069569dbdd46d673f7eff30fce819d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/3e9254a4761d53ceae1f2b62fbf72489.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/72b6d2ac53f14113cb642cfdba0211f9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/80069569dbdd46d673f7eff30fce819d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/80069569dbdd46d673f7eff30fce819d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/80069569dbdd46d673f7eff30fce819d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2100,
+ "type": "rift_onyx_cheese",
+ "name": "Null Onyx Gorgonzola",
+ "description": "Chiseled from Null Onyx Stones, ancient prized possessions held by the Dojo Grand Masters, this mystic bait is terrifying to behold. Staring into the black, marbled void confuses any mouse without the ancient wisdom to decipher its true existence. \n \nThis cheese attracts the Rift Dojo Sensei, but are you truly ready?",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/b637b1f479b64143137b1638fb62fe80.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/50e99e2b149ad45d862409f2b7389aaf.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/b898bfbbfa6f16d973f8dcdffb8f1129.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ca170948186f3bf9dd5303759811d718.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/50e99e2b149ad45d862409f2b7389aaf.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/50e99e2b149ad45d862409f2b7389aaf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/50e99e2b149ad45d862409f2b7389aaf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2101,
+ "type": "rift_rumble_cheese",
+ "name": "Rift Rumble Cheese",
+ "description": "Containing the powerful forces of the Fang, Claw and Belt, this highly-volatile cheese radiates a strong force unable to be tamed by any single mouse who is not a master of all three schools. The intense power attracts those with unrealized strength still craving more. \n \nThis cheese will bring the Grand Master of the Dojo to your trap, but beware...",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/9102b40aa202216244cdc371abbe990f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/7d984bedbce03a3faf75da3478308233.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/3368713e3717dfb47a31e663128507f7.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/397c3a5f12f1da311a568e971f2a1401.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/7d984bedbce03a3faf75da3478308233.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/7d984bedbce03a3faf75da3478308233.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/7d984bedbce03a3faf75da3478308233.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2102,
+ "type": "rift_susheese",
+ "name": "Rift Susheese",
+ "description": "A delicate morsel of fresh fish, rice and riftweed. Said to cleanse one's mind as well as their palate. Each piece providing a fresh, new, and mind-opening experience, teasing enlightenment and a higher state of being. \n \nThis cheese is the only cheese that can break the steely concentration of the Master of the Chi Claw.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_furoma",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/c14095d6ec855826e4e425c801d3d683.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/1db55e49bd9c8d05be369b29a8205e03.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/b6b231676bbdf4bdb5aa771c4cfb8eba.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/f81fae04424c1e52fb462c129fc2fad2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/1db55e49bd9c8d05be369b29a8205e03.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/1db55e49bd9c8d05be369b29a8205e03.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/1db55e49bd9c8d05be369b29a8205e03.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2103,
+ "type": "catch_rift_master_of_the_dojo_adv",
+ "name": "Capture the Grand Master of the Dojo",
+ "description": "The powerful Grand Master of the Dojo trains at the very top of the Grand Pagoda within Pinnacle Chamber. Work your way up through the floors and defeat him!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2104,
+ "type": "puzzletrap_block_convertible",
+ "name": "PuzzleTrap Block",
+ "description": "A colourful block from the world of MouseHunt PuzzleTrap! Pop open the block and see what's inside! \n \nPlay MouseHunt PuzzleTrap and solve puzzles to further explore the vast lands of Gnawnia and beyond! Take a trip through MouseHunt’s lore in a new and exciting way! \n \nGet it on Google Play: http://htgb.co/MHPuzzleTrapAndroid \n \nAvailable on the App Store: http://htgb.co/PuzzleTrapApple",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c75e08c6d777f5220d4980f68cb13803.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c130cd51b975a741b58c4418ee06ebf7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/059961f0b410238d7a04e3b5140218c8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ce313f5f73941bd03ee24cb1e26e7cc9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c130cd51b975a741b58c4418ee06ebf7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c130cd51b975a741b58c4418ee06ebf7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c130cd51b975a741b58c4418ee06ebf7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2105,
+ "type": "burroughs_rift_scroll_case_convertible",
+ "name": "Burroughs Rift Scroll Case",
+ "description": "This scroll case contains a map to treasures residing within the Burroughs Rift!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2e9b3c4832fe8a421b883fb11e5e7af4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/449f4964f3c59a835290ea43f17dda8d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/28f98034ea30495515a347e1203d9f4c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/660c4ad1b80d0048f3cd42dd1285baf2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/449f4964f3c59a835290ea43f17dda8d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/449f4964f3c59a835290ea43f17dda8d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/449f4964f3c59a835290ea43f17dda8d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2106,
+ "type": "burroughs_rift_treasure_chest_convertible",
+ "name": "Burroughs Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/32e1b893dc71a5ac7b19c5202b9ea4f8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fb7df2d69c5c60f7b39a4725b82bb6f2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/26079e8d8f05be68976f48b66f59675d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8a0b8315bc0fae697ad9c9d05e66337f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fb7df2d69c5c60f7b39a4725b82bb6f2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fb7df2d69c5c60f7b39a4725b82bb6f2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fb7df2d69c5c60f7b39a4725b82bb6f2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2107,
+ "type": "furoma_rift_scroll_case_convertible",
+ "name": "Furoma Rift Scroll Case",
+ "description": "This scroll case contains a map to treasures lost within the Furoma Rift!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/67d5cd03bf860e88f985af2bfe17011e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/977fcf8f7a5905c3d10e9f3876515bb2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b4a0bae6b8ea1314193346061cf987af.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cbea079ea71b8e9c203cfb49723b2417.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/977fcf8f7a5905c3d10e9f3876515bb2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/977fcf8f7a5905c3d10e9f3876515bb2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/977fcf8f7a5905c3d10e9f3876515bb2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2108,
+ "type": "furoma_rift_treasure_chest_convertible",
+ "name": "Furoma Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5c9f5d466ccc7486bd00d424f03d93cb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e5565349b7d897c3235cd97a755db75.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/91dcc7e1c71f8a5c5b7cbab104011daf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0d3ed1da09593571bd3172609b507541.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e5565349b7d897c3235cd97a755db75.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8e5565349b7d897c3235cd97a755db75.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8e5565349b7d897c3235cd97a755db75.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2109,
+ "type": "gnawnia_rift_scroll_case_convertible",
+ "name": "Gnawnia Rift Scroll Case",
+ "description": "This scroll case contains a map to treasures hidden inside the Gnawnia Rift!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/850ca6aee611f244ae4f39b8e17c84fa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/25fba23f22612507869a0895489f95f1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ea5f3a12fc8d678578fbd88deb550550.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/582499289298bab2a73bd9e11106bf54.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/25fba23f22612507869a0895489f95f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/25fba23f22612507869a0895489f95f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/25fba23f22612507869a0895489f95f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2110,
+ "type": "gnawnia_rift_treasure_chest_convertible",
+ "name": "Gnawnia Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/72f1761037bfb96c23e41567c96da7bc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fa82483ca11df1eabe57923290eb12db.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/07b0392d1782e7fe235d6ef4d1019cea.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/696353afbabb3383bbbdd9886c4a7c02.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fa82483ca11df1eabe57923290eb12db.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fa82483ca11df1eabe57923290eb12db.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fa82483ca11df1eabe57923290eb12db.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2111,
+ "type": "rare_burroughs_rift_treasure_chest_convertible",
+ "name": "Rare Burroughs Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/600a69dfa799e167463de668ab713f80.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/28411f1da1e0b930ed5543acfb5973fd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/59987be8273a66108b4b5fb3eb4e9ddf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/baa28128627faf26cfd880f3630a371b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/28411f1da1e0b930ed5543acfb5973fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/28411f1da1e0b930ed5543acfb5973fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/28411f1da1e0b930ed5543acfb5973fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2112,
+ "type": "rare_furoma_rift_treasure_chest_convertible",
+ "name": "Rare Furoma Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c88837d24724b719572cd3c11781c504.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/605b9e769ee7c221d9d84d2c1aa46e12.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7283dd87f67193f258c523260167368b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a64fc2ede93d4eee162af636743025eb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/605b9e769ee7c221d9d84d2c1aa46e12.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/605b9e769ee7c221d9d84d2c1aa46e12.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/605b9e769ee7c221d9d84d2c1aa46e12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2113,
+ "type": "rare_gnawnia_rift_treasure_chest_convertible",
+ "name": "Rare Gnawnia Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5bb5447be9208c22cc9d93a20a02c74b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6c21bdcec875cda1e60a7e74fd02467f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4c4e635b30c9b03f0af860af6fbe7abe.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7de2168c27ed477428b078d870e88413.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6c21bdcec875cda1e60a7e74fd02467f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6c21bdcec875cda1e60a7e74fd02467f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6c21bdcec875cda1e60a7e74fd02467f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2114,
+ "type": "rare_whisker_woods_rift_treasure_chest_convertible",
+ "name": "Rare Whisker Woods Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3f03fb40819702bfff6b73b8f1cf583d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/faa73e12b4d5aebe6ffdb995b94dae03.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ca6439f88816352c9083e34c4b06b2b8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/529fff7bf2ac3862fe829d5918a89003.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/faa73e12b4d5aebe6ffdb995b94dae03.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/faa73e12b4d5aebe6ffdb995b94dae03.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/faa73e12b4d5aebe6ffdb995b94dae03.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2115,
+ "type": "rift_treasure_hunting_basket_convertible",
+ "name": "Rift Treasure Hunting Basket",
+ "description": "Designed for the Rift hunting treasure tracker! Take your treasure seeking to the next level within the Rift with this special Rift Treasure Hunting Basket! \n \nInside you'll find: \n \n\n• 125 Magical String Cheese \n• 3 Rare Map Dust \n\n \nProvides the Lucky Golden Shield for 1 month from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7331941dade578158307a7481148044e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a355e8cc75b4a8024a9b1a3a5d01dc9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0fb7f933a4c092d1c0e754ce6c26a8e2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3bd3a9c39cb8df98a577b9e803d3f525.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a355e8cc75b4a8024a9b1a3a5d01dc9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2a355e8cc75b4a8024a9b1a3a5d01dc9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2a355e8cc75b4a8024a9b1a3a5d01dc9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2116,
+ "type": "unstable_broom_convertible",
+ "name": "Unstable Broom",
+ "description": "A straw broom whose bristles have brushed across the outer reaches of the Rift. What strange mysteries lie within its bristly interior? Give it a shake and then stand back!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3b4e5326c7ba11ef05bcbbb8c2ddfe37.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a6f5e6a4f1537b166c0aa3aa47e82d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ecd1188f0acb77674cd24953c95182a4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/764de42958f48416531f008de80c615f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a6f5e6a4f1537b166c0aa3aa47e82d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a6f5e6a4f1537b166c0aa3aa47e82d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e4a6f5e6a4f1537b166c0aa3aa47e82d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2117,
+ "type": "whisker_woods_rift_scroll_case_convertible",
+ "name": "Whisker Woods Rift Scroll Case",
+ "description": "This scroll case contains a map to treasures awaiting discovery inside the Whisker Woods Rift!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d19aa6702e10057e630f062016b8483d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2a85fb606db5a18f5bb40456c767151.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/13e4669bf297284a15c6f8ac89ee5303.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6a509a672ca9f06f4875f90baca725ae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2a85fb606db5a18f5bb40456c767151.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a2a85fb606db5a18f5bb40456c767151.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a2a85fb606db5a18f5bb40456c767151.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2118,
+ "type": "whisker_woods_rift_treasure_chest_convertible",
+ "name": "Whisker Woods Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/85ad1965de705b29d9a9e3ed14096492.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ffbb3b3b330a318a38888d101b3544c2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c2584592958202e3e96d01f69b3462e8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6d27ca4b7fd8a805479a9411543428a3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ffbb3b3b330a318a38888d101b3544c2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ffbb3b3b330a318a38888d101b3544c2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ffbb3b3b330a318a38888d101b3544c2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2119,
+ "type": "ascended_elder_glasses_collectible",
+ "name": "Ascended Elder's Glasses",
+ "description": "Seems to be a pair of the Ascended Elder Mouse's glasses that they accidentally swept up! \n \nThese spectacles have seen far more than any hunter could fathom. Each hunter seems to experience a unique vision when worn.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/6d484e53cddcb6dc0f631e9f7978a2fc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3f3afd6a006e5082d0b09080aa0cc82f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/6d484e53cddcb6dc0f631e9f7978a2fc.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/6d484e53cddcb6dc0f631e9f7978a2fc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2120,
+ "type": "furoma_rift_energy_upgraded_base",
+ "name": "Attuned Enerchi Induction Base",
+ "description": "A base in tune with nature and one with its surroundings. An inanimate object coming closer to oneness and enlightenment. Having attuned with nature, this base is more open to the natural Enerchi flowing through the Rift, allowing it to generate more Enerchi than before! As an added bonus, its increased strength has the chance to coax extra Battery Fragments to drop out of captured mice pockets. \n \nThis base will generate 3 Enerchi whenever a mouse drops some as loot or when some is generated from an Enerchi Charm. It will also generate 1 Battery Fragment whenever a mouse drops some as loot.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4cd4c40b8d7f23a7cd7393cda887e167.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/999be90c6f9b7bb9be23aed458b0cf8e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f0dad277cfd75499ed23510e3bb6947f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d8e44b4e942c863cb43284352199fc9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/999be90c6f9b7bb9be23aed458b0cf8e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/999be90c6f9b7bb9be23aed458b0cf8e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/999be90c6f9b7bb9be23aed458b0cf8e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2203,
+ "type": "pillowcase_theme_scrap_1_crafting_item",
+ "name": "Pillowcase Theme Scrap I",
+ "description": "Collect and combine all three scraps of this Pillowcase Journal Theme to ensure sweet dreams from the Sandmouse. \n \nThe other scraps can be found on mice while the Sugar Rush Aura is active.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/1b18ba840f59eec69d9526a0adea812e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7696bc48cc23db0fc62a8a753c486f70.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/c2be69ea5c9796ec1168da8984acbbf8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7696bc48cc23db0fc62a8a753c486f70.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/7696bc48cc23db0fc62a8a753c486f70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/7696bc48cc23db0fc62a8a753c486f70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2204,
+ "type": "pillowcase_theme_scrap_2_crafting_item",
+ "name": "Pillowcase Theme Scrap II",
+ "description": "Collect and combine all three scraps of this Pillowcase Journal Theme to ensure sweet dreams from the Sandmouse.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/6a181548cba586504693d86d0708142d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/90d817b14187dcc6f12d265d8f97ea3e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/47e74880c9c6d332e824be3e98a05d7d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/90d817b14187dcc6f12d265d8f97ea3e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/90d817b14187dcc6f12d265d8f97ea3e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/90d817b14187dcc6f12d265d8f97ea3e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2205,
+ "type": "pillowcase_theme_scrap_3_crafting_item",
+ "name": "Pillowcase Theme Scrap III",
+ "description": "Collect and combine all three scraps of this Pillowcase Journal Theme to ensure sweet dreams from the Sandmouse.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/d17c47820c8cb98d19fd778a790aa164.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a9d4f522a2b4c87bae23ca925b05fc59.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5f6706346631061be689538719ad6166.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a9d4f522a2b4c87bae23ca925b05fc59.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a9d4f522a2b4c87bae23ca925b05fc59.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a9d4f522a2b4c87bae23ca925b05fc59.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2206,
+ "type": "pillowcase_journal_theme_collectible",
+ "name": "Pillowcase Journal Theme",
+ "description": "A powerful Pillowcase Theme to tuck your journal in! Obtained during Halloween 2016.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/bb19ac112381782a93930257e30b5dfe.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9f21bfd7e840487bd4ab9230320fe2cc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/bb19ac112381782a93930257e30b5dfe.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bb19ac112381782a93930257e30b5dfe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2207,
+ "type": "pillowcase_2016_stat_item",
+ "name": "Magical Pillowcase",
+ "description": "A embroidered silk pillowcase used by the Sandmouse himself to collect the good dreams of those he visits. Now, it can be used to collect Halloween Treats from mice throughout the entire Kingdom while the Spooky Sandcastle still stands. \n \nThis magical pillowcase stores loot dropped by mice during the Halloween event of 2016. Fill it up, then dump it out to see what goodies are stored inside!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/feddefe0f7e1761d6643143e926a0a77.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/980ee60eb7c9ca0115a876e986a4d27b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e8ba36f82042014b9071af8994482ccc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/980ee60eb7c9ca0115a876e986a4d27b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/980ee60eb7c9ca0115a876e986a4d27b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/980ee60eb7c9ca0115a876e986a4d27b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2208,
+ "type": "spooky_flashlight_battery_stat_item",
+ "name": "Flashlight Battery",
+ "description": "While your Spooky Flashlight is active, TWICE as many Halloween Treats will be added to your Magical Pillowcase when you catch a mouse! \n \nWhile it's active, you'll also move +1 square while hunting with Ghoulgonzola or Candy Corn cheese in the Spooky Sandcastle! \n \nUpon closer inspection, this battery seems to be just highly-compressed icing sugar, packed into a empty casing. Well, it fits into your Spooky Flashlight, but it may only give off a quick charge of light...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3bace1f02a8a17a4a14c7b8e710dcd1c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/243217b933c5b8b088419893a3667378.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/6603d8f95dd367fe6374f0a84f3f1448.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/243217b933c5b8b088419893a3667378.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/243217b933c5b8b088419893a3667378.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/243217b933c5b8b088419893a3667378.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2209,
+ "type": "sandcastle_shard_weapon",
+ "name": "Sandcastle Shard Trap",
+ "description": "A remnant shard of the horrific Sandcastle. It is said to fuel the nightmares of all those who dare to gaze upon it. Any mouse who does lock eyes with this unspeakable horror instantly falls into a nightmare induced fever dream until they are moved a safe distance away from its awesome power. \n \nWith its power and ability to steal youthful energy and harvest time itself from its victims, the Sandcastle Shard reacts strongly when capturing the Harvester Mouse in the Seasonal Garden. \n \nCatching the Harvester Mouse in the Seasonal Garden has a chance to instantly and completely charge your Tower Amplifier!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "halloween",
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e6f6dddbcdd3b74243376af0412b8269.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/0d802ff3c52c3a2cc0056918b01fa85c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/e6f6dddbcdd3b74243376af0412b8269.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/af536c3ef847a359f2111188621c68a2.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2210,
+ "type": "pillowslac_slac_ii_skin",
+ "name": "Pillow-S.L.A.C. II Skin",
+ "description": "The S.L.A.C. II is an improvement from its predecessor in two ways: The \"S\" in the acronym now stands for \"sling\", and the sling itself. \n \nUtilizing the technology of what our scientists are calling \"a very large rubber band\", the S.L.A.C. II is able to harmlessly* sling mice away from your cheese and back into the desert. \n \n*The slinging process itself does not harm the mouse.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/70eb64abefa4c4fed89ec5162c096302.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8a15bd09955936926ca751811214ef3e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/70eb64abefa4c4fed89ec5162c096302.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/988f360d77cc0b60ccd3ebc85819692c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "slac_ii_sling_weapon",
+ "skin_weapon_name": "S.L.A.C. II",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "marketing_text": "This lovely Pillow-S.L.A.C. borrows some magic from one of the Sandmouse's magical pillowcases to launch mice directly into the Dreamworld."
+ },
+ {
+ "id": 2211,
+ "type": "catch_hween_2016_boss_adv",
+ "name": "Capture the Sandmouse",
+ "description": "Set out on a trick AND treating adventure of sweet proportions! Collect special cheese, then race through the Spooky Sandcastle to track down the powerful, sleepy Sandmouse!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2212,
+ "type": "fort_rox_gift_basket_convertible",
+ "name": "Fort Rox Gift Basket",
+ "description": "A Fort Rox friend in need could use one of these indeed! A helpful bundle of supplies to help out the cause in Fort Rox. \n \nInside you'll find: \n \n\n• 75 Moon Cheese \n• 40 Tower Mana \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c604aaea99374d553936effecd27fcf2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3491379e4b75bdffa8f0d9016b6596b3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/264456d4e6b80d08f6783ea288913059.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c8e28c84be8ffd35bdaf824114b3648f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3491379e4b75bdffa8f0d9016b6596b3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3491379e4b75bdffa8f0d9016b6596b3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3491379e4b75bdffa8f0d9016b6596b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2213,
+ "type": "fort_rox_supply_kit_convertible",
+ "name": "Fort Rox Supply Kit",
+ "description": "A big box of supplies for getting your foundation started in Fort Rox. \n \nInside you'll find: \n \n\n• 500 Moon Cheese \n• 400 Tower Mana \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ed4d344fc7762a187b53a313d0020b9d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ac58e08315a274ffc87b665cd3f4471.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b0f5d58069e0e0654b9709484ce89aeb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/26577ac1d8e03bdab4bab53615183cb8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ac58e08315a274ffc87b665cd3f4471.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3ac58e08315a274ffc87b665cd3f4471.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3ac58e08315a274ffc87b665cd3f4471.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2214,
+ "type": "three_meteorite_pieces_convertible",
+ "name": "Three Meteorite Pieces",
+ "description": "These small pieces of cheese-like rock are rumoured to be small fragments of the moon.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8eca66033d786f5501924bb444516127.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3cba55648c7aead3a4f12814de0f4baf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/96e0b6f6474c55acaa9522516cec76f4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/feda039ca825e7621f2ccf199a0c9729.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3cba55648c7aead3a4f12814de0f4baf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3cba55648c7aead3a4f12814de0f4baf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3cba55648c7aead3a4f12814de0f4baf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2215,
+ "type": "two_fort_rox_tower_mana_convertible",
+ "name": "Two Tower Mana",
+ "description": "This powerful energy source is used to allow the enchantments of your Mage Tower to provide their bonuses while huting at Fort Rox.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/496fba180427830725b9b41c0c771ade.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7a5333166f6a2f2cce7892d46cc2b983.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5fcf32f83306f4bc6195a520c76fe97d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c5affc63796220f68a113868498948a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7a5333166f6a2f2cce7892d46cc2b983.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7a5333166f6a2f2cce7892d46cc2b983.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7a5333166f6a2f2cce7892d46cc2b983.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2216,
+ "type": "two_meteorite_pieces_convertible",
+ "name": "Two Meteorite Pieces",
+ "description": "These small pieces of cheese-like rock are rumoured to be small fragments of the moon.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9c4a59e690982a6d8778bbc1c383d799.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cee29ccacda9ed681032dd89e524951b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f4caea200adbc9833775075f9353d5de.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8dba4e576a55ff280be3ece6aedb8ab0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cee29ccacda9ed681032dd89e524951b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cee29ccacda9ed681032dd89e524951b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cee29ccacda9ed681032dd89e524951b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2217,
+ "type": "blood_stone_stat_item",
+ "name": "Bloodstone",
+ "description": "A blood-red quartz that is warm to the touch. It pulses faintly with magic resembling a beating heart.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/09c2ecc4bdd8c038d08210e75c78781c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7d30f110ca0210571d2b4d37a283c3d8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0d56bbd0ac94ef0889eacd7c527981cd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7d30f110ca0210571d2b4d37a283c3d8.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7d30f110ca0210571d2b4d37a283c3d8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7d30f110ca0210571d2b4d37a283c3d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt at Fort Rox"
+ },
+ {
+ "id": 2218,
+ "type": "dawn_dust_stat_item",
+ "name": "Dawn Dust",
+ "description": "A speckle of dawn frozen in a few motes of dust, capturing that rare and beautiful place between sleep and awake, that place where you still remember dreaming...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c1342f6b7608fe5e0d628d9fbc0c3542.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/eb5fb51595ba2ca16a2a6056bd6986a5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2f8b7e0490ccb116b0a12598314705c0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/eb5fb51595ba2ca16a2a6056bd6986a5.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/eb5fb51595ba2ca16a2a6056bd6986a5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/eb5fb51595ba2ca16a2a6056bd6986a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Dawn Guardian and Monster of the Meteor mice at Fort Rox"
+ },
+ {
+ "id": 2219,
+ "type": "droid_bird_stat_item",
+ "name": "Animatronic Bird",
+ "description": "This little bird, nicknamed Ganymede, is capable of speech and is extremely well-versed in the Arcane arts. It appears to be extremely advanced and lifelike, despite being made up of parts no more complicated than you would find in a simple wind-up toy. \n \nThe Trapsmith at Fort Rox would be able to make an incredible Arcane trap with the knowledge this bird possesses.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d802a3d866b3b8671375df63ff6755e4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/1fc90df77235bdf67935132d87dee3ab.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a6daf326f639ef94cbde88c13fda5945.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/1fc90df77235bdf67935132d87dee3ab.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/1fc90df77235bdf67935132d87dee3ab.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/1fc90df77235bdf67935132d87dee3ab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt the Monster of the Meteor or Heart of the Meteor at Fort Rox"
+ },
+ {
+ "id": 2220,
+ "type": "fort_rox_tower_mana_stat_item",
+ "name": "Tower Mana",
+ "description": "This powerful energy source is used to allow the enchantments of your Mage Tower to provide their bonuses while hunting at Fort Rox.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/400a9583806460402d8464acf8a7f729.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/462119118101b2ff485357e0ab030c9b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/51ccc7b902f622369aa80f960ca309d2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/462119118101b2ff485357e0ab030c9b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/462119118101b2ff485357e0ab030c9b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/462119118101b2ff485357e0ab030c9b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2221,
+ "type": "howlite_stat_item",
+ "name": "Howlite",
+ "description": "An eerie crystal that resonates at a strange frequency. When enough crystals gather together, the resonating sound flattens into a low howl.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/fe2b52b75d89c2ab98a025a59914ae89.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/af74772065c71be463b8629be6fca7e5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c80c6c321bf149e24dfd21a95524270a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/af74772065c71be463b8629be6fca7e5.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/af74772065c71be463b8629be6fca7e5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/af74772065c71be463b8629be6fca7e5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt at Fort Rox"
+ },
+ {
+ "id": 2222,
+ "type": "silver_bolt_stat_item",
+ "name": "Silver Bolt",
+ "description": "Wooden stakes with tips dipped in silver. A strange interdimensional energy surrounds the bolt. \n \nThe Trapsmith at Fort Rox can use this to craft a powerful Interdimensional Crossbow Trap for use against Shadow mice anywhere in the Kingdom.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8c10f677ddd1a2b2315cb6f3bb041ee4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cbb537d2a4b64de3a6db143e40ccda12.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b9be730eb5bc9e9dd3e6d9c2143511f2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cbb537d2a4b64de3a6db143e40ccda12.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cbb537d2a4b64de3a6db143e40ccda12.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cbb537d2a4b64de3a6db143e40ccda12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt the Monster of the Meteor or Heart of the Meteor at Fort Rox"
+ },
+ {
+ "id": 2223,
+ "type": "fort_rox_map_piece",
+ "name": "Fort Rox Battle Summons",
+ "description": "The King's Royal Defense Marshal has sent a battle summons to all available hunters requesting assistance in defending Fort Rox. Provide some Fool's Gold to prove your worth in taking up this challenge! \n \nBeyond the sandy mountains of Varmint Valley, a rather large chunk of meteorite has burrowed itself into the ground. Around this crater, a fort has sprung up in order to defend the valley from the strangely transformed mice that have begun to invade the area. \n \nAn area of danger and adventure for Baron/Baroness hunters and above to explore! \n \nObtain this map piece during the Baron/Baroness adventure: Defend Fort Rox from the Monster of the Meteor",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "fort_rox"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/9fff9247e27ce8d08965b9f3b94fdce4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/c111fca54d785411ce59d06b91776f2f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/9fff9247e27ce8d08965b9f3b94fdce4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/9fff9247e27ce8d08965b9f3b94fdce4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2224,
+ "type": "droid_archmagus_weapon",
+ "name": "Droid Archmagus Trap",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b94dad485dc45233bfecfa2a584518b0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/9e3a64331ab4dbbc7ef20107b8d3ba7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "winter_droid_archmagus_skin",
+ "rooster_droid_archmagus_skin",
+ "birthday_droid_archmagus_skin",
+ "festive_droid_archmagus_skin",
+ "dog_droid_archmagus_skin",
+ "archmagus_final_form_skin",
+ "reaper_droid_archmagus_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "winter_droid_archmagus_skin",
+ "rooster_droid_archmagus_skin",
+ "birthday_droid_archmagus_skin",
+ "festive_droid_archmagus_skin",
+ "dog_droid_archmagus_skin",
+ "archmagus_final_form_skin",
+ "reaper_droid_archmagus_skin"
+ ]
+ },
+ {
+ "id": 2225,
+ "type": "wolfsbane_weapon",
+ "name": "Interdimensional Crossbow",
+ "description": "These finely-tuned crossbows create an interdimensional network between all other Interdimensional Crossbow Traps in existence. \n \nIn synchronization with each other, once one of the traps detects a mouse, each of the other traps opens a portal to the offending location so that they may aid by opening fire upon the same target at once! \n \nIt makes you wonder why all traps aren't made this way!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/818f31172f21150a00a3ca80743d2dc3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/76b23d36b67f60a5da2a75cc17c10624.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/818f31172f21150a00a3ca80743d2dc3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/2400c1f060e7991149afb8d4700864d7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 4500,
+ "power_formatted": "4,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 18,
+ "luck_formatted": "18",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": true,
+ "skins": [
+ "winter_wolfsbane_skin",
+ "gilded_wolfsbane_trap_skin",
+ "super_safe_toy_crossbow_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "crossbow_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "winter_wolfsbane_skin",
+ "gilded_wolfsbane_trap_skin",
+ "super_safe_toy_crossbow_skin"
+ ]
+ },
+ {
+ "id": 2226,
+ "type": "crescent_cheese",
+ "name": "Crescent Cheese",
+ "description": "Crispy outer shell, soft and delicious center, this lunar cheese is not quite as effective as the full-bodied Moon Cheese, but these slices still provide that out-of-this-world flavour that mice love!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "fort_rox",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/47d6974374823780e48855d149d3d145.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/ec3fa3c29b23d461f75abdb150842128.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/aec8d2eba5c341b1dffa376501577120.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/1f43bc0c4acead3965fa6519dd064fc3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/ec3fa3c29b23d461f75abdb150842128.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/ec3fa3c29b23d461f75abdb150842128.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/ec3fa3c29b23d461f75abdb150842128.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2227,
+ "type": "complete_fort_rox_adv",
+ "name": "Defend Fort Rox from the Monster of the Meteor",
+ "description": "A crashed meteor has transformed mice into terrible creatures! Defend Varmint Valley by setting up fortifications at Fort Rox.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "law",
+ "shadow",
+ "arcane",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2228,
+ "type": "trap_setup_slot_stat_item",
+ "name": "Trap Favourite Slot",
+ "description": "More slots for your favourite trap setups.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/09761f0461f081d02519147204303517.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/09761f0461f081d02519147204303517.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/recipe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2229,
+ "type": "festive_sb_supply_pack",
+ "name": "Festive SUPER|brie+ Supply Pack",
+ "description": "A festive supply package containing 30 SUPER|brie+ and provides the Lucky Golden Shield for 5 days from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a25016d509fd204ecce7140067fc9b9c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fd35fd4815399184abded4f046aef810.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/303815ef078557b90e354cab6fc801c2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6f1045581826999abab90ef0b06d2dca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fd35fd4815399184abded4f046aef810.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fd35fd4815399184abded4f046aef810.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fd35fd4815399184abded4f046aef810.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2230,
+ "type": "festive_skin_pack_2016_convertible",
+ "name": "Festive Skin Pack 2016",
+ "description": "One of each premium Festive skin from the 2016 Great Winter Hunt is included in this merry bundle at a discounted rate! \n \nInside you'll find: \n \n\n• 1 Crystal Ice Tower Skin \n• 1 Festive Sandtail Sentinel Skin \n• 1 Winter Oasis Trap Skin \n• 1 Festive Phantasmic Oasis Trap Skin \n• 1 Festive Zugzwang's First Move Skin \n• 1 Winter Helper's Perch \n• 1 Winter Steam Freezer Mk. III Skin \n• 1 Festive S.L.A.C. II Skin \n• 1 Festive Un-Raged RhinoBot Skin \n• 1 Festive Box Trap Skin \n• 1 Festive ACRONYM Skin \n• 1 Sinister Winter Wreath Portal \n• 1 Digby DecroBot Skin \n• 1 New Year's Dimensional Chest Trap Skin \n• 1 New Year's Party Portal Trap Skin \n• 1 School of Secret Santa Sharks Skin \n• 1 Infinite Winter Wreath Trap Skin \n• 1 Grand Wreath Arcanum Trap Skin \n• 1 Candy Cane Crossbow Trap Skin \n• 1 Festive Temporal Turbine Skin \n• 1 Droid Arch Santa Trap Skin \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5976eef581ed418ee5d4ff2e2d1afa90.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e8775136ae231ab8527bffa6be22a582.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e534700fb9ac579248138e8e8db8fe99.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e1c9e3bbdbd3edea8c87672b52ca727d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e8775136ae231ab8527bffa6be22a582.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e8775136ae231ab8527bffa6be22a582.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e8775136ae231ab8527bffa6be22a582.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2231,
+ "type": "gwh_gift_basket_convertible",
+ "name": "Great Winter Hunt Gift Basket",
+ "description": "A great way to put a smile on a friend's face this holiday season! \n \nInside you'll find: \n \n\n• 50 Arctic Asiago Cheese \n• 20 Sleigh Nitro \n• 10 Festive Anchor Charms \n• 10 Winter Charms \n• 20 Throwable Snowballs \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef7284d32723e19349c7a08b0f56ebae.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b390750c5513cca981db77ed9d20692.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/544ccca3ae0df7b2a029a5091403dccf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d8243c74bcc67e9d8a667102d1f0d71d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b390750c5513cca981db77ed9d20692.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0b390750c5513cca981db77ed9d20692.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0b390750c5513cca981db77ed9d20692.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2232,
+ "type": "gwh_supply_kit_convertible",
+ "name": "Great Winter Hunt Supply Kit",
+ "description": "A beautiful box bound to bolster your performance this Great Winter Hunt. One of these will get you off to a great start this season! \n \nInside you'll find: \n \n\n• 100 Arctic Asiago Cheese \n• 100 Sleigh Nitro \n• 60 Festive Anchor Charms \n• 30 Winter Charms \n• 60 Throwable Snowballs \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ad9b9450b14ea7f37d0d706ca3750d6a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/00c39a5578459e1f4aed12260dcacdbc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/10ac620d166fc9bac616e1a8696253e0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1201d54d7ca1913c5b8f071749389c3e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/00c39a5578459e1f4aed12260dcacdbc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/00c39a5578459e1f4aed12260dcacdbc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/00c39a5578459e1f4aed12260dcacdbc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2233,
+ "type": "large_gwh_supply_kit_convertible",
+ "name": "Large Great Winter Hunt Supply Kit",
+ "description": "Pop one of these on the back of your sleigh to soar the skies! A pile of supplies stacked up in the shape of a large Great Winter Hunt tree with a golden shield as the star! \n \nInside you'll find: \n \n\n• 300 Arctic Asiago Cheese \n• 300 Sleigh Nitro \n• 100 Festive Anchor Charms \n• 50 Winter Charms \n• 120 Throwable Snowballs \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/10e2295abae63bef2184189ade05c401.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/132f1a092c4473327a19eb17feebeaba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dd41553c92ce13d56300f21c26983536.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d3fcd502958de0c9449bc156e65203ac.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/132f1a092c4473327a19eb17feebeaba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/132f1a092c4473327a19eb17feebeaba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/132f1a092c4473327a19eb17feebeaba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2234,
+ "type": "naughty_2016_list_chest_convertible",
+ "name": "2016 Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5d5580c756b81a99638248209bb34598.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/251e84d91847bcd0571b4e87fed32b5b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b794f5d75df9e409582995bfe883eb25.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4f037d556695cc29c9eee7d31adf688e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/251e84d91847bcd0571b4e87fed32b5b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/251e84d91847bcd0571b4e87fed32b5b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/251e84d91847bcd0571b4e87fed32b5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2235,
+ "type": "nice_2016_list_chest_convertible",
+ "name": "2016 Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/99955cdd133c7ccee65796bf51bd503f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/78c6b966cc4599ad6218c4765011e53a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e0921a9f08a77bfd4a9002a0b93b6355.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bd7e385c285cf05c172bcd018786b9e2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/78c6b966cc4599ad6218c4765011e53a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/78c6b966cc4599ad6218c4765011e53a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/78c6b966cc4599ad6218c4765011e53a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2236,
+ "type": "rare_naughty_2016_list_chest_convertible",
+ "name": "2016 Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2eb0c9a4f047209f8cddf0aecc73b1fc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f2cb80b7252e94e8a3bb91223217306c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ef84836fbc92b4cb8e6a97f2da9fa39b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3baf6c33d41251f0d229acd8fa369c8c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f2cb80b7252e94e8a3bb91223217306c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f2cb80b7252e94e8a3bb91223217306c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f2cb80b7252e94e8a3bb91223217306c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2237,
+ "type": "rare_nice_2016_list_chest_convertible",
+ "name": "2016 Rare Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4b8cf85f0532528f206643aed2e4c834.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8b1796012b9e070c8b1ca6db861e81.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e7bf4825c4c2a35cbc0172307256ce9c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9a087dbb9284609ff195c965e7f742fb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8b1796012b9e070c8b1ca6db861e81.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8b1796012b9e070c8b1ca6db861e81.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8b1796012b9e070c8b1ca6db861e81.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2238,
+ "type": "winter_hunt_2016_floating_crate_convertible",
+ "name": "Floating Reindeer Crate",
+ "description": "These airborne wooden crates are packed with festive goodies and well-decorated for the holiday season!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/293641356edda0b081699dc1cd87195a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c9de49468b3348092360836ac6d4c2ba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ee7cfb2a023333351ea7d32b70b69d6b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9bd9c04060a9967c87f27043a35b5596.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c9de49468b3348092360836ac6d4c2ba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c9de49468b3348092360836ac6d4c2ba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c9de49468b3348092360836ac6d4c2ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2239,
+ "type": "winter_hunt_2016_journal_theme_collectible",
+ "name": "Joyous Journal Theme",
+ "description": "A joyous theme rewarded to those who spread copious amounts of joy during the 2016 Winter Hunt Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/44e8233c7daa7f0beb027bd7f9f9e028.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/eef7c084a7201f4c5db1621974f30dd1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/44e8233c7daa7f0beb027bd7f9f9e028.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/44e8233c7daa7f0beb027bd7f9f9e028.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2240,
+ "type": "wh2016_decoration_tier_one_stat_item",
+ "name": "Simple Tree Ornament",
+ "description": "Simple and shiny but still making a statement this holiday season. \n \nThis gift item can be found in the Decorative Oasis and Tinsel Forest during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/843a43eb1bdd3b9a424a15e6a18154dd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6dbc1127f90e81e434c4b4a26905188f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/1febef14c1b0f5719b652b98db2b78af.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6dbc1127f90e81e434c4b4a26905188f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6dbc1127f90e81e434c4b4a26905188f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6dbc1127f90e81e434c4b4a26905188f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2241,
+ "type": "wh2016_decoration_tier_two_stat_item",
+ "name": "Deluxe Tree Ornament",
+ "description": "A tree ornament with a luxurious upgrade of a silk bow and golden trimmings. \n \nThis gift item can be found in the Decorative Oasis and Tinsel Forest during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0e3db2e0c3d17baeb9a50eacb97ba2db.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2faef9e9bdb6de77babec3d5784d94f4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e572691380720a25f83dbc8ead77e260.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2faef9e9bdb6de77babec3d5784d94f4.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2faef9e9bdb6de77babec3d5784d94f4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2faef9e9bdb6de77babec3d5784d94f4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2242,
+ "type": "wh2016_ski_slope_tier_one_stat_item",
+ "name": "Simple Pair of Skis",
+ "description": "A simple pair of striped skis. The perfect gift for a beginner! \n \nThis gift item can be found in the Bunny Hills and Frosty Mountains during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/04c1b937475ca39db81a50a7b7d28d39.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/759c323842c60417eadbafb253d223ee.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/26134c267610dccb842e047fb8192e3f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/759c323842c60417eadbafb253d223ee.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/759c323842c60417eadbafb253d223ee.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/759c323842c60417eadbafb253d223ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2243,
+ "type": "wh2016_ski_slope_tier_two_stat_item",
+ "name": "Deluxe Riding Sled",
+ "description": "A high quality deluxe riding sled for tackling the serious slopes in style. \n \nThis gift item can be found in the Bunny Hills and Frosty Mountains during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3e3d53e8094ae13de2fcf87791967afb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a0312f22bd71ea78fe345edc42f6a748.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9d79fcbc286955190896553f7ae8250d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a0312f22bd71ea78fe345edc42f6a748.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a0312f22bd71ea78fe345edc42f6a748.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a0312f22bd71ea78fe345edc42f6a748.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2244,
+ "type": "wh2016_toy_factory_tier_one_stat_item",
+ "name": "Simple Toy Top",
+ "description": "A wooden toy top that spins with the flick of the wrist. A holiday classic. \n \nThis gift item can be found in the Toy Lot and Toy Emporium during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d9a7676ccde00e3cdb86eb39e5d45742.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0166c12358df146f4233fc274386d14d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/97fb1a16371f73089ccf4215930d2624.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0166c12358df146f4233fc274386d14d.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0166c12358df146f4233fc274386d14d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0166c12358df146f4233fc274386d14d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2245,
+ "type": "wh2016_toy_factory_tier_two_stat_item",
+ "name": "Deluxe Toy Block",
+ "description": "A block of solid gold painted green for the holiday season. Monogrammed with an M for MouseHunter! \n \nThis gift item can be found in the Toy Lot and Toy Emporium during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/16419a3c8149ce3e98a3d695cfc4c718.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ec4fec0abdc55df0b13a2dc8f6ce0cf5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0ee8d0e3fba8a99bbde68d1c6abce25b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ec4fec0abdc55df0b13a2dc8f6ce0cf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ec4fec0abdc55df0b13a2dc8f6ce0cf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ec4fec0abdc55df0b13a2dc8f6ce0cf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2246,
+ "type": "xmas_2016_forgotten_weapon",
+ "name": "Festive Forgotten Fir Trap",
+ "description": "Placed inside of the perfect holiday vessel, the holiday spirit within this tree has been infused with the maximum amount of festive fuel to fight off the humbug. The whole holiday tree bends to the will of the spirit of joy and cheer to thwart those who dare to steal the cheese placed right under it.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/af083dfbe85cfaeb27bb7721f9dc26e2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/200028166a33f4ce6b2b4328f586302a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/af083dfbe85cfaeb27bb7721f9dc26e2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/21a9a3bbd10af0347730645caf89d3c9.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 7000,
+ "power_formatted": "7,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2247,
+ "type": "xmas_2016_hydro_weapon",
+ "name": "Holiday Hydro Hailstone Trap",
+ "description": "A hydro-powered holiday tree equipped with patented IceVeins™ and Let-It-Snow® (L.I.S.) technology! The specialized tubing running within its branches provide a steady stream of ice-cold water that freezes on command, allowing an endless supply of icicles and iceballs to form. These icicles are then utilized by the L.I.S. system to hurl the frozen water at the mice at incredible speeds! Ouch!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2cb3a0b95b8bad1710fc1b27d807a849.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/099cd2e88d255a21cfcb734d010a9fb2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2cb3a0b95b8bad1710fc1b27d807a849.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/fabe378ad4c8ed371ce027ec73141afb.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 3500,
+ "power_formatted": "3,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2248,
+ "type": "festive_anchor_trinket",
+ "name": "Festive Anchor Charm",
+ "description": "An anchor charm decorated for the Great Winter Hunt! This was used during the Great Winter Hunt of 2016 while collecting gifts in your sleigh to slow down in certain zones. \n \nThe anchor also prevents being washed out of Balack's Cove when capturing a Riptide Mouse and reduces your movement speed underwater when armed during a dive at the Sunken City.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "balacks_cove",
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/a5c737927a0cb5dfe25534dab81291ca.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/7a406cea50188f6d4ff923882c6989f6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ccc1e0f5b87f1fac609fde7ebf619095.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/7a406cea50188f6d4ff923882c6989f6.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/7a406cea50188f6d4ff923882c6989f6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/7a406cea50188f6d4ff923882c6989f6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.04,
+ "power_bonus_formatted": "4%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "anchor_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2249,
+ "type": "winter_droid_archmagus_skin",
+ "name": "Droid Arch Santa Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/943372e83ce0eaf94018c35222c5ffda.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e0d5e57f3d42c2ddc1ba83a99b7a0431.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/943372e83ce0eaf94018c35222c5ffda.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/84166074b9213f56763a12d24550af29.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "This droid is dressed up for the holiday season and has turned its magics from spreading regular old destruction to spreading cheery holiday destruction instead. Inside each one is a bon-a-fide destruction spell in a box waiting for an unsuspecting mouse to see what's inside!"
+ },
+ {
+ "id": 2250,
+ "type": "winter_temporal_turbine_skin",
+ "name": "Festive Temporal Turbine Skin",
+ "description": "Desolate and disheartening, this trap paints a picture of a bleak and meaningless existence, even when observed in its resting state. When a mouse approaches, the Temporal Turbine begins to hum, spinning violently and churning impossibly dark clouds, forming a direct link with the depths of a void in space beyond our plane of existence. \n \nOnce the mouse begins to gaze into the contraption, the turbine links with the mind of the mouse, implanting the image of a mouse utopia, convincing it to surrender itself as it astrally-projects the soul of the mouse into space, leaving behind a dormant husk, never to return.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/96c31a135a1d8075e4b1645323d0d5ee.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c327021ef95e352c7e46b3ef62755586.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/96c31a135a1d8075e4b1645323d0d5ee.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7a33657ccc739e0780d4dd1aca3ab620.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_turbine",
+ "skin_weapon_name": "Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/899efcbfed3202adab59bf7f202bff40.jpg",
+ "marketing_text": "A Temporal Turbine with a festive design for the holiday season. This machine sucks up mice into a winter wonderland where they can experience the holiday season all year round... If they are fortunate enough to miss the icicles formed from the extreme wind conditions on the way in!"
+ },
+ {
+ "id": 2251,
+ "type": "winter_wolfsbane_skin",
+ "name": "Candy Cane Crossbow Trap Skin",
+ "description": "These finely-tuned crossbows create an interdimensional network between all other Interdimensional Crossbow Traps in existence. \n \nIn synchronization with each other, once one of the traps detects a mouse, each of the other traps opens a portal to the offending location so that they may aid by opening fire upon the same target at once! \n \nIt makes you wonder why all traps aren't made this way!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/678d1b27eec60d7da0e8c4a4fdb3d148.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/93a2d257c17c40c9ce827cdd6d9e7769.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/678d1b27eec60d7da0e8c4a4fdb3d148.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2b4a945400a44ecf0544842b08499263.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "wolfsbane_weapon",
+ "skin_weapon_name": "Interdimensional Crossbow",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/818f31172f21150a00a3ca80743d2dc3.jpg",
+ "marketing_text": "With backup from a magical sack, this crossbow fires freshly sharpened Candy Canes. A deliciously deadly way to go!"
+ },
+ {
+ "id": 2252,
+ "type": "wreath_grand_arcanum_trap_skin",
+ "name": "Grand Wreath Arcanum Trap Skin",
+ "description": "The pulsing red crystal at the dark heart of this trap glows with an eerie light, attracting mystic mice like moths to a flame. Any mouse attuned or interested in arcane energies and secrets will find this trap positively irresistible and will pursue it to their doom!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c72b66d754e123b2d542fd7a6d7a50cd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/bee32ba90c80207185679f87074b7744.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c72b66d754e123b2d542fd7a6d7a50cd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/3ed5cda09b3e33cafac8f86c85cdcd7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "grand_arcanum_weapon",
+ "skin_weapon_name": "Grand Arcanum Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5066cc1c4152d9f65a964bfa29555ace.jpg",
+ "marketing_text": "Decked with golden wreaths and holly, fa la la la la, la la, la la! The specially-disguised crystal shards are masked as mistletoe, giving mice quite a charge of holiday spirit!"
+ },
+ {
+ "id": 2253,
+ "type": "catch_xmas_2016_boss_adv",
+ "name": "Spread Joy Throughout the Land",
+ "description": "Collect gifts on your sleigh and wrap them for the citizens of Gnawnia. Take flight and spread joy and holiday cheer across the land!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2254,
+ "type": "2017_party_pack_convertible",
+ "name": "2017 Party Pack",
+ "description": "Happy New Year! Celebrate 2017 with this 2017 Party Pack! Includes the new, Limited Edition 2017 Charms! Inside you'll find: \n \n\n• 300 SUPER|brie+ \n• 100 2017 Charms \n• 200 Confetti \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7fa1d33c664cf1039b3fe62aeda93fe0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8baf39388bddbd0741c2e55f43aadf70.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1cfe6bd11e22f444e232ba6db539ea01.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4b7021f8e2b0749b5e4c9c6c00212a5c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8baf39388bddbd0741c2e55f43aadf70.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8baf39388bddbd0741c2e55f43aadf70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8baf39388bddbd0741c2e55f43aadf70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2255,
+ "type": "event_horizon_trap_parts_crafting_item",
+ "name": "Event Horizon Trap Parts",
+ "description": "A pile of parts that belong to a dismantled Event Horizon Trap.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/76ed8120e8e56589ab7d5d8395013627.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/76ed8120e8e56589ab7d5d8395013627.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2256,
+ "type": "new_years_event_horizon_crafting_item",
+ "name": "Intergalactic Positioning Chips",
+ "description": "A small package of multiple coordinate signal chips. They look like they could slot into the bottom of an Event Horizon Trap. The inscription mentions something about a \"Party Dimension\"... \n \nCombining this item with... \n 117 x Scholar Scroll 17 x Scrap Metal 1 x Event Horizon Trap Parts 1 x Arcane Crystal
Will give you...
New Horizon Trap ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/6e1495283fadbdcc20f2f3a1a4a67db0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2e40183be86f712d2c2f52d0900c9eaf.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/39f654d04df05653238e09978f7f3dc5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2e40183be86f712d2c2f52d0900c9eaf.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/2e40183be86f712d2c2f52d0900c9eaf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/2e40183be86f712d2c2f52d0900c9eaf.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2257,
+ "type": "festive_firework_stat_item",
+ "name": "Festive New Year's Fireworks",
+ "description": "Made from the finest depleted nitronium, these sparkling fireworks are sure to be visible across all of Gnawnia! \n \nSet these off while flying to unlock unique New Year's themed rewards in the various festive shoppes during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b729370aa6c23aef3d2080bf3515e519.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bea17974b117107bd58893cd7fda1a0e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/163aa82a0dd4ade8302c3e395087fd5e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bea17974b117107bd58893cd7fda1a0e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bea17974b117107bd58893cd7fda1a0e.png",
+ "upscaled": "https://i.mouse.rip/upscaled/festive_firework_stat_item.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2258,
+ "type": "used_festive_firework_stat_item",
+ "name": "Deployed Festive New Year's Fireworks",
+ "description": "A souvenir left over from a fired off Festive New Year's Firework. These are left behind whenever a firework is set off while flying during the 2016 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/932c3e32d69795817e083ac9791f8abe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/72d711dbe98607bd2843bb256685549b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e6184925716174a0c6283bbb40839c32.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/72d711dbe98607bd2843bb256685549b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/72d711dbe98607bd2843bb256685549b.png",
+ "upscaled": "https://i.mouse.rip/upscaled/used_festive_firework_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2259,
+ "type": "new_years_2017_base",
+ "name": "2017 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2017 all year long! \n \nDuring all of 2017, while this base is equipped, mice have a chance to drop 2017 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2018.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/36fe440c45f1c4513ed3bc1082680f96.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/3d747884c545beecf05a8ba9d3c839a6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/36fe440c45f1c4513ed3bc1082680f96.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/36fe440c45f1c4513ed3bc1082680f96.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/8ba0fee126880e00135bceb9ca3202d5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.07,
+ "power_bonus_formatted": "7%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2260,
+ "type": "new_years_2017_weapon",
+ "name": "New Year's Fireworks Trap",
+ "description": "Grand, gilded and jam-packed with a colourful array of highly-explosive fireworks! Every time the trap is triggered, a whole glorious fireworks display is created. \n \nNow you can celebrate 2017 with every catch!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "new_year",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/23a4a02398ff709a5e360b0b4f415778.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/850cf0fb89010ad904da57dc51cd6313.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/23a4a02398ff709a5e360b0b4f415778.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/6271c24bd6ee04969f6e2bc659331890.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 23,
+ "luck_formatted": "23",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2261,
+ "type": "new_years_event_horizon_weapon",
+ "name": "New Horizon Trap",
+ "description": "Powered up with Intergalactic Positioning Chips, this upgraded Event Horizon Trap has translocated black holes from other parts of the universe to join in for one big party! The gravitational force is so evenly distributed between them all that each one gets to take home a little bit of the mouse as a parting gift! The colourful clouds that look like nebulae are actually billions upon billions of fireworks going off across the entire universe. Whoa! \n \nThe fine-tuned coordinates provided by the chips prevent the black holes from coming too close to one another and creating a supermassive black hole which could spell the end for life as we know it. Technology!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "trap_parts",
+ "new_year",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/9ecb38a186ae073ebab5b878cc522a4d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/be77d904e11e7b4daac91eaefffaf6ab.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/9ecb38a186ae073ebab5b878cc522a4d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/5d93c72040a994cd720c1778e15d7b6e.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 6217,
+ "power_formatted": "6,217",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 26,
+ "luck_formatted": "26",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "new_years_event_horizon_crafting_item": 1,
+ "event_horizon_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 2262,
+ "type": "2017_trinket",
+ "name": "2017 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,017 Power to commemorate the new year! \n \nThese charms were rewarded to hunters who spread joy while sleighing through the 2016 Great Winter hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ac4ef50a58b9ec574f36c641995fefb6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/8265d22ef9c4688cfde9c6ccbc0c409f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/752f0e29150a900547dec5d3d26c2cde.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/8265d22ef9c4688cfde9c6ccbc0c409f.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/8265d22ef9c4688cfde9c6ccbc0c409f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/8265d22ef9c4688cfde9c6ccbc0c409f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2017,
+ "power_formatted": "2,017",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2263,
+ "type": "new_years_slac_ii_skin",
+ "name": "New Year's S.L.A.C. II Trap Skin",
+ "description": "The S.L.A.C. II is an improvement from its predecessor in two ways: The \"S\" in the acronym now stands for \"sling\", and the sling itself. \n \nUtilizing the technology of what our scientists are calling \"a very large rubber band\", the S.L.A.C. II is able to harmlessly* sling mice away from your cheese and back into the desert. \n \n*The slinging process itself does not harm the mouse.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5e1fda3acede4ec31c5c2c51335db65e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ab87f212e2b2e98c0650b769d8c22b2a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5e1fda3acede4ec31c5c2c51335db65e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/76fc0a265d7085d8aebf1238ea905b35.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "slac_ii_sling_weapon",
+ "skin_weapon_name": "S.L.A.C. II",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "marketing_text": "Originally crafted to celebrate 2017, this skin can celebrate any new year by slinging some lawless mice up into the air to enjoy some fireworks up close! Happy New Year!"
+ },
+ {
+ "id": 2264,
+ "type": "year_of_the_rooster_gift_basket_convertible",
+ "name": "Year of the Rooster Gift Basket",
+ "description": "A lovely gift basket celebrating the Year of the Rooster! Great to give to friends to get them into the spirit of the Rooster!\n
Inside you'll find: \n \n\n• 40 Dumpling Cheese \n• 15 Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f5b74692a02c03001385298842bfea81.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/187e5a4e0301841cdd784a3eb4f874c0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/56677cbe6589e4ab0074039984838df7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f623c0f43da816461872e35f1c7287f1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/187e5a4e0301841cdd784a3eb4f874c0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/187e5a4e0301841cdd784a3eb4f874c0.png",
+ "upscaled": "https://i.mouse.rip/upscaled/year_of_the_rooster_gift_basket_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2265,
+ "type": "year_of_the_rooster_supply_kit_convertible",
+ "name": "Year of the Rooster Supply Kit",
+ "description": "A serious supply kit that will keep your Lunar Lantern lit for quite a long time. Those looking to max out their Year of the Rooster luck bonus will want one of these!\n
Inside you'll find: \n \n\n• 100 Dumpling Cheese \n• 300 Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/76079c6ebbdef4786b5d41d0e5359013.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f6a2664df069b29500148a833a5a5c37.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/007249e167166026918d17f936d0efd3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d897fd10ddf7d9242b1969a9284df719.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f6a2664df069b29500148a833a5a5c37.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f6a2664df069b29500148a833a5a5c37.png",
+ "upscaled": "https://i.mouse.rip/upscaled/year_of_the_rooster_supply_kit_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2266,
+ "type": "fiery_rooster_collectible",
+ "name": "Scented Fiery Rooster Candle",
+ "description": "A small scented candle representing the Year of the Rooster. Smells like fire!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/43af6c075bc99e58f6d63b8930b3e28d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/40f4d56896ee97c92ce0ab9064e7f645.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/43af6c075bc99e58f6d63b8930b3e28d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/43af6c075bc99e58f6d63b8930b3e28d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2267,
+ "type": "rooster_mask_collectible",
+ "name": "Rooster Mask",
+ "description": "This Lunar New Year is the year of the Fire Rooster! Celebrate the Year of the Rooster with this replica Rooster Mask! \n \nCock-a-doodle-doo! The year of early mornings, hard work and being dressed to impress! \n \n\"Approach the year of the Fire Rooster with stoicism and ambition!\"",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/2e5f26d31b489cb81b9f7a31ee45d854.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f33e89bf9906bdd2ae610c74ca28487e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/2e5f26d31b489cb81b9f7a31ee45d854.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/2e5f26d31b489cb81b9f7a31ee45d854.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2268,
+ "type": "lny_2017_lantern_stat_item",
+ "name": "Rooster Lunar Lantern",
+ "description": "A big, bright red paper lantern used to celebrate the Year of the Rooster this Lunar New Year. This can be lit with Lunar Lantern Candles during the 2017 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d06868ed8d089cdb7a9f74b4e7220174.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3ac6c86b974143302dfe240b50afb315.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5706d907c127033dc0536a3a70791f68.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3ac6c86b974143302dfe240b50afb315.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3ac6c86b974143302dfe240b50afb315.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3ac6c86b974143302dfe240b50afb315.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2269,
+ "type": "lny_unlit_lantern_stat_item",
+ "name": "Lunar Lantern Candle",
+ "description": "A small, unscented candle used to light your Lunar Lantern. Lighting your Lunar Lantern provides a scaling luck bonus and doubles many of your loot drops!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d0169a9129d3dbebb4423b949e8cff94.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2b92cfc72df4733942a9d7f63d1f3378.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/455efea50e98e867152d3ca10ea13e26.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2b92cfc72df4733942a9d7f63d1f3378.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2b92cfc72df4733942a9d7f63d1f3378.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2b92cfc72df4733942a9d7f63d1f3378.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2270,
+ "type": "rooster_jade_base",
+ "name": "Rooster Jade Base",
+ "description": "Trustworthy, responsible and punctual when sounding the horn, the Fiery Rooster is represented in this Jade Base carving. \n \nThose who completed the 2017 Lunar New Year adventure were awarded with this beautifully carved Rooster Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/653f4592fc1b8128473fe07b045097aa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/c89ae002d77742a297c0f4dc42372ef8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/653f4592fc1b8128473fe07b045097aa.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/653f4592fc1b8128473fe07b045097aa.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/db694b3f7931e4add3cd3fdb194e74ea.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2271,
+ "type": "lunar_new_year_2017_cheese",
+ "name": "Dumpling Cheese",
+ "description": "A lightly steamed cheese dumpling prepared for the Lunar New Year celebration. Arm this cheese at a Lunar Stockpile location to attract Lunar New Year event mice.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "lunar_new_year",
+ "event",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/8d80c4670e56e7d3e24e4391d871afc2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/f4c3ee4bb9aba29938223172a791650b.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/194ec787e78ad54b805c9995cf716725.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/b305f0df639eb1a8afd0fef3a1992034.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/f4c3ee4bb9aba29938223172a791650b.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/f4c3ee4bb9aba29938223172a791650b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/f4c3ee4bb9aba29938223172a791650b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2272,
+ "type": "rooster_droid_archmagus_skin",
+ "name": "Rooster Archmagus Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3de6d7e83c8cd5f7911b17b0e1dc63ce.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6e4dc62ad0e4ec17863873362b711791.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3de6d7e83c8cd5f7911b17b0e1dc63ce.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d338902077fbc2c2651bef47059e0548.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "Celebrate the Year of the Rooster while obliterating mice with words of sage advice and wishes of luck."
+ },
+ {
+ "id": 2273,
+ "type": "catch_lny_2017_boss_adv",
+ "name": "Celebrate Lunar New Year 2017",
+ "description": "Celebrate the 2017 Lunar New Year by lighting your Rooster Lunar Lantern and earning the Rooster Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2274,
+ "type": "get_lucky_love_box_convertible",
+ "name": "Lovely Valentine Bouquet",
+ "description": "A lovely bouquet of SUPER|brie+ and Lucky Valentine Charms. Send it to that special someone and hopefully they get a \"little\" lucky!
\nInside you'll find: \n \n\n• 500 SUPER|brie+ \n• 200 Lucky Valentine Charms \n• 1 DLU+ \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8791fd5065691757bae75dc385b2a221.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/22d35dffe84ed26b746bff8d78e354d9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7dca7e3c355d10038299ed7f85f50a88.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bfe62a89940c11d5980d021308abcd94.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/22d35dffe84ed26b746bff8d78e354d9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/22d35dffe84ed26b746bff8d78e354d9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/22d35dffe84ed26b746bff8d78e354d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2275,
+ "type": "lucky_valentine_trinket",
+ "name": "Lucky Valentine Charm",
+ "description": "A lovely Valentine's charm wrapped in a garland of hydrangeas. It has the 100% Attraction Bonus of a regular Valentine Charm but with the added bonus of +8 extra Luck!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "valentines",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/1ded441714b166009d10da083b23ba7b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/62f1673aa836cf5696a27da36f1def6f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/387b30d80db35159985af1604cdf0f3a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/62f1673aa836cf5696a27da36f1def6f.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/62f1673aa836cf5696a27da36f1def6f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/62f1673aa836cf5696a27da36f1def6f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 1,
+ "attraction_bonus_formatted": "100%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2276,
+ "type": "crystal_heart_mynorca_skin",
+ "name": "Crystal Heart M.Y.N.O.R.C.A. Skin",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/761743cabfd597ffc8dd351427f006a4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/af694ac446cb1d9823394aabc0af54b3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/761743cabfd597ffc8dd351427f006a4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/43f1641e8c6c529c378d642e998cf4e5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "rift_mynorca_weapon",
+ "skin_weapon_name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "marketing_text": "The Crystal Heart resonates with beautiful music, roses and blooming cherry blossoms. The perfect lure of love for mice looking for companionship... Except that there is none, just the empty promise of it. Those that get too close are swept up in the excitement of finding a partner that doesn't exist and leave on a pilgrimage to find them, forever."
+ },
+ {
+ "id": 2277,
+ "type": "2017_bday_gift_convertible",
+ "name": "2017 Birthday Gift",
+ "description": "A gift wrapped up to celebrate MouseHunt's 9th Birthday! I wonder what's inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1a4b7623945aa0f05dfb7750e771e1f5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/fff2ffeadc34a62fa9fba833f249df3a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d2946ce67c5b37f468cf0063515fe472.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5698c02ce0ccd08da4ec78e5b1c38d10.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/fff2ffeadc34a62fa9fba833f249df3a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/fff2ffeadc34a62fa9fba833f249df3a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/fff2ffeadc34a62fa9fba833f249df3a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2278,
+ "type": "birthday_2017_treasure_chest_convertible",
+ "name": "2017 Birthday Treasure Chest",
+ "description": "A simple, decorated Birthday Treasure Chest. Topped with a lovely polka-dotted pink bow and a sprinkle of confetti to finish.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eefae29b9ef79a8131a9cb9b0d4af8c3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3d2a69f41fc4e2a59af7ef9ca2f2394.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c149e03ef064c70a38c0873b4c14d7cd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/35c45917b1ca091884f2b9c322a99a35.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3d2a69f41fc4e2a59af7ef9ca2f2394.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c3d2a69f41fc4e2a59af7ef9ca2f2394.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c3d2a69f41fc4e2a59af7ef9ca2f2394.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2279,
+ "type": "rare_birthday_2017_treasure_chest_convertible",
+ "name": "2017 Rare Birthday Treasure Chest",
+ "description": "This rare treasure chest is adorned with a large, pink, polka-dotted ribbon, and gold trim, wrapped in the finest wrapping paper, and covered in confetti. Sorta makes you not want to open it, it's so pretty!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b7644d38406157bcf4abc8d020e8dc28.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cbf52e8dbf10d8db31b2f6bd9cd9ab96.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/de682e0b5887d16f4838647c6db6a89d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/890e6a0d8bd9a31e7b1bf4bd6f048da0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cbf52e8dbf10d8db31b2f6bd9cd9ab96.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cbf52e8dbf10d8db31b2f6bd9cd9ab96.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cbf52e8dbf10d8db31b2f6bd9cd9ab96.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2280,
+ "type": "sprinkley_sprinkling_kit_convertible",
+ "name": "Sprinkly Sprinkling Kit",
+ "description": "A sweet extra sprinkly sprinkling kit to sweeten those shipments! Collect even more rewards from MouseHunt's 9th Birthday with this Kit!\n\tInside you'll find: \n \n\n• 100 Extra Sweet Cupcake Colby \n• 25 Sprinkly Sweet Cupcake Charms \n• 10 Rare Cupcake Sprinkles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5a148c25031dd5d3db195b2974fc2c31.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2ba2a7c58015c915e677f5280a0d27cc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/43d90dc04279539f61f1a12064b3b712.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/158d0d4ca0799b327045c2cb131dd6c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2ba2a7c58015c915e677f5280a0d27cc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2ba2a7c58015c915e677f5280a0d27cc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2ba2a7c58015c915e677f5280a0d27cc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2281,
+ "type": "sprinkley_sweet_basket_convertible",
+ "name": "Sprinkly Sweet Gift Basket",
+ "description": "A sprinkly sweet gift basket for a sweet friend missing that sprinkle of sprinkles! Send one to your especially sweet someone to celebrate MouseHunt's 9th Birthday! \n \nInside you'll find: \n \n\n• 20 Extra Sweet Cupcake Colby \n• 20 Sprinkly Sweet Cupcake Charms \n• 2 Rare Cupcake Sprinkles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/93945a921723867e69b8ecb83ead3116.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1829ecb56a36d0fad6ecffc2690feff1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/212691e5de2b74595c555fa5d405a549.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/10ad135137e9306c16a6996eb5d866c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1829ecb56a36d0fad6ecffc2690feff1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1829ecb56a36d0fad6ecffc2690feff1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1829ecb56a36d0fad6ecffc2690feff1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2282,
+ "type": "sprinkley_sweet_combo_kit_convertible",
+ "name": "Sprinkly Sweet Combo Kit",
+ "description": "A combination kit full of Extra Sweet Cupcake Colby and Sprinkly Sweet Cupcake Charms! Essential for collecting all of the stolen cupcakes during MouseHunt's 9th Birthday! To top this package off, included are some Rare Cupcake Sprinkles to sweeten those orders! \n \nInside you'll find: \n \n\n• 500 Extra Sweet Cupcake Colby \n• 100 Sprinkly Sweet Cupcake Charms \n• 30 Rare Cupcake Sprinkles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7e3301e4d59a5b86c9b7c978d9b4d3ec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3e0a3181086d4f1eed7210665f937ed8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/87e29396d359298f61c994da55e2ffeb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d0dc7edb2b7c4f6ae05b6256fd6bf3a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3e0a3181086d4f1eed7210665f937ed8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3e0a3181086d4f1eed7210665f937ed8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3e0a3181086d4f1eed7210665f937ed8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2283,
+ "type": "birthday_nine_journal_theme_collectible",
+ "name": "MouseHunt Sprinkly Sweet Cupcake Theme Collectible",
+ "description": "This sprinkly sweet theme adds a special spark to your journal! \n \nOriginally designed to commemorate MouseHunt's 9th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c499127ede8179a7848284d2ee82a0c7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/23ee5d951ccadfd1e71aed9c9c531a76.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c499127ede8179a7848284d2ee82a0c7.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c499127ede8179a7848284d2ee82a0c7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2284,
+ "type": "cupcake_2017_birthday_base",
+ "name": "Sprinkly Sweet Cupcake Birthday Base",
+ "description": "A sprinkly sweet batch of super sweet sprinkles are contained in this special sprinkle container! Quite the sparkly spectacle for mice looking to sprinkle up their spoils during MouseHunt's 9th Birthday! \n \nThe Head Trapsmith Chef is at it again with this year's sprinkly surprise: Sprinkles that get jostled out during attempted cupcake catchery turn into Sprinkly Sweet Cupcake Charms! Also, with the well-established included lifetime warranty, all lost sprinkles are covered under an immediate replacement plan, so your base is never missing one of its colourful specs of sugar! \n \nThis base has a rare chance to drop a Sprinkly Sweet Cupcake Charm when a mouse is caught! \n \nA flavour first savoured during MouseHunt's 9th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/0f01e3aecba0056f65da0281469758f0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/c6f4bd33f921ce1d63a257b82ab48c94.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/0f01e3aecba0056f65da0281469758f0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/0f01e3aecba0056f65da0281469758f0.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/124d9ea942d7532a2b9c43e636b21e99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.09,
+ "power_bonus_formatted": "9%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.09,
+ "attraction_bonus_formatted": "9%",
+ "has_luck": true,
+ "luck": 9,
+ "luck_formatted": "9",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2285,
+ "type": "sprinkley_cupcake_surprise_weapon",
+ "name": "Sprinkly Cupcake Surprise Trap",
+ "description": "Happy birthday! A magically charged, sprinkle-laden cupcake burns with an intense flame to attract mice looking for something sugary sweet. \n \nOnce a mouse is detected nearby, the enchanted sprinkles begin to dance about, humming \"Happy Birthday\" as they swirl around and lift the mouse up to the mighty candle on top to blow it out to celebrate. Once it does, the enchantment is complete and the mouse is then turned into a magical sprinkle to join the rest until the next mouse comes along. \n \nRemember this event with this celebratory trap commemorating MouseHunt's 9th Birthday!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "mousehunt_birthday",
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/9f7213a4038259f446c96df0d0a71107.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/e2569f588bf1cc300907001770ad9fcb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/9f7213a4038259f446c96df0d0a71107.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/cc3d5a245d141c59fe2816ecefe2b393.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 3500,
+ "power_formatted": "3,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.09,
+ "power_bonus_formatted": "9%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.09,
+ "attraction_bonus_formatted": "9%",
+ "has_luck": true,
+ "luck": 9,
+ "luck_formatted": "9",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2286,
+ "type": "sprinkley_sweet_cupcake_trinket",
+ "name": "Sprinkly Sweet Cupcake Charm",
+ "description": "A super-saccharine cupcake soaked in sprinkles celebrating MouseHunt's 9th birthday! This charm gives you 9 luck to commemorate 9 years of MouseHunt!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/3a7f7eae711190d6062ce5144b54ef88.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/f683c9f6083f87f3b645d28d6554aa39.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/1d87469ccdf25cdf28b5e7c8ab34671c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/f683c9f6083f87f3b645d28d6554aa39.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/f683c9f6083f87f3b645d28d6554aa39.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/f683c9f6083f87f3b645d28d6554aa39.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.09,
+ "attraction_bonus_formatted": "9%",
+ "has_luck": true,
+ "luck": 9,
+ "luck_formatted": "9",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2287,
+ "type": "birthday_droid_archmagus_skin",
+ "name": "Sprinkly Sorcerer Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/12606009e3fb46334f7cce2563e09f66.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/3cb0be348d0b179bea12839fc6fa1402.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/12606009e3fb46334f7cce2563e09f66.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d8438acec9547122ecee13a81154e07f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "With mastery over the power of arcane sprinkles, this droid is here to dazzle you and make all your birthday wishes come true! As long as he remembers the correct incantations!"
+ },
+ {
+ "id": 2288,
+ "type": "complete_birthday_2017_adv",
+ "name": "Supply the 9th Birthday Party with Cupcakes",
+ "description": "MouseHunt celebrates its 9th birthday with a massive cupcake extravaganza! The King needs your help recovering cupcakes from thieving mice to fulfill orders throughout the Kingdom!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2289,
+ "type": "fort_rox_lair_key_stat_item",
+ "name": "Fort Rox Portal Projector",
+ "description": "With the console and the core combined, this powerful artifact will allow a hunter a single trip into the Heart of the Meteor at Fort Rox for an extra challenge! \n \nThe projector emits a bright light in the shape of a strange door-like portal. Once traversed, the projector burns out and only a ruined husk remains.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/bd9cb13388db8914a6ae00a2a03201d6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/312d0ec2cf4e4cc10a223ef1ed7eb1cf.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d3c497daead70c7090eab0e6fcde672b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/312d0ec2cf4e4cc10a223ef1ed7eb1cf.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/312d0ec2cf4e4cc10a223ef1ed7eb1cf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/312d0ec2cf4e4cc10a223ef1ed7eb1cf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2290,
+ "type": "fort_rox_lair_cheese",
+ "name": "Sunrise Cheese",
+ "description": "Warm and soft to the touch, this cheese seems to glow with a milky inner light! An out of this world flavour for an out of this world mouse. \n \nThis is a specialty cheese used to attract the Heart of the Meteor from inside of the Fort Rox Portal.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "fort_rox",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/4c799b92180e3b8fa3ff9536ece133e9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/da61a59109bfc60c1d9db20f54c75e63.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/e258e250b5050800f0e31b80b71a81e6.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/034a25f3160aaad22ded80021108610c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/da61a59109bfc60c1d9db20f54c75e63.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/da61a59109bfc60c1d9db20f54c75e63.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/da61a59109bfc60c1d9db20f54c75e63.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2291,
+ "type": "fort_rox_scroll_case_convertible",
+ "name": "Fort Rox Scroll Case",
+ "description": "This sealed scroll case contains a map leading to treasure hidden in and around Fort Rox. Let's just hope it's easier to break into the scroll case than it is to break into Fort Rox. \n \nRumor has it that the chests found at the end of these maps have a small chance to award powerful pieces of technology which help harness the power of portals, adding an extra challenge during dawn at Fort Rox!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6b1ed23c580ada2d502a456ef8d890c2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9aee9a285df30de92c3b0190a1b28cb3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bd8c08ebd75bc712fc847aaf061ba2b4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c9d2ce8a3912f888df2509061bd22070.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9aee9a285df30de92c3b0190a1b28cb3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9aee9a285df30de92c3b0190a1b28cb3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9aee9a285df30de92c3b0190a1b28cb3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2292,
+ "type": "fort_rox_treasure_chest_convertible",
+ "name": "Fort Rox Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6d365b0ead9a46e2b6569c4840530c98.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/042f3f52beb878ce6db933103242fd44.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7ca6ce519ef350d6ff88449e8dea8552.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fcf6957f685f62c6548f7ff3b87bd53b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/042f3f52beb878ce6db933103242fd44.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/042f3f52beb878ce6db933103242fd44.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/042f3f52beb878ce6db933103242fd44.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2293,
+ "type": "fort_rox_treasure_hunting_convertible",
+ "name": "Fort Rox Treasure Hunting Kit",
+ "description": "A gleaming box of supplies to take you straight to the Heart of the Meteor! \n \nInside you'll find: \n \n\n• 100 Moon Cheese \n• 100 Tower Mana \n• 3 Rare Map Dust \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b29e66b1c8009f573444a6d570df91a7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2f9f314ab8be6875308248c69caa5722.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fcb93ceb3729b246e647c3fb4f849c28.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a154fb838985e8059d46b8d790ce5209.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2f9f314ab8be6875308248c69caa5722.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2f9f314ab8be6875308248c69caa5722.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2f9f314ab8be6875308248c69caa5722.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2294,
+ "type": "rare_fort_rox_treasure_chest_convertible",
+ "name": "Rare Fort Rox Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9c89170d8c02b024d6dd30f6e357cdd1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6fa70832ffacdf03bf1f58cd42361c02.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e6c58b81a7d3f4eca4de122736603e52.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d826e142ca31d88063d32532911e3056.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6fa70832ffacdf03bf1f58cd42361c02.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6fa70832ffacdf03bf1f58cd42361c02.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6fa70832ffacdf03bf1f58cd42361c02.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2295,
+ "type": "consumed_lair_key_message_item",
+ "name": "Ruined Portal Projector",
+ "description": "The remnants of a used portal projector. The core is spent and the console has burned out, leaving this husk behind. \n \nExamining this destroyed device will let me know how many portals I have entered.",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "tools",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/57de637d92448d1e8816318d57531387.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/49631fd02667b3e9fa19fb6bffac9555.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/57de637d92448d1e8816318d57531387.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/57de637d92448d1e8816318d57531387.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2296,
+ "type": "fort_rox_portal_console_stat_item",
+ "name": "Fort Rox Portal Console",
+ "description": "A socketed console awaiting a portal core tuned to Fort Rox. Combining this with the Fort Rox Portal Core will allow you to form a Fort Rox Portal Projector for an extra tough challenge! \n \nThere is a rare chance to find this portal component inside of a Fort Rox Treasure Map!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/60733729a1faf00537be603d96454919.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/27ee4b43fa3c7e748b65ecdad61985b7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/35257df916d0dc65540ddd6c7e6f3215.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/27ee4b43fa3c7e748b65ecdad61985b7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/27ee4b43fa3c7e748b65ecdad61985b7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/27ee4b43fa3c7e748b65ecdad61985b7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Complete Fort Rox Treasure Maps"
+ },
+ {
+ "id": 2297,
+ "type": "fort_rox_portal_core_stat_item",
+ "name": "Fort Rox Portal Core",
+ "description": "A pulsating portal core tuned to Fort Rox. Combining this with the Fort Rox Portal Console will allow you to form a Fort Rox Portal Projector for an extra tough challenge! \n \nThere is a rare chance to find this portal component inside of a Fort Rox Treasure Map!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/580d938252e2b660b438cd8d1aec64be.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c7359aae9bf40dc32982cf35ccc4c56b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2b42c5c77d804604a334908549e090c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c7359aae9bf40dc32982cf35ccc4c56b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c7359aae9bf40dc32982cf35ccc4c56b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c7359aae9bf40dc32982cf35ccc4c56b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Complete Fort Rox Treasure Maps"
+ },
+ {
+ "id": 2298,
+ "type": "meteoric_core_fragments_stat_item",
+ "name": "Meteoric Core Fragments",
+ "description": "A fractured meteorite core, impossibly held together with intense energies focused at its heart. Harnessing its power could produce an incredibly powerful trap...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/14cfb8e0a34d3a5bdc9fd6c81a509acc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/724559dac81aea6bed1493fda83321c7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/14cd0fdb50d7f74d22c24304acd623cb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/724559dac81aea6bed1493fda83321c7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/724559dac81aea6bed1493fda83321c7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/724559dac81aea6bed1493fda83321c7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt the Heart of the Meteor at Fort Rox"
+ },
+ {
+ "id": 2299,
+ "type": "meteor_prison_core_weapon",
+ "name": "Meteor Prison Core Trap",
+ "description": "A structure emulating the protective husk of the meteor that crashed into Fort Rox, except now it is being used to imprison mice instead of protect them! \n \nWith a loud crack, the sphere quickly shatters and surrounds the unsuspecting cheese thief, locking them away within their own prison dimension. \n \nThe warm glow seems so inviting until a mouse gets too close...",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1b662abb4f94508fdd81b222b5cad1d6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/131757b45bcdc2caa5fbafd2e3155bc8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/1b662abb4f94508fdd81b222b5cad1d6.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/42f01fe0a3c61140c217e5d6b35e86b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "valentine_prison_core_skin",
+ "cupcake_meteor_prison_core_skin",
+ "birthday_meteor_prison_core_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "valentine_prison_core_skin",
+ "cupcake_meteor_prison_core_skin",
+ "birthday_meteor_prison_core_skin"
+ ],
+ "obtain_hint": "Purchase from the Fort Rox Trapsmith"
+ },
+ {
+ "id": 2300,
+ "type": "acolyte_egg_convertible",
+ "name": "Acolyte Egg",
+ "description": "Wrapped in old forgotten robes, hope it's not rotten!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3af4f1327c91049b8532de6c3c83d3a1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/36081118929712504c6d57e95b809820.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c7d6b341849fbe3358b112d2cce05807.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/35766857704c957e242ae0f74c872a48.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/36081118929712504c6d57e95b809820.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/36081118929712504c6d57e95b809820.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/36081118929712504c6d57e95b809820.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2301,
+ "type": "ascended_elder_egg_convertible",
+ "name": "Ascended Elder Egg",
+ "description": "Following in the footsteps of its master, cracking this egg will make it become more powerful than you can possibly imagine.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0dc72e2f590a75eed5e8400d60dacc64.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/381c1dd33e81a3befc02c8cf52ba2b0f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f701a7a56be33e58304410cf57847a10.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fef8364694b5a21479b66d9072c10da8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/381c1dd33e81a3befc02c8cf52ba2b0f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/381c1dd33e81a3befc02c8cf52ba2b0f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/381c1dd33e81a3befc02c8cf52ba2b0f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2302,
+ "type": "captain_croissant_egg_convertible",
+ "name": "Croissant Egg",
+ "description": "A fluffy, buttery, unctuous and scrumptious egg, baked to a lightly crispy perfection.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bfe0e0891e6d1faeff8623f7ca7e9bf5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8336dfb56954ded6972c0730a2f434b9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/01fea60868e02a653f36aaf83578faa5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/471c76722899f41d415f8b8043a5815b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8336dfb56954ded6972c0730a2f434b9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8336dfb56954ded6972c0730a2f434b9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8336dfb56954ded6972c0730a2f434b9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2303,
+ "type": "crystal_behemoth_egg_convertible",
+ "name": "Crystal Behemoth Egg",
+ "description": "A sleek outer shell, crackling with powerful energy.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/20fb2a36e926b6c516970e1238a4f525.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/82f7f7f9a214760806982e121bb7c657.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ead9a2ef70a09a2788edc157ed8d3fc7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b4a50b302df30a66734aa18d92c3062e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/82f7f7f9a214760806982e121bb7c657.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/82f7f7f9a214760806982e121bb7c657.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/82f7f7f9a214760806982e121bb7c657.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2304,
+ "type": "dawn_egg_convertible",
+ "name": "Dawn Egg",
+ "description": "A unique, colourful image of the Fort Rox horizon is displayed on this egg, just as the sun comes out over the hills at dawn.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d2f0a8a3bbd3cda8e77a18e82e9e9a7d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0880398ae8a96e3ba6360e30ab118edb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3565ee6167e14e8e146d9a6e8d67e4c5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/49e417e50ebabb68c33aa19ce05376ee.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0880398ae8a96e3ba6360e30ab118edb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0880398ae8a96e3ba6360e30ab118edb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0880398ae8a96e3ba6360e30ab118edb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2305,
+ "type": "day_egg_convertible",
+ "name": "Day Egg",
+ "description": "A depiction of a sunny day in Fort Rox. The sunlight glows faintly off of the egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6813062c335aa0bdb10f5385d48a905d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/99a85b47b93ac27fbca20aea868d16b3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8d92aae448c68ae7b589b586f435ab43.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2f05a09437dee3ad1c46ab5da0c2a3d8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/99a85b47b93ac27fbca20aea868d16b3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/99a85b47b93ac27fbca20aea868d16b3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/99a85b47b93ac27fbca20aea868d16b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2306,
+ "type": "deep_sea_egg_convertible",
+ "name": "Deep, Deep, Deep Egg",
+ "description": "Tempered by the pressures of the deep sea, this egg is as tough to open as it is to find.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4c65b3dd62b703f62a155d36aac3b9c3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ba4596b6ccf0d05d6636ca948add8548.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dd7194a55a8a5b53b8d09164fa6bc933.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8a604d3444dcd43b7769596d80bc63ed.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ba4596b6ccf0d05d6636ca948add8548.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ba4596b6ccf0d05d6636ca948add8548.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ba4596b6ccf0d05d6636ca948add8548.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2307,
+ "type": "enerchi_egg_convertible",
+ "name": "Enerchi Egg",
+ "description": "Surrounded by a thick, dense atmosphere, holding in a surge of fighting Enerchi. This egg has witnessed martial combat at the highest level.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7ee2451a6fe5f0d6c975aa83200f37bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a4819f8e8ef04833528a6fb9b8613ffc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7ba790c58c74b28fd84540c5630b8fe3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8ec1e39f9ad8553411d9662baafd7537.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a4819f8e8ef04833528a6fb9b8613ffc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a4819f8e8ef04833528a6fb9b8613ffc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a4819f8e8ef04833528a6fb9b8613ffc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2308,
+ "type": "monster_of_the_meteor_egg_convertible",
+ "name": "Monster of the Meteor Egg",
+ "description": "Who would have thought there were eggs in space! This egg has come to Gnawnia from the Center of the Fort Rox Meteorite.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a4723b3aba70ec1ebfadf687e7c33940.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/25dd3a2a6a809c901c4e70b3bbf8a8c9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ab8c0c5035849ae6d08dfbfc1c25a503.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/075a931836ee7b1ca6fcdeed5422e671.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/25dd3a2a6a809c901c4e70b3bbf8a8c9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/25dd3a2a6a809c901c4e70b3bbf8a8c9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/25dd3a2a6a809c901c4e70b3bbf8a8c9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2309,
+ "type": "mutant_mongrel_egg_convertible",
+ "name": "Mutant Mongrel Egg",
+ "description": "Looks like an egg got stuck to the back of a Mutant Mongrel. Crude Pollutinum and raw chrome crystals make up the outer shell.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ccab3e01c6acdd6c52c549246a507d57.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8917a77cd340f010118f77471420c6c6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/108932ac7b6e967f2eaf9333f654b714.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f28138b52663c514a2cb5bdd83af1b19.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8917a77cd340f010118f77471420c6c6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8917a77cd340f010118f77471420c6c6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8917a77cd340f010118f77471420c6c6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2310,
+ "type": "night_egg_convertible",
+ "name": "Night Egg",
+ "description": "A mural of the night in Fort Rox. The image of the night atmosphere is cool to the touch.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b630e8b5bbd63bd05a31ae53e63e1eb0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2f3f0bb5c2471163c1bfb0d8b5ef3dda.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/70c6a312e4418cf3cc6697f99e351a61.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5cdf051e566593d6ac873281428e4543.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2f3f0bb5c2471163c1bfb0d8b5ef3dda.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2f3f0bb5c2471163c1bfb0d8b5ef3dda.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2f3f0bb5c2471163c1bfb0d8b5ef3dda.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2311,
+ "type": "pirate_crew_egg_convertible",
+ "name": "Pirate Crew Egg",
+ "description": "A scrap of a map has been copied onto this egg for safe keeping.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/30ae075dd80f61cb5c985d8510a60e2c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/876760d62fef1699dcdee46ef116a284.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b3b2db150d1e69bb1f48f5030fc235f3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7df121b6b4cecd8fdd49f549dddd6332.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/876760d62fef1699dcdee46ef116a284.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/876760d62fef1699dcdee46ef116a284.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/876760d62fef1699dcdee46ef116a284.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2312,
+ "type": "rift_dojo_master_egg_convertible",
+ "name": "Grand Master of the Dojo Egg",
+ "description": "Completing its training in the Furoma Rift Dojo, this egg is extremely powerful and deadly!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e4251c875ce4e7bb234b676308dff13a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4b5f230b14614abacf51f85448a8d59.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1e8b0180db81dfd13536afaf6b9f15a7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d20df2a1625ab299defdd3c3eedfa607.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4b5f230b14614abacf51f85448a8d59.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e4b5f230b14614abacf51f85448a8d59.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e4b5f230b14614abacf51f85448a8d59.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2313,
+ "type": "riptide_egg_convertible",
+ "name": "Riptide Egg",
+ "description": "An active riptide stored within a clear, cellular, egg-shaped membrane.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1a58bc6980fd188d7c350b9467622171.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/67debb980ae854440df5ad5ea8dd9621.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/71885a73c95cdfcb3a583bfe25c7f0b9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0aa9ac23fc62404b4b7fcdbe77b4ccb8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/67debb980ae854440df5ad5ea8dd9621.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/67debb980ae854440df5ad5ea8dd9621.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/67debb980ae854440df5ad5ea8dd9621.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2314,
+ "type": "shattered_egg_convertible",
+ "name": "Shattered Egg",
+ "description": "Existing between this physical realm and the next, quite a difficult egg to get ahold of.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e6b6c792a61b4e88bd0d102f228074d2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/be90bfc0985bcc3199d9e9cd7ed15d70.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/754b4ceaee11c1702dccef40f41d3407.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d9a6e0de2d1ceba8d3b1a58118d442c9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/be90bfc0985bcc3199d9e9cd7ed15d70.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/be90bfc0985bcc3199d9e9cd7ed15d70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/be90bfc0985bcc3199d9e9cd7ed15d70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2315,
+ "type": "shelder_egg_convertible",
+ "name": "Shelder Egg",
+ "description": "A hard outer shell, brined by the ocean. This egg is a tough one to crack!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7a9b5fbe0801cd9a123e69b90edba317.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8a88b505b44435375deab0751a6a94b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/721a5efde6a7d77c584e0a8a228006e6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/239a2342cad8ba4376b1eff11a0c0cbf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8a88b505b44435375deab0751a6a94b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c8a88b505b44435375deab0751a6a94b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c8a88b505b44435375deab0751a6a94b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2316,
+ "type": "tiny_egg_convertible",
+ "name": "Tiny Egg",
+ "description": "A teeny, tiny egg from a teeny, tiny mouse!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7138731aac9b19deb325787b2e0df96f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4590228976b666627b6cb5907a1440fd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/05f46f366fcd3081a22f30997e2cd316.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/540294d277a77bc88aae5e5912369e7b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4590228976b666627b6cb5907a1440fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4590228976b666627b6cb5907a1440fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4590228976b666627b6cb5907a1440fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2317,
+ "type": "warmonger_egg_convertible",
+ "name": "Warmonger Egg",
+ "description": "Burning with the fury of the Fiery Warpath, nestled safely with their leader.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c1e5c0994eb4cabad53c5fc6f4b901f6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e38c4dd4bdabb031fe88ed06112bb04.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/229be1e971f3b3ba06c80ad8655081a9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9ab072dbd878982db9adab0a85d50b8f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e38c4dd4bdabb031fe88ed06112bb04.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4e38c4dd4bdabb031fe88ed06112bb04.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4e38c4dd4bdabb031fe88ed06112bb04.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2318,
+ "type": "whisker_woods_map_scrap_stat_item",
+ "name": "A Map Scrap",
+ "description": "A scrap of the Calm Clearing Map Piece. Combine five of these scraps to gain access to the Calm Clearing!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/fe6043d00cf729ab44b81ca330bfc37a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/37c257892b8a4968e50d80742e9a5b9e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d252ae2a7685830c7285688d4606f70a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/37c257892b8a4968e50d80742e9a5b9e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/37c257892b8a4968e50d80742e9a5b9e.png",
+ "upscaled": "https://i.mouse.rip/upscaled/whisker_woods_map_scrap_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2319,
+ "type": "tomb_stone_crafting_item",
+ "name": "Tomb Stones",
+ "description": "When tombstones are pummeled for centuries by wind and rain, they chip away and leave behind Tomb Stones. These small, crumbled bits of stone carry with them a strange curse. Collect enough and you might be able to reassemble something they once resembled...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e34b34ad1e903defc91c388a85ca39c6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c58756f4377a432c3080740a20c665a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/b2b09ee537cf1b98e6c32bca5d29a607.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c58756f4377a432c3080740a20c665a.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c58756f4377a432c3080740a20c665a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/2c58756f4377a432c3080740a20c665a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 35
+ },
+ {
+ "id": 2320,
+ "type": "undead_mynorca_pattern_scrap_crafting_item",
+ "name": "Undead M.Y.N.O.R.C.A. Skin Pattern",
+ "description": "Main ingredient in the crafting of skins. A heaping handful of Tomb Stones combined with this pattern should restore the Undead M.Y.N.O.R.C.A. Trap Skin.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/56ecd05bb600ceee898217db98d017b7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/80956c7ae4da9ef4d5275972a1ee70d6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d63da9030cfd52ff65d9dc13893a4832.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/80956c7ae4da9ef4d5275972a1ee70d6.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/80956c7ae4da9ef4d5275972a1ee70d6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/80956c7ae4da9ef4d5275972a1ee70d6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2321,
+ "type": "string_undead_emmental_cheese",
+ "name": "Undead String Emmental",
+ "description": "This sloppy, disgusting, stringy version of Undead Emmental is sure to please only the sickest and most twisted of undead mice in the Burroughs Rift. Its awful bouquet brings forth the Tomb Exhumer Mouse, who seeks out the rotting stench as it often reveals ancient tombs filled with treasure. \n \nSometimes there's a stench deep within your refrigerator and you just know something's gone bad. You toss out all the old food and scrub everything down and everything is good as new, right? \n \nIn this case, it's probably better to just toss out the entire refrigerator...",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "rift_burroughs",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/b1986ee4f9560604498a563085c2cf10.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/ebba022e6a82fb8a1d65e049819dc1e7.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/c142c8a9afbcf0ca494175d58d70fa6e.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/e16c0f01f5f42c3b3aee029da4e10a7a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/ebba022e6a82fb8a1d65e049819dc1e7.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/ebba022e6a82fb8a1d65e049819dc1e7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/ebba022e6a82fb8a1d65e049819dc1e7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2322,
+ "type": "rift_anti_skele_trinket",
+ "name": "Rift Antiskele Charm",
+ "description": "The bones of slain Skeletal Champions are encased within this charm. This trophy will ward off any challenging skeletal opponents while armed within the Bristle Woods Rift.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "rift_bristle_woods",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/7218005f9062e881a6a2991ba58db829.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/440705b6812482ffb4f49a5517e5222c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/741ab1ecdef7c54809ea1ce72f159666.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/440705b6812482ffb4f49a5517e5222c.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/440705b6812482ffb4f49a5517e5222c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/440705b6812482ffb4f49a5517e5222c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2323,
+ "type": "string_undead_emmental_potion",
+ "name": "Undead String Emmental Potion",
+ "description": "This cursed potion produces a sloppy, disgusting, stringy version of Undead Emmental which is sure to please only the sickest and most twisted of undead mice in the Burroughs Rift. Its awful bouquet brings forth the Tomb Exhumer Mouse, who seeks out the rotting stench as it often reveals ancient tombs filled with treasure.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "special",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/22227a3ddc9834db182a0db4195d9a97.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/442cf8a68bc8bd82c6ca672bf99e8e77.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/07b0bc87e8b9eb7418d5e22dbf47eb87.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/442cf8a68bc8bd82c6ca672bf99e8e77.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/442cf8a68bc8bd82c6ca672bf99e8e77.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/442cf8a68bc8bd82c6ca672bf99e8e77.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2324,
+ "type": "undead_mynorca_skin",
+ "name": "Undead Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes Skin",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ceca6713951e259eaa9eaf5b5d871d2f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/dbeadc6d9dd5a522deb170fe26baf857.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ceca6713951e259eaa9eaf5b5d871d2f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/313609c17d5ed731783c60f387ccc36b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "rift_mynorca_weapon",
+ "skin_weapon_name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "marketing_text": "An undead monstrosity unearthed from the bowels of lost forgotten tombs within the Rift."
+ },
+ {
+ "id": 2325,
+ "type": "bristle_woods_rift_gift_basket_convertible",
+ "name": "Bristle Woods Rift Gift Basket",
+ "description": "Friends don't let friends into the time-altering, mind-bending, reality-shattering Bristle Woods Rift without a little something to help them find their way!\n\t\t
Inside you'll find: \n \n\n• 40 Ancient String Cheese \n• 40 Quantum Quartz \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d9cbf81394bc03fe405efc1158eeb55d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/78ca50369f8cbfd43867ab21d2bb3bf3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/d9cbf81394bc03fe405efc1158eeb55d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/d9cbf81394bc03fe405efc1158eeb55d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2326,
+ "type": "bristle_woods_rift_supply_kit_convertible",
+ "name": "Bristle Woods Rift Supply Kit",
+ "description": "Want to survive more than a couple of days within the Bristle Woods Rift? One of these should do the trick!\n\t\t
Inside you'll find: \n \n\n• 500 Ancient String Cheese \n• 300 Quantum Quartz \n• 100 Rift Antiskele Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c2dff23b497e26657288e44cc0144333.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4201c6b0b606c281d61c7494194918d9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7c525eafbccdb4c21b10781f2b76f7d6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d6e849cdbf0deb1b9041d9bf1e8b3f0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4201c6b0b606c281d61c7494194918d9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4201c6b0b606c281d61c7494194918d9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4201c6b0b606c281d61c7494194918d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2327,
+ "type": "rift_acolyte_bronze_chest_convertible",
+ "name": "Mysterious Bronze Rift Box",
+ "description": "Even more mysterious than its Mysterious Box counterpart, the Mysterious Rift Box has a strange set of properties. Looking at it for too long can cause eyestrain and touching it is almost painful. It's as if it's struggling to remain in existence, shifting out of phase, like it doesn't belong here. Sometimes, from the corner of your eye, it almost seems to disappear momentarily, but then snaps back into view when looked at directly. Something about it just seems off... \n \nThis box is so out-of-phase with time that not even the Quantum Pocketwatch has an effect on it! \n \nThis bronze-encased version of the Mysterious Rift Box was granted for having earned a Bronze King's Crown representing 10 catches of the Absolute Acolyte Mouse. With it comes greater quantities of loot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cb439bf26f94dcc92c96b333a81e58df.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/128580344c1648a40617e3fd94b36404.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f208fc08950830a904a194f1d3d6c4a4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/81bcda3ad59f86b60024f0d62af69dc7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/128580344c1648a40617e3fd94b36404.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/128580344c1648a40617e3fd94b36404.png",
+ "upscaled": "https://i.mouse.rip/upscaled/rift_acolyte_bronze_chest_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2328,
+ "type": "rift_acolyte_chest_convertible",
+ "name": "Mysterious Rift Box",
+ "description": "Even more mysterious than its Mysterious Box counterpart, the Mysterious Rift Box has a strange set of properties. Looking at it for too long can cause eyestrain and touching it is almost painful. It's as if it's struggling to remain in existence, shifting out of phase, like it doesn't belong here. Sometimes, from the corner of your eye, it almost seems to disappear momentarily, but then snaps back into view when looked at directly. Something about it just seems off... \n \nThis box is so out-of-phase with time that not even the Quantum Pocketwatch has an effect on it!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/afc3b5cbc31bf2ab436e3b18b171f10d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/958438f9099c3998085055f3d942b9b0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d73ceed89d938d9880ae44a5f6de3835.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2ac4d934eb96363f2eaca129dd5822e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/958438f9099c3998085055f3d942b9b0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/958438f9099c3998085055f3d942b9b0.png",
+ "upscaled": "https://i.mouse.rip/upscaled/rift_acolyte_chest_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2329,
+ "type": "rift_acolyte_gold_chest_convertible",
+ "name": "Mysterious Gold Rift Box",
+ "description": "Even more mysterious than its Mysterious Box counterpart, the Mysterious Rift Box has a strange set of properties. Looking at it for too long can cause eyestrain and touching it is almost painful. It's as if it's struggling to remain in existence, shifting out of phase, like it doesn't belong here. Sometimes, from the corner of your eye, it almost seems to disappear momentarily, but then snaps back into view when looked at directly. Something about it just seems off... \n \nThis box is so out-of-phase with time that not even the Quantum Pocketwatch has an effect on it! \n \nThis gold-encased version of the Mysterious Rift Box was granted for having earned a Gold King's Crown representing 500 catches of the Absolute Acolyte Mouse. What a tremendous achievement! With it comes the greatest quantity of loot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e998f4afa53fc0126412ee284873a8cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9675f4ddf14dcc2b04d1c73284e25eb4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4a32cbeffaaef6061c4b33792dedc6d3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fbad958fdc67670e2afbd338f5c4d642.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9675f4ddf14dcc2b04d1c73284e25eb4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9675f4ddf14dcc2b04d1c73284e25eb4.png",
+ "upscaled": "https://i.mouse.rip/upscaled/rift_acolyte_gold_chest_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2330,
+ "type": "rift_acolyte_silver_chest_convertible",
+ "name": "Mysterious Silver Rift Box",
+ "description": "Even more mysterious than its Mysterious Box counterpart, the Mysterious Rift Box has a strange set of properties. Looking at it for too long can cause eyestrain and touching it is almost painful. It's as if it's struggling to remain in existence, shifting out of phase, like it doesn't belong here. Sometimes, from the corner of your eye, it almost seems to disappear momentarily, but then snaps back into view when looked at directly. Something about it just seems off... \n \nThis box is so out-of-phase with time that not even the Quantum Pocketwatch has an effect on it! \n \nThis silver-encased version of the Mysterious Rift Box was granted for having earned a Silver King's Crown representing 100 catches of the Absolute Acolyte Mouse. With it comes even greater quantities of loot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bca57feec792cef35672b507dade4221.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7fc7cdfb65d0490c4f1ca440a93cc68f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/12d447d2c31c33d3e9ae456a28371c60.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c34a0d0ed648357da4efdb6b56a2feb0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7fc7cdfb65d0490c4f1ca440a93cc68f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7fc7cdfb65d0490c4f1ca440a93cc68f.png",
+ "upscaled": "https://i.mouse.rip/upscaled/rift_acolyte_silver_chest_convertible.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2331,
+ "type": "icy_chamber_curse_stat_item",
+ "name": "Cryogenically Cursed Cog",
+ "description": "This frozen cog activates an ice barrier over portals, blocking passage through them until the cog can be thawed. \n \nWhile you have this item in your possession, you will encounter frozen portals while hunting in the Bristle Woods Rift.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2860612df3468f877bb4f131d29f105f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/07b8a63fbfb9576475738c9946e7a043.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/97aec4207bbc6a4a2f2424fc227bac02.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/07b8a63fbfb9576475738c9946e7a043.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/07b8a63fbfb9576475738c9946e7a043.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2332,
+ "type": "rift_clockwork_cog_stat_item",
+ "name": "Clockwork Cog",
+ "description": "A strange contraption that almost resembles the compartments of a heart. The central unit, a glowing quartz crystal, is encased in brass and fitted with special cogs that harness its power.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/bf6e07d618060217cc5996f59a0fd009.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bb306fcdd26f8235cf00ccea0549f13f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/21f96481feb237aca6c2b326b0b935f3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bb306fcdd26f8235cf00ccea0549f13f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bb306fcdd26f8235cf00ccea0549f13f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/bb306fcdd26f8235cf00ccea0549f13f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Absolute Acolyte Mouse in the Bristle Woods Rift or puchase from the Bristle Woods Rift General Store"
+ },
+ {
+ "id": 2333,
+ "type": "rift_hourglass_sand_stat_item",
+ "name": "Time Sand",
+ "description": "This sand feels impossibly light, and yet, even as it rolls around in your hand, it seems to push and pull against your palm as if some hidden element exists within. It's as if precious moments of time itself are captured within the singular motes of sand, each individual grain sparkling with innumerable facets and possibilities. \n \nThis enchanted sand fits perfectly within the Ancient Hourglass and is needed in order to hold together the fragile continuity of the Acolyte Chamber, giving you more time to dwell within that place without time. \n \nOnce the sand runs through the Ancient Hourglass, the tumultuous temporal anomaly will collapse, forcing you to leave the Acolyte Chamber.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/51517ccbc695147cb6f19c067f14d493.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b9983615ebc8ace80e7e074c8f1a2efa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/52ee5c9fc8f00efc4ddf77f5df1e0f40.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b9983615ebc8ace80e7e074c8f1a2efa.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b9983615ebc8ace80e7e074c8f1a2efa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b9983615ebc8ace80e7e074c8f1a2efa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2334,
+ "type": "rift_hourglass_stat_item",
+ "name": "Ancient Hourglass",
+ "description": "An ancient hourglass stolen from a Chronomaster Mouse. This is the only vessel which activates the time-bending power hidden within Time Sand. This artifact is also the key into the Acolyte Chamber and the only way to safely reside within that strange place. \n \nThe more sand this hourglass holds, the higher the chance that the Acolyte Chamber will show up. Collect plenty of Time Sand in order to find an Acolyte Chamber!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e01d6a35913e049fc1406e3993d2e106.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ee5ef616058313371f7779297bce4524.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/86006a5a583e0b510c2d956ceb2aa9ba.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ee5ef616058313371f7779297bce4524.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ee5ef616058313371f7779297bce4524.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ee5ef616058313371f7779297bce4524.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2335,
+ "type": "rift_luck_codex_stat_item",
+ "name": "Riftstalker Codex",
+ "description": "A mysterious codex that provides complex instructions on how to properly assemble, tune and use Rift equipment. The wisdom contained in this book gives the owner access to the Riftstalker Set bonus, a stronger version of the Riftwalker Set, which provides twice the previous effectiveness! \n\t \nProvides a 40% Power Bonus when at least two pieces of Rift equipment are armed and a +10 Luck Bonus when three pieces are armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/189e696457f9562b4f815d7bd84fa60e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cb301652677b77c9abd3a99622aa3ca7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5aac08c099e23916f710c99f7817c89a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cb301652677b77c9abd3a99622aa3ca7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cb301652677b77c9abd3a99622aa3ca7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cb301652677b77c9abd3a99622aa3ca7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the Bristle Woods Rift General Store"
+ },
+ {
+ "id": 2336,
+ "type": "rift_portal_warmer_stat_item",
+ "name": "Portal Rekindling Key",
+ "description": "A key chiseled from a mysterious dark stone, set with a bright, wondrous radiant gem, warm to the touch. \n \nReleases a burst of energy that thaws frozen portals instantly within the Bristle Woods Rift.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3adb1b99b7d8afe4fc6824d3b785a51d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/81e3257baf10421af2fb22d9beeaf89c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8773f3c6287bed54e72243f5ec15340b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/81e3257baf10421af2fb22d9beeaf89c.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/81e3257baf10421af2fb22d9beeaf89c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/81e3257baf10421af2fb22d9beeaf89c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2337,
+ "type": "rift_quantum_quartz_stat_item",
+ "name": "Quantum Quartz",
+ "description": "This time-defying quartz crystal fuels the Quantum Pocketwatch, allowing hunters to reach across timelines and take loot from other versions of themselves. When you catch a mouse without loot, it's probably because a version of you from another timeline reached over and stole it!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0128a6603be3d9e29f3f56945b70963a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/458cdbe5310947d11b90ad4d18d50bd9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8d83506d8a5ad7c98bcd992cab4d553a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/458cdbe5310947d11b90ad4d18d50bd9.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/458cdbe5310947d11b90ad4d18d50bd9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/458cdbe5310947d11b90ad4d18d50bd9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2338,
+ "type": "rift_scramble_portals_stat_item",
+ "name": "Portal Scrambler",
+ "description": "A fantastical little contraption! Just touching it against an active portal array will release a discharge of pressurized portal power that will re-tune the array into a brand new set of portals, consuming itself in the process.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/61e4557721b07d36916048791fa23cb9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/092ff4aa80863a405073ee9685c4710f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0c7f259c4b3defe7af42ca34aa7285bb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/092ff4aa80863a405073ee9685c4710f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/092ff4aa80863a405073ee9685c4710f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/092ff4aa80863a405073ee9685c4710f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2339,
+ "type": "rift_sprocket_stat_item",
+ "name": "Tiny Sprocket",
+ "description": "This tiny sprocket is one of many that litter the chambers of the Bristle Woods Rift. The shoppekeepers here seem to like it!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0fed3bc20e372323b090dfe7a63742db.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/df580b80d0f628dc29572b0528e70a7f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ca9ef31f3109d810916b5fbf0f70271a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/df580b80d0f628dc29572b0528e70a7f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/df580b80d0f628dc29572b0528e70a7f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/df580b80d0f628dc29572b0528e70a7f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Bristle Woods Rift"
+ },
+ {
+ "id": 2340,
+ "type": "temporal_rune_stat_item",
+ "name": "Timesplit Rune",
+ "description": "An unstable quartz socketed into a mechanical device marked by powerful chrono-runes that augment its abilities. This rare and special rune will help hunters gain access to powerful new hunting equipment.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d7f159d1329c78e901d8cdea0b9aff40.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0259fd7a89582bda594ad62fd4780f1f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/817a5d8a4a8977d5fd2d6bfa8cfa3ffa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0259fd7a89582bda594ad62fd4780f1f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0259fd7a89582bda594ad62fd4780f1f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0259fd7a89582bda594ad62fd4780f1f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Absolute Acolyte Mouse in the Bristle Woods Rift or puchase from the Bristle Woods Rift General Store"
+ },
+ {
+ "id": 2341,
+ "type": "clockwork_base",
+ "name": "Clockwork Base",
+ "description": "Clicking gears, zinging sprockets and a low hum can be heard when this base whirls to life. A timeless timepiece meticulously hand-crafted and truly a proud addition to any hunter's collection.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/4fed8aab78cad62dde991bfed76b6f87.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/fd6fa915a87ce4356162f339a16c63c5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/4fed8aab78cad62dde991bfed76b6f87.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/4fed8aab78cad62dde991bfed76b6f87.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/607438f119dbbd8e6058be644d6e1318.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 13,
+ "luck_formatted": "13",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2342,
+ "type": "temporal_dissonance_weapon",
+ "name": "Timesplit Dissonance Trap",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/092769085f7cb3cefe6b75d5b7a62081.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/9207abeefddb26c69e7f6d2ac97ea780.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/7ea25dc11c6d0fba366fe30265ad5f9c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/9207abeefddb26c69e7f6d2ac97ea780.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/9207abeefddb26c69e7f6d2ac97ea780.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/9207abeefddb26c69e7f6d2ac97ea780.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2364,
+ "type": "rift_gold_bonus_trinket",
+ "name": "Rift Wealth Charm",
+ "description": "An enhanced version of the Wealth charm for use in Rifts. While this charm is armed all mice will drop extra gold! More valuable mice will drop greater quantities of lovely coins, up to the a maximum of 1,800 extra gold.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/b9c7b17709c1f9daa3406ffb33ed1dd0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/83c329073c123d7c04b429e927841724.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6441a7625f5b9a88f30cd2c88903e951.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/83c329073c123d7c04b429e927841724.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/83c329073c123d7c04b429e927841724.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/83c329073c123d7c04b429e927841724.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2365,
+ "type": "magical_cleanup_kit_convertible",
+ "name": "Magical Cleanup Kit",
+ "description": "A kit for those brave enough to face the putrid challenges of the new and improved Toxic Spill! Are you clean enough to take on nearly every mouse in the Toxic Spill all at once? \n \nInside you'll find: \n \n\n• 500 Magical Rancid Radioactive Blue Cheese \n• 300 Super Soap Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a7aa4e210d3857ca0b86df585c72c997.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5bf95a86e293f38a8ae3759392c86897.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a3b461eac4116a35e8aa683c09c97e68.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f3e104ee9d65bc9b15f8868fcce61ab4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5bf95a86e293f38a8ae3759392c86897.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5bf95a86e293f38a8ae3759392c86897.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5bf95a86e293f38a8ae3759392c86897.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2366,
+ "type": "sudsy_gift_basket_convertible",
+ "name": "Sudsy Gift Basket",
+ "description": "Send a friend into the Toxic Spill with these supplies to ensure they are fully-equipped to deal with the messy state of affairs! Improve your refining ability with Soap Charms and prevent those Polluted mice from destroying your pre-processed pollutinum. \n \nInside you'll find: \n \n\n• 60 Rancid Radioactive Blue Cheese \n• 25 Soap Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/247f2f5c07c40e0f898b2c5800cb08ea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a131475e1af242c8c6dd5d82383f4d4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/41c95cad24c8eedb8f80ade6d43dddfa.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/53767590c4db2419cfc1ff15132e1925.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a131475e1af242c8c6dd5d82383f4d4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2a131475e1af242c8c6dd5d82383f4d4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2a131475e1af242c8c6dd5d82383f4d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2367,
+ "type": "polluted_chrome_monstrobot_pattern_crafting_item",
+ "name": "Polluted Chrome Monstrobot Skin Pattern",
+ "description": "Main ingredient in the crafting of skins. Requires a ton of refined Pollutinum dipped in an equal amount of Radioactive Sludge. Add in a bit of Scrap Metal for the frame and you're good to go.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "blueprints",
+ "blueprints",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c0299729271e5fcbff74ce9e68a314ed.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cbe5d605705c39a5dc1e2a1acd0d29f1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/5c92e05c2e8673138b8b0c850b274f39.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cbe5d605705c39a5dc1e2a1acd0d29f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cbe5d605705c39a5dc1e2a1acd0d29f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cbe5d605705c39a5dc1e2a1acd0d29f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2368,
+ "type": "crude_pollutinum_stat_item",
+ "name": "Crude Pollutinum",
+ "description": "Crude Pollutinum is a byproduct of certain chemical processes from old experiments in the Laboratory. With the filtration system now mostly destroyed, it has been spilling into the nearby ocean, causing mass mutations. \n \nWhen collected, hunters are able to slowly refine it into pure Pollutinum using their Refining Barrels, removing impurities and rendering it useful for crafting new and interesting hunting equipment.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7c1a06e93c81e3efdb0be7f1cc392460.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c9c45ee57de6c86d7839e51f0126869f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f758b728c83a62060cb407c427152a56.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c9c45ee57de6c86d7839e51f0126869f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c9c45ee57de6c86d7839e51f0126869f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c9c45ee57de6c86d7839e51f0126869f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Toxic Spill"
+ },
+ {
+ "id": 2369,
+ "type": "magical_radioactive_blue_cheese",
+ "name": "Magical Rancid Radioactive Blue Cheese",
+ "description": "Magically enhanced Rancid Radioactive Blue Cheese is quite the modern marvel brewed up from the scientists at the Laboratory. This fantastical cheese is so repugnantly potent and powerful that it attracts mice from almost all levels of the Toxic Spill regardless of the current level of pollution up to Grand Duke/Duchess! Although you will still have to wait until Archduke/Archduchess to bring forth the mice that reside at that level, this magical variety of blue also increases the chance of attracting those really powerful mice when they do finally reveal themselves!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "toxic_spill",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/761fc246c44cc3b491ff5e065ecfdfdc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/fa0f8c7dbad44c1fc7e4761862897380.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/d4453574bd293c4908e5326a90b473d7.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/0327cdc32d11e124fa2fb5bfbc8ac182.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/fa0f8c7dbad44c1fc7e4761862897380.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/fa0f8c7dbad44c1fc7e4761862897380.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/fa0f8c7dbad44c1fc7e4761862897380.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "magic_essence_craft_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2370,
+ "type": "polluted_chrome_monstrobot_skin",
+ "name": "Polluted Chrome Monstrobot Skin",
+ "description": "What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity, the absolute pinnacle of physical damage traps. No mere mouse can withstand it's pounding paws for long, but be sure not to deploy it lightly - you want to make sure it's pointed at the mice before you turn it on, not towards you!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b70bd7822dc6d3cd16e191852f265a73.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a7cb5820d6cbc1523ab0d6da78f2614e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b70bd7822dc6d3cd16e191852f265a73.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0440a6c623e7465a98378a0a8c97ee0a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_monstrobot_weapon",
+ "skin_weapon_name": "Chrome MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "marketing_text": "A specially modified Chrome Monstrobot, built to withstand tough-to-remove stains caused by the insurmountable pollution and radiation within the Toxic Spill."
+ },
+ {
+ "id": 2371,
+ "type": "complete_pollution_outbreak_adv",
+ "name": "Refine Pollutinum",
+ "description": "The Toxic Spill in the Burroughs is home to dangerous mice and the source of a unique renewable energy! The title requirement of the area fluctuates between Hero and Archduke/Archduchess depending on the level of pollution. Refine Crude Pollutinum to unlock its secrets.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "hydro",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2372,
+ "type": "chrome_arduous_treasure_chest_convertible",
+ "name": "Arduous Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 7 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/182c8a6dca3c7568d969e80e8eb82538.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e7b2711d50031a1dccb7e6233016dabb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dc65a626643ac4d63b2e910128d00632.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/16f564a7bd6a4bc489f289e9cdca1f40.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e7b2711d50031a1dccb7e6233016dabb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e7b2711d50031a1dccb7e6233016dabb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e7b2711d50031a1dccb7e6233016dabb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2373,
+ "type": "chrome_easy_treasure_chest_convertible",
+ "name": "Easy Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 3 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8745db010060d4deae9d42a640a0bd4b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e8563fd2d60ca7d1ad3c20077bc1db3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fb12dc3170960e6c374b6b7bfb4ebf75.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a82f92b07b71cab3a152214fcb4e1cdd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e8563fd2d60ca7d1ad3c20077bc1db3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8e8563fd2d60ca7d1ad3c20077bc1db3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8e8563fd2d60ca7d1ad3c20077bc1db3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2374,
+ "type": "chrome_elaborate_treasure_chest_convertible",
+ "name": "Elaborate Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 7 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e74dc938da94654d14ab0c88cb0f1bf8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1064c376b9c0c0a2f49974888014e75b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5161475c9c72ef3c92e87f01490fdd27.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/162f7ba9c542269f70c9dfb4f551b312.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1064c376b9c0c0a2f49974888014e75b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1064c376b9c0c0a2f49974888014e75b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1064c376b9c0c0a2f49974888014e75b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2375,
+ "type": "chrome_elite_treasure_chest_convertible",
+ "name": "Elite Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 10 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/043d5183550d5b643f3ebdda5ef3a7e0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/98614064d8eced4ffff00512f8ec7c31.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/313df1e311b4f82a4bc06e488c73a8d3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/98059b1b18110589a851f4794ec35c8d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/98614064d8eced4ffff00512f8ec7c31.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/98614064d8eced4ffff00512f8ec7c31.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/98614064d8eced4ffff00512f8ec7c31.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2376,
+ "type": "chrome_hard_treasure_chest_convertible",
+ "name": "Hard Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 5 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/24e0f3c863d32e23948bd618a06ca0c9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/97e4d38b9f7cbc1d91baf2557a46cc46.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e62b78aaac7fc0e723afa5be250cdf34.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9c7751fe54ae79e65f5be99cb2d61a7e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/97e4d38b9f7cbc1d91baf2557a46cc46.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/97e4d38b9f7cbc1d91baf2557a46cc46.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/97e4d38b9f7cbc1d91baf2557a46cc46.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2377,
+ "type": "chrome_medium_treasure_chest_convertible",
+ "name": "Medium Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 4 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b3433b218620f18ea8c8c787ab386095.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7c7f3ee8501a9822f88fd194c4aeaee0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d00c0cba1abc043412784ad72a8d6380.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/79790fa654350933ec6aa055fcf330ab.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7c7f3ee8501a9822f88fd194c4aeaee0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7c7f3ee8501a9822f88fd194c4aeaee0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7c7f3ee8501a9822f88fd194c4aeaee0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2378,
+ "type": "chrome_scroll_case_convertible",
+ "name": "Chrome Scroll Case",
+ "description": "A special chrome-plated scroll case brought by Ronza. This scroll case contains a map leading to special chrome treasure chests hidden throughout the Kingdom. \n \nUpon opening this case and completing the Chrome Treasure Map, you will receive a Chrome Treasure Chest which can contain: \n \n• SUPER|brie+ \n• Chrome Charms \n• Points \n• Chrome Aura \n• Chrome Journal Theme Scrap ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3bddabd1f082934b20e4296b17897956.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b94c21357f5343d3d4a75d7757986582.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/58240881c563d3c506c8df807b36d3c2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2555ca4181af6ce220ccf51e52c2ce33.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b94c21357f5343d3d4a75d7757986582.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b94c21357f5343d3d4a75d7757986582.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b94c21357f5343d3d4a75d7757986582.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2379,
+ "type": "rare_chrome_arduous_treasure_chest_convertible",
+ "name": "Rare Arduous Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 10 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1b5d03ed3e506c5db96c67fa2cbb4f81.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2c734a685e736ba3b99a39f430c10856.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c40c899d87d88b5e9d533ed970a04c32.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7841eee96ca714ce8200ab4f9ab21603.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2c734a685e736ba3b99a39f430c10856.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2c734a685e736ba3b99a39f430c10856.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2c734a685e736ba3b99a39f430c10856.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2380,
+ "type": "rare_chrome_easy_treasure_chest_convertible",
+ "name": "Rare Easy Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 4 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1fa6faae6bc6141a4a4c61144bf3fc2d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e2fb22a35e0000d14a589f7b96e8829.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/033f0ba772a33b150c54345377ffda35.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d11229396f794a519efea2a5fb15308.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e2fb22a35e0000d14a589f7b96e8829.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4e2fb22a35e0000d14a589f7b96e8829.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4e2fb22a35e0000d14a589f7b96e8829.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2381,
+ "type": "rare_chrome_elaborate_treasure_chest_convertible",
+ "name": "Rare Elaborate Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 10 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2ab88ba49e87c596c9f709d5cd95f1be.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9a6244d39abe1e5976c9e0bba6f72f1d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8026ef28b7b96bf4b974a07bfff3712e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/889a68eaff472b295a4557e2a544a711.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9a6244d39abe1e5976c9e0bba6f72f1d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9a6244d39abe1e5976c9e0bba6f72f1d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9a6244d39abe1e5976c9e0bba6f72f1d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2382,
+ "type": "rare_chrome_elite_treasure_chest_convertible",
+ "name": "Rare Elite Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 21 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/95d2bd396f02d15a7edd3c438d23d71b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0e909e22f0569a241540e2fbbbb99ad5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/11372bb85135a2e37c5a0f5af7be55c7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4d958f7fc6ed2dbceb8856df65818747.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0e909e22f0569a241540e2fbbbb99ad5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0e909e22f0569a241540e2fbbbb99ad5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0e909e22f0569a241540e2fbbbb99ad5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2383,
+ "type": "rare_chrome_hard_treasure_chest_convertible",
+ "name": "Rare Hard Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 7 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f85036b673ae33160b0a01ceaa119bba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac6dd6908fa19bbaf6de1fe7f772d614.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/71671923917fefe6289bb843ad05f627.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/67df292dd9fb060697f8272b4c20aa69.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac6dd6908fa19bbaf6de1fe7f772d614.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ac6dd6908fa19bbaf6de1fe7f772d614.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ac6dd6908fa19bbaf6de1fe7f772d614.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2384,
+ "type": "rare_chrome_medium_treasure_chest_convertible",
+ "name": "Rare Medium Chrome Treasure Chest",
+ "description": "You and your friends have completed a Chrome Treasure Map and have discovered this Chrome Treasure Chest. \n \nThis chest extends the Chrome Aura by 5 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/24d6d439aec4a34b14dd60b27e6bf97b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/86db493513082686171bc16d19e049a6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6f81f6c744d85317769c67b60f492348.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1caab27a718e5100f47e71afd719caa7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/86db493513082686171bc16d19e049a6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/86db493513082686171bc16d19e049a6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/86db493513082686171bc16d19e049a6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2385,
+ "type": "ronza_rift_supply_crate_2017_convertible",
+ "name": "2017 Ronza's Rift Supply Ship",
+ "description": "A delightful dirigible packed full of goodies to help you in the rift by Ronza herself. \n \nYou will receive: \n \n• 300 Magical String Cheese \n• 400 Rift Airship Charm \n• 20 Riftiago Cheese \n• 50 Mist Canister \n• 15 Cherry Charm \n• 15 Gnarled Charm \n• 15 Stagnant Charm \n• 50 Enerchi Charm \n• 150 Ancient String Cheese \n• 125 Quantum Quartz \n• 5 Runic String Potion \n• 100 Aleth Essence \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3c357494c71522bffed7c569852c9999.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/337ae67c2c078f22b64acb28ab72c032.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/60f9188c4e9e3c4ca3a9b9b117588ea7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7bb354a00b52d881bf55401853f7db16.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/337ae67c2c078f22b64acb28ab72c032.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/337ae67c2c078f22b64acb28ab72c032.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/337ae67c2c078f22b64acb28ab72c032.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2386,
+ "type": "chrome_temporal_turbine_upgrade_kit_crafting_item",
+ "name": "Chrome Temporal Turbine Upgrade Kit",
+ "description": "A globule of chrome swirling in a mysterious vortex. Combine this with Temporal Turbine Trap Parts to create a fantastical Chrome Temporal Turbine! \n \nSmashing your Temporal Turbine and adding this chrome to the trap parts is an irreversible process, so build and rebuild wisely!\n \n \nUse this kit with Temporal Turbine Trap Parts to create:\n
\n
Chrome Temporal Turbine
\n
\n\n
Cast in chrome this more expensive version of the Temporal Turbine has been tuned to aim directly at the sun! The chrome coating allowing it to withstand the heat every time the portal is open. \nMice triggering this trap get instantly cooked to a crisp!
\n
\n\n
Power: 6000
\n
Power Bonus: 25%
\n
Attraction Bonus: 5%
\n
Luck: 28
\n
Power Type: Shadow
\n
Title Required: Duke/Duchess
\n
Cheese Effect: No Effect
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/2db836c9c88a5f2fa866ddc1d372de7e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd434edb90e42a36146a755640261a7b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/d0d23d1a2e971379c769363c3a09f765.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd434edb90e42a36146a755640261a7b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd434edb90e42a36146a755640261a7b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/fd434edb90e42a36146a755640261a7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 2387,
+ "type": "chrome_theme_scrap_1_crafting_item",
+ "name": "Chrome Theme Scrap I",
+ "description": "A unique journal theme scrap coated in chrome. Collect all three journal theme scraps to chrome your Hunter's Journal!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/74063541f842101094c1da5cb00dbc6f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/da2a9655f7a2ed2c532c8ef78f03d5f5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/ad08c7452f19dade8237ea1e048fc24e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/da2a9655f7a2ed2c532c8ef78f03d5f5.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/da2a9655f7a2ed2c532c8ef78f03d5f5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/da2a9655f7a2ed2c532c8ef78f03d5f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2388,
+ "type": "chrome_theme_scrap_2_crafting_item",
+ "name": "Chrome Theme Scrap II",
+ "description": "A unique journal theme scrap coated in chrome. Collect all three journal theme scraps to chrome your Hunter's Journal!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/aea9778372f91cc85fd6296fef366a37.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fc70b8752ff67df7cb10241c025400f5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/e4225ab5fd60fa08c55f0767c59f7900.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fc70b8752ff67df7cb10241c025400f5.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fc70b8752ff67df7cb10241c025400f5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/fc70b8752ff67df7cb10241c025400f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2389,
+ "type": "chrome_theme_scrap_3_crafting_item",
+ "name": "Chrome Theme Scrap III",
+ "description": "A unique journal theme scrap coated in chrome. Collect all three journal theme scraps to chrome your Hunter's Journal!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/41bb435c438487a91408bc6dfc2298c5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72a1634d530faa569aa1ab0fa8580ab.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/fe5ac4c3c421e8ea60b7f4afc947276d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72a1634d530faa569aa1ab0fa8580ab.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72a1634d530faa569aa1ab0fa8580ab.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a72a1634d530faa569aa1ab0fa8580ab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2390,
+ "type": "temporal_turbine_trap_parts_crafting_item",
+ "name": "Temporal Turbine Trap Parts",
+ "description": "A box of parts belonging to a dismantled Temporal Turbine.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4ced47711c3ed8ba81dea22dcb72b32a.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4ced47711c3ed8ba81dea22dcb72b32a.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2391,
+ "type": "chrome_journal_theme_collectible",
+ "name": "Chrome Journal Theme",
+ "description": "Coated in blinding chrome, this Journal Theme is a sight to behold! Celebrate Ronza with this Chrome Journal Theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/7374f11c6836fe01932f95e4a0143e5b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8498b9a48cd49ca7852b7aee5c566235.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/7374f11c6836fe01932f95e4a0143e5b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7374f11c6836fe01932f95e4a0143e5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2392,
+ "type": "ultimate_iceberg_base",
+ "name": "Ultimate Iceberg Base",
+ "description": "The ultimate base to traverse the Iceberg! No longer will you need to worry about switching bases while digging to defeat Icewing. This is a \"one base fits all\" solution to your previous multi-base problem! \n \n• Increases the attraction rate of the Tunnel Rats mice \n• Prevents any backwards movement from Brute mice \n• Capturing Bomb Squad mice propels you forward 20 feet \n• Strongly averts Zealot mice \n• Provides the same bonus as the Deep Freeze Base",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "iceberg",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/8e39bb12e9d81dccc225751ff6df1972.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/816a9f6e0e300494f903ddbdece9de2d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/8e39bb12e9d81dccc225751ff6df1972.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/8e39bb12e9d81dccc225751ff6df1972.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/8d676b831346da831047ba1073f47a6a.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2393,
+ "type": "chrome_grand_arcanum_weapon",
+ "name": "Chrome Grand Arcanum Trap",
+ "description": "Structured identically to a Grand Arcanum Trap with the exception of being forged in chrome, this trap brings a whole new meaning to grand. The extreme heat generated by the amplified power and construction process have encased the Arcane Crystal in molten metal, making it a true sight to behold for Arcane mice as they meet their inevitable demise.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/88d4cb1289a574159fdce651cdb14c7c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a45212830b273ced28c4b4c6491b829d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/88d4cb1289a574159fdce651cdb14c7c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f1d25ee259b2aafbd1a387e5d4350de9.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 23,
+ "luck_formatted": "23",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2394,
+ "type": "chrome_temporal_turbine_weapon",
+ "name": "Chrome Temporal Turbine",
+ "description": "Cast in chrome, this more expensive version of the Temporal Turbine has been tuned to aim directly at the sun! The chrome coating allows it to withstand the heat every time the portal is open and exposed to the impossibly hot flames. \n \nMice triggering this trap get instantly cooked to a crisp! Youch!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7126851e59b8cd93ce52c902f8e76572.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/0b36103fea4fe0b27d486585a2ee7816.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/7126851e59b8cd93ce52c902f8e76572.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/c2291c50c628728096844c8d89127e16.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 28,
+ "luck_formatted": "28",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "ice_fire_chrome_temporal_turbine_skin",
+ "spooky_chrome_temporal_turbine_trap_skin",
+ "festive_chrome_temporal_turbine_trap_skin",
+ "lny_pig_chrome_temporal_turbine_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "ice_fire_chrome_temporal_turbine_skin",
+ "spooky_chrome_temporal_turbine_trap_skin",
+ "festive_chrome_temporal_turbine_trap_skin",
+ "lny_pig_chrome_temporal_turbine_skin"
+ ]
+ },
+ {
+ "id": 2395,
+ "type": "rocket_propelled_gavel_weapon",
+ "name": "Rocket Propelled Gavel Trap",
+ "description": "A fantastical weapon thought up by those mysterious trap makers known only to Ronza. A heavy, gold-plated, sapphire-encrusted gavel propelled by Gnawnia's Best™ environmentally-friendly, all-natural rocket fuel! \n \n\"Gnawnia's Best™ is the only safe-to-use rocket fuel in all of Gnawnia. Look for it in your grocery aisle, next to the cans of Radioactive Sludge (also safe). You know it's true when the flame glows blue!\"",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/003784363b7a3a9ce756b8411dc4f72c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/7cb34dd66c5eaf20f8c05d163028916e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/003784363b7a3a9ce756b8411dc4f72c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/00a0b0d1e2a59aee6af14d601880479b.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 6200,
+ "power_formatted": "6,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 22,
+ "luck_formatted": "22",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2396,
+ "type": "nightlight_trinket",
+ "name": "Nightlight Charm",
+ "description": "Bring some light to the night! The darker it gets, the brighter the light and stronger the trap bonus. Using this charm in Fort Rox will give an increased Power bonus that gets stronger as the night progresses.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "fort_rox",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/7c438f9cfdb525b244738764ffc45050.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/3bd4d89015d071dd8cfef0a8c3161b6b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/de8f19d7051ed9894ef087efe9825874.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/3bd4d89015d071dd8cfef0a8c3161b6b.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/3bd4d89015d071dd8cfef0a8c3161b6b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/3bd4d89015d071dd8cfef0a8c3161b6b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 120,
+ "power_formatted": "120",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2397,
+ "type": "rift_airship_trinket",
+ "name": "Rift Airship Charm",
+ "description": "An airship sealed inside a Rift charm! All the same great Power and Luck bonuses with the added benefit of now being part of the Rift Set! \n \nProvides +5 Luck and +800 Power! \n \nThis charm will also deliver a random Rift Chrome Charm upon catching a mouse! \n \nIf we use enough of these... will Ronza come back?!?
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "rift_furoma",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ede7c3654694de6c2a62b7b5a9c6c5a0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/8152ab3e153b3ecd667b2a08256228e2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/fa480b7150d2880833d12845ffada68a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/8152ab3e153b3ecd667b2a08256228e2.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/8152ab3e153b3ecd667b2a08256228e2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/8152ab3e153b3ecd667b2a08256228e2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2399,
+ "type": "ultimate_gold_bonus_trinket",
+ "name": "Ultimate Wealth Charm",
+ "description": "This charm doubles the effect of the Extreme Wealth Charm, adding an extra 40% gold to mice when caught, up to a maximum of 50,000 extra gold!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/632a003d8ff98645ab4957fb88faf48c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/04ab35fa26055c205d57b636669d55c9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/e250d8d308d6be8846855890c77da5cf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/04ab35fa26055c205d57b636669d55c9.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/04ab35fa26055c205d57b636669d55c9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/04ab35fa26055c205d57b636669d55c9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2400,
+ "type": "dirigible_temporal_dissonance_skin",
+ "name": "Dissonance Dirigible Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5a691b531f3ca00e30af4956bc64ccf0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/434166c6b05b7f9d42bc34ef2cd9df23.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5a691b531f3ca00e30af4956bc64ccf0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/727afbf8a2122a68383ce35fed9585b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "A blimp packed with liquefied and aerated Quantum Quartz. It floats around waiting for an unsuspecting mouse to come by and hitch a ride straight out of its own timeline!"
+ },
+ {
+ "id": 2401,
+ "type": "gilded_wolfsbane_trap_skin",
+ "name": "Gilded Interdimensional Crossbow Trap Skin",
+ "description": "These finely-tuned crossbows create an interdimensional network between all other Interdimensional Crossbow Traps in existence. \n \nIn synchronization with each other, once one of the traps detects a mouse, each of the other traps opens a portal to the offending location so that they may aid by opening fire upon the same target at once! \n \nIt makes you wonder why all traps aren't made this way!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/cc1cc4cde675106ca55a4bc3d4825600.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1b02df992033ffda1cde510c1d30e41f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/cc1cc4cde675106ca55a4bc3d4825600.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f7c43278e5f40173d135df3c038df1b7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "wolfsbane_weapon",
+ "skin_weapon_name": "Interdimensional Crossbow",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/818f31172f21150a00a3ca80743d2dc3.jpg",
+ "marketing_text": "Plumes of gloriously pink feathers accent the bolts in this gilded- and jewel-encrusted version of the Interdimensional Crossbow Trap. Truly a crossbow fit for a King!"
+ },
+ {
+ "id": 2402,
+ "type": "glacier_ice_maiden_skin",
+ "name": "Glacier Ice Maiden Skin",
+ "description": "Bound within the pillar of ice on the back of this trap is a rare enchantment. When the dragon breathes fire onto the trap, the ice temporarily melts, releasing a specially-designed dragon collar which snaps down onto the dragon's neck and freezes him in a thick coating of ice.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a93777e623bc336bff4bbf4dc8d5da51.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7e27273a3c62f62d07818a56c1e218cb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a93777e623bc336bff4bbf4dc8d5da51.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/467603c0691e646a1f90f277eaf5b63b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ice_maiden_weapon",
+ "skin_weapon_name": "Ice Maiden",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/36fba525def51fa95edd75524ddca283.jpg",
+ "marketing_text": "An enchanted glacial stone binds a powerful celestial glyph that extinguishes all dragon fire once freed from the ice. Once the dragon in question has its fiery breath frozen, the glyph continues to spew forth gusts of divine hail, encasing the dragon in a solid block of ice."
+ },
+ {
+ "id": 2403,
+ "type": "overgrown_slac_ii_skin",
+ "name": "Overgrown S.L.A.C. II Skin",
+ "description": "The S.L.A.C. II is an improvement from its predecessor in two ways: The \"S\" in the acronym now stands for \"sling\", and the sling itself. \n \nUtilizing the technology of what our scientists are calling \"a very large rubber band\", the S.L.A.C. II is able to harmlessly* sling mice away from your cheese and back into the desert. \n \n*The slinging process itself does not harm the mouse.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/edbfebe3a83bfc023f26c82d4b9bf19c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/577cbdd5db8e88d65fa50c70bc1c81a9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/edbfebe3a83bfc023f26c82d4b9bf19c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/3cfdaeeaf06f363e9e4060d3ae2811bc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "slac_ii_sling_weapon",
+ "skin_weapon_name": "S.L.A.C. II",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ef26e3e43670a644c027f5957e55fc04.jpg",
+ "marketing_text": "This skin looks as if someone hastily deployed a S.L.A.C. II while out in the jungle, scrambling to set it up while escaping some frightening beast. Seems to have been abandoned so long that the jungle itself has grown around it, providing some pretty nifty camoflage! Still seems to function just fine, despite all the vines and roots entangled it, a tribute to the engineering prowess of our Trapsmiths!"
+ },
+ {
+ "id": 2404,
+ "type": "summer_mynorca_skin",
+ "name": "Summer M.Y.N.O.R.C.A. Skin",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a2df427e2fe1d0d0e81c47bee73385f2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6fe6fbce25bf28108ffa5e866cb45451.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a2df427e2fe1d0d0e81c47bee73385f2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7de10fa5cc7912215a4093615cde371c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "rift_mynorca_weapon",
+ "skin_weapon_name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "marketing_text": "A beautifully-painted, hand-crafted wooden frame accented with gold trim. This trap skin is topped with a ball of radiant summer energy bloomed into the shape of a lovely summer flower. A pleasant way to go for any mouse."
+ },
+ {
+ "id": 2405,
+ "type": "arduous_treasure_chest_s5_convertible",
+ "name": "Arduous Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8b9250ba3d9dfdc2316eba8dbbe19021.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1dd5cf6f539f2bbcf6663c10df056ff6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d8a71aca82a5de5fc5329f354074573.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1e5bab59b3ccdb6aaa4046b712571626.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1dd5cf6f539f2bbcf6663c10df056ff6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1dd5cf6f539f2bbcf6663c10df056ff6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1dd5cf6f539f2bbcf6663c10df056ff6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2406,
+ "type": "easy_treasure_chest_s5_convertible",
+ "name": "Easy Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/000a137a010f5df0c0ccd6fcbad7cd60.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1b1ec090c0777b1d163d336285fbb640.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8dea76a64ce5d3544948819a3ac2eb41.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d602d835e8ecd99d341f3f3f1ffcb4c1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1b1ec090c0777b1d163d336285fbb640.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1b1ec090c0777b1d163d336285fbb640.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1b1ec090c0777b1d163d336285fbb640.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2407,
+ "type": "elaborate_treasure_chest_s5_convertible",
+ "name": "Elaborate Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/375dbd1436c66e8fe435ffb0075b8eaa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/08d570679979422d67791d864bf38b1b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/479289e9254a7541c7141bf1d3bcb4b7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d6e0f2bcb548478eb646f029f45a1446.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/08d570679979422d67791d864bf38b1b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/08d570679979422d67791d864bf38b1b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/08d570679979422d67791d864bf38b1b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2408,
+ "type": "elite_treasure_chest_s5_convertible",
+ "name": "Elite Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/52dec91e913e8a0707d968bbbff57566.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6138db8804941712d4803e01bf2adc45.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2368ede418c291f84be50f5dd7632477.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/01770e58d4314d82962435a7c9193be1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6138db8804941712d4803e01bf2adc45.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6138db8804941712d4803e01bf2adc45.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6138db8804941712d4803e01bf2adc45.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2409,
+ "type": "hard_treasure_chest_s5_convertible",
+ "name": "Hard Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bd4ddcdb52fd9a79de21f43b37a7e7e0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cb1aaca1f81268253f95a0bb9401a59d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ff1218d48be45bad8ce3ae59c7557e71.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a2624f38635eada0f4fd457d9f018e72.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cb1aaca1f81268253f95a0bb9401a59d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cb1aaca1f81268253f95a0bb9401a59d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cb1aaca1f81268253f95a0bb9401a59d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2410,
+ "type": "medium_treasure_chest_s5_convertible",
+ "name": "Medium Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/76eb4291813930921267d8f91c3b4c40.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/407b1ece7c080100801a533e4e7a8267.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a5fe12f49233085f1279672006aacb13.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d5c12ed4cbc8535ce22e42f8df68443b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/407b1ece7c080100801a533e4e7a8267.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/407b1ece7c080100801a533e4e7a8267.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/407b1ece7c080100801a533e4e7a8267.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2411,
+ "type": "rare_arduous_treasure_chest_s5_convertible",
+ "name": "Rare Arduous Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/91cd01b1468e188d84da7aef08bbe6f0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4fd7d8879462796c794393c4f85e10d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0563ec3ba46d1b6e882dad37d31b9b2f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3dfe3d8134f676f0bbeed4303c04c24e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4fd7d8879462796c794393c4f85e10d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4fd7d8879462796c794393c4f85e10d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4fd7d8879462796c794393c4f85e10d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2412,
+ "type": "rare_easy_treasure_chest_s5_convertible",
+ "name": "Rare Easy Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a42ba379809e5164ea8c986203563363.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6de6aea83079e41d4e4e83e3d20e5261.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bbbe25850bd176ada29d5aad14a3aa82.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b495b239a59d1b2687c801a71e3f7a37.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6de6aea83079e41d4e4e83e3d20e5261.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6de6aea83079e41d4e4e83e3d20e5261.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6de6aea83079e41d4e4e83e3d20e5261.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2413,
+ "type": "rare_elaborate_treasure_chest_s5_convertible",
+ "name": "Rare Elaborate Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3d07f0e3f454cb71757f5ecb4fa00fb6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2fc040d7c6b524443f3b831cb9de4883.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/626ffc7fa4c2eb2170928e67b0d949ad.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a7c76fa3adf56820d64e5d666848f8b7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2fc040d7c6b524443f3b831cb9de4883.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2fc040d7c6b524443f3b831cb9de4883.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2fc040d7c6b524443f3b831cb9de4883.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2414,
+ "type": "rare_elite_treasure_chest_s5_convertible",
+ "name": "Rare Elite Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/83c674c7ae0077a2ac937bf8635456d6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8fa01af939d6d5dcdeece62ef9481a0b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b10f4433a5f8996fc8e1bf2597101e29.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/99175acff5041271d63c4abbedf497a0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8fa01af939d6d5dcdeece62ef9481a0b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8fa01af939d6d5dcdeece62ef9481a0b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8fa01af939d6d5dcdeece62ef9481a0b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2415,
+ "type": "rare_hard_treasure_chest_s5_convertible",
+ "name": "Rare Hard Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/aa475ac114395403950163a6ae568629.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc389b1334cba410675a1b0797b44d8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a6f1cc194bc0e396458be87aef024734.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d75e8e77a51a4a28c3216fd5e7dbca9a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc389b1334cba410675a1b0797b44d8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc389b1334cba410675a1b0797b44d8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ebc389b1334cba410675a1b0797b44d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2416,
+ "type": "rare_medium_treasure_chest_s5_convertible",
+ "name": "Rare Medium Treasure Chest (Season 5)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d5e49d823600ad2cd6da89d3ee96b5ef.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/555e9022dd3967fde547c31f57f1d983.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a8a433756866fbde1c11b41de3c23a05.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/95a96cfd2dc9dd27790c05bdc247a961.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/555e9022dd3967fde547c31f57f1d983.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/555e9022dd3967fde547c31f57f1d983.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/555e9022dd3967fde547c31f57f1d983.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2417,
+ "type": "rare_warpath_treasure_chest_convertible",
+ "name": "Rare Warpath Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b08fb5a5cf8282507702f53612618691.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/01845f4f80eaaa88a4a9c56aabc3ec29.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3421aa2c2043e4b8e2bf7de69f898c9d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2a205f33ccda0647f28911780312a2bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/01845f4f80eaaa88a4a9c56aabc3ec29.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/01845f4f80eaaa88a4a9c56aabc3ec29.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/01845f4f80eaaa88a4a9c56aabc3ec29.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2418,
+ "type": "warpath_scroll_case_convertible",
+ "name": "Warpath Scroll Case",
+ "description": "This sealed scroll case contains a map leading to treasure hidden in the Fiery Warpath. \n \nThe treasure earned from this map has the chance of having a piece of high-tech gadgetry that will allow you access to an additional wave within the Warpath containing some powerful artillery. ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/99b722fb4965ed07d90c3fed673f5479.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5fb683e7281108aabdd7910a7f4efc0b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dfc81b85b19ce75215e59897089905bd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5b9462a62c704d36bd8bfa79f4dd6da9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5fb683e7281108aabdd7910a7f4efc0b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5fb683e7281108aabdd7910a7f4efc0b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5fb683e7281108aabdd7910a7f4efc0b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2419,
+ "type": "warpath_treasure_chest_convertible",
+ "name": "Warpath Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8f3702e1c3e771deb13cd0ad13e903fb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ead4e22b19c86f0615f852f334203cc5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a853f2e29fb37db6b0f191e766b1bc3d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/90b280bee8e6dc65a4030fb34856b0a5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ead4e22b19c86f0615f852f334203cc5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ead4e22b19c86f0615f852f334203cc5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ead4e22b19c86f0615f852f334203cc5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2420,
+ "type": "warpath_treasure_hunting_kit_convertible",
+ "name": "Warpath Treasure Hunting Kit",
+ "description": "A gilded treasure hunting kit filled with cheese and charms to help conquer the Fiery Warpath and its treasure maps!
\nInside you'll find: \n \n\n• 300 SUPER|brie+ \n• 50 Super Warpath Warrior Charms \n• 50 Super Warpath Scout Charms \n• 50 Super Warpath Archer Charms \n• 25 Super Warpath Cavalry Charms \n• 25 Super Warpath Mage Charms \n• 5 Rare Map Dust \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/73487b7c285ae916d478f1fc9fcc8934.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c9d07de82cbb226a1098412de58c0d85.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1f27cb9c98585355a1617a2a3005e6f7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e21fe8083d21e612e475422d552a41d3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c9d07de82cbb226a1098412de58c0d85.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c9d07de82cbb226a1098412de58c0d85.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c9d07de82cbb226a1098412de58c0d85.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2421,
+ "type": "artillery_strike_stat_item",
+ "name": "Artillery Strike Launch Box",
+ "description": "A small box containing a complex targeting system with a big, red launch button. This powerful device can be used to target and wipe out a whole wave at the Fiery Warpath!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9ea7c8cce196064e30a6aa94c843fd2a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ef8fb33edf7ca54d7ddfc91a215e4845.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/49159ce9d0742c340fada7376881ae13.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ef8fb33edf7ca54d7ddfc91a215e4845.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ef8fb33edf7ca54d7ddfc91a215e4845.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ef8fb33edf7ca54d7ddfc91a215e4845.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2422,
+ "type": "warpath_portal_console_stat_item",
+ "name": "Warpath Portal Console",
+ "description": "A socketed console awaiting a portal core tuned to the Fiery Warpath. Combining this with the Warpath Portal Console will create a Warpath Portal Projector. This portal leads to a top secret Command Tent located in the 4th wave of the Warpath! \n \nThere is a rare chance to find this portal component inside of a Warpath Treasure Chest!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/af802e1270a3af75ad8beac1be17a1b5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a651290b0ae333df57f93e2dac7fed7c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c2d00b882a921eaba1e9776199e3388c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a651290b0ae333df57f93e2dac7fed7c.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a651290b0ae333df57f93e2dac7fed7c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a651290b0ae333df57f93e2dac7fed7c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2423,
+ "type": "warpath_portal_core_stat_item",
+ "name": "Warpath Portal Core",
+ "description": "A pulsating portal core tuned to the Fiery Warpath. Combining this with the Warpath Portal Console will create a Warpath Portal Projector. This portal leads to a top secret Command Tent located in the 4th wave of the Warpath! \n \nThere is a rare chance to find this portal component inside of a Warpath Treasure Chest!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/406db27067c1d29f57fcd1da4068b1a5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/50d019660f27d490b759269e4323715f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/711499c1595d9d1cf62a39a32e686d18.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/50d019660f27d490b759269e4323715f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/50d019660f27d490b759269e4323715f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/50d019660f27d490b759269e4323715f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2424,
+ "type": "warpath_portal_projector_stat_item",
+ "name": "Warpath Portal Projector",
+ "description": "With the console and the core combined, this powerful artifact will allow a hunter a single trip into the Warmonger's top secret Command Tent during the 4th wave at the Fiery Warpath for an extra challenge! \n \nThe projector emits a bright light in the shape of a strange door-like portal. Once traversed, the projector burns out and only a ruined husk remains.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/874e08e0a09bdaba448104a1840ef9fc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/26383ddab530a128c32fb2cc5e9e7405.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3df33d27d63387c1727a2ec82459ed78.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/26383ddab530a128c32fb2cc5e9e7405.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/26383ddab530a128c32fb2cc5e9e7405.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/26383ddab530a128c32fb2cc5e9e7405.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2425,
+ "type": "ancient_booster_base",
+ "name": "Ancient Booster Base",
+ "description": "Built from the same jade and gold materials, this magical base shares an affinity with Ancient Relics. Upon contact with a Relic Hunter Mouse, this base will attempt to consume one Ancient Relic to generate extra Ancient Charms.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c10966e4de4fcbbd957b34737a63b3c6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/a3b5a9480d16f6bf032185a890c7116a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c10966e4de4fcbbd957b34737a63b3c6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c10966e4de4fcbbd957b34737a63b3c6.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/6e5bb3b36a5e78bba52d6d21b2c971bb.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2426,
+ "type": "moussu_picchu_fealty_stat_item",
+ "name": "Climbing Boots of Fealty",
+ "description": "An old pair of mossy boots with climbing spikes fastened to the front. Looks to be part of a long forgotten set of climbing gear. \n \nPerhaps the Labyrinth or Zokor Cartographers know something about how this climbing gear can be used...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/178314bcb9c81a79683a9718410a8d54.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7dd96a7db367b89ba94fc359fb1ae8e3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/95fb3ea7e1ed68bea4393b968279ea4b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7dd96a7db367b89ba94fc359fb1ae8e3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7dd96a7db367b89ba94fc359fb1ae8e3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7dd96a7db367b89ba94fc359fb1ae8e3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Paladin Weapon Master mice in Zokor"
+ },
+ {
+ "id": 2427,
+ "type": "moussu_picchu_scholar_stat_item",
+ "name": "Climbing Vine of Scholars",
+ "description": "A magically-infused wild vine that does not look native to the Labyrinth's ecosystem. Looks to be part of a long forgotten set of climbing gear. \n \nPerhaps the Labyrinth or Zokor Cartographers know something about how this climbing gear can be used...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cd79175135671683540321fd0b8b0ef0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/77e2a628fd129ceefe1d883382e2e10b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a708b8b126f67a55f509dba142aef998.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/77e2a628fd129ceefe1d883382e2e10b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/77e2a628fd129ceefe1d883382e2e10b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/77e2a628fd129ceefe1d883382e2e10b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Soul Binder mice in Zokor"
+ },
+ {
+ "id": 2428,
+ "type": "moussu_picchu_tech_stat_item",
+ "name": "Climbing Grapnel of Tech",
+ "description": "An old, meticulously crafted grappling hook. Looks to be part of a long forgotten set of climbing gear. \n \nPerhaps the Labyrinth or Zokor Cartographers know something about how this climbing gear can be used...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3dcb382ccac18e1110e8d3097ec08a0c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f0dff00197be8d9098abf519b482c099.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/01db012fdbc68b151f913c29133d77ca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f0dff00197be8d9098abf519b482c099.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f0dff00197be8d9098abf519b482c099.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f0dff00197be8d9098abf519b482c099.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Manaforged Smith mice in Zokor"
+ },
+ {
+ "id": 2429,
+ "type": "moussu_picchu_map_piece",
+ "name": "Moussu Picchu Climbing Route",
+ "description": "This route map reveals a long and treacherous mountain passage that seems to lead high up into the sky. Thick clouds make it difficult to see what lies ahead and strong gusts of wind make the daunting climb difficult. \n \nYou will need to gather a set of climbing gear from Zokor before the Cartographer will give you the route. \n \nWhile you are climbing, keep an eye out for a nameless trail leading to a lookout point that gives you a crazy nice panoramic view of a neighbouring lake. \n \nThis treacherous route can only be surmounted by hunters ranked Grand Duke/Duchess or above. \n \nObtain this map piece during the Grand Duke/Grand Duchess adventure: Capture Ful'Mina, the Mountain Queen",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "moussu_picchu"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/7e00b14ec978aec7ef1be728bd8c9989.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/9abe87ba92d56cdf8f4bb9e84ef2aadb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/7e00b14ec978aec7ef1be728bd8c9989.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7e00b14ec978aec7ef1be728bd8c9989.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2430,
+ "type": "moussu_picchu_gift_basket_convertible",
+ "name": "Moussu Picchu Gift Basket",
+ "description": "Help a friend overcome the dangerous and powerful weather in Moussu Picchu! \n \nInside you'll find: \n \n\n• 30 Glowing Gruyere Cheese \n• 30 Fire Bowl Fuel \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/218c07742521555a60378e2ad948b8ac.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/381ed8313655ab692712b0384a02509a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1721b349073920d0950f383e62c3a95b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8743867db1d2369cd8b7c8030b346945.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/381ed8313655ab692712b0384a02509a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/381ed8313655ab692712b0384a02509a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/381ed8313655ab692712b0384a02509a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2431,
+ "type": "moussu_picchu_supply_kit_convertible",
+ "name": "Moussu Picchu Supply Kit",
+ "description": "Brimming with Glowing Gruyere and Fire Bowl Fuel. Get a head start in Moussu Picchu! \n \nInside you'll find: \n \n\n• 300 Glowing Gruyere Cheese \n• 200 Fire Bowl Fuel \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d3b5e01b775c20098eb94de1bd81b30a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8d817b4079c52b61dd6beda40e737f1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9fc1adc2cb6decdad405de8cdf903e1a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d39fb65fd83a061443f4f13015a9ae26.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8d817b4079c52b61dd6beda40e737f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c8d817b4079c52b61dd6beda40e737f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c8d817b4079c52b61dd6beda40e737f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2432,
+ "type": "arcanevine_crafting_item",
+ "name": "Arcanevine",
+ "description": "A coiling strain of vegetation that thrives in windy environments. This vine is able to absorb the little moisture it needs from cool breezes. As the winds in Moussu Picchu are fueled by the Arcane magics, the plants end up absorbing this as well which further propels their growth and nutritional value.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/e651df03860bdcd3b5297833476db646.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3ba68a805e40bd9d009bf71716a73d5d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/1470bafa99f1c5ab3578dfa3efc9e078.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3ba68a805e40bd9d009bf71716a73d5d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3ba68a805e40bd9d009bf71716a73d5d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3ba68a805e40bd9d009bf71716a73d5d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Wind Wanderers in Moussu Picchu"
+ },
+ {
+ "id": 2433,
+ "type": "dragon_ballista_parts_crafting_item",
+ "name": "Dragonvine Ballista Parts",
+ "description": "A carefully disassembled Dragonvine Ballista. These parts can be combined with Ful'Mina's teeth to create a powerful Storm Wrought Trap capable of extracting additional Dragon Scales.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c2768c3557fb7e25ddc7ea6347b982b4.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c2768c3557fb7e25ddc7ea6347b982b4.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2434,
+ "type": "dragon_scale_crafting_item",
+ "name": "Dragon Scale",
+ "description": "A small, distinguished scale that came from one of the Storm Dragon mice. These precious scales harbour some of the storm energy that once belonged to its owner.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ccc9b45cc7b5834a91e2c577b1b7e20f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/40e221d3ef85009a96478033f96d1cc7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/7d7dc04568e10a384d77aa1e23adf5a2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/40e221d3ef85009a96478033f96d1cc7.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/40e221d3ef85009a96478033f96d1cc7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/40e221d3ef85009a96478033f96d1cc7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Storm Dragons in Moussu Picchu"
+ },
+ {
+ "id": 2435,
+ "type": "fulmina_tooth_crafting_item",
+ "name": "Ful'Mina's Tooth",
+ "description": "Sometimes, after a particularly fierce storm, the bolts of lightning leave behind craters in the ground. At the center, still crackling and smoldering and hot to the touch, these strange teeth can be found jutting upwards from the earth. \n \nSome say they are the impossibly sharp teeth of Ful'Mina herself, that her very bite sends down sharp bolts of electricity from the sky, marking the ground with physical evidence of her terrifying presence. \n \nResourceful hunters can craft with these teeth to upgrade the Dragonvine Ballista Trap into a more powerful version that extracts extra Dragon Scales!\n \n \nCombine 3 of these with Dragonvine Ballista Parts to create:\n
\n
Storm Wrought Ballista Trap
\n
\n\n
A vortex of thunderous bolts fire endlessly from this Storm Wrought Ballista Trap. Enhanced by dark dragon magic drawn from Ful'Mina's powerful teeth, its incredible storm vortex can rip an additional Dragon Scale from the clutches of its victims.
\n
\n\n
Power: 6000
\n
Power Bonus: 15%
\n
Attraction Bonus: 10%
\n
Luck: 15
\n
Power Type: Draconic
\n
Cheese Effect: Stale
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/16e1b9f5196d896445eda1f92180c4ef.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/bf29c4e1a580ef409b8bb809180e284d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/4e309aadd9e8fd433249b75c45d953c7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/bf29c4e1a580ef409b8bb809180e284d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/bf29c4e1a580ef409b8bb809180e284d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/bf29c4e1a580ef409b8bb809180e284d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "fulmina_charged_tooth_stat_item": 15
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Ful'Mina, The Mountain Queen in Moussu Picchu or purchase from the Moussu Picchu General Store"
+ },
+ {
+ "id": 2436,
+ "type": "shadowvine_crafting_item",
+ "name": "Shadowvine",
+ "description": "A damp, mossy, creeper vine that flourishes in dark and extremely wet environments. The constant overcast and rainfall do wonders for this particular strain of flora. Shadow magic has been passively infused into this genus from the magical origins of the storms surrounding Moussu Picchu.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c618dceed9141dfb5a63e78fa3b6c077.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/53651ef34786e43ba7881a501bc2058e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/8cfd10ffa801e67b526beb4932374fe5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/53651ef34786e43ba7881a501bc2058e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/53651ef34786e43ba7881a501bc2058e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/53651ef34786e43ba7881a501bc2058e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Rain Roamers in Moussu Picchu"
+ },
+ {
+ "id": 2437,
+ "type": "tiki_fuel_stat_item",
+ "name": "Fire Bowl Fuel",
+ "description": "A sweetened honey molasses tree sap grown from a rare tree that grows in the sacred areas of the plateau where the rain and wind perfectly overlap, giving just enough nourishment from each element. \n \nUse this special sap as fuel to keep the Fire Bowl lit, which will prevent the weather intensity from diminishing.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e2c9b45ab75c2d0197f4eb6ebe4b4c22.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/322ea2bc8e536bf2282a6e87647092c2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/36072cff45a2e63c47114f5960a63733.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/322ea2bc8e536bf2282a6e87647092c2.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/322ea2bc8e536bf2282a6e87647092c2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/322ea2bc8e536bf2282a6e87647092c2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2438,
+ "type": "dragonvine_ballista_weapon",
+ "name": "Dragonvine Ballista Trap",
+ "description": "The ballista fires a heavy bolt which separates midair, opening to reveal a large and heavy chain net. This is specifically designed to capture incredibly strong airborne mice and reel them back in using tough, elemental-resistant dragonvines attached to a reinforced internal winch.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e3f90d7311e55cf941ad3b1b33612254.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b0df13d35006788d7df5e96c51cca03d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/e3f90d7311e55cf941ad3b1b33612254.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/8f4aebfd30b92eaefc9db472bcce5f12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 5750,
+ "power_formatted": "5,750",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 14,
+ "luck_formatted": "14",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "frosted_dragonvine_ballista_skin",
+ "dragonslime_dragonvine_ballista_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "dragon_ballista_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "frosted_dragonvine_ballista_skin",
+ "dragonslime_dragonvine_ballista_skin"
+ ]
+ },
+ {
+ "id": 2439,
+ "type": "storm_wrought_ballista_weapon",
+ "name": "Storm Wrought Ballista Trap",
+ "description": "A vortex of thunderous bolts fire endlessly from this Storm Wrought Ballista Trap. Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful storm vortex can rip an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "moussu_picchu",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/47efb9479db87cd1f7c7c11e5d43d882.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/c607d5fa0c5c511c996a5044ee6f3abd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/47efb9479db87cd1f7c7c11e5d43d882.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/8ba91b22519883333947cb64a5cde193.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "blizzard_storm_wrought_ballista_skin",
+ "tenth_birthday_storm_wrought_ballista_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "storm_wrought_ballista_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "blizzard_storm_wrought_ballista_skin",
+ "tenth_birthday_storm_wrought_ballista_skin"
+ ]
+ },
+ {
+ "id": 2440,
+ "type": "dragonvine_cheese",
+ "name": "Dragonvine Cheese",
+ "description": "An infusion of Moussu Picchu's flora, the magic contained inside of the Shadowvine and Arcanevine collide at the centre of this cheese to create the eye of a small storm. This focused surge of storm energy is highly attractive to the Storm Dragon mice, beckoning them out from behind their clouds.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "draconic",
+ "moussu_picchu",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/0b950a3b85c543fe1e7bc3a7a4137580.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/74a0f97c45fe2f408d00c94f4dce1c88.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/c0806892652fad0fd2a5acfbd6bc8921.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/aba39982b8ca248f9bbf0a478ce19966.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/74a0f97c45fe2f408d00c94f4dce1c88.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/74a0f97c45fe2f408d00c94f4dce1c88.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/74a0f97c45fe2f408d00c94f4dce1c88.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2441,
+ "type": "rain_cheese",
+ "name": "Rainy Cheese",
+ "description": "Dark, rich, creamy, and soaked in a rainy brine, this cheese is a lot heavier than it looks! Each bite is dripping with quite the wallop of flavour. \n \nThis specialty cheese attracts Shadow mice at Moussu Picchu with a strong affinity to the dark clouds of the rain.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "shadow",
+ "moussu_picchu",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/8d9e4b6192c5a0c5065c423e48994406.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/5c49fbcfb6ce7cb5c3a9bb4254e27fce.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/9bf73900e49300d5d940cfc28de0a103.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/7ed6e2bd95a7f4cc93a412479bdf9127.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/5c49fbcfb6ce7cb5c3a9bb4254e27fce.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/5c49fbcfb6ce7cb5c3a9bb4254e27fce.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/5c49fbcfb6ce7cb5c3a9bb4254e27fce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2442,
+ "type": "wind_cheese",
+ "name": "Windy Cheese",
+ "description": "A lightweight, fluffy and buoyant cheese. The taste is so light that you wouldn't even notice you took a bite if you had your eyes closed! \n \nThis specialty cheese attracts Arcane mice at Moussu Picchu with a strong affinity to the magical powers of the wind.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "arcane",
+ "moussu_picchu",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/41285edef269a2e75f55e67fba285415.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/07d17414bb8d206b6f1481e08967890e.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/85822e4856e3ad766add887803c99725.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/4906f3102802f39fb56c1ffc1e733cfa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/07d17414bb8d206b6f1481e08967890e.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/07d17414bb8d206b6f1481e08967890e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/07d17414bb8d206b6f1481e08967890e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2443,
+ "type": "rain_cheese_potion",
+ "name": "Rainy Potion",
+ "description": "A thick and viscous liquid weighs down this heavy flask. This potion contains dark arcane essence extracted from torrential rains. Add a few drops to Gouda, SUPER|brie+ or Glowing Gruyere to create Rainy Cheese.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "moussu_picchu",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/0fc42b5f5e9e91675f199fd61c7dddf8.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/c98b1a20461a4048df6c7c46c679c9a3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/1ad8c457fb2f470156080f3a6af00e4d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/c98b1a20461a4048df6c7c46c679c9a3.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/c98b1a20461a4048df6c7c46c679c9a3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/c98b1a20461a4048df6c7c46c679c9a3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2444,
+ "type": "wind_cheese_potion",
+ "name": "Windy Potion",
+ "description": "Airy and light, this liquid floats on air. This potion contains extracted raw essence of wind. A quaff of this potion could yield quite a weightless experience! Pairs nicely with Gouda, SUPER|brie+ or Glowing Gruyere to create Windy Cheese.",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "moussu_picchu",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/0092c123a1d8841dab10efecac90ffbf.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/ff19ea855745da18e472e29b975f9040.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/fba296a9b6b02f943ac9c0efb89a7db9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/ff19ea855745da18e472e29b975f9040.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/ff19ea855745da18e472e29b975f9040.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/ff19ea855745da18e472e29b975f9040.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2445,
+ "type": "frosted_dragonvine_ballista_skin",
+ "name": "Frosted Dragonvine Ballista Trap Skin",
+ "description": "The ballista fires a heavy bolt which separates mid air, opening to reveal a large heavy chain net. This is specifically designed to capture incredibly strong, airborne mice and reel them back in using a very strong internal winch and tough, elemental resistant dragonvines.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7c3e8d7fb3f5ad0af0ab1782fca17fe0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/01df815d7ce945eca370287260e4ac11.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7c3e8d7fb3f5ad0af0ab1782fca17fe0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/72a48daff806d7080065e7787facbc89.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dragonvine_ballista_weapon",
+ "skin_weapon_name": "Dragonvine Ballista Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e3f90d7311e55cf941ad3b1b33612254.jpg",
+ "marketing_text": "Imbued with an enchantment of ice, this skin binds dragons in icy bonds and leaves behind some serious frostbite!"
+ },
+ {
+ "id": 2446,
+ "type": "catch_ful_mina_adv",
+ "name": "Capture Ful'Mina, the Mountain Queen",
+ "description": "Mountains quake beneath her feet! Capture the Tremoring Mountain Queen!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "arcane",
+ "shadow",
+ "draconic",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2447,
+ "type": "2017_halloween_skin_pack_convertible",
+ "name": "2017 Halloween Skin Pack",
+ "description": "One of each premium Halloween skin is included in this spooky bundle at a discounted rate! \n \nInside you'll find: \n \n\n• 1 Steam Maw Skin \n• 1 Count Sentinel Skin \n• 1 Zugzwang's Night-Mare Skin \n• 1 Costumed Ambush Skin \n• 1 Lovecraft Shelf Skin \n• 1 Spooky Mary O'Nette Skin \n• 1 Ghostly Spiked Crusher Skin \n• 1 Scary S.L.A.C. II Skin \n• 1 All Seeing Eye Skin \n• 1 Haunted Spires Skin \n• 1 Skeletal Rune Shark Trap Skin \n• 1 The Spirit of Halloween Skin \n• 1 Molten Oasis Trap Skin \n• 1 Spooky Endless Labyrinth Trap Skin \n• 1 Pillow-S.L.A.C. II Skin \n• 1 Ghostship Lollipop Trap Skin \n• 1 Haunted Dragonslime Ballista Trap Skin \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ea691c11a4c64fe30ffc229ef588d24d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/902b9a4cab78a528a912f054791057bf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ad1f2e4f89dd2104d0da3f489ba19d4b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/495144f1f88001ff80fe17a9525e3021.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/902b9a4cab78a528a912f054791057bf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/902b9a4cab78a528a912f054791057bf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/902b9a4cab78a528a912f054791057bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2495,
+ "type": "snow_golem_supply_box_convertible",
+ "name": "Snow Golem Supply Box",
+ "description": "A large box of assorted festive goodies to help you send out Snow Golems and hunt across all of Gnawnia this holiday season! \n \nInside you'll find: \n \n\n• 500 Pecan Pecorino Cheese \n• 300 Let It Snow Charms \n• 12 Magical Holiday Hats \n• 3 Festive Summoning Bells \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/05e513040e6a451a6d34de9c5166c8e6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0cb5d2bdf8b6eea26f3e46948d912062.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0f01e2f3d83b516d9963eae8835aa728.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/36c18f69b35d1c2bf3fcd5d0d482faab.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0cb5d2bdf8b6eea26f3e46948d912062.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0cb5d2bdf8b6eea26f3e46948d912062.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0cb5d2bdf8b6eea26f3e46948d912062.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2496,
+ "type": "snow_golem_supply_kit_convertible",
+ "name": "Stuffed Snow Golem Stocking",
+ "description": "A lovingly stuffed stocking full of supplies to get you started this holiday season! \n \nInside you'll find: \n \n\n• 100 Pecan Pecorino Cheese \n• 40 Let It Snow Charms \n• 3 Magical Holiday Hats \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2114bcdf979a6130cf5201dbbc66caed.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c7feb08d9752da00c5f6f6c53d765f50.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/32d58df2b5330f357ee84bccfd648ef1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/46b486c91a8a8adabf1bf3536298cf30.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c7feb08d9752da00c5f6f6c53d765f50.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c7feb08d9752da00c5f6f6c53d765f50.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c7feb08d9752da00c5f6f6c53d765f50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2497,
+ "type": "snow_golem_treasure_hunting_kit_convertible",
+ "name": "Snow Golem Treasure Hunting Kit",
+ "description": "A beautifully wrapped box full of holiday delights, supplies and surprises! On top of Pecan Pecorino and Let It Snow Charms is sprinkled a pinch of Rare Map Dust to complete those naughty and nice maps! \n \nInside you'll find: \n \n\n• 200 Pecan Pecorino Cheese \n• 100 Let It Snow Charms \n• 3 Rare Map Dust \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/99a0f5ec136503043a2105cc0c539795.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e66e3c9fefe237892bae5c215a6e1932.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5f797efd7b334cd3d3c9a75423b8bd1e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2959b7da54e47f65c55d032eb7b24d0f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e66e3c9fefe237892bae5c215a6e1932.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e66e3c9fefe237892bae5c215a6e1932.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e66e3c9fefe237892bae5c215a6e1932.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2498,
+ "type": "crossbow_trap_parts_crafting_item",
+ "name": "Interdimensional Crossbow Trap Parts",
+ "description": "The parts of a carefully disassembled Interdimentional Crossbow Trap. Special care must have been taken while unlatching the high tension parts!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f0f1a9360c06a7725e42432e9fbce187.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f0f1a9360c06a7725e42432e9fbce187.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2499,
+ "type": "frozen_galaxy_event_horizon_crafting_item",
+ "name": "Frozen Galaxy Event Horizon Module",
+ "description": "A containment module housing a frozen galaxy. After installation into an Event Horizon Trap, this galaxy gets released and completely engulfs the existing one into a swirling winter wasteland. \n \nCombining this item with... \n 118 x Scholar Scroll 18 x Frosty Metal 1 x Event Horizon Trap Parts 1 x Arcane Crystal
Will give you...
Infinite Winter Horizon Trap ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c775af0ba0862bb2ef604bbac957e4cd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6b92b2a36a475710782ceee31069df9d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/1780f7fe37bc2a6851b583fdd8f0dd56.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6b92b2a36a475710782ceee31069df9d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/6b92b2a36a475710782ceee31069df9d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/6b92b2a36a475710782ceee31069df9d.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 2
+ },
+ {
+ "id": 2500,
+ "type": "goldfrost_crystal_crafting_item",
+ "name": "Goldfrost Honing Crystal",
+ "description": "This honing crystal allows the Crossbow Trap to link up with the Infinite Winter Dimension, allowing the use of an unlimited supply of Ice Bolts! The savings allow for quite the lavish finish to be put on the trap. \n \nCombining this item with...\n \n 1 x Interdimensional Crossbow Trap Parts
Will give you...
Goldfrost Crossbow Trap ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0074369253bade631c035a2e5526de70.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/af49b18a7df6b7f870a46a94ad2a47a6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a895da6977ae581fba64cb223bb32cb9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/af49b18a7df6b7f870a46a94ad2a47a6.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/af49b18a7df6b7f870a46a94ad2a47a6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/af49b18a7df6b7f870a46a94ad2a47a6.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 2
+ },
+ {
+ "id": 2501,
+ "type": "snow_golem_theme_scrap_1_crafting_item",
+ "name": "Snow Golem Theme Scrap I",
+ "description": "Build your Snow Golem Journal theme by rolling up three Snow Golem Theme Scraps.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4d1beb35fefe4a270e169d4763a4b201.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/669cb7a5fcc5477939df0cc59bfa4a3d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/e32ca4613b27c3a9ac9a3fd8db4b6464.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/669cb7a5fcc5477939df0cc59bfa4a3d.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/669cb7a5fcc5477939df0cc59bfa4a3d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/669cb7a5fcc5477939df0cc59bfa4a3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2502,
+ "type": "snow_golem_theme_scrap_2_crafting_item",
+ "name": "Snow Golem Theme Scrap II",
+ "description": "Build your Snow Golem Journal theme by rolling up three Snow Golem Theme Scraps.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/3332811f3f9d920d04fa93d4f0932357.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5c71ef81a59ae41ae6f4576c5d658c17.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/0b389d69a572318cb85d5bf7e3048c0b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5c71ef81a59ae41ae6f4576c5d658c17.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5c71ef81a59ae41ae6f4576c5d658c17.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5c71ef81a59ae41ae6f4576c5d658c17.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2503,
+ "type": "snow_golem_theme_scrap_3_crafting_item",
+ "name": "Snow Golem Theme Scrap III",
+ "description": "Build your Snow Golem Journal theme by rolling up three Snow Golem Theme Scraps.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/7404d8a6baca8267aad9eaa1b969e989.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3d2b6005e2b32b63f6489b23facf36b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/01815db64d1cbd338595517554ec96dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3d2b6005e2b32b63f6489b23facf36b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3d2b6005e2b32b63f6489b23facf36b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a3d2b6005e2b32b63f6489b23facf36b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2504,
+ "type": "freshly_baked_snow_collectible",
+ "name": "Freshly Baked Snow",
+ "description": "Ahh... A steaming hot tray of freshly baked snow. An absolute favourite during the holiday season, made from the King's very own secret recipe! \n \nEnjoy it fast before it gets cold!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/2b957108d473efe469b1ea8a082b0372.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/67a5b6d729773998397ad2564ba2578f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/2b957108d473efe469b1ea8a082b0372.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/2b957108d473efe469b1ea8a082b0372.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2505,
+ "type": "snow_golem_journal_theme_collectible",
+ "name": "Snow Golem Journal Theme",
+ "description": "A pile of animated snow beautifully moulded into this incredible journal theme.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3e5c23eb876da180ba8e226612e69408.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/58ac513c6c3749b79ba13317fb6710d5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3e5c23eb876da180ba8e226612e69408.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3e5c23eb876da180ba8e226612e69408.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2506,
+ "type": "snow_golem_miniature_collectible",
+ "name": "Sharply Dressed Snow Golem Miniature",
+ "description": "A hand-carved figurine of a Snow Golem dressed in a golden holiday hat, golden vest and topped with a beautiful blue scarf!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/3bc7fd016dcd8f6f2506e4b46fe12f0f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b76a30f593172f6d4f28b162baafa5a4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/3bc7fd016dcd8f6f2506e4b46fe12f0f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/3bc7fd016dcd8f6f2506e4b46fe12f0f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2507,
+ "type": "animate_snow_stat_item",
+ "name": "Animated Snow",
+ "description": "A magically animated pile of merry snow. It dances in your hand while you hold it. \n \nThis item can be used to create Snow Golem parts during the Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/738a45df4e719266364e53bd9f2888a9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/299865bee5e482a035584ecf04f8cb34.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3b0b464dc1a98189242a1aef69e26c8f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/299865bee5e482a035584ecf04f8cb34.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/299865bee5e482a035584ecf04f8cb34.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/299865bee5e482a035584ecf04f8cb34.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2508,
+ "type": "golem_dynamite_stat_item",
+ "name": "Recovered Gift",
+ "description": "A gift that was stolen by The Great Giftnapper! Deliver these gifts back to their rightful owners to earn some M.I.L.K. and Cookies!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/15cfbe0767cd50d5e4e59aebcb9dcc3f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ecc9e0c30f838add03fa6028d972361b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/705698fc2818007e635fc056a621e8d9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ecc9e0c30f838add03fa6028d972361b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ecc9e0c30f838add03fa6028d972361b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ecc9e0c30f838add03fa6028d972361b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2509,
+ "type": "golem_instant_return_stat_item",
+ "name": "Festive Summoning Bell",
+ "description": "A special festive bell that was used to summon snow golems during the Great Winter Hunt! \n \nThey no longer have the ability to return snow golems but they can be smashed into 25 Festive Jingle Bells!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/04d7022e42fa2dc21c7645ab06e1740d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/242a342b50c2a4f6e9cb83706d17a038.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/6da67c89d4113ae02ec1ef02f9048f81.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/242a342b50c2a4f6e9cb83706d17a038.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/242a342b50c2a4f6e9cb83706d17a038.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/242a342b50c2a4f6e9cb83706d17a038.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "jingle_bell_stat_item": 25
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2510,
+ "type": "golem_magical_hat_stat_item",
+ "name": "Magical Holiday Hat",
+ "description": "A lofty, well-crafted top hat that floated in on the enchanted Festive Comet during the Great Winter Hunt. \n \nPlacing this hat on a Snow Golem while constructing it will add extra exceptional loot to its haul!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/93bc279e2b9a58fd09c8f3f178ba069a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f2ec13c0297687cbe50c7c35312966b7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ed307b99b4304d9448c1a01e82090d29.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f2ec13c0297687cbe50c7c35312966b7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f2ec13c0297687cbe50c7c35312966b7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f2ec13c0297687cbe50c7c35312966b7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "super_brie_cheese": 30
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2511,
+ "type": "golem_part_head_stat_item",
+ "name": "Snow Golem Head",
+ "description": "A golem body part used to build a golem in the Great Winter Hunt! \n \nYou need 1 Snow Golem Head, 1 Snow Golem Torso, and 4 Snow Golem Limbs to construct a Snow Golem.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/93b14aeb84a880b34ef3fcdf2f7a6bef.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/680f6a68612ca9181a90b5719b20ef78.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5e3ba7168e3ab0be1c795f8d6b9eeead.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/680f6a68612ca9181a90b5719b20ef78.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/680f6a68612ca9181a90b5719b20ef78.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/680f6a68612ca9181a90b5719b20ef78.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "animate_snow_stat_item": 10
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2512,
+ "type": "golem_part_limb_stat_item",
+ "name": "Snow Golem Limb",
+ "description": "A golem body part used to build a golem in the Great Winter Hunt! \n \nYou need 1 Snow Golem Head, 1 Snow Golem Torso, and 4 Snow Golem Limbs to construct a Snow Golem.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6c028db781fe7d1823ba4162e38b546d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/396a907cb274bf18106dc9425248dc0d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/204f35c15552e4dda186ba7a6e624f32.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/396a907cb274bf18106dc9425248dc0d.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/396a907cb274bf18106dc9425248dc0d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/396a907cb274bf18106dc9425248dc0d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "animate_snow_stat_item": 5
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2513,
+ "type": "golem_part_torso_stat_item",
+ "name": "Snow Golem Torso",
+ "description": "A golem body part used to build a golem in the Great Winter Hunt! \n \nYou need 1 Snow Golem Head, 1 Snow Golem Torso, and 4 Snow Golem Limbs to construct a Snow Golem.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c5666634a88d8c534dc01e9c6e53fcbe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a2fc8dd7a8bda0177f1265b70a8abe39.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e11878d8cf23cb0574de05e20c63bd01.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a2fc8dd7a8bda0177f1265b70a8abe39.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a2fc8dd7a8bda0177f1265b70a8abe39.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a2fc8dd7a8bda0177f1265b70a8abe39.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "animate_snow_stat_item": 10
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2514,
+ "type": "golem_upgrade_stat_item",
+ "name": "Reinforced Ice Shard",
+ "description": "This is no ordinary chunk of ice! This is actually a flash frozen shard of an extremely rare, ultra-dense, and unusually festive liquid with the following chemical composition: H₂OHo₂HO₂. This bizarre but powerful element is believed to be formed by the same magic that gives Animated Snow its fantastical properties. Upon learning of the limitless possibilities of this extraordinary substance, the Frost King gathered massive amounts of it and used it to build a robust shield around his Ice Fortress! \n \nFortunately, MouseHunters can also take advantage of this amazing holiday magic by using these shards to upgrade and reinforce their Snow Golems!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9ddc28f00c1eaaca4ea7acf8b455ba13.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a9f0d6cba3beb00ad97a543b5e3ec8f9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/31f66ae4a986591d896789848c6fd2f5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a9f0d6cba3beb00ad97a543b5e3ec8f9.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a9f0d6cba3beb00ad97a543b5e3ec8f9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a9f0d6cba3beb00ad97a543b5e3ec8f9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Claim from Snow Golem rewards"
+ },
+ {
+ "id": 2515,
+ "type": "nugget_of_nougat_stat_item",
+ "name": "Nugget of Nougat",
+ "description": "Chewy on the outside and crunchy on the inside, this soft nugget of nougat is all that remains of the Naughty Nougat Mouse. \n \nYou can use this to purchase special rewards from the festive shoppes during the 2017 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/de6da4b548c6edc9b153ab77001a330a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9ad82fdf228bd1e9b3060f1ea2ba4ee8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e89c83fca5dff5e42da43db2ea9f827a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9ad82fdf228bd1e9b3060f1ea2ba4ee8.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9ad82fdf228bd1e9b3060f1ea2ba4ee8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9ad82fdf228bd1e9b3060f1ea2ba4ee8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2516,
+ "type": "festive_winter_hunt_base",
+ "name": "Festive Winter Hunt Base",
+ "description": "Winter Hunt in a box! Compress your Winter Hunt tree into this lovely crystal box that doubles as a base! You can now remember it all year round just as you left it.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "great_winter_hunt",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/d9b117d8dbd9ada57b701da1b5e7553b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/05adb3487cb71351832c30ebb119fc08.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/d9b117d8dbd9ada57b701da1b5e7553b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/d9b117d8dbd9ada57b701da1b5e7553b.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/9dd2f96630ee8c09b0dcbc236becbe29.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "apprentice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2517,
+ "type": "christmas_cactus_weapon",
+ "name": "Christmas Cactus Trap",
+ "description": "A lone and desolate light in an otherwise dark desert. This delightfully decorated cactus trap spins into high gear once a mouse triggers the spring loaded bait pad. \n \nThey won't be stealing any gifts tonight.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/78a3ddd4eef72deb227fc9a956dcd2f6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a04c38f13e3a1e8fc1164108edb99323.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/78a3ddd4eef72deb227fc9a956dcd2f6.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/a5fb2a8681f83bc602d5ab6e838df1cf.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 1800,
+ "power_formatted": "1,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2518,
+ "type": "christmas_crystalabra_weapon",
+ "name": "Christmas Crystalabra Trap",
+ "description": "A golden Christmas candelabra modified to hold powerful Rift crystals, this trap is a great holiday decoration that also doubles as a fully functional Rift trap. Plus, it looks great on the dinner table! \n\t\t \n\t\tThe Christmas Crystalabra is in tune with the unknown energies of the Rift. Whenever a mouse caught by this trap drops Calcified Rift Mist, the crystals will hum and discharge energy creating one additional Calcified Rift Mist!\n\t\t
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "rift",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/9705387b842fc12eea1efe03210fea03.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/e5ff47fad742abfb9d10d0fb53832a84.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/9705387b842fc12eea1efe03210fea03.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/d15356d282f80bd0c0f33a544d9f1000.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "rift",
+ "has_power": true,
+ "power": 1200,
+ "power_formatted": "1,200",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2519,
+ "type": "goldfrost_crossbow_weapon",
+ "name": "Goldfrost Crossbow Trap",
+ "description": "A gilded Crossbow Trap with a beautiful patterned design etched into the body. The terrible cold allows the significantly cheaper ice bolt ammunition to survive the impressive heat and speeds of being fired cross-dimensionally with such power!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0561069d18c7f4de57bdc1194697057d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/dd7f267996f74ce1fa4f8de569f5d6f3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/0561069d18c7f4de57bdc1194697057d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/e492c0730e67c7cc32912c4373297043.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.18,
+ "power_bonus_formatted": "18%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "goldfrost_crystal_crafting_item": 1,
+ "crossbow_trap_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 2520,
+ "type": "great_winter_event_horizon_weapon",
+ "name": "Infinite Winter Horizon Trap",
+ "description": "The centre of this Horizon Trap is a glowing portal full of winter wonder. Each mouse caught within its gravitational pull get sucked into its centre and whisked away into its own snow galaxy, an entire galaxy consisting of only a single house and perpetual snow. Like a snow globe! Forever!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "great_winter_hunt",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/fbcda88ca9466138591d22774b8583e5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b9281680365e481de6af3784bba2f64d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/fbcda88ca9466138591d22774b8583e5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f0e8bcfa9d1412c6c5a04719f40bd514.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 26,
+ "luck_formatted": "26",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "event_horizon_trap_parts_crafting_item": 1,
+ "frozen_galaxy_event_horizon_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 2521,
+ "type": "harrowing_holiday_harp_weapon",
+ "name": "Harrowing Holiday Harpoon Harp",
+ "description": "An enchanting melody plays on this fantastical harp, a tune so old that only Draconic mice would know of its origins. Once an intrigued mouse comes near, it triggers the continuation of the tune, luring the mouse even closer. During the crescendo, the inconspicuous dragon ornament takes aim at the enthralled concertgoer, then it fires its harpoon at the climax of the song, while the mouse is in a deep trance.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2224dfcc6f9fe57b7dfab4506127875e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/053f92227c81dc9c5ebe3dcd033a5836.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2224dfcc6f9fe57b7dfab4506127875e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/cdb7f98aea780fec8905f68b22543aaa.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 13,
+ "luck_formatted": "13",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2522,
+ "type": "pecan_pecorino_cheese",
+ "name": "Pecan Pecorino Cheese",
+ "description": "A creamy version of pecorino-style cheese rolled up into a ball, covered with toasted pecans, and shaped into a lovely holiday Snow Golem. So cute! \n \nIts strong, nutty scent gives it a distinct presence. Paired with that oh-so-satisfying crunch from the pecans, it easily commands an unyielding desire among the holiday mice! \n \nUse this cheese to attract special event mice in the Great Winter Taiga that drop Snow Golem parts!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "great_winter_hunt",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/17c4e6aec5d69504cc4cddc9b3511dd2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/80c4c6e1c78063dd2ced38709ed5bd68.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/bd348be5158af4cbf4da0483648a8212.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ebf5fd978f9fb34dba5d1d988e02aefb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/80c4c6e1c78063dd2ced38709ed5bd68.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/80c4c6e1c78063dd2ced38709ed5bd68.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/80c4c6e1c78063dd2ced38709ed5bd68.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2523,
+ "type": "extreme_snowball_trinket",
+ "name": "Extreme Snowball Charm",
+ "description": "Fresh powder pulled straight from the mountain immediately after being shredded by a pro blasting his quads on the most extreme snowboarding courses up there. The raw energy gathered from this powered up powder goes into making one extreme Snowball Charm. \n \nAll types of Snowball Charms interact with all festive Winter Hunt traps by giving them a Power Bonus! \n \nWhen a used Extreme Snowball Charm pops off the trap, there is a chance that it can pick up momentum and roll up into an Ultimate Snowball Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/4054a55b9416f00e57274dbfb4c760ab.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e83e5762b9d1fe9dca1f3f8cba5a6230.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/b4801a2b10d83ff0577d4a687cba24ac.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e83e5762b9d1fe9dca1f3f8cba5a6230.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e83e5762b9d1fe9dca1f3f8cba5a6230.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e83e5762b9d1fe9dca1f3f8cba5a6230.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 400,
+ "power_formatted": "400",
+ "has_power_bonus": true,
+ "power_bonus": 0.04,
+ "power_bonus_formatted": "4%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.04,
+ "attraction_bonus_formatted": "4%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2524,
+ "type": "festive_ultimate_luck_power_trinket",
+ "name": "Festive Ultimate Lucky Power Charm",
+ "description": "Beautifully-wrapped for the Great Winter Hunt holiday season, this charm contains those same sharpened shards of power and glorious, shimmering wings of luck that the Ultimate Lucky Power Charm provides but comes with a nice green bow. A staggering 2,500 Power and a 20% Power Bonus on top of 20 Luck!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c0cd806b80606feaffed9bee6db25119.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/1dc0012a889f1faa8a77fdc2dad59177.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/8bc65e4d6be945814daca8f676f0f323.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/1dc0012a889f1faa8a77fdc2dad59177.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/1dc0012a889f1faa8a77fdc2dad59177.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/1dc0012a889f1faa8a77fdc2dad59177.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2500,
+ "power_formatted": "2,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2525,
+ "type": "gift_wrapped_trinket",
+ "name": "Gift Wrapped Charm",
+ "description": "A magically wrapped charm! The only way to unwrap these charms is to hunt with them! \n \nHunting with this charm equipped will unwrap it and reveal the charm that was hidden inside! \n \nThese charms have an increased chance at revealing festively themed charms! \n \nNo peeking!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/62e65caae700673f8c1aaf1922f1e24f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/12e802da31aeea4d37e707be12948f8b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/593e6aa021fdf56a966af660f2a5821e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/12e802da31aeea4d37e707be12948f8b.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/12e802da31aeea4d37e707be12948f8b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/12e802da31aeea4d37e707be12948f8b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2526,
+ "type": "let_it_snow_trinket",
+ "name": "Let It Snow Charm",
+ "description": "A wintery charm of Great Winter Hunts past... \n \nThis charm causes a flurry of fake snow to swirl around your trap adding +5 Luck! \nThese charms can be smashed into Glazed Pecan Pecorino which attracts lucrative event mice in the Great Winter Taiga!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "great_winter_hunt",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/56ecf2144d887279a4d115722e69e068.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/68d4616b1f0f92270bfe29d73e670065.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/18ef6da0ddee55bb02c368941b7816c7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/68d4616b1f0f92270bfe29d73e670065.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/68d4616b1f0f92270bfe29d73e670065.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/68d4616b1f0f92270bfe29d73e670065.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "glazed_pecan_pecorino_cheese": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2527,
+ "type": "super_snowball_trinket",
+ "name": "Super Snowball Charm",
+ "description": "A slightly bigger Snowball Charm with a little more power packed into it! \n \nAll types of Snowball Charms interact with all festive Winter Hunt traps by giving them a Power Bonus! \n \nWhen a used Super Snowball Charm pops off the trap, there is a chance that it can pick up momentum and roll up into an Extreme Snowball Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f7f1895b2e98d52c2cf3f70ba62b131e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/4779d160f313225174e39dd0af1d3e82.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6dffadb371a031814d3c61ecd399e6bd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/4779d160f313225174e39dd0af1d3e82.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/4779d160f313225174e39dd0af1d3e82.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/4779d160f313225174e39dd0af1d3e82.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.02,
+ "power_bonus_formatted": "2%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.02,
+ "attraction_bonus_formatted": "2%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2528,
+ "type": "ultimate_snowball_trinket",
+ "name": "Ultimate Snowball Charm",
+ "description": "Ultimate powdered-power packed into this powerful projectile. Double-rolled then rolled again with care over the most tender packing snow makes the most powerful Snowball Charm yet! \n \nAll types of Snowball Charms interact with all festive Winter Hunt traps by giving them a Power Bonus!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/1de178388a13a51c9fbc21a05ddc5150.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e836e4fa60c024dfd32897889bc0b6fa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/af0baec9535fd37211f19122fc0fd861.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e836e4fa60c024dfd32897889bc0b6fa.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e836e4fa60c024dfd32897889bc0b6fa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e836e4fa60c024dfd32897889bc0b6fa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2529,
+ "type": "blizzard_storm_wrought_ballista_skin",
+ "name": "Blizzard Ballista Trap Skin",
+ "description": "A vortex of thunderous bolts fire endlessly from this Storm Wrought Ballista Trap. Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful storm vortex can rip an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bdf7f9621ea75311383628f7cc0bbae9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/daf0d1e4751ba71652207645d7133026.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bdf7f9621ea75311383628f7cc0bbae9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5e9f6f5a5fb686b7719b23626f602a8c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "storm_wrought_ballista_weapon",
+ "skin_weapon_name": "Storm Wrought Ballista Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/47efb9479db87cd1f7c7c11e5d43d882.jpg",
+ "marketing_text": "A gate to a dimension of endless ice and snow sits atop an icy spire that generates gigantic bolts of purified ice that are perfect for piercing the burning ice-hearts of Draconic mice everywhere!"
+ },
+ {
+ "id": 2530,
+ "type": "festive_droid_archmagus_skin",
+ "name": "Festive Droid Archmagus Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3b8283423f171977124b5a052b7f49df.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e8f6a05f47fed63dd5c346f9223790d7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3b8283423f171977124b5a052b7f49df.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/08a8b798431eeb5ca863d0a47b034a37.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "This year's model is equipped with a festive spell stabilizer! This trap can only bring festive cheer, fantastical presents and holiday spirit! \n \n
WARNING: Holiday spirits from the past and/or other holidays may be resurrected unintentionally but are guaranteed to be filled with holiday cheer.
If such a spirit is encountered: DO NOT PANIC.
Simply notify a Digby Scientist, lie face down on the floor, and remain calm.
DO NOT LOOK DIRECTLY INTO ITS EYES.
"
+ },
+ {
+ "id": 2531,
+ "type": "winter_timesplit_dissonance_skin",
+ "name": "Winter Wasteland Dissonance Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d021bf6e07e38c273bb4d3e7c975d6f3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/4f6f290eb4fdc1231db4d9587f0f8cb6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d021bf6e07e38c273bb4d3e7c975d6f3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7bb7615c313bbf6e431794a16fc77431.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "A chilling winter wind sweeps up mischievous mice that trigger this trap and pulls them straight into a self-contained winter wasteland! Perpetual frigid winter for eternity!"
+ },
+ {
+ "id": 2532,
+ "type": "catch_xmas_2017_boss_adv",
+ "name": "Defeat the Naughty Nougat Mouse",
+ "description": "Blast your way through the Festive Comet's 10 layers to encounter the Naughty Nougat Mouse and teach that naughty mouse some manners!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2533,
+ "type": "2018_charm_pack_convertible",
+ "name": "Ten 2018 Charms",
+ "description": "Ten extremely powerful, full of celebration, super bright and awesome 2018 Charms!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bb0f0d45ff793e2a2fdf0015e1ade9c9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8669f543464be9f6d29804872207e636.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ae3372c5e385ce7ca82de1537b891d8e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6e5a3c4bd4c3c4855fff22fd988fbf8d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8669f543464be9f6d29804872207e636.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8669f543464be9f6d29804872207e636.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8669f543464be9f6d29804872207e636.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2534,
+ "type": "2018_party_pack_convertible",
+ "name": "2018 Party Pack",
+ "description": "Happy New Year! Celebrate 2018 with this 2018 Party Pack! Includes the new, Limited Edition 2018 Charms! \n \nInside you'll find: \n \n\n• 300 SUPER|brie+ \n• 100 2018 Charms \n• 200 Confetti \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e6bcd052a9997ec2f788a44250112c46.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/16f5779d2f6859cda166ac7cdb5b6922.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1d5569475aa7a962ca0d97489d2519a5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fa81cd4140b0802fdcb291b457d24707.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/16f5779d2f6859cda166ac7cdb5b6922.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/16f5779d2f6859cda166ac7cdb5b6922.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/16f5779d2f6859cda166ac7cdb5b6922.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2535,
+ "type": "golem_builder_party_pack_convertible",
+ "name": "Golem Builder Party Pack",
+ "description": "Build up to one amazing celebration of 2018 with this Golem Builder Party Pack! \n \nUse this to get your golems back in action and ready for the Festive Comet: New Year's Celebration! \n \nInside you'll find: \n \n\n• 150 2018 Charms \n• 6 Magical Holiday Hats \n• 6 Festive Summoning Bells \n• 400 Confetti \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/10e44cceec32959307e1e41bd388a777.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5f3689137dd7584fb88555188728845.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e61e96459b57b3bfb66ed6e28bcbe435.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/07dd7f606ec16e21650a10a6c8887d37.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5f3689137dd7584fb88555188728845.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f5f3689137dd7584fb88555188728845.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f5f3689137dd7584fb88555188728845.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2536,
+ "type": "2018_lucky_codex_stat_item",
+ "name": "2018 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2018!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cb1b0d900995ddfea7dc8840b3d81458.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/25869469960435f236c946be2e80a953.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e1eaa0292cced917a8055088a339b283.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/25869469960435f236c946be2e80a953.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/25869469960435f236c946be2e80a953.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/25869469960435f236c946be2e80a953.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2537,
+ "type": "new_years_nougat_stat_item",
+ "name": "New Year's Nougat",
+ "description": "An extra sparkly, extra celebratory, extra confetti-y chunk of nougat to ring in the 2018 New Year! Maybe don't try to eat this one, though... Not sure if that confetti is food safe. \n \nYou can use this to purchase special New Year's rewards from the festive shoppes during the 2017 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/661c7bd07fe6a8282ee764f549de40c7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ad015ec86b5c98eff28f12a5ff90d1f5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/69ae07d31e61b2617db28c74c50e6510.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ad015ec86b5c98eff28f12a5ff90d1f5.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ad015ec86b5c98eff28f12a5ff90d1f5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ad015ec86b5c98eff28f12a5ff90d1f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2538,
+ "type": "new_years_2018_base",
+ "name": "2018 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2018 all year long! \n \nDuring all of 2018, while this base is equipped, mice have a chance to drop 2018 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2019.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/0f715b61f8439b273359a146a5c51daa.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/39e6ad0f75edf8fa52b0cf70456c87a9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/0f715b61f8439b273359a146a5c51daa.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/0f715b61f8439b273359a146a5c51daa.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/743fe6bfb6a8605882013714c4a96d8a.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.07,
+ "power_bonus_formatted": "7%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2539,
+ "type": "2018_trinket",
+ "name": "2018 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,018 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2017 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/33a66ec028bf1d093bdef516d889512a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/ba281fc15acb5b1a44b084be9cb9689e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/eca56f86a33a6ae1ab0e44a0db9c29d1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/ba281fc15acb5b1a44b084be9cb9689e.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/ba281fc15acb5b1a44b084be9cb9689e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/ba281fc15acb5b1a44b084be9cb9689e.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2018,
+ "power_formatted": "2,018",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2540,
+ "type": "extreme_regal_supply_kit_convertible",
+ "name": "Extreme Regal Supply Kit",
+ "description": "Absolutely jammed packed with regal value! Inside you'll find 250 SUPER|brie+, 250 Regal Charms, 100 Super Regal Charms, and 50 Extreme Regal Charms.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/acfa0de0cf0129b0a8fb8f8541928f34.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cfb415f06dfa9fefeaeed95affeccaf3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0ab338c31cbc401b8af1e3f382962ed5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a72f33c063d91c53c50d03748e9a77b7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cfb415f06dfa9fefeaeed95affeccaf3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cfb415f06dfa9fefeaeed95affeccaf3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cfb415f06dfa9fefeaeed95affeccaf3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2541,
+ "type": "kings_credit_loot_crate_convertible",
+ "name": "Royal Loot Crate",
+ "description": "Feeling lucky? These hand packed crates contain a random item from the Kingdom ranging from run of the mill hunting supplies to much more rare and valuable items! You'll never know what you'll find inside. Maybe your next one will be the jackpot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6b0b8a0454d1dea5298c6a5fbeca3d04.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e86542641839381fe3f0c6cf3cd8d089.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/65e6569114949389508caf182247617b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/08b481444ee955f2b3265d5555a742e2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e86542641839381fe3f0c6cf3cd8d089.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e86542641839381fe3f0c6cf3cd8d089.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e86542641839381fe3f0c6cf3cd8d089.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2542,
+ "type": "extreme_regal_trinket",
+ "name": "Extreme Regal Charm",
+ "description": "The Extreme Regal Charm harnesses the magical power of the finest cut pink topaz to provide massive Power and Attraction bonuses to a hunter's trap along with an impressive +12 Luck. \n \nThese powerful charms are obtained by exchanging 2 Super Regal Charms and 1 King's Credit in the King's Cart.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ed2ebac6e5f824fe78ad8e24a6230eaf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/4f437099155e580250f5edd2c6a74058.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/7f84eccb4fb788f1218a3d9349ea2459.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/4f437099155e580250f5edd2c6a74058.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/4f437099155e580250f5edd2c6a74058.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/4f437099155e580250f5edd2c6a74058.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2400,
+ "power_formatted": "2,400",
+ "has_power_bonus": true,
+ "power_bonus": 0.06,
+ "power_bonus_formatted": "6%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.75,
+ "attraction_bonus_formatted": "75%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2543,
+ "type": "valour_school_of_sharks_skin",
+ "name": "Regal School of Sharks Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/63516bcb7457f67576bac1729efefe96.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c3cd0cce9cadc8d0402ce66a59169bc5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/63516bcb7457f67576bac1729efefe96.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0ed6b1394b94855c8ef98c0513b950e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "Give your School of Sharks trap a most regal look of epic proportions with this opulent looking purple and gold trap skin!"
+ },
+ {
+ "id": 2544,
+ "type": "year_of_the_dog_gift_basket_convertible",
+ "name": "Year of the Dog Gift Basket",
+ "description": "A lovely gift basket celebrating the Year of the Dog! Great to give to friends to get them into the spirit of the Dog!\n
Inside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/08930e6ddfc6571a50536e126662c7bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4b7ee43e10880fd708c18ac2a3a26f78.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e3bb24f1c9ce3af71f67c9a315521011.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4510bacec25a344830fabccb1ca98068.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4b7ee43e10880fd708c18ac2a3a26f78.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4b7ee43e10880fd708c18ac2a3a26f78.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4b7ee43e10880fd708c18ac2a3a26f78.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2545,
+ "type": "year_of_the_dog_large_supply_kit_convertible",
+ "name": "Year of the Dog Large Supply Kit",
+ "description": "A seriously large supply kit that will keep your Lunar Lantern lit for quite a long time. Those looking to thrise all event long!\n
Inside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/55e51e5dc46ce45b35faa6d62a523b49.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a5a290cf85041e1065d13fc35c5673ea.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3acf40bc7928d2fb50a4b0602cbba4e0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b7f9c68b8feb9271bfe05ed1c8500ef9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a5a290cf85041e1065d13fc35c5673ea.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a5a290cf85041e1065d13fc35c5673ea.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a5a290cf85041e1065d13fc35c5673ea.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2546,
+ "type": "year_of_the_dog_supply_kit_convertible",
+ "name": "Year of the Dog Supply Kit",
+ "description": "A serious supply kit that will keep your Lunar Lantern lit for quite a long time. Those looking to max out their Year of the Dog luck bonus will want one of these!\n
Inside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d7d09fe3aeaf7e56c58ff340af9c8668.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ef99700445c8cb55e88278bc4c22c34f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/052d0267561a6b3867b3c6b31a75363a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8f91ec31e6aa5ef3624c61ba936c9fc5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ef99700445c8cb55e88278bc4c22c34f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ef99700445c8cb55e88278bc4c22c34f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ef99700445c8cb55e88278bc4c22c34f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2547,
+ "type": "lny_unlit_lantern_2018_stat_item",
+ "name": "Red Lunar Lantern Candle",
+ "description": "A special red candle with a golden pattern. It burns so bright that it provides a more powerful effect when used to light your Lunar Lantern. \n \nLighting your Lunar Lantern with a Red Lunar Lantern Candle propels your Lunar Lantern twice as high and triples many of your loot drops!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d1cb03d9f0f24ff54bbb4cb5619ef87c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c24e557b3341642efd12cb0859af9812.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/87e43e42fd96eb6ed5e60b22abaa50f5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c24e557b3341642efd12cb0859af9812.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c24e557b3341642efd12cb0859af9812.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c24e557b3341642efd12cb0859af9812.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2548,
+ "type": "lunar_new_year_2018_cheese",
+ "name": "Nian Gao'da Cheese",
+ "description": "A rare dessert cheese that is both rich in flavour and good fortune! A very sweet cheese used to celebrate Lunar New Year! This cheese is also the only thing that can pull Lunar Red Candle Maker mice away from their hard work! \n \nArm this cheese at a Lunar Stockpile location to attract Lunar New Year event mice and additionally attract the Lunar Red Candle Maker Mouse who drops Red Lunar Lantern Candles!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "lunar_new_year",
+ "event",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e55bb237b441273bd3e1a6b27eb5e63e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/d4813a69fff0b714f79976a726b7ce66.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/7ac3e0ec60d58ab9ec5b2ae15263a502.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/d39388217dd7429b806ebda79dda857c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/d4813a69fff0b714f79976a726b7ce66.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/d4813a69fff0b714f79976a726b7ce66.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/d4813a69fff0b714f79976a726b7ce66.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2549,
+ "type": "mandarin_infinite_labyrinth_skin",
+ "name": "Mandarin Citrus Labyrinth Trap Skin",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/13f4336afccfdda1e542d57fe1df5836.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/88ff36202a1d1b386c2d4f3446607153.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/13f4336afccfdda1e542d57fe1df5836.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e55f2667f3ba21e8b41867dd9355820b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_labyrinth_weapon",
+ "skin_weapon_name": "Infinite Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "marketing_text": "Celebrate Lunar New Year with this lovely Mandarin-themed trap skin for your Infinite Labyrinth! \n \nWhen a mouse approaches, the Mandarin Citrus Labyrinth peels itself open and quickly sprays out citrusy sweet acid bath! \n \nThe mouse is left smelling really fresh until the potent citrus mixture starts to wreack havoc with their fur coat! It's not a pretty sight..."
+ },
+ {
+ "id": 2550,
+ "type": "valentine_prison_core_skin",
+ "name": "Valentine Heart Core Trap Skin",
+ "description": "A structure emulating the protective husk of the meteor that crashed into Fort Rox, except now it is being used to imprison mice instead of protect them! \n \nWith a loud crack, the sphere quickly shatters and surrounds the unsuspecting cheese thief, locking them away within their own prison dimension. \n \nThe warm glow seems so inviting until a mouse gets too close...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b7348b07d8d2a3eff8b54b449ffd6483.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b2bc2e50f13959d436c0fb90f3d6cebb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b7348b07d8d2a3eff8b54b449ffd6483.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0272e2b49ca24e319eb77988f6d5c2de.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "meteor_prison_core_weapon",
+ "skin_weapon_name": "Meteor Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1b662abb4f94508fdd81b222b5cad1d6.jpg",
+ "marketing_text": "Looking for love in all the wrong places! This pulsing heart rhythmically throbs to a primal drumming beat so strong that the vibrations shake mice right to their core. When intrigued mice come to investigate, the heart shatters, surrounding them. Trapped inside, they join the rest of the mice that have been captured, beating at the walls to get out!"
+ },
+ {
+ "id": 2551,
+ "type": "winter_cup_timesplit_dissonance_skin",
+ "name": "Winter Cup Dissonance Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/105e9438b8a9c6f7e03e2bea8b06cafe_v2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ac9f9c5a021a71d67270b25b14fd6930_v2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/105e9438b8a9c6f7e03e2bea8b06cafe_v2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/347b55b166373b25b83df6d0373c45b7_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "A burning pyre of celebration in honour of the Winter Games! Mice will come from far and wide to compete and spectate at the promise of an exciting and competitive event which will end in demise as they realize all too late when this sports-themed pyre ends up being their funeral one!"
+ },
+ {
+ "id": 2552,
+ "type": "dog_mask_collectible",
+ "name": "Dog Mask",
+ "description": "Celebrate the Year of the Dog with this replica Dog Mask! \n \nLet loose with this mask and embrace your inner dog! Run, jump, play fetch and roll over! \n \n\"Woof! Woof!\"",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/9824a41fb8f2995016418c738c05c12b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/269e03eed550f2e505fbf3d3c2b13e11.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/9824a41fb8f2995016418c738c05c12b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/9824a41fb8f2995016418c738c05c12b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2553,
+ "type": "lny_2018_lantern_stat_item",
+ "name": "Dog Lunar Lantern",
+ "description": "A bright red paper lantern used to celebrate the Year of the Dog this Lunar New Year. This can be lit with Lunar Lantern Candles during the 2018 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c63ec1dbb418603a8cccf82d90a3bd31.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/04688196506035665efbb3d4fa98b647.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5586e2cef8853cc5d2f66da73633c3af.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/04688196506035665efbb3d4fa98b647.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/04688196506035665efbb3d4fa98b647.png",
+ "upscaled": "https://i.mouse.rip/upscaled/lny_2018_lantern_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2554,
+ "type": "dog_jade_base",
+ "name": "Dog Jade Base",
+ "description": "Loyal, loving and dedicated to the hunt, the Earthly Dog is represented in this Jade Base carving. \n \nThose who completed the 2018 Lunar New Year adventure were awarded with this craftfully carved Dog Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/fc78e262f052d1e3b6a43777b25fa9c4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/218fcfd89dd6b59186fbc759cbf5be38.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/fc78e262f052d1e3b6a43777b25fa9c4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/fc78e262f052d1e3b6a43777b25fa9c4.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/4c392831bd7bbef508226e15dcbb9122.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 375,
+ "power_formatted": "375",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2555,
+ "type": "dog_droid_archmagus_skin",
+ "name": "Doggy Droid Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2dbbadefe307e036bc9a7e193a6c942a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d2c635204bee329a2d83a6c01e097ec9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2dbbadefe307e036bc9a7e193a6c942a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7205e3675861aab9916e28895d7343e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "Puppy power! This incredible creature of good fortune, loyalty and strength power the Droid Archmagus with the magic to turn mice into delectable doggy treats for him to eats! \n \n\"Who's a good doggy?! I am!\""
+ },
+ {
+ "id": 2556,
+ "type": "catch_lny_2018_boss_adv",
+ "name": "Celebrate Lunar New Year 2018",
+ "description": "Celebrate the 2018 Lunar New Year by lighting your Dog Lunar Lantern and earning the Dog Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2557,
+ "type": "birthday_2018_treasure_chest_convertible",
+ "name": "2018 Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest! Along with the rewards inside, you will extend the Anniversary Aura by 1 day upon opening!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8cef09d13059f869faff9c0b300f8a34.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0a5dabb750ad73c4e8f4157997730e1d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7dadc0065fee06c037f3d46fc6438457.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7f3c35eacffb378626e69563b8a60c93.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0a5dabb750ad73c4e8f4157997730e1d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0a5dabb750ad73c4e8f4157997730e1d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0a5dabb750ad73c4e8f4157997730e1d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2558,
+ "type": "birthday_gilded_scroll_case_convertible",
+ "name": "2018 Gilded Birthday Scroll Case",
+ "description": "An exquisitely decorated map prepared by wealthy aristocrats for other wealthy aristocrats for their birthday!
\n \nUpon completing the map inside of this scroll case, you will receive a treasure chest containing: \n \n• 50,000 Gold \n• 50,000 Points \n• 10 Rewind Raclette \n• 25 Gilded Charms \n• 100 Ancient Charms \n• A chance to find one of eleven Birthday Trap Skins (guaranteed if you use Rare Map Dust!) \n \n• 2 weeks of the Anniversary Aura \n• 1 month of the Lucky Golden Shield \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge! \n \nUsing Rare Map Dust on the Gilded Birthday Treasure Map guarantees finding one of the Birthday Trap Skins inside of the treasure chest, along with double the Rewind Raclette, gold, points, Ancient Charms and Gilded Charms. \n \nAn elegantly wrapped birthday scroll case celebrating MouseHunt's 10th Birthday! \n \nContains a treasure map that consists of 20 mice from the years 2008-2013.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2f2f0811585819c177cdc17fa5b916d2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/db362cae0960d240d967ba7c94cc5537.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9a095337238c2d2f17f10f9e45ede194.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1b32ab29aa12f1c561fe0d042f8bdf8f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/db362cae0960d240d967ba7c94cc5537.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/db362cae0960d240d967ba7c94cc5537.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/db362cae0960d240d967ba7c94cc5537.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2559,
+ "type": "g_birthday_2018_treasure_chest_convertible",
+ "name": "2018 Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Birthday Treasure Map and have discovered this tempting Treasure Chest! \n \nYou will receive: \n \n• 50,000 Gold \n• 50,000 Points \n• 10 Rewind Raclette \n• 25 Gilded Charms \n• 100 Ancient Charms \n• A chance to find one of eleven Birthday Trap Skins \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/72134b47d015d51a19c682527b4203db.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1deb14074bde60d23e66fcdad16e2b46.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fce20788ebe032f2132120d70ef3ca65.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/299aa5942699ae0c1d47f68b0c8f7114.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1deb14074bde60d23e66fcdad16e2b46.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1deb14074bde60d23e66fcdad16e2b46.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1deb14074bde60d23e66fcdad16e2b46.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2560,
+ "type": "g_time_2018_treasure_chest_convertible",
+ "name": "Gilded Time Traveler's Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Time Traveler's Treasure Map and have discovered this tempting Treasure Chest! \n \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 20 Rewind Raclette \n• 10 Reality Restitch Charms \n• 50 Gilded Charms \n• 200 Ancient Charms \n• 10 King's Credits \n• A chance to find one of eleven Birthday Trap Skins \n \n• 1 month of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b5d4c250ce9c82087dd8dc792fbfae49.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/53d4a5856adec44eba558705baeb00d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ea6a0acc8d96c903b66b438b052fe4f8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/962d9ab31dff0e0aa2bceeab760bb4dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/53d4a5856adec44eba558705baeb00d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/53d4a5856adec44eba558705baeb00d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/53d4a5856adec44eba558705baeb00d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2561,
+ "type": "rare_birthday_2018_treasure_chest_convertible",
+ "name": "2018 Rare Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest! Along with the rewards inside, you will extend the Anniversary Aura by 1 day upon opening!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e1ca4c403853b0a9d99b91014a3fa5d3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/36484d83bdae278cccd02610d1d5e614.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cf3d4c6a88533a3379bd8621282ea005.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/51d8d8bde393bcf0e594a123f60c1804.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/36484d83bdae278cccd02610d1d5e614.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/36484d83bdae278cccd02610d1d5e614.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/36484d83bdae278cccd02610d1d5e614.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2562,
+ "type": "rare_g_birthday_2018_treasure_chest_convertible",
+ "name": "2018 Rare Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Birthday Treasure Map and have discovered this tempting Treasure Chest! \n \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 20 Rewind Raclette \n• 50 Gilded Charms \n• 200 Ancient Charms \n• One of eleven Birthday Trap Skins \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3798fe9595e5d9230afe5aca66e6278d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1ed5e15d8d354b7b00e39b3fc10131eb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6abd26f966fe0a1541b245a7aecafc15.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/52cf7ccd12f06cb6ad7ceda7a0649c6f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1ed5e15d8d354b7b00e39b3fc10131eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1ed5e15d8d354b7b00e39b3fc10131eb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1ed5e15d8d354b7b00e39b3fc10131eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2563,
+ "type": "rare_g_time_2018_treasure_chest_convertible",
+ "name": "Rare Gilded Time Traveler's Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Time Traveler's Treasure Map and have discovered this incredible rare Treasure Chest! \n \nYou will receive: \n \n• 200,000 Gold \n• 200,000 Points \n• 40 Rewind Raclette \n• 20 Reality Restitch Charms \n• 100 Gilded Charms \n• 400 Ancient Charms \n• 20 King's Credits \n• One of eleven Birthday Trap Skins \n \n• 1 month of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e28eba745bd4545fc15814c328c94de5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b58c0c78aeee47c9b8d1a43374ee68ab.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/55261f2c0869ef148a697cd34efe8c39.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c4f5be3bd32cff8b8bc3cfe37aecdc41.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b58c0c78aeee47c9b8d1a43374ee68ab.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b58c0c78aeee47c9b8d1a43374ee68ab.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b58c0c78aeee47c9b8d1a43374ee68ab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2564,
+ "type": "rare_timetravel_2018_treasure_chest_convertible",
+ "name": "Rare Time Traveler's Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest! Along with the rewards inside, you will extend the Anniversary Aura by 2 days upon opening!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a6af06fbbe80c052d429c5a305bc4919.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6e582fcf0e1fd00905c33d2c4fb0bdb2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/055325aad0573981eb61f7eb2277b439.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b10249044696fe71d2bfb29b8e9ac699.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6e582fcf0e1fd00905c33d2c4fb0bdb2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6e582fcf0e1fd00905c33d2c4fb0bdb2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6e582fcf0e1fd00905c33d2c4fb0bdb2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2565,
+ "type": "tenth_birthday_gift_basket_convertible",
+ "name": "10th Birthday Gift Basket",
+ "description": "A small satchel of time travel treats for you to share with your friend!\nInside you'll find: \n \n\n• 30 Rewind Raclette \n• 15 Reality Restitch Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/035a3ac506010817bd22704fdb1a0744.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0cbb27605cf6f2eefe3370f3ffaf43be.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d06265a2de7d031f2709f3f90e5bdd22.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/10e8fd4c9b0b91af0831ad5e68872f6c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0cbb27605cf6f2eefe3370f3ffaf43be.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0cbb27605cf6f2eefe3370f3ffaf43be.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0cbb27605cf6f2eefe3370f3ffaf43be.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2566,
+ "type": "tenth_birthday_supply_kit_convertible",
+ "name": "10th Birthday Duffle Bag",
+ "description": "A duffle bag packed with time travel necessities! Don't leave your current timeline without one!\nInside you'll find: \n \n\n• 600 Rewind Raclette \n• 200 Reality Restitch Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f507e55b8dbcc8125292c3f3394e15b8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b8659a8ffe543a422ab478203c65621.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e1a21569297efe49ab28a20f54daccbb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/93f522b2b502b320bb21665eca09f6a5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b8659a8ffe543a422ab478203c65621.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8b8659a8ffe543a422ab478203c65621.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8b8659a8ffe543a422ab478203c65621.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2567,
+ "type": "time_travel_gilded_scroll_case_convertible",
+ "name": "Gilded Time Traveler's Scroll Case",
+ "description": "A scroll case out of time, found during MouseHunt's 10th Birthday celebration! \n \nUpon completing the map inside of this scroll case, you will receive a treasure chest containing: \n \n• 100,000 Gold \n• 100,000 Points \n• 20 Rewind Raclette \n• 10 Reality Restitch Charms \n• 50 Gilded Charms \n• 200 Ancient Charms \n• 10 King's Credits \n• A chance to find one of eleven Birthday Trap Skins (guaranteed if you use Rare Map Dust!) \n \n• 1 month of the Anniversary Aura \n• 1 month of the Lucky Golden Shield \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge! \n \nUsing Rare Map Dust on the Gilded Time Travel Treasure Map guarantees finding one of the Birthday Trap Skins inside of the treasure chest, along with double the Rewind Raclette, gold, points, Ancient Charms, Gilded Charms, Reality Restitch Charms and King's Credits. \n \nAn elegantly wrapped birthday scroll case celebrating MouseHunt's 10th Birthday! \n \nContains a treasure map that consists of 40 mice, including the Time Thief Mouse.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/438c92cbd37b3b5553d426ea586bb2e7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/23641d90a4722d85dc7b457e96ad3d92.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4f364990e99905fe3971ed0020b44be9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/50086fbc5b42f65845e411bdf32f257d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/23641d90a4722d85dc7b457e96ad3d92.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/23641d90a4722d85dc7b457e96ad3d92.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/23641d90a4722d85dc7b457e96ad3d92.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2568,
+ "type": "time_travel_scroll_case_convertible",
+ "name": "Time Traveler's Scroll Case",
+ "description": "A scroll case out of time, found during MouseHunt's 10th Birthday celebration! \n \n
NOTE: Contains a treasure map that consists of 40 mice, including the Time Thief Mouse. Take on this tougher challenge when you've fully repaired your Quilt of Time!
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/11290edb80a91542a4fd055fdb36ed72.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0f45af364fff04668792b851b2b0d44d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1eb57b79c0a9cecc506c6cc7a64322df.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2116a14d199ba59efbcdcb5693f515fa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0f45af364fff04668792b851b2b0d44d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0f45af364fff04668792b851b2b0d44d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0f45af364fff04668792b851b2b0d44d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2569,
+ "type": "timetravel_2018_treasure_chest_convertible",
+ "name": "Time Traveler's Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest! Along with the rewards inside, you will extend the Anniversary Aura by 2 days upon opening!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/58f865598addaa6fefaa5c9e01ca5458.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/974ddb6a76fa0cd4e4f2c7c3274dd96f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8542f70b4a7281264e03aa4f2b4d5558.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c0fe509ac13dfbe0bba2151106d4a792.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/974ddb6a76fa0cd4e4f2c7c3274dd96f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/974ddb6a76fa0cd4e4f2c7c3274dd96f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/974ddb6a76fa0cd4e4f2c7c3274dd96f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2570,
+ "type": "magical_birthday_cake_message_item",
+ "name": "Magical Birthday Cake",
+ "description": "This special cake was a long time in the baking for a particularly momentous occasion. 10 years of mice, sweat and tears went into this cake and we are truly grateful for the opportunity to serve this to you! \n \nThis Limited Edition cake was served at MouseHunt's 10th Birthday event. Every year on your MouseHunt Anniversary (the day you started hunting), you can blow out the candles and receive 10 SUPER|brie+ for each year you have been hunting! \n \nThank you for 10 years of fun and adventure, and here's to 10 more! Happy 10th Birthday, MouseHunters!",
+ "display_order": 0,
+ "classification": "message_item",
+ "tags": [
+ "tools",
+ "message_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/message_items/8e4f8ee414643d3dcb39e5bb7df429ed.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/message_items/gray/7fbf13398b0571b3e12deb961ce12e29.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/message_items/8e4f8ee414643d3dcb39e5bb7df429ed.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/magical_birthday_cake_message_item.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2571,
+ "type": "birthday_bobbins_of_becoming_stat_item",
+ "name": "Spacetime Spool",
+ "description": "A spindle of tightly wound, timey-wimey thread. Used to repair tears in the Quilt of Time.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/42a1510f82672ca2d3f9ea82e8bed103.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5c07639f743c8a0a84f9f2855a02046b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e2ce75cadc51a3802f931de8e4c59a90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5c07639f743c8a0a84f9f2855a02046b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5c07639f743c8a0a84f9f2855a02046b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5c07639f743c8a0a84f9f2855a02046b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2572,
+ "type": "birthday_paradox_patterns_stat_item",
+ "name": "Paradox Pattern",
+ "description": "An illogical pattern that when followed reaches a logical outcome. Used to repair tears in the Quilt of Time.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c18d94fb7c0723db9c9b07e03dce913e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/adde59133ab1dee5cb6c9e4b0a35751b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3472913c27f3149988cf62792ff3e918.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/adde59133ab1dee5cb6c9e4b0a35751b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/adde59133ab1dee5cb6c9e4b0a35751b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/adde59133ab1dee5cb6c9e4b0a35751b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2573,
+ "type": "birthday_pausing_pins_stat_item",
+ "name": "Pausing Pin",
+ "description": "A pin pulled out of time. Used to repair tears in the Quilt of Time.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8bbd47625e3397f639873832fcea1c8f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/261bc80162532e469c3583d093c7c807.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7976a730917087bfb143161f7b8980f9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/261bc80162532e469c3583d093c7c807.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/261bc80162532e469c3583d093c7c807.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/261bc80162532e469c3583d093c7c807.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2574,
+ "type": "birthday_time_fabric_stat_item",
+ "name": "Fabric of Time",
+ "description": "A swatch of spacetime. A silky, smooth fabric that reacts to the presence of temporal energy. Used to repair tears in the Quilt of Time.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/95a0e2288334a22c7c541ee50d420c86.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3179cb384e8abc78e301bfdbe84c1d64.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/403a2fdd7dcbc37ef93817a8f55dbb5a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3179cb384e8abc78e301bfdbe84c1d64.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3179cb384e8abc78e301bfdbe84c1d64.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3179cb384e8abc78e301bfdbe84c1d64.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2575,
+ "type": "birthday_time_thread_stat_item",
+ "name": "Time Thread",
+ "description": "A strand of unravelled spacetime. Used to repair tears in the Quilt of Time.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5913ad983d84ccf13b78eefecfbcbbd5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9a9f343b68dfded3753b645e8b48770b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/54a054405edc96aff8c32e6e9a6e1750.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9a9f343b68dfded3753b645e8b48770b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9a9f343b68dfded3753b645e8b48770b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9a9f343b68dfded3753b645e8b48770b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2576,
+ "type": "tenth_birthday_2018_cake_base",
+ "name": "10 Layer Birthday Cake Base",
+ "description": "A 10-layer birthday cake has been baked right into this limited edition base to celebrate 10 years of MouseHunt! \n \nOver the last 10 years, the kitchen floors of the castle have seen their fair share of leftovers and table scraps. Slowly, as the years went on, and birthday cake after birthday cake was baked in The King's Grand Birthday Cake Oven, small remnants and pieces of cakes from years passed collected along the edges of and below the main cooking surface. \n \nThe final result? This utter masterpiece, lovingly scraped from the insides of the oven, held together by the strongest known frosting to the Kingdom to ensure perfect cohesion. Carefully stenciled by hand onto each piece is a sweet birthday message to forever remember this moment. \n \nOh, and of course, being comprised of the very same chunks of cake made for previous birthdays, this base comes with every known special effect present on other birthday cake bases! Namely, the special effects of the various cupcake bases. \n \nHappy 10th Birthday, MouseHunters!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/5956b403465231d47c4a2f8241e5fce2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/b3c5baeaebe9f1fe531315c47b942b45.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/5956b403465231d47c4a2f8241e5fce2.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/5956b403465231d47c4a2f8241e5fce2.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/c0c395d23b8b9f7bdcc2d00d8a16e396.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2577,
+ "type": "anniversary_acronym_weapon",
+ "name": "Anniversary Arcane Capturing Rod Of Never Yielding Mystery",
+ "description": "A stabilized Onyx stone in perfect balance within a focused containment field of powerful runes. Whenever a mouse triggers the trap, the two halves of the rod come together and briefly connect to expel a huge blast of energy. \n \nProven safe† by the Scientists of Digby! \n \n†Not safe \n \nThis trap has a 10% chance to instantly catch any mouse!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ac2d0fc64a6a2fe3634e98bc3d4ae4ce.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/6d96fbf02240762d7fed93136ade5c30.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/ac2d0fc64a6a2fe3634e98bc3d4ae4ce.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ff7dcf72fccfad7612e847fe8db369aa.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 3800,
+ "power_formatted": "3,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2578,
+ "type": "anniversary_ambush_weapon",
+ "name": "Anniversary Ambush",
+ "description": "A newly designed tea shop with high quality costumes, droids and disguises. These changes on the original make this trap truly deceptive to even the most perceptive mice. The loyal droids follow the will of their controlling hunter to either capture and exile mice or to use their high speed reflexes for an epic battle that is sure to erupt into various high-budget explosions and cool fighting montages! \n \nThis trap has a 10% chance to instantly catch any mouse!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/568e08e2e857c0e756f9ce4b74fc046a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/765c2c73f584269b5c2ee3a38fee92e5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/568e08e2e857c0e756f9ce4b74fc046a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/b3297548301de08a338039b1a5eb2453.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2579,
+ "type": "anniversary_ancient_box_trap_weapon",
+ "name": "Anniversary Ancient Box Trap",
+ "description": "An Ancient Box Trap wrapped up in celebration of MouseHunt's 10th birthday! With 10 years of preparation in gathering ancient decorations, infallible inflatable balloons and a specially wax-covered relic staff, mice caught in this trap will be transported to a special never ending celebration for 10 years of MouseHunting. Fun for us, not for them! \n \nThis trap has a 10% chance to instantly catch any mouse!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8c308c44cb216f3f22768478757ca06b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/0108e72db5fcc241cc72688be9f6bedc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/8c308c44cb216f3f22768478757ca06b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/1389692249f1581866543e139436a200.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 4300,
+ "power_formatted": "4,300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "hero",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2580,
+ "type": "anniversary_mouse_deathbot_weapon",
+ "name": "Anniversary DeathBot",
+ "description": "The origins of the very first DeathBot were unknown when it was discovered 10 years ago. Until now! It seems it somehow found its way into the past and we've finally now caught up to its inception point. However, it seems the recent timeloops have allowed some improvements to be made over time. \n \nA high-tech robot with advanced designs borrowed from the future. The Anniversary DeathBot comes equipped with a bank of high speed rapid fire laser cannons, an automated, targeting shoulder-mounted plasma caster and housed with enough armour to withstand the heaviest of assaults. \n \nDesigned for dealing with an overwhelming number of mice simultaneously. Sometimes it allows a mouse to escape with cheese in order to track down larger quantities of mice when the escaped vermin inevitably bring back more friends. This is done with a quick psychological and bio-analysis of the mouse type to determine its likeliness of return. \n \nThis trap has a 10% chance to instantly catch any mouse!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/64bc17b3e1456dbfc4ca91a764990436.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/804bffb6feb71068e91ec2383ae0bedc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/64bc17b3e1456dbfc4ca91a764990436.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/fa1aba1c0c145eeb9c88e05a3cf2f615.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2581,
+ "type": "anniversary_reaper_perch_weapon",
+ "name": "Anniversary Reaper's Perch",
+ "description": "Perched atop a mountainous geological formation, rich in high energy crystals, the lethal Reaper Droid gazes through billowing plumes of smoke while awaiting its prey. These crystals overcharge the droid while it slumbers. Armed with a golden scythe to increase energy induction, these enhancements allow the reaper to strike with astonishing speed and accuracy. \n \nMice lost within the smoke shiver endlessly as the energy releasing from the trap courses through the air, causing their hair to stand on end and covering them with perpetual goosebumps! \n \nThis trap has a 10% chance to instantly catch any mouse!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/44d43fe7ae96e8cf9f782daa621a6935.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/10a9a95369a6da38529788e6130cc391.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/44d43fe7ae96e8cf9f782daa621a6935.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/10a63ac3dfde438fa523fc0343dffcd7.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 3300,
+ "power_formatted": "3,300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2582,
+ "type": "rewind_raclette_cheese",
+ "name": "Rewind Raclette",
+ "description": "The only cheese whose scent can pass through multiple layers of spacetime. A wheel of cheese, lost to time and hardened over an eternity. Scraping melted layers of this cheese onto your trap will attract mice sensitive to shifts in the timeline toward this current point of existence.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "mousehunt_birthday",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e737f3f60b9910631f0751560a297d0b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/46720da0148033e9fb5e17b6f92260f1.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/bb5221da9b5e6c7d632f04425d8d698a.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/d04dbdc4abb2b077cbe1199688173685.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/46720da0148033e9fb5e17b6f92260f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/46720da0148033e9fb5e17b6f92260f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/46720da0148033e9fb5e17b6f92260f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2583,
+ "type": "restitched_trinket",
+ "name": "Reality Restitch Charm",
+ "description": "Reality stitching supplies contained in a specialty charm.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5d2e4cf850efa4837fc94b9d02a90d2a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/5513bae3e8b2a9af9de47425b382a328.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/4fb5f1a8bbb8dc56dc120e01f800532e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/5513bae3e8b2a9af9de47425b382a328.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/5513bae3e8b2a9af9de47425b382a328.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/5513bae3e8b2a9af9de47425b382a328.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2584,
+ "type": "rewind_trinket",
+ "name": "Hunter's Horn Rewind Charm",
+ "description": "This magical time-shifting charm has a very unique effect on your Hunter's Horn. \n \nWhile equipped, if you or a friend sounds the horn to go on a hunt and your trap fails to capture a mouse, the clocks will be rewound! Your Hunter's Horn will rewind to 5 seconds before it was last sounded, but your cheese and charm will still be consumed. \n \nThis special time-sensitive charm only affects your Hunter's Horn and is perhaps best suited when going up against a tough mouse when time is of the essence!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/3fe3a01a82048d0dba0997de4660c6ec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/31800e042385d75941a47c246ad2ac56.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/0727507001f4326bb58ec931d3e7cb7f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/31800e042385d75941a47c246ad2ac56.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/31800e042385d75941a47c246ad2ac56.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/31800e042385d75941a47c246ad2ac56.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2585,
+ "type": "cupcake_meteor_prison_core_skin",
+ "name": "Meteor Cupcake Core Trap Skin",
+ "description": "A structure emulating the protective husk of the meteor that crashed into Fort Rox, except now it is being used to imprison mice instead of protect them! \n \nWith a loud crack, the sphere quickly shatters and surrounds the unsuspecting cheese thief, locking them away within their own prison dimension. \n \nThe warm glow seems so inviting until a mouse gets too close...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9ee9ffbd97aea436b660f22ab6bfcd87.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7e7db304b58d05078ef00c75aee687ca.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9ee9ffbd97aea436b660f22ab6bfcd87.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/923eebcf032d50b8f4664431256285cd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "meteor_prison_core_weapon",
+ "skin_weapon_name": "Meteor Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1b662abb4f94508fdd81b222b5cad1d6.jpg",
+ "marketing_text": "A ginormous cupcake waiting innocently for some mouse to come and blow out its candle... which triggers an explosion and envelopes the celebrator within its super sweet center. \n \nHappy Birthday!"
+ },
+ {
+ "id": 2586,
+ "type": "tenth_birthday_storm_wrought_ballista_skin",
+ "name": "10th Birthday Storm Wrought Ballista Trap Skin",
+ "description": "A vortex of thunderous bolts fire endlessly from this Storm Wrought Ballista Trap. Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful storm vortex can rip an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c83387c3b2e44285e50f5c6e2c37f8d0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2b95fbc148b1acacc9e39cdffd092c29.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c83387c3b2e44285e50f5c6e2c37f8d0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/50594ed43a4737b23386ad5a1f3c5d7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "storm_wrought_ballista_weapon",
+ "skin_weapon_name": "Storm Wrought Ballista Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/47efb9479db87cd1f7c7c11e5d43d882.jpg",
+ "marketing_text": "Redesigned with the 10th MouseHunt Birthday in mind, this version of the Storm Wrought Ballista Trap fires a thin harpoon hidden in a coat of wax akin to a candle. Once lit and launched, the wax melts away in flight, exposing the business end of the harpoon, allowing it to pierce its target! \n \nHappy 10th Birthday, MouseHunt!"
+ },
+ {
+ "id": 2587,
+ "type": "complete_birthday_2018_adv",
+ "name": "Restore Gnawnia's 10-Year Timeline",
+ "description": "The Time Thief Mouse has gone back in time and disrupted historical events over the last 10 years! Repair the Quilt of Time, stitching your way through the years, and track down the Time Thief Mouse to end his influence on MouseHunt's history!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2588,
+ "type": "2018_spring_hunt_egg_10",
+ "name": "18K Golden Egg",
+ "description": "This gold plated egg is sure to contain something valuable...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7b90ff31e8e8c6d58c1644ee67559380.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d855242cc898d518d2f19d254b9cc834.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/7b90ff31e8e8c6d58c1644ee67559380.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/7b90ff31e8e8c6d58c1644ee67559380.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2589,
+ "type": "abominable_snow_egg_convertible",
+ "name": "Abominable Snow Egg",
+ "description": "A cold egg covered in a layer of faceted frost.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cccd1f5e6c9490cb0d50b0607513aa03.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2ea1aa7cfb2121206213fa6969abcd34.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4e6b0958d620036730404ebdde5b5100.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9dd4706d4ca6b28332046ba180f69287.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2ea1aa7cfb2121206213fa6969abcd34.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2ea1aa7cfb2121206213fa6969abcd34.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2ea1aa7cfb2121206213fa6969abcd34.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2590,
+ "type": "absolute_acolyte_egg_convertible",
+ "name": "Absolute Acolyte Egg",
+ "description": "With a timeless fashion sense, this egg is dressed to impress!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eff3d00e8aff8e5a367c3af51e3bf34f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d86fb326d73d73b54cb4da4595d7c8fb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/beeb22ae2d7abdb3022349bdb0f587ac.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d90069102ac0edad8555875b5da3d87f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d86fb326d73d73b54cb4da4595d7c8fb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d86fb326d73d73b54cb4da4595d7c8fb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d86fb326d73d73b54cb4da4595d7c8fb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2591,
+ "type": "bristle_woods_rift_egg_convertible",
+ "name": "Bristle Woods Rift Egg",
+ "description": "Ticking and tocking, clicking and clocking, portal popping and locking.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/760155c884aff00b30b2a13adcbb4a91.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/06ce6c847841c33abd0ea5155b7c9521.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dbe12d7f072100d59f0b2826f1eaef8e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cc7e4a6fceeb699fc7713e3c79a798ee.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/06ce6c847841c33abd0ea5155b7c9521.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/06ce6c847841c33abd0ea5155b7c9521.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/06ce6c847841c33abd0ea5155b7c9521.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2592,
+ "type": "brown_egg_convertible",
+ "name": "Brown Egg",
+ "description": "A common but challenging egg, suitable for a starting MouseHunter.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c986fa1948c6a2435a6f295b57dc4813.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/36649cee9bb7368e1a499153bc1531df.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d02e5be276cb497f91ceeb6141a311c8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3ecfb08fe8e7ce5317a827cc0edcc76b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/36649cee9bb7368e1a499153bc1531df.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/36649cee9bb7368e1a499153bc1531df.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/36649cee9bb7368e1a499153bc1531df.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2593,
+ "type": "chamber_cleaver_egg_convertible",
+ "name": "Chamber Cleaver Egg",
+ "description": "Barely hanging on to this reality. Open it quick before it phases into another dimension!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/28d9de564011bd3172926f518da704e4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/62c0cb044ec8e99965e63ee43118ee36.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/27cf678f56ff3ac3ca6df92e4f8fa807.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0411d830abcf7f3974faa9cc10cdc975.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/62c0cb044ec8e99965e63ee43118ee36.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/62c0cb044ec8e99965e63ee43118ee36.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/62c0cb044ec8e99965e63ee43118ee36.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2594,
+ "type": "egg_hunter_supply_kit_convertible",
+ "name": "Egg Hunter Supply Kit",
+ "description": "A kit put together for serious egg hunters! Comes with some new Egg Cartons for eggstra eggy loot! \n \nInside you'll find: \n \n\n• 300 SUPER|brie+ \n• 300 Marshmallow Monterey \n• 50 Dark Chocolate Charms \n• 50 Eggscavator Charge Charms \n• 50 Eggstra Charge Charms \n• 3 Unfilled Spring Egg Cartons \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/47c1645baaeceae1acaf595398e0abe0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/56047d5afe9c61ebf402bf835b603ac7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e1a941210a78da11b9ca4113d8b8a651.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/45bb6cf94a3ffe8612fc20b5849f5abd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/56047d5afe9c61ebf402bf835b603ac7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/56047d5afe9c61ebf402bf835b603ac7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/56047d5afe9c61ebf402bf835b603ac7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2595,
+ "type": "ful_mina_egg_convertible",
+ "name": "Ful'Mina Egg",
+ "description": "This egg avoids rolling down the mountains of Moussu Picchu due to the massive amounts of static electricity surrounding it.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/88bb8ded68e8f7f337acdc8c6ebf1d18.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e70b05c5951a3cbb7a30bd1ed6bc2e3c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4c74db112e3ff58fc8fa8ecc6ab85897.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fd3abb084eb58a61d4d4554eb4c2272b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e70b05c5951a3cbb7a30bd1ed6bc2e3c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e70b05c5951a3cbb7a30bd1ed6bc2e3c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e70b05c5951a3cbb7a30bd1ed6bc2e3c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2596,
+ "type": "grey_egg_convertible",
+ "name": "Grey Egg",
+ "description": "A darker, common egg found in the wild of the meadows and similar locations within the Gnawnia region.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4bbb7f62b177d7d63b6477e84fcc4092.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/283d883f46b2d2bfd476807a8f8c1dde.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/15057fa3c7ae7007dc100e6080a08264.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4a8546ba8863c1b5ab75deec11ff00a8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/283d883f46b2d2bfd476807a8f8c1dde.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/283d883f46b2d2bfd476807a8f8c1dde.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/283d883f46b2d2bfd476807a8f8c1dde.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2597,
+ "type": "mutated_behemoth_egg_convertible",
+ "name": "Mutated Behemoth Egg",
+ "description": "Trashiest of the trashy! Filled with disgustingly rotten loot!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4a4041ad1e278951e54b9f1ea122f8ec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b2c014a33cb1e8ff740c8198f26611b5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e7e25a23ae219f1e8e5a32745d6a8f83.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d4abd5d322641153812defcfe2646926.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b2c014a33cb1e8ff740c8198f26611b5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b2c014a33cb1e8ff740c8198f26611b5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b2c014a33cb1e8ff740c8198f26611b5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2598,
+ "type": "rain_egg_convertible",
+ "name": "Rainy Egg",
+ "description": "This egg is damp and dripping with moisture. Exposed to one too many rainstorms.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/98a63adaa96813acdcc587d67a015031.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ec5052768386b9de281ce1fd5c1381bd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4a666345ee8a4e822c71dc6d6eea15ae.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2ad172b729b2f11046ad1c542387e538.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ec5052768386b9de281ce1fd5c1381bd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ec5052768386b9de281ce1fd5c1381bd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ec5052768386b9de281ce1fd5c1381bd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2599,
+ "type": "relic_hunter_egg_convertible",
+ "name": "Relic Hunter Egg",
+ "description": "Crack open this egg to help you crack open more scroll cases!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5cd081d4d192060e17997792d8f6dd62.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/edb35b13cfbcf5df3393eeeea1045777.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/29f942871cb4504e046a341a15ffd005.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8b32cd31062c9df72c3d330432443adb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/edb35b13cfbcf5df3393eeeea1045777.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/edb35b13cfbcf5df3393eeeea1045777.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/edb35b13cfbcf5df3393eeeea1045777.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2600,
+ "type": "spring_egg_carton_convertible",
+ "name": "Unfilled Spring Egg Carton",
+ "description": "An empty egg carton just waiting to be filled with Spring Hunt Eggs! \n \nWhen a mouse drops an egg, this magical Egg Carton will remember it. Every hunter helping to fill this carton will keep the eggs they find and record proof of it here. \n \nOpen one to start an Egg Hunt and invite your friends to help!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/62bb4abcd3bc96d11ff46c681dd7ab85.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a809d4a916ee4381f6242ce01b7a22c8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5608ddf4e812477c11ac6dba56c7c630.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d0c324b67dcdef7e20ad6f246f408d4d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a809d4a916ee4381f6242ce01b7a22c8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a809d4a916ee4381f6242ce01b7a22c8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a809d4a916ee4381f6242ce01b7a22c8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "super_brie_cheese": 150
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2601,
+ "type": "thunderlord_egg_convertible",
+ "name": "Thunder Egg",
+ "description": "I am the Thunder Egg! Egg of THUNDER... and THUNDER OF EGGS!!!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fb1d1fc4a3b0e6f6cc31437fda232eb1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e0c3b4e383a4706b6d5c809fe8586c5f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/82c7764dbb79ec746fb4db02d3c9a8fb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/24a61eb6f8d6c259d434a1d181f9ea31.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e0c3b4e383a4706b6d5c809fe8586c5f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e0c3b4e383a4706b6d5c809fe8586c5f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e0c3b4e383a4706b6d5c809fe8586c5f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2602,
+ "type": "white_egg_convertible",
+ "name": "White Egg",
+ "description": "Probably the most common egg found in the wild, shares a striking resemblance with a specific mouse.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2303e8528e83f37322f9e0a434599b43.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/31359c28e93b9a58885adb7daacde813.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/da2b5ed53d0f3699fd7bd8135be525bf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/443f5c07485f5c0b75d85b74da57489e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/31359c28e93b9a58885adb7daacde813.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/31359c28e93b9a58885adb7daacde813.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/31359c28e93b9a58885adb7daacde813.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2603,
+ "type": "wind_egg_convertible",
+ "name": "Windy Egg",
+ "description": "A soft breeze teases the untamed moss growing from the peaks of this egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/518113b8f49173f21244ce54866832d9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6bcfeb578d381597ef86ecfe50014eb1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed1f842563ab6332a05012bb6e111457.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/91e6d807162fa8056a919fda6a2566fd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6bcfeb578d381597ef86ecfe50014eb1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6bcfeb578d381597ef86ecfe50014eb1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6bcfeb578d381597ef86ecfe50014eb1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2604,
+ "type": "birthday_ten_journal_theme_collectible",
+ "name": "10th Anniversary Birthday Journal Theme",
+ "description": "Give your journal an opulent look with this journal theme gilded in 10 lucky layers of gold! \n \nOriginally designed to commemorate MouseHunt's 10th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c9870770dfd934c4bfa3edeb76549693.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c8d8f11745391016e66b90860f0eedf5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c9870770dfd934c4bfa3edeb76549693.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c9870770dfd934c4bfa3edeb76549693.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2605,
+ "type": "spring_hunt_chrome_sphynx_wrath_skin",
+ "name": "Crouching Rabbit, Hidden Sphynx Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/273cf64b2aa3b6106798f92f820a2b1a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6094a20f35f29da0d8feaf5b717ac052.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/273cf64b2aa3b6106798f92f820a2b1a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0fd8f7758027c26d44769aa4554933fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "A sphynx in rabbit's clothing! A Chrome Sphynx Trap curled up into a pounce position, waiting to attack beneath the guise of a lovely, harmless Spring Egg Hunt rabbit."
+ },
+ {
+ "id": 2606,
+ "type": "spring_hunt_temporal_dissonance_skin",
+ "name": "Spring Eggsplit Dissonance Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/35040a773e5fa2e6d2b29d22eaa63c59.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6eb6a5619fcbfdb452baba0e6e613276.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/35040a773e5fa2e6d2b29d22eaa63c59.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/142e37c8d5cdea13d663cd64c4494693.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "The quantum energies produced by this weapon are enhanced by the power of the Spring Hunt. When triggered, the basket drops one of its quantum eggs onto the base, instantly cracking it open. In its center, a small black hole forms and immediately consumes the mouse. After the \"Big Crack\", the SmartShell™ technology in the egg safely reassembles around the black hole and pops it back on top of the basket."
+ },
+ {
+ "id": 2607,
+ "type": "inert_dowsing_rod_stat_item",
+ "name": "Inert Queso Dowsing Rod",
+ "description": "Visit the Cartographer at Fort Rox to imbue this Y-shaped stick with Dawn Dust and unlock its full potential! \n \nOnce charged, this rod will lead you to Queso Canyon where a powerful, flowing river of liquid queso cheese awaits!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8bc34a6dd59c19aa8e5b4c4f9d189dfc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/430553712969eba2267f35c850735b01.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/541e8f3da8017e16be17a31516b75176.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/430553712969eba2267f35c850735b01.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/430553712969eba2267f35c850735b01.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/430553712969eba2267f35c850735b01.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2608,
+ "type": "queso_canyon_map_piece",
+ "name": "Queso Dowsing Rod",
+ "description": "Imbued with the power of Dawn Dust, this Dowsing Rod will lead you to Queso Canyon, a region where magical spices grow near a massive river surging with delicious liquid queso! \n \nObtain this map piece during the Count/Countess adventure: Extinguish Inferna, The Engulfed \n \nThis canyon of flowing queso and exotic spices can only be canyoneered by hunters ranked Count/Countess and above!",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "queso_quarry",
+ "queso_plains",
+ "queso_river"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/105ed017f9f99930b82431ce5464feed.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/d45b33c29d514c7382a6d951319099c0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/105ed017f9f99930b82431ce5464feed.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/105ed017f9f99930b82431ce5464feed.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2609,
+ "type": "unstable_ember_gadget_convertible",
+ "name": "Unstable Ember Gadget",
+ "description": "A white hot gadget that has gone beyond overdrive! This must have been used in something quite powerful for quite sometime. Something must have knocked it out of place, sending it flying into the Queso River! \n \nYou can hear something rattling around inside. Wonder what makes it tick...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/55b98ea1804089c499e607dd58160a27.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/98c4ede11c32c4160c45c21ca301a771.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/953376afd24536262c8e14aac76d2cec.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5e8be472baf8ea919de04bb98c8a54f2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/98c4ede11c32c4160c45c21ca301a771.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/98c4ede11c32c4160c45c21ca301a771.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/98c4ede11c32c4160c45c21ca301a771.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Queen Quesada in Queso River"
+ },
+ {
+ "id": 2610,
+ "type": "wild_gift_basket_convertible",
+ "name": "Wild Gift Basket",
+ "description": "A basket stuffed with SUPER|Brie+ and Wild Tonic to send you or a friend on one wild ride at Queso Canyon!\n
\nInside you'll find: \n \n\n• 75 SUPER|brie+ \n• 25 Wild Tonic \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/59bd118aa9cec314d0ba7b3dca69eb0f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/857ac6c30f895448fb18a7cd1e4f8685.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/332c4add78322c20960b86d7d91bdbb8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/afe18f5a06ed181c3b4ef5905a843c82.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/857ac6c30f895448fb18a7cd1e4f8685.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/857ac6c30f895448fb18a7cd1e4f8685.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/857ac6c30f895448fb18a7cd1e4f8685.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2611,
+ "type": "wild_supply_kit_convertible",
+ "name": "Wild Supply Kit",
+ "description": "A big ol' basket of YEE-HAW! Jam packed with Wild Tonic, a handful of Queso Pump Charms, a generous supply of Bland Queso, and enough Mild Spices to make a batch of Mild Queso!\n
\nInside you'll find: \n \n\n• 500 SUPER|brie+ \n• 1,000 Wild Tonic \n• 25 Queso Pump Charms \n• 500 Bland Queso \n• 10 Mild Spice Leaves \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/829df56fdd5d998eeb76c46564b26d9b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/43f35be7a32c605b808f9fb1eee0489b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/04b04eeb062d0d0cb2cb0d72ae7d2077.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4841b4289a35b5fe2c5da890afdf2f47.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/43f35be7a32c605b808f9fb1eee0489b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/43f35be7a32c605b808f9fb1eee0489b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/43f35be7a32c605b808f9fb1eee0489b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2612,
+ "type": "ember_root_crafting_item",
+ "name": "Ember Root",
+ "description": "A severed root from an exotic tree that once grew in the Prickly Plains. The sap is still molten but the root is cool to the touch. \n \nThis item is carefully guarded by Inferna, The Engulfed.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ca1b84c0b2dff1c57cb1fbbf971b51df.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7e36bbd16f7c136ec5a6ba1c3dcda1d0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/57560f7486107a3202ac69207e8f508e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/7e36bbd16f7c136ec5a6ba1c3dcda1d0.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/7e36bbd16f7c136ec5a6ba1c3dcda1d0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/7e36bbd16f7c136ec5a6ba1c3dcda1d0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Inferna, The Engulfed in Prickly Plains"
+ },
+ {
+ "id": 2613,
+ "type": "ember_stone_crafting_item",
+ "name": "Ember Stone",
+ "description": "Glowing rocks of pure molten Nachore from deep within the Cantera Quarry. \n \nThis item is carefully guarded by Nachous, The Molten.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/19b064c57c8a8130804316102f56a36b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fb2d28966da15fd2179b071afdd1df08.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/496293dabe54d114ce151d4830ecd665.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/fb2d28966da15fd2179b071afdd1df08.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/fb2d28966da15fd2179b071afdd1df08.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/fb2d28966da15fd2179b071afdd1df08.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Nachous, The Molten in Cantera Quarry"
+ },
+ {
+ "id": 2614,
+ "type": "flaming_spice_crafting_item",
+ "name": "Flamin' Spice Leaf",
+ "description": "A white hot spice leaf with a scent that would burn more than just your nose hairs if you were to get close enough to smell it! This leaf is so spicy it has burst into flames! \n \nIntense heat and flavour greets only the bravest of souls, mouse and hunter alike! \n \nThis spice leaf can be found in the Prickly Plains and Queso Geyser.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c8ddcdf235467ab0a8090446ad197b7c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3896982412b1462bc2130b592b47993b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/1d3789e70de6ea704a403bb1012ff73f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3896982412b1462bc2130b592b47993b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3896982412b1462bc2130b592b47993b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3896982412b1462bc2130b592b47993b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2615,
+ "type": "hot_spice_crafting_item",
+ "name": "Hot Spice Leaf",
+ "description": "An orange spice leaf beginning to ember around the edges. It has a pungent scent that stings the nostrils and a sweet and zesty flavour. \n \nThis spice leaf can be found in the Prickly Plains and Queso Geyser.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/0f3acf654bdb0d1f2414ed251a38dbd8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d4ac2676d7287d94dc45ce17753350c5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/732d40cd98f8c760cbffb1b5f7285ce3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d4ac2676d7287d94dc45ce17753350c5.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d4ac2676d7287d94dc45ce17753350c5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d4ac2676d7287d94dc45ce17753350c5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2616,
+ "type": "medium_spice_crafting_item",
+ "name": "Medium Spice Leaf",
+ "description": "A yellow spice leaf with a sharp smell, akin to mustard. The taste is quite tangy. \n \nThis spice leaf can be found in the Prickly Plains and Queso Geyser.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c697a753288aa6f8b0c343a9cc4bfddb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a5fa5126ce92bc2205019ba6cd057f5c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/63a9c163a4c3513a393be2e1ce6b4271.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/a5fa5126ce92bc2205019ba6cd057f5c.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/a5fa5126ce92bc2205019ba6cd057f5c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/a5fa5126ce92bc2205019ba6cd057f5c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2617,
+ "type": "mild_spice_crafting_item",
+ "name": "Mild Spice Leaf",
+ "description": "A green spice leaf with a faint aroma. The taste is very mild. \n \nThis spice leaf can be found in the Prickly Plains and Queso Geyser.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/5aaa959b4cb3cd5c7f87fa25f1f5fe9f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8deccc930a83e56b3742e49d4be191c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/6431831c07f4240033f7e6286dd86b0e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8deccc930a83e56b3742e49d4be191c.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8deccc930a83e56b3742e49d4be191c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d8deccc930a83e56b3742e49d4be191c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2618,
+ "type": "nachore_stat_item",
+ "name": "Nachore",
+ "description": "A triangular chunk of ore shaped like a familiar snack. This slighly salty metal is highly resistant to the liquid queso that runs through the Queso Canyon. \n \nThis crunchy snack can be found in the Cantera Quarry.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/48691886ce84848ac0ae8969012eea78.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/603da4e7cbbfa083c843e88a62c4e458.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2df50ade4901b247c3a7dc53decc6c02.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/603da4e7cbbfa083c843e88a62c4e458.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/603da4e7cbbfa083c843e88a62c4e458.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/603da4e7cbbfa083c843e88a62c4e458.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in Cantera Quarry or Queso Geyser"
+ },
+ {
+ "id": 2619,
+ "type": "wild_tonic_stat_item",
+ "name": "Wild Tonic",
+ "description": "A rich, smooth, creamy, satisfying, long-lasting, effervescent, vegetable-based, all-natural, organic restorative tincture with the most delicate fragrance for internal AND external use! A miracle elixir! \n \nRelieves fatigue, weakness, prostration, smells, headaches, leg aches, nausea, hair loss, hair growth and pain. Pretty much any ailment you can think of can be cured with this patented Wild Tonic! GUARANTEED! \n \nGuaranteed side-effects include: \n \n\nIn Queso Geyser: \n- Double the Cork Bark looted from mice \n- Double the pressure increased per catch \n- Double the amount of Nest Size growth \n \nIn other areas of Queso Canyon: \n- Double the amount of Bland Queso pumped from the Queso River \n- Double the amount of Spice Leaves harvested from the Prickly Plains \n- Double the amount of Nachore extracted from the Cantera Quarry \n\n \nRemember to look out for counterfeits! Always ask for Wild Tonic prepared by the sole proprietor of Gnawnia's Wild Tonic Company! \n \n\"It's a big ol' bottle of YEE-HAW!\"",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7c20334fc4eae4951931b1339cb6db21.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/8e292ff717bd65936d2c96707aa77de0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b6b9f97a1ee3692fdff0b5a206adf7e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/8e292ff717bd65936d2c96707aa77de0.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/8e292ff717bd65936d2c96707aa77de0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/8e292ff717bd65936d2c96707aa77de0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2620,
+ "type": "queso_canyon_base",
+ "name": "Overgrown Ember Stone Base",
+ "description": "A bed of Ember Stone with a vine of wild Ember Root thriving within it. The living Ember Roots lash out and entwine those brave enough to get too close, then it turns up the heat! \n \nWhen used at the Queso River, the incredible amount of ambient heat produced from this base is harnessed by the Queso Pump, increasing production by 50%. \n \nExtracts 50% more Bland Queso when used at the Queso River!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "queso_river",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/900ede85af5681b255cf9de494d41a4b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/c241c381c18b96c4229684a4857498d7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/900ede85af5681b255cf9de494d41a4b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/900ede85af5681b255cf9de494d41a4b.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/21a521834afbc281610441b65c960a03.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 450,
+ "power_formatted": "450",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.18,
+ "attraction_bonus_formatted": "18%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Ultimately Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2621,
+ "type": "ember_prison_core_weapon",
+ "name": "Ember Prison Core Trap",
+ "description": "By studying the design of the Meteor Prison Core, the clever Trapsmiths of Queso Canyon were able to create their own version of this fantastical device. \n \nRedesigned, reinforced and really, really hot! If you thought prison couldn't get any worse, just turn the temperature up... a couple hundred degrees! \n \nThis Prison Core takes things to a whole new level. Using Unstable Ember Gadgets to cycle heat, it makes working with hot temperatures a cool breeze! Works just like an air conditioner to remove just enough heat, keeping the temperature in the safe spot between incarceration and incineration. \n \nOn the bright side, any mice who end up in here end up with one heck of a tan!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e0e26c990b1bc0bb4494b1aac43af86b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/95957c24525a260986c59802f7170052.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/e0e26c990b1bc0bb4494b1aac43af86b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/36a486958682cfc20466c0750e5dc4cc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 4500,
+ "power_formatted": "4,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 16,
+ "luck_formatted": "16",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "eternal_frost_ember_prison_core_skin",
+ "gilded_ember_prison_core_trap_skin",
+ "spring_hunt_ember_prison_core_skin",
+ "explosive_pumpkin_core_skin",
+ "peony_ember_prison_core_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "eternal_frost_ember_prison_core_skin",
+ "gilded_ember_prison_core_trap_skin",
+ "spring_hunt_ember_prison_core_skin",
+ "explosive_pumpkin_core_skin",
+ "peony_ember_prison_core_trap_skin"
+ ]
+ },
+ {
+ "id": 2622,
+ "type": "judge_droid_weapon",
+ "name": "Judge Droid Trap",
+ "description": "With the scales of justice forever tipped in their favour, this self-appointed court of droids enforces their own laws within the courtroom. Among them you will find: falsified evidence, fake witnesses, a biased judge, and a stenographer that only writes down incriminating words and ignores the defense. This trap finds all mice guilty until proven guiltier. Once judged, the bailiff brings all offenders to the King's Stockade to rot. \n \nThe mice are real, the cases are real, the rulings are final. This is Judge Droid.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/852b06498d19595f2d11925ac4379b9f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/348b1115bb779d4a9fcedd99429aeff1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/852b06498d19595f2d11925ac4379b9f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/684aa85e3b938fb7d08524263a5249b7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2400,
+ "power_formatted": "2,400",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": true,
+ "skins": [
+ "tribal_judge_droid_skin",
+ "judge_christmas_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "tribal_judge_droid_skin",
+ "judge_christmas_skin"
+ ]
+ },
+ {
+ "id": 2623,
+ "type": "queso_canyon_draconic_weapon",
+ "name": "Blazing Ember Spear Trap",
+ "description": "A mighty Ember Root grows atop a bed of blazing Ember Stone. Poised with a Golden Spear forged from the leaves meticulously hand-plucked from several seasons of Ember Root growth, this mighty root heats the spear to 1 degree below its melting point before hurling it with unmeasurable speed towards its target. Only the finest leaves are picked to be wrapped and hammered in order to fulfill each spear's dragon-destroying destiny.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6ac76c10fc9472804282cc38d96f338c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/38d80af1a83ecb664e36cc3d7e96e5c2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/6ac76c10fc9472804282cc38d96f338c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/bee7402bd7f9b60a99b0c33e5349e683.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 5500,
+ "power_formatted": "5,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2624,
+ "type": "queso_canyon_forgotten_weapon",
+ "name": "Scarlet Ember Root Trap",
+ "description": "Thought to be lost long ago, this fully-grown Ember Root is an extremely powerful tree that protected the Queso Canyon from intruders long ago. Its attractive vines of golden leaves would lure those seeking valuables to their untimely demise.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/89d94a71097d897f5e664daaf760f3b4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/813561da65192a4656dbbcfbd39dcb93.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/89d94a71097d897f5e664daaf760f3b4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/decf75363b84bfc06c2a9ccbf9d32008.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 7,
+ "luck_formatted": "7",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": true,
+ "skins": [
+ "new_years_scarlet_ember_root_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "new_years_scarlet_ember_root_trap_skin"
+ ]
+ },
+ {
+ "id": 2625,
+ "type": "bland_queso_cheese",
+ "name": "Bland Queso",
+ "description": "This nearly-molten, naturally-occuring cheese flows from an overactive geyser in the Queso Canyon region. \n \nIt's rather tasty, but it's missing something... Needs a little spice! \n \nEquip this in the Prickly Plains to collect Mild Spice Leaves, in the Cantera Quarry to collect a small amount of Nachore, or at the Queso Geyser to collect a small amount of Cork Bark.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "queso_canyon",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/4752dbfdce202c0d7ad60ce0bacbebae.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/6c617a149e1909189ca013c343ac5b11.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/c714f8b22dbbe333a3f40dc656a39b92.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/06c81c66b0f21f2a8b6a2b989f40bd8d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/6c617a149e1909189ca013c343ac5b11.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/6c617a149e1909189ca013c343ac5b11.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/6c617a149e1909189ca013c343ac5b11.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2626,
+ "type": "flaming_queso_cheese",
+ "name": "Flamin' Queso",
+ "description": "A violent, magmatic, bubbling queso that radiates an intense bouquet of scents which burn the nostrils and cause extreme salivation. \n \nNo hunter has been brave enough to try it. Well, at least not after the first one who lost the ability to speak after merely bringing this cheese to their lips... \n \nTASTE* AT YOUR OWN RISK! \n \nEquip this in either the Prickly Plains or the Cantera Quarry to face off with a formidable foe! \n \nEquip this in Queso Geyser to attract some of the most powerful Draconic mice in the region! \n \n*WARNING: Do not taste!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "queso_canyon",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/5a69c1ea617ba622bd1dd227afb69a68.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/fcd306116ab4e8f36a801b69d506401f.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/ac739049a38f9e103d52c784ba4dbb59.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/da3a5951969e20be434f9c6f6765baa6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/fcd306116ab4e8f36a801b69d506401f.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/fcd306116ab4e8f36a801b69d506401f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/fcd306116ab4e8f36a801b69d506401f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "bland_queso_cheese": 1000,
+ "flaming_spice_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2627,
+ "type": "hot_queso_cheese",
+ "name": "Hot Queso",
+ "description": "A flavourful queso blend with a sweet, stinging scent that quickly gets the saliva flowing. It dances on the tongue with a sacchariferous flavour before biting down with a truly piquant heat. \n \nEquip this in the Prickly Plains to collect Flamin' Spice Leaves, in the Cantera Quarry to collect a huge amount of Nachore, or in Queso Geyser to attract more powerful Draconic mice.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "queso_canyon",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/11d1170bc85f37d67e26b0a05902bc3f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/e7a6332b2d05f96104a2caf2669a3ba0.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/e2ce7187571da1e7364261d4fb6ee425.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/c1f4fd19837674e9116c9a9f9a51cd5b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/e7a6332b2d05f96104a2caf2669a3ba0.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/e7a6332b2d05f96104a2caf2669a3ba0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/e7a6332b2d05f96104a2caf2669a3ba0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "bland_queso_cheese": 100,
+ "hot_spice_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2628,
+ "type": "medium_queso_cheese",
+ "name": "Medium Queso",
+ "description": "Thick and viscous, this blend of queso makes a bold statement with a sharp earthy scent and flavour. It sits in the middle of the road when it comes to the potent potential of available spices. \n \nEquip this in the Prickly Plains to collect Hot Spice Leaves, in the Cantera Quarry to collect a large amount of Nachore, or in Queso Geyser to attract Draconic mice.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "queso_canyon",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/be747798c5e6a7747ba117e9c32a8a1f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/630826bf1c69dc1ab3b710186ed044ae.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/e5ba55d053675eae79da1f1ea92e8e29.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ea4ff0cbe38cafe057594dfa0a37ceb4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/630826bf1c69dc1ab3b710186ed044ae.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/630826bf1c69dc1ab3b710186ed044ae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/630826bf1c69dc1ab3b710186ed044ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "bland_queso_cheese": 10,
+ "medium_spice_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2629,
+ "type": "mild_queso_cheese",
+ "name": "Mild Queso",
+ "description": "A light blend of queso with a soft, leafy aroma. A light flavour that's favoured by the more gentler breeds of spice-loving mice. \n \nEquip this in the Prickly Plains to collect Medium Spice Leaves, in the Cantera Quarry to collect a decent amount of Nachore, or in Queso Geyser to attract less powerful Draconic mice.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "queso_canyon",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/7193159aa90c85ba67cbe02d209e565f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/d67842595fdc9570a695ef18da21c68b.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/65378645da759b9ce7e38f0aedaca73e.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/9af7f55e16fe6c6966b2d40362cd3af7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/d67842595fdc9570a695ef18da21c68b.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/d67842595fdc9570a695ef18da21c68b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/d67842595fdc9570a695ef18da21c68b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "bland_queso_cheese": 1,
+ "mild_spice_crafting_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2630,
+ "type": "queso_river_boss_cheese",
+ "name": "Wildfire Queso",
+ "description": "Equip this in the Queso River or Queso Geyser and prepare yourself... \n \nWho thought a bowl of cheese could be so truly fearsome and terrifying? Were it not for the magical fusion of the Ember Root and Ember Stone, this fire of absolute rage would certainly spread and consume the entire Gnawnian Kingdom! \n \nThe Ember Root entwines itself around and through the Ember Stone bowl, suspending a body of queso so scorchingly hot that it has become floating cheese plasma. The inexhaustible heat from the Ember Stone channels through the roots and queso, creating an untameable boil that eradicates the air around it. \n \nThe scent and flavour of this queso is impossibly powerful. Merely looking into its glowing heart can leave you temporarily blind, and catching even a whiff of this cheese from as far as the parapets of the Town of Gnawnia will singe the hairs right out of your nose! \n \nThis viciously viscous cheese can melt straight through fur, flesh, mouse, and bone. As a result, and for good reason, mice steer clear of this queso. Hunters are instructed to wear specialized welding masks and enormous gauntlets when standing near this bait, and to only handle this rumbling bowl of molten cheese with extremely long drop-forged steel tongs. When placing the bowl of queso onto your trap's base, be extremely careful to not tip it over and spill its contents! \n \nThe only thing more terrifying than this cheese is imagining the mouse that would actually consume it.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "queso_canyon",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/73891a065f1548e474177165734ce78d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/05374233d64612b7226d03e3b605bbb6.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/4a8626680603ccafaec491cf32d08983.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/c81d9cb05962318eae2e7e47875b7d23.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/05374233d64612b7226d03e3b605bbb6.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/05374233d64612b7226d03e3b605bbb6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/05374233d64612b7226d03e3b605bbb6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2631,
+ "type": "ember_trinket",
+ "name": "Ember Charm",
+ "description": "A rare source of power found within an Unstable Ember Gadget. Equipping one of these on your trap will expel its power, providing one turbo-charged hunt! \n \nIncreases your trap power by a whopping 500%!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/92da4f1c247715f41d57d9937c172c93.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/edf053ecedecde7c635cd6869a962670.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/8d39733786ed52d567f00f194b0c454e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/edf053ecedecde7c635cd6869a962670.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/edf053ecedecde7c635cd6869a962670.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/edf053ecedecde7c635cd6869a962670.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2632,
+ "type": "remote_pumping_trinket",
+ "name": "Queso Pump Charm",
+ "description": "The Queso Pump Charm causes an additional pump with each successful catch. The additional activation is unaffected by Wild Tonic and other bonuses, but will activate your pump from ANYWHERE in the Kingdom! \n \nMaximize your queso pumping efforts by using this charm at the Queso River to have your pump activate TWICE with every catch! \n \nThis charm seems to have no effect when used in otherwordly areas, such as the Acolyte Realm and from within The Rift.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "queso_geyser",
+ "queso_plains",
+ "queso_quarry",
+ "queso_river",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/e32937f9a10699d50101c0872973270c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/2af28e82e99be51b7249a333a1b3ed39.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/27dc9ad6e52bd1b4fb67061ffa243b36.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/2af28e82e99be51b7249a333a1b3ed39.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/2af28e82e99be51b7249a333a1b3ed39.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/2af28e82e99be51b7249a333a1b3ed39.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 50,
+ "power_formatted": "50",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2633,
+ "type": "complete_queso_river",
+ "name": "Extinguish Inferna, The Engulfed",
+ "description": "Survive the flowing river of queso, brave the hot and spicy plains, and watch your step in the vast quarry! Recover the valuable Ember Root from Inferna, the terrifying sorceress of spice!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_map_piece",
+ "law",
+ "shadow",
+ "arcane",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2634,
+ "type": "queso_canyoneer_scroll_case_convertible",
+ "name": "Queso Canyoneer Scroll Case",
+ "description": "A Queso Canyoneer Treasure Map sealed with delicious queso! This will take you on a treasure hunt spanning the Queso River, Prickly Plains and Cantera Quarry.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e504d24d2abeb486560fc822c8cf3adc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f174a9b2815d5e25a6619a60dc46c6b2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/11197d53f39969732c6c0a9643338ffc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7645685c883e8383490a0e6408b45121.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f174a9b2815d5e25a6619a60dc46c6b2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f174a9b2815d5e25a6619a60dc46c6b2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f174a9b2815d5e25a6619a60dc46c6b2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2635,
+ "type": "queso_canyoneer_treasure_chest_convertible",
+ "name": "Queso Canyoneer Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1fbe8f68e8085247e86ce50c92311e29.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/89c30b505a0d3e2f531c7c8bb2302ff5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/09850b379da18eefe098b42d8b3dc18c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/eb2db65c15901a6e2d2e7523ab9d7c23.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/89c30b505a0d3e2f531c7c8bb2302ff5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/89c30b505a0d3e2f531c7c8bb2302ff5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/89c30b505a0d3e2f531c7c8bb2302ff5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2636,
+ "type": "rare_queso_canyoneer_treasure_chest_convertible",
+ "name": "Rare Queso Canyoneer Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f16128354a4aaed4c66f918a61ecb0dd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4bbdfe596191ad42fa380493f6d3679.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/09dbb9a25b055498270f4179f34b6093.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9e85ec1ad6cc23d3f3056a8cb6874dd9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e4bbdfe596191ad42fa380493f6d3679.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e4bbdfe596191ad42fa380493f6d3679.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e4bbdfe596191ad42fa380493f6d3679.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2637,
+ "type": "queso_theme_scrap_i_crafting_item",
+ "name": "Queso Canyoneer Theme Scrap I",
+ "description": "The first of three scraps that assemble the Queso Canyoneer Journal Theme, the mark of a hunter that has explored all that the Queso River, Prickly Plains, and Cantera Quarry have to offer. \n \nThe second scrap piece has been buried as treasure just below the surface somewhere. Rumour has it the Queso Canyoneers can carry clues leading to the chest's location. \n \nThe third and final scrap is carefully guarded by Queen Quesada herself! \n \nDip all three pieces together on your crafting table to create an absolutely delicious journal theme!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/6c7cd4060a745052843c57c7315ba504.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/976f8ec7d128ceeac412e2519079e13b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a9483e68ab6da6c83f3ab94f0aa5441b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/976f8ec7d128ceeac412e2519079e13b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/976f8ec7d128ceeac412e2519079e13b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/976f8ec7d128ceeac412e2519079e13b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2638,
+ "type": "queso_theme_scrap_ii_crafting_item",
+ "name": "Queso Canyoneer Theme Scrap II",
+ "description": "A slightly salty theme scrap recovered from a Queso Canyoneer Treasure Chest.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/bdf915406f02f2b94992ad13b0b68670.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a5dab8664b7c015ea10f57e4d3d895b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/cd088cb7ae832922d0f74d030ea88f21.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a5dab8664b7c015ea10f57e4d3d895b.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/0a5dab8664b7c015ea10f57e4d3d895b.png",
+ "upscaled": "https://i.mouse.rip/upscaled/queso_theme_scrap_ii_crafting_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2639,
+ "type": "queso_theme_scrap_iii_crafting_item",
+ "name": "Queso Canyoneer Theme Scrap III",
+ "description": "A fiery theme scrap recovered from Queen Quesada herself!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/509f7e42522b7b5397f9f9438868c6f3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cd99d3fcf87b1feae446cdd8f9e27e23.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a4f0ebf72db9b1edb15a449fb697560f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/cd99d3fcf87b1feae446cdd8f9e27e23.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/cd99d3fcf87b1feae446cdd8f9e27e23.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/cd99d3fcf87b1feae446cdd8f9e27e23.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2640,
+ "type": "queso_canyon_theme_collectible",
+ "name": "Queso Canyoneer Journal Theme",
+ "description": "A cheesy journal theme dripping in queso. This is earned through mastering and discovering the secrets within the Queso River, Prickly Plains and Cantera Quarry.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/6f9ad9e1a12d8d3efc300854e2ab9088.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/797d5ba88998b6c9271b5a3da75a1211.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/6f9ad9e1a12d8d3efc300854e2ab9088.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/6f9ad9e1a12d8d3efc300854e2ab9088.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2641,
+ "type": "ronza_fort_rox_supply_crate_convertible",
+ "name": "Ronza's Fort Rox Supply Ship",
+ "description": "A truly out of this world supply ship packed with Fort Rox supplies.
Inside you'll find: \n \n\n• 200 Airship Charms \n• 200 Moon Cheese \n• 250 Tower Mana \n• 100 Meteorite Pieces \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a3e7b089387aadc63f6ec550e7e49ddc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/32aeff82dfcc925c8f3b15d9950b67a2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/43206549056d3d69a2946535bd12cd7e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/422fea5d4d672bf47eaef071566c9718.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/32aeff82dfcc925c8f3b15d9950b67a2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/32aeff82dfcc925c8f3b15d9950b67a2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/32aeff82dfcc925c8f3b15d9950b67a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2642,
+ "type": "ronza_moussu_picchu_supply_crate_convertible",
+ "name": "Ronza's Moussu Picchu Supply Ship",
+ "description": "A stormy ship held together with vines and moss from the mountanous peaks of Moussu Picchu!
Inside you'll find: \n \n\n• 400 Airship Charms \n• 300 Glowing Gruyere Cheese \n• 300 Fire Bowl Fuel \n• 20 Super Dragonbane Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7a693eb2aaa5ebf39ef6934a711f85f4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c6f8e3ac3aa11f4f266354e269ed3d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2243033704de6de5713613e0253239c8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d39f8b67c5d81b30ba2da9368995a539.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c6f8e3ac3aa11f4f266354e269ed3d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c6f8e3ac3aa11f4f266354e269ed3d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c6f8e3ac3aa11f4f266354e269ed3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2643,
+ "type": "ronza_queso_canyon_supply_crate_convertible",
+ "name": "Ronza's Queso Canyon Supply Ship",
+ "description": "A huge nachore blimp oozing with spicy supplies for Queso Canyon!
Inside you'll find: \n \n\n• 300 SUPER|brie+ \n• 400 Airship Charms \n• 500 Wild Tonic \n• 50 Queso Pump Charms \n• 300 Bland Queso \n• 30 Medium Spice Leaves \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5e14d52aabb8ccd6f859698753cfb04c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cb68bdab267a4d5a9f953d9484572a69.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ce0e85a76d6ea5d618c3e738f57047e6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b7b0e7882bb2ff9291a3bf8db0ce16ce.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cb68bdab267a4d5a9f953d9484572a69.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cb68bdab267a4d5a9f953d9484572a69.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cb68bdab267a4d5a9f953d9484572a69.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2644,
+ "type": "chrome_storm_ballista_upgrade_crafting_item",
+ "name": "Chrome Storm Wrought Ballista Upgrade Kit",
+ "description": "A storm module plated in pure chrome. \n \nThe storm module is responsible for opening a controlled portal into a realm of infinite thunderstorms. After covering it in chrome, it has become highly conductive, attracting even more thunderous power through the portal and into the weapon! \n \nUse this kit with Storm Wrought Ballista Trap Parts to create:\n
\n
Chrome Storm Wrought Ballista
\n
\n\n
A chrome coated Storm Module with some other minor modifications has created this powerful and beautiful trap that even the great Ful'Mina herself can't scoff at...
\n
\n\n
Power: 6200
\n
Power Bonus: 18%
\n
Attraction Bonus: 15%
\n
Luck: 20
\n
Power Type: Draconic
\n
Title Required: Grand Duke/Duchess
\n
Cheese Effect: Stale
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/80abeff291d3d5dd9a2bca2362674b15.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5d4c2afbc7a58a2f5e4ce804da9ef7f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/94959428eb9b3330ed12e5639dc0be57.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5d4c2afbc7a58a2f5e4ce804da9ef7f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5d4c2afbc7a58a2f5e4ce804da9ef7f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/d5d4c2afbc7a58a2f5e4ce804da9ef7f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 2645,
+ "type": "storm_wrought_ballista_parts_crafting_item",
+ "name": "Storm Wrought Ballista Trap Parts",
+ "description": "Contains a carefully dismantled Storm Wrought Ballista Trap. A sharp harpoon packed away neatly in a box next to a violent, electrifying storm portal. Safely secured with some duct tape! ",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/803aac2c2a577a2857270ccadc17a880.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/803aac2c2a577a2857270ccadc17a880.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2646,
+ "type": "fulmina_charged_tooth_stat_item",
+ "name": "Ful'mina's Charged Toothlet",
+ "description": "A small fragment from one of Ful'Mina's powerful teeth. These contain charges of thunderous energy and can be attached to the Denture Base or the Signature Series Denture Base to provide an exceptional boost!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/dacc5e72286eb1d735cd00e38997512a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f8ec4fe0f3f262d8b186c8f5a5a47b42.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/958f99ec30d057e8593388a945d0f657.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f8ec4fe0f3f262d8b186c8f5a5a47b42.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f8ec4fe0f3f262d8b186c8f5a5a47b42.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f8ec4fe0f3f262d8b186c8f5a5a47b42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2647,
+ "type": "denture_base",
+ "name": "Denture Base",
+ "description": "A special membrane designed to channel the thunderous storm energy that resides within Ful'Mina's incredible teeth. By carefully smashing Ful'Mina's Teeth into smaller toothlets, they can be affixed within the specially designed sockets that line the edge of the base. \n \nWith each successful hunt, the base is empowered by a sweet release of lightning! However, it can occasionally cause a toothlet to decay. \n \nSo long as at least one toothlet remains in your inventory to power the base, its stats will be boosted to: \n \n
\n
1500 Power
\n
25% Power Bonus
\n
25% Attraction Bonus
\n
20 Luck
\n
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/be7596e2e1247888970d7794df3dcfa0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/76af19a057998163555fd550ece6647e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/be7596e2e1247888970d7794df3dcfa0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/ddbf3ad637b574e9e7d55bb1a2725295.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2648,
+ "type": "chrome_storm_wrought_ballista_weapon",
+ "name": "Chrome Storm Wrought Ballista Trap",
+ "description": "A chrome coated Storm Module with some other minor modifications has created this powerful and beautiful trap that even the great Ful'Mina herself can't scoff at. \n Firing overcharged harpoons, this upgraded model is magnetic and doesn't require a tether to reel the dragons in. After being speared, the harpoon releases its stored electricity into the target to incapacitate it. The trap then uses its vast power to create a focused electromagnetic field that brings the spear back with everything attached to it. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful storm vortex can rip an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "moussu_picchu",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6f33368c5624f866b290d0aebaada199.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/536f298272ed989713d4cfae2cd9b99f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/6f33368c5624f866b290d0aebaada199.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/37ed0a254db36f5c9211aaa4c5cb757d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 6200,
+ "power_formatted": "6,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.18,
+ "power_bonus_formatted": "18%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "pointsettia_storm_wrought_ballista_trap_skin",
+ "spring_chrome_storm_wrought_ballista_skin",
+ "royal_chrome_storm_ballista_skin",
+ "gilded_chrome_storm_wrought_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "chrome_stormwrought_ballista_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "pointsettia_storm_wrought_ballista_trap_skin",
+ "spring_chrome_storm_wrought_ballista_skin",
+ "royal_chrome_storm_ballista_skin",
+ "gilded_chrome_storm_wrought_trap_skin"
+ ]
+ },
+ {
+ "id": 2649,
+ "type": "paradise_falls_weapon",
+ "name": "Paradise Falls Trap",
+ "description": "Own yourself a real piece of paradise! Mice will be frantically climbing over each other to visit these fabulous falls! Not many will realize this will be their final vacation destination. \n \nOnce a mouse gets close enough to snag the cheese, the majestic falls reach out and pull them inside. No one knows whats in there, but being a source of magic able to manipulate water in such a way, it must be powerful! ",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0c419b9bec716ce7645e1684a3de29df.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/e86ed60bfd22bd49f296c447f36750df.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/0c419b9bec716ce7645e1684a3de29df.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/08401fa3f9fb9dab6e1ff9e082122525.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 4000,
+ "power_formatted": "4,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.25,
+ "attraction_bonus_formatted": "25%",
+ "has_luck": true,
+ "luck": 22,
+ "luck_formatted": "22",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2650,
+ "type": "wise_well_of_wisdom_weapon",
+ "name": "Well of Wisdom Trap",
+ "description": "To all mice who approach, the wise well will offer them a proposition: \"Answer the riddle I propose and all this cheese will be yours to hold!\" The trick is that the well acknowledges every answer as correct. As the mouse climbs onto the bucket of delicious cheese to collect their prize, the bucket quickly plunges into a bottomless pit.\n \n \nThe wisest one knows that there is no such thing as \"free cheese\".",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/26d034f2c18f332447ffbca3af75c515.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/82eb2c795dbcbeb1ae95539e6dfecf88.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/26d034f2c18f332447ffbca3af75c515.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/fbfdf020c03fe111cb73b3cdfbe63141.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 4000,
+ "power_formatted": "4,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.03,
+ "power_bonus_formatted": "3%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.25,
+ "attraction_bonus_formatted": "25%",
+ "has_luck": true,
+ "luck": 22,
+ "luck_formatted": "22",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": true,
+ "skins": [
+ "well_of_souls_well_of_wisdom_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "well_of_souls_well_of_wisdom_skin"
+ ]
+ },
+ {
+ "id": 2651,
+ "type": "super_dragonbane_trinket",
+ "name": "Super Dragonbane Charm",
+ "description": "This super charm acts as a super hidden surprise for all dragon-like mice bold enough to come near your trap. \n \nWhen activated, this super charm bursts out a jarring double cold blast of air, providing a 600% Power Bonus, making these mice much easier to catch.\n
\n\tThis charm is only consumed when encountering:\n\t
\n\t\t
Dragon Mouse (Dracano)
\n\t\t
Icewing (Iceberg)
\n\t\t
Cork Collector, Pressure Builder, and Geyser Hunter mice (Queso Geyser)
\n\t\t
Storm Dragon mice (Moussu Picchu)
\n\t\t
Dashing Dragon mice, Empyrean Javelineer Mouse, and the Paragon of Dragons (Floating Islands)
\n\t\t
Dragons of the Depths (Draconic Depths)
\n\t
\n
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "dracano",
+ "moussu_picchu",
+ "queso_geyser",
+ "draconic_depths",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/55cda402afdaf3dc872a9c24ae4ddfde.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/d54ee5a5ab304382020a1d895c29c136.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/1f99bd9f91761ca9f4ad9961c342bc77.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/d54ee5a5ab304382020a1d895c29c136.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/d54ee5a5ab304382020a1d895c29c136.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/d54ee5a5ab304382020a1d895c29c136.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2652,
+ "type": "super_lantern_oil_trinket",
+ "name": "Super Lantern Oil Charm",
+ "description": "A super sized lantern oil charm with an increased fuel reserve. These special charms launch off of the trap and explode in the middle of the hallway to ensure the fullest illumination possible!
When used inside the Labyrinth, these explosions of light will reveal an extra two clues whenever one is found.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "labyrinth",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/607474ba27ac583464861c70883c28fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e4411478eb95a955daa3a71b3de078fd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/a21f6b9ca870d8720e3d405c60ba9972.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e4411478eb95a955daa3a71b3de078fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e4411478eb95a955daa3a71b3de078fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e4411478eb95a955daa3a71b3de078fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2653,
+ "type": "wild_tonic_remote_pumping_trinket",
+ "name": "Super Queso Pump Charm",
+ "description": "This design improves upon the original Queso Pump Charm by harnessing a few drops of Wild Tonic. Like their counterparts, these charms will allow you to operate your Queso Pump from nearly anywhere in the Kingdom. However, they'll pump DOUBLE the quantity of Bland Queso! \n \nMaximize your Queso pumping efforts by using this charm at the Queso River to have your pump activate TWICE with every catch! \n \nThis charm seems to have no effect when used in otherwordly areas, such as the Acolyte Realm and from within The Rift.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "queso_canyon",
+ "queso_geyser",
+ "queso_plains",
+ "queso_river",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/3bc109ba1e09cae08818c179f329a21c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/195721076dc6cfacc24d12c9585c29ee.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/090322c1954d03637a7645eaf0e8a5d8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/195721076dc6cfacc24d12c9585c29ee.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/195721076dc6cfacc24d12c9585c29ee.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/195721076dc6cfacc24d12c9585c29ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 50,
+ "power_formatted": "50",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2654,
+ "type": "ice_fire_chrome_temporal_turbine_skin",
+ "name": "Icefire Turbo Turbine Trap Skin",
+ "description": "Cast in chrome, this more expensive version of the Temporal Turbine has been tuned to aim directly at the sun! The chrome coating allows it to withstand the heat every time the portal is open and exposed to the impossibly hot flames. \n \nMice triggering this trap get instantly cooked to a crisp! Youch!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/255bccff8a19c6dd19efe50f6120e46b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/60c465630e9686ab492694e9307289e8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/255bccff8a19c6dd19efe50f6120e46b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5aec07732e9a434b93f0e86c18074c7f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_temporal_turbine_weapon",
+ "skin_weapon_name": "Chrome Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7126851e59b8cd93ce52c902f8e76572.jpg",
+ "marketing_text": "One Temporal Turbine, two duelling elements, one lethal combination. A turbo charged air conditioner cranked up to 11 produces an enormous amount of heat. This unique design harnesses that energy and uses it to roast mice. \n \nJust make sure it's pointed in the right direction before arming."
+ },
+ {
+ "id": 2655,
+ "type": "phantom_spring_phantasmic_oasis_skin",
+ "name": "Phantom Hot Springs Trap Skin",
+ "description": "No longer a sanctuary in the midst of a desert, the Phantasmic Oasis Trap entrances and consumes any who dare venture too close. The psychedelic colours may be enticing, but beware! The phantasms and spirits that now inhabit this trap are cruel and merciless!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b16c51937fa94508eaf457f9b655d777.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/67cc10e139a500392852b3617821ccd6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b16c51937fa94508eaf457f9b655d777.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0a10b7c6e0b166b5dbdf265961efe495.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "phantasmic_oasis_weapon",
+ "skin_weapon_name": "Phantasmic Oasis Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d9f9e434f759c8807f22fe43c7d4333.jpg",
+ "marketing_text": "Laid back phantoms and spirits like to relax and get away from haunting just plain old desert oases all the time. These isolated hot springs provide the perfect getaway opportunity for them to unwind and recharge. \n \nI would hate to be the mouse looking for a relaxing dip that comes and disturbs them."
+ },
+ {
+ "id": 2656,
+ "type": "tribal_judge_droid_skin",
+ "name": "Tribal Law Trap Skin",
+ "description": "With the scales of justice forever tipped in their favour, this self-appointed court of droids enforces their own laws within the courtroom. Among them you will find: falsified evidence, fake witnesses, a biased judge, and a stenographer that only writes down incriminating words and ignores the defense. This trap finds all mice guilty until proven guiltier. Once judged, the bailiff brings all offenders to the King's Stockade to rot. \n \nThe mice are real, the cases are real, the rulings are final. This is Judge Droid.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bdac52beac3e1a533546b654110d394d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/20bf197f7abe79c5b1eb230da54e8e8c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bdac52beac3e1a533546b654110d394d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/83602206e765859a94a22052ea8e56de.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "judge_droid_weapon",
+ "skin_weapon_name": "Judge Droid Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/852b06498d19595f2d11925ac4379b9f.jpg",
+ "marketing_text": "A council of Tribal droids await to deliver Tribal punishment to any who fall before the court. A list of long outdated and archaic punishments await any mouse thrown to its mercy."
+ },
+ {
+ "id": 2657,
+ "type": "well_of_souls_well_of_wisdom_skin",
+ "name": "Well of Souls Trap Skin",
+ "description": "Too all mice who approach, the wise well will offer them a proposition. \"Answer the riddle I propose and all this cheese will be yours to hold!\" The trick is that the well acknowledges every answer as correct. As the mice come to collect their prize, they will realize only too late that the bucket and cheesy reward is fake! A super sticky substance shaped into a bucket and cheese that traps the mice that touch it then promptly drops back into the well from where it came.\n \n \nThe wisest one knows that there is no such thing as \"free cheese.\"",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9e303ccfa58aff8856aa96bcf9cfe1b0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2cd046278febe5ebf7e7418ed7444f70.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9e303ccfa58aff8856aa96bcf9cfe1b0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/57162a7a01fce32715b998fe6e0e20ff.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "wise_well_of_wisdom_weapon",
+ "skin_weapon_name": "Well of Wisdom Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/26d034f2c18f332447ffbca3af75c515.jpg",
+ "marketing_text": "Spooky echoes of laughter and screaming can be heard emanating from this eerily haunted guise. The dreaded, guttural siren song emitting from the hollows of this well pull at the curiosity of the mind to gaze upon it. Once they lock eyes with that of the well, they are instantly compelled to come forth, grab the cheesy reward, and a plunge into eternal unrest!"
+ },
+ {
+ "id": 2658,
+ "type": "arduous_treasure_chest_s6_convertible",
+ "name": "Arduous Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/319a8e012d2e6c2ed3d41d31e1c22f14.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/af9254a1c08d969f7cd82b0c443b6490.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bbd9fee52ad2d74ff9ca0f65e92563dc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a1edfa67085210c1045019c445e18a00.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/af9254a1c08d969f7cd82b0c443b6490.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/af9254a1c08d969f7cd82b0c443b6490.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/af9254a1c08d969f7cd82b0c443b6490.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2659,
+ "type": "easy_treasure_chest_s6_convertible",
+ "name": "Easy Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4890af464fae7226388e5191fb325e5b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/30b79fab198a03912487f0744f91267b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2f207168c951e444e82230804090fb50.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f3ae5d6cad6347e5dd2b225c771b1fae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/30b79fab198a03912487f0744f91267b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/30b79fab198a03912487f0744f91267b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/30b79fab198a03912487f0744f91267b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2660,
+ "type": "elaborate_treasure_chest_s6_convertible",
+ "name": "Elaborate Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a444c313a5665c48b3e9818572384e02.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/29edc506648c9679e2024e06c123e897.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c06387b892932e02900e67c5f98a261d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ce69f55fa7830ef70069aeb3eeb35f9b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/29edc506648c9679e2024e06c123e897.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/29edc506648c9679e2024e06c123e897.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/29edc506648c9679e2024e06c123e897.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2661,
+ "type": "elite_treasure_chest_s6_convertible",
+ "name": "Elite Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/598cd3cb44d70ff94a814d49d6549bdd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9b59940cfcb30ac810afbbdbb5a9c09f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c77563580bc272cdbf009350d1668db2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/30dabf177b0443c7a0de1d618c0a735a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9b59940cfcb30ac810afbbdbb5a9c09f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9b59940cfcb30ac810afbbdbb5a9c09f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9b59940cfcb30ac810afbbdbb5a9c09f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2662,
+ "type": "gilded_scavenger_hunt_convertible",
+ "name": "Gilded Scavenger Hunt Scroll Case",
+ "description": "An exquisitely decorated map prepared by wealthy aristocrats leading to equally wealthy rewards! \n \nUpon opening this scroll case and completing the Gilded Scavenger Hunt, you will receive a Gilded Treasure Chest which will contain: \n \n• 50,000 Gold \n• 50,000 Points \n• 25 Gilded Charms \n• 16 Gilded Coins \n• 100 Ancient Charms \n• 10 Ultimate Luck, Power, or Lucky Power Charms \n• 10 Super, Extreme, or Ultimate Ancient Charms \n• 1 month of the Lucky Golden Shield \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge! \n \nUsing Rare Map Dust on the Gilded Scavenger Hunt provides 32 Gilded Coins inside of the treasure chest, along with double the gold, points, and Ancient Charms, Gilded Charms, and a handful of bonus charms! \n \nA great way to share the Lucky Golden Shield with friends!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/84a0104e581c93f9f8660e7122be64fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac909cc21b5965abb0b4e564726697aa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6856e2270e1ea335a168607d4b195207.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e721790f710a84affb69fb2a45911b7d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac909cc21b5965abb0b4e564726697aa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ac909cc21b5965abb0b4e564726697aa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ac909cc21b5965abb0b4e564726697aa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2663,
+ "type": "hard_treasure_chest_s6_convertible",
+ "name": "Hard Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c98cc8231493967f142d7f7f6bacdf4d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d158ef0f12e3060c8cba2a070647f64.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6fd0ac96ca6291d4b8dbaff1ed2cedd1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d9b535f053fe511fbd299043b394943a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d158ef0f12e3060c8cba2a070647f64.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0d158ef0f12e3060c8cba2a070647f64.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0d158ef0f12e3060c8cba2a070647f64.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2664,
+ "type": "medium_treasure_chest_s6_convertible",
+ "name": "Medium Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/277b1f7b1ed2cd27eeccd1348eedb439.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b3ed677abf6358d11e7e4958879f7509.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9256fd1e520723d2b43963bbe3fe098e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/463347fb58c1a9f822bde58c8fbb4281.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b3ed677abf6358d11e7e4958879f7509.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b3ed677abf6358d11e7e4958879f7509.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b3ed677abf6358d11e7e4958879f7509.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2665,
+ "type": "rare_arduous_treasure_chest_s6_convertible",
+ "name": "Rare Arduous Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b7dcdb85783c06a9eb90c24cb4eb414f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/86bb2c209bf442ebf292b9b5cfc95941.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d18bb87c12fb371239d627ee33dbd18b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7514be859b269f4d170066d66e134755.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/86bb2c209bf442ebf292b9b5cfc95941.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/86bb2c209bf442ebf292b9b5cfc95941.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/86bb2c209bf442ebf292b9b5cfc95941.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2666,
+ "type": "rare_easy_treasure_chest_s6_convertible",
+ "name": "Rare Easy Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/91a7444b9b5d33bd46b0adce844160a0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8165a78d1e66c379818457b6bb0b8269.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/52888521c6d039efc8940de7188f1289.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f14efaef9bbe94d5a0b47df3c344e2a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8165a78d1e66c379818457b6bb0b8269.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8165a78d1e66c379818457b6bb0b8269.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8165a78d1e66c379818457b6bb0b8269.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2667,
+ "type": "rare_elaborate_treasure_chest_s6_convertible",
+ "name": "Rare Elaborate Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/063c27e7fb0154f0e3fd5a8d0b0298b6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/74ee66dbc8792cd20e85810ea63812e0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d57e05a87bd3c3d46995bf100115954f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f4edf7c9247ad6065a0677787efb4098.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/74ee66dbc8792cd20e85810ea63812e0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/74ee66dbc8792cd20e85810ea63812e0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/74ee66dbc8792cd20e85810ea63812e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2668,
+ "type": "rare_elite_treasure_chest_s6_convertible",
+ "name": "Rare Elite Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3427dc4c8392655a44e6320b426fdaba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/016d00041836ed4dcce494263d94d27e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e492c6cb1f6520dad004747613d3a655.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9c453984c4eabf4e07900387d973ee9e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/016d00041836ed4dcce494263d94d27e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/016d00041836ed4dcce494263d94d27e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/016d00041836ed4dcce494263d94d27e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2669,
+ "type": "rare_hard_treasure_chest_s6_convertible",
+ "name": "Rare Hard Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cf5d98bbfc876a868ee20744a36d42d2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bf151a439ddbad20d7415f3f5e44e0af.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f730587e157030b8642b0043178994cc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/33b7e51f71b14bf0b21ff6a0d37605f8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bf151a439ddbad20d7415f3f5e44e0af.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bf151a439ddbad20d7415f3f5e44e0af.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bf151a439ddbad20d7415f3f5e44e0af.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2670,
+ "type": "rare_map_dust_crafter_kit_convertible",
+ "name": "Rare Map Dust Crafter's Kit",
+ "description": "An incredibly RARE deal for only the most INCREDIBLE treasure map hunters! \n \nInside you'll find: \n \n\n• 40 Rare Map Dust \n• 200 Magic Essence \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5a0ea177a7a0f88698da51540d63abce.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0ccf016fd930d7948398be5a3664ac3d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e5dfd66817b186347e7fb2e9c87f19cd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/48de65a1f9eb730489dabf881b3ea6dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0ccf016fd930d7948398be5a3664ac3d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0ccf016fd930d7948398be5a3664ac3d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0ccf016fd930d7948398be5a3664ac3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2671,
+ "type": "rare_medium_treasure_chest_s6_convertible",
+ "name": "Rare Medium Treasure Chest (Season 6)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ed82867adbd8d8d200a4e128a0eb9606.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8fe8308796b4b1179fb0b07e95b92b35.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e90ae6a7d7ce728f9fe6a35f26a34114.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6d9cc13526b385246cd38eb739ee8638.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8fe8308796b4b1179fb0b07e95b92b35.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8fe8308796b4b1179fb0b07e95b92b35.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8fe8308796b4b1179fb0b07e95b92b35.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2672,
+ "type": "scavenger_hunt_convertible",
+ "name": "Scavenger Hunt Scroll Case",
+ "description": "A scroll case sealed with a royal purple ribbon, a sign of the King. This list contains myriad items that are desired by the crown. Those that find the items will be rewarded handsomely! \n \nYou must be at least a Legendary hunter in order to open this scroll case.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cb0e3e173da2e157d0eef083788de269.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/edc62edbac38b8a483f1ba4c6693bfbe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/39d36d2c1e1033e4dfea8dd05cf4704c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/722e410db72afc8752b3c70512d92759.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/edc62edbac38b8a483f1ba4c6693bfbe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/edc62edbac38b8a483f1ba4c6693bfbe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/edc62edbac38b8a483f1ba4c6693bfbe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2673,
+ "type": "scavenger_hunt_hint_stat_item",
+ "name": "Scavenger Hunt Hint",
+ "description": "Dropped by mice who also drop an item listed on a Scavenger Hunt. Collect all the hints to reveal the location of a fantastic treasure chest for your whole Hunting Team!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0602694317f94e5333a2f4600ae9b444.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/d0bb96b401c612c2edcb98b79de5279b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/4ccd052d48f74b663dc145419a94ad87.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/d0bb96b401c612c2edcb98b79de5279b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/d0bb96b401c612c2edcb98b79de5279b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/d0bb96b401c612c2edcb98b79de5279b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2674,
+ "type": "black_widow_base",
+ "name": "Black Widow Base",
+ "description": "A tightly woven web of widow silk wrapped around itself, sticky enough that it can grab some bonus loot from the Black Widow Mouse when caught. \n \nUsing this base will reward bonus loot when a Black Widow Mouse is caught.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/3cf413f51aed5c9c2ec50df10ceafaa9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/184526e4a943266253c5b5a5a004d874.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/3cf413f51aed5c9c2ec50df10ceafaa9.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/3cf413f51aed5c9c2ec50df10ceafaa9.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/5e348333ee777498ecf0a417e3a807c6.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2675,
+ "type": "furoma_base",
+ "name": "Furoma Base",
+ "description": "A lovely glass case with a perfectly feng shui display setup inside for maximum meditative enlightenment. \n \nThis base has a chance of looting an extra Student Token in the Dojo or Chi Token in the Furoma Rift.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift_furoma",
+ "dojo",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c818c4d7f398d908b218c2c6cf2a44d6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/f129289d6a9d940e32cff7319f22d481.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c818c4d7f398d908b218c2c6cf2a44d6.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c818c4d7f398d908b218c2c6cf2a44d6.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/f769ba021779d37e23d641c8df8e4ffd.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2676,
+ "type": "constellation_chrome_sphynx_skin",
+ "name": "Constellation Chrome Sphynx Trap Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1970fa5f436d426f9a8948ae1d7d6934.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8898b605e75e58e5d315c3a4c4052ccb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1970fa5f436d426f9a8948ae1d7d6934.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4597b26c0c5ee9c0737b07c144d5a2d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "The Constellation of the Sphynx, a rare occurrence seen only once in a hunter's lifetime! This unique formation of the stars has been captured and contained within this brilliant interpretation of the cosmos. It blends so well against the night sky that it is almost completely invisible to mice that come into its presence. It isn't until the formations begin to move that the mouse recognizes what lies before it, only much too late. Its destiny at the hands of the Constellation Crome Sphynx already determined, its fate sealed."
+ },
+ {
+ "id": 2677,
+ "type": "easy_hween2018_treasure_chest_convertible",
+ "name": "Eerie Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/13b22e26dbc4dafd3a4169fb4da5c1c3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6af29f2d3a126802a552dc69f01cb58c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/77b25545333c098848c6c2a1e02f1a09.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/eecd4ae05fd7f2ee4c993c29ded48e0c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6af29f2d3a126802a552dc69f01cb58c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6af29f2d3a126802a552dc69f01cb58c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6af29f2d3a126802a552dc69f01cb58c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2678,
+ "type": "elab_hween2018_treasure_chest_convertible",
+ "name": "Terrifying Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/70c7ac6bb4ee7a07e2a0e7f3bf999c12.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d64ff3d1392585857c55c2d8777906f8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0a56c6f47bada98c3a6460a65d4a6cfd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/58a9e845be71ddf4f2d87173ee774c0a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d64ff3d1392585857c55c2d8777906f8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d64ff3d1392585857c55c2d8777906f8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d64ff3d1392585857c55c2d8777906f8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2679,
+ "type": "ethereal_treasure_hunting_kit_convertible",
+ "name": "Ethereal Treasure Hunting Kit",
+ "description": "An ethereal box filled with what you need to find Halloween mice, fire cannonballs, and trounce treasure maps! \n \nInside you'll find: \n \n\n• 100 Ghastly Galleon Gouda \n• 30 Ethereal Cannonballs \n• 10 Ghostfire Cannonballs \n• 3 Rare Map Dust \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4aac7edd92a4b5ceebb95f9c809d4767.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ec7938618527fb7e598eca42496dba05.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9df8fdef2c5b394d0596e2503c2f42a6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a800d331653195f1c459541b795b4a9e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ec7938618527fb7e598eca42496dba05.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ec7938618527fb7e598eca42496dba05.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ec7938618527fb7e598eca42496dba05.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2680,
+ "type": "hard_hween2018_treasure_chest_convertible",
+ "name": "Haunted Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7a0b06a0e46c0235940bce7866218a26.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a78f6f34781aef069b9cc442dd07d3bc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fd34daaee933f11d4ad7ca5d0d565ef9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/757d49fb7f3d1fa82d9e77d65e26c13a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a78f6f34781aef069b9cc442dd07d3bc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a78f6f34781aef069b9cc442dd07d3bc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a78f6f34781aef069b9cc442dd07d3bc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2681,
+ "type": "large_spooky_convertible",
+ "name": "Spooky Supply Ghostship",
+ "description": "Blast the ghastly battalion back into oblivion with this galleon of goodies! \n \nInside you'll find: \n \n\n• 100 Lockbox Limburger Cheese \n• 300 Ghostfire Cannonballs \n• 100 Spooky Charms \n• 100 Pointy Charms \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f1cdaea290d93b26eb2ffda24a804b03.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/65e32fccda40a0fc316684cdc880d666.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8b0de8a04ad24b92a18bf8312ef8e3a3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3eac056ecf516a829f5347868d44dc61.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/65e32fccda40a0fc316684cdc880d666.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/65e32fccda40a0fc316684cdc880d666.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/65e32fccda40a0fc316684cdc880d666.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2682,
+ "type": "medium_hween2018_treasure_chest_convertible",
+ "name": "Spooky Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac8c1e63b683d8895a746fcff1d09110.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5fc60ec74accccbc70a04cf5eec16bf5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2345c64ae7c3d670751334cb4647120e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3563765a4788415f78b5eb040c9a042f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5fc60ec74accccbc70a04cf5eec16bf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5fc60ec74accccbc70a04cf5eec16bf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5fc60ec74accccbc70a04cf5eec16bf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2683,
+ "type": "rare_easy_hween2018_treasure_chest_convertible",
+ "name": "Rare Eerie Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/75871ce85a13d19d8f2644787764218b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/04ebf508b2278642d00fd0abc7c61eb0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5c7df598fafa0a57c942243bd9ff72e3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8cd67e3ef64d33d0dd64ff15cac5b840.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/04ebf508b2278642d00fd0abc7c61eb0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/04ebf508b2278642d00fd0abc7c61eb0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/04ebf508b2278642d00fd0abc7c61eb0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2684,
+ "type": "rare_elab_hween2018_treasure_chest_convertible",
+ "name": "Rare Terrifying Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0f7b26c8eeb93c78236b9330a659f6e1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/14dffac9372c908d8286dd7c30b60834.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/502fd8a01786fd613d7e2fb0e95aebe1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1521e940c25eed159afcc8729d66ba1c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/14dffac9372c908d8286dd7c30b60834.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/14dffac9372c908d8286dd7c30b60834.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/14dffac9372c908d8286dd7c30b60834.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2685,
+ "type": "rare_hard_hween2018_treasure_chest_convertible",
+ "name": "Rare Haunted Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0bf31e470e1ec1af6c70fe489d89b48a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f704b5568468dec2ec503b047509ae91.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2d06815627567c1e0d950a5388b2eb28.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1fe703a06855a907c5b6adf8eaabac67.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f704b5568468dec2ec503b047509ae91.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f704b5568468dec2ec503b047509ae91.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f704b5568468dec2ec503b047509ae91.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2686,
+ "type": "rare_medium_hween2018_treasure_chest_convertible",
+ "name": "Rare Spooky Halloween Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4c311a9b5b37f2e51e9e4557e75f8282.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5685374c7188fff0bfc6c99b16bf6972.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/899cabb4c4ec6ddd49ba43227759ad80.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d752a01ccf7655c012809c81d40910cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5685374c7188fff0bfc6c99b16bf6972.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5685374c7188fff0bfc6c99b16bf6972.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5685374c7188fff0bfc6c99b16bf6972.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2687,
+ "type": "vampire_hunting_kit_convertible",
+ "name": "Vampire Hunting Kit",
+ "description": "A ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9c17646b46a1a0e33a644cf2fa86f354.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/85884ad2fd7d5ea06e7163c6b092386f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e36e9bb6d63c79f240f9806fdae3411b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fe8fc7558e8383b5cb264044859cda61.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/85884ad2fd7d5ea06e7163c6b092386f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/85884ad2fd7d5ea06e7163c6b092386f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/85884ad2fd7d5ea06e7163c6b092386f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2688,
+ "type": "admirals_ship_theme_1_crafting_item",
+ "name": "Admiral's Ship Theme Scrap I",
+ "description": "Collect all three Admiral's Ship Journal Theme Scraps and combine them to instil fear into those that dare sail the spooky skies!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/39694a0681bed3aff4317804aff05559.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0167bf63bdffd8a6786da3911b9c47be.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/728c7262619e1bfd285b084b243c909f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/0167bf63bdffd8a6786da3911b9c47be.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/0167bf63bdffd8a6786da3911b9c47be.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/0167bf63bdffd8a6786da3911b9c47be.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2689,
+ "type": "admirals_ship_theme_2_crafting_item",
+ "name": "Admiral's Ship Theme Scrap II",
+ "description": "Collect all three Admiral's Ship Journal Theme Scraps and combine them to instil fear into those that dare sail the spooky skies!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/643a46c7551338884fb17af30ceb91b7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/96217fd9504adbaf38bd4c67eacf1c9e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/33c24b340572c7f3e4ca15e35fa0d6fe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/96217fd9504adbaf38bd4c67eacf1c9e.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/96217fd9504adbaf38bd4c67eacf1c9e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/96217fd9504adbaf38bd4c67eacf1c9e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2690,
+ "type": "admirals_ship_theme_3_crafting_item",
+ "name": "Admiral's Ship Theme Scrap III",
+ "description": "Collect all three Admiral's Ship Journal Theme Scraps and combine them to instil fear into those that dare sail the spooky skies!",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "theme scraps",
+ "theme_scraps",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f97c7326683f3f6f6a4b91a2770c6bb3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5324fa0483cc643a240bbb7928957105.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/c2b2a80cffc4b1075dfb3514ae5515db.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/5324fa0483cc643a240bbb7928957105.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/5324fa0483cc643a240bbb7928957105.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/5324fa0483cc643a240bbb7928957105.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2691,
+ "type": "crimson_curd_crafting_item",
+ "name": "Crimson Curd",
+ "description": "A dark red curd of cheese. These curds turn red when kept for long periods of time beneath the soil. Absorbing a lot of \"iron\" and \"nutrients\" from the ground.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a69031c1dea4a55e667b47e9904dc2a8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/377eadb0f8aa2928aef8f51b593b1a81.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/7b9d549aa0d70ae59d0866ef063e469d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/377eadb0f8aa2928aef8f51b593b1a81.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/377eadb0f8aa2928aef8f51b593b1a81.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/377eadb0f8aa2928aef8f51b593b1a81.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drop from mice in the Mousoleum with the Barricade built"
+ },
+ {
+ "id": 2692,
+ "type": "admirals_ship_journal_theme_collectible",
+ "name": "Admiral's Ship Journal Theme",
+ "description": "This journal theme commemorates the commandeering of the Admiral's Ship, earned during the 2018 Halloween event!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/793cd95db79d679a363eed332e43a420.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7c832aabfd4a503475f49665b7ed65f1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/793cd95db79d679a363eed332e43a420.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/793cd95db79d679a363eed332e43a420.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2693,
+ "type": "long_range_cannonball_stat_item",
+ "name": "Ghostfire Cannonball",
+ "description": "An Ethereal Cannonball with just a little more lift! Every ball is cast around an Ethereal Bat that gives the cannonball's flight that extra oomph to bust through targets with extra spooky force! \n \nThese cannonballs will knock loose an extra ship part when used against the Grand Ghostship!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/402a2360cd4c3a5908443ba1fe33e885.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/298baa33ccf2496f46e0303853fcacda.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/348b4bef8383d313efe79797f0136784.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/298baa33ccf2496f46e0303853fcacda.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/298baa33ccf2496f46e0303853fcacda.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/298baa33ccf2496f46e0303853fcacda.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "extra_spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2694,
+ "type": "mousoleum_wall_health_stat_item",
+ "name": "Assembled Cemetery Slat",
+ "description": "This slat has been assembled with others like it to form a protective barricade in the Mousoleum.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3670f4bacf66fea5d920b6aa1fc944ea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/d764ca82aa14f187f9796e1e5334e20c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8f121e2916dfaadd29759c97247b49f1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/d764ca82aa14f187f9796e1e5334e20c.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/d764ca82aa14f187f9796e1e5334e20c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/d764ca82aa14f187f9796e1e5334e20c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2695,
+ "type": "mousoleum_wall_stat_item",
+ "name": "Cemetery Slat",
+ "description": "Scrap pieces of wood from old coffins, crypts and other sites from around the Mousoleum burial grounds. \n \nThese can be repurposed into a protective barrier to keep out zombies at the Mousoleum.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0a74240d620b0a9d3828ae4fae9cd0ce.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/1e172ffdc7001a2c345f89e369799623.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/382053a34d991fef81a6ef2ba1ddc83e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/1e172ffdc7001a2c345f89e369799623.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/1e172ffdc7001a2c345f89e369799623.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/1e172ffdc7001a2c345f89e369799623.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2696,
+ "type": "spooky_shuffle_upgrade_stat_item",
+ "name": "Spooky Shuffle Dust",
+ "description": "Upgrades the Spooky Shuffle cards and begins an upgraded version of the game with better rewards! \n \nPlay the Spooky Shuffle now!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5976e5f1405ea7433062bd666421fc19.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a9b8690abf7793ab54b6404443338041.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/94b6d2447d0c88b0a9ade53506035a1f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a9b8690abf7793ab54b6404443338041.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a9b8690abf7793ab54b6404443338041.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a9b8690abf7793ab54b6404443338041.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2697,
+ "type": "deadwood_plank_base",
+ "name": "Deadwood Plank Base",
+ "description": "A base made of poisonous Deadwood, a type of lumber gathered from the aged coffins and housings of truly horrific and evil individuals. The residual spiritual energy caught within the wood make it a powerful material to unleash on the unsuspecting.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/e800c578bfa5f0b00d8d820e11484b8d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/9e4aa615594c5042a74584b737d279e4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/e800c578bfa5f0b00d8d820e11484b8d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/e800c578bfa5f0b00d8d820e11484b8d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/53e177e233a466c336c9b751b7caca7f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2698,
+ "type": "admirals_galleon_weapon",
+ "name": "Admiral's Galleon Trap",
+ "description": "A massive haunted galleon once commanded by Admiral Arrrgh himself. It strikes fear in the souls of all nether-nautical ghostship captains and mice alike. Sitting idly by, hovering between this world and the next, it waits, invisibly, for an unsuspecting mouse to step aboard the base. Once awoken, it materializes and begins to lift into the sky with its new member of the crew. \n \nOf course they always have the option to jump... \n \nThe Admiral's Galleon Trap has the spooktacular ability to randomly raid mice for up to 5,000 bonus Cursed Gold!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "halloween",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/dc397276e647ff67c55737756f551bf5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b559ed99aa2cd8cbcf4ce66fc608ed3e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/dc397276e647ff67c55737756f551bf5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/1022c0ac59201d3542350b1e411b311c.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 2500,
+ "power_formatted": "2,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "goody_admirals_galleon_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "goody_admirals_galleon_trap_skin"
+ ]
+ },
+ {
+ "id": 2699,
+ "type": "creepy_coffin_weapon",
+ "name": "Creepy Coffin Trap",
+ "description": "A bed for the dead! Undead mice see this as one big bed and breakfast. Armed with a delicious bait, mood enhancing fog, old musty wooden scent and topped with a beautiful display of gnarled trees, who could resist!? \n \nUnbeknownst to potential visitors, this coffin has a permanent resident confined within its 6 walls and it doesn't take kindly to house guests... \n \nAs an added bonus, it produces an extra Cemetery Slat when one is dropped within the Mousoleum.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "mousoleum",
+ "catacombs",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1ea1ac9fe508060ddf59a5b616b37550.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/75e1082e3f723184bd0ffde65fc7ce4d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/1ea1ac9fe508060ddf59a5b616b37550.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/a1c670562fab4c4920a048a7a8926d68.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 1800,
+ "power_formatted": "1,800",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 7,
+ "luck_formatted": "7",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "master",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2700,
+ "type": "crimson_cheese",
+ "name": "Crimson Cheese",
+ "description": "A dark and delicious delicacy. A musty, oozing piece of cheese made from delicately aged and evil curds. Very rich in \"iron\" and topped with what looks to be a sweet... ketchup sauce?",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "mousoleum",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/c4767a49b5bfc2183c6261e89d661a05.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/c2300f93eaaff7c48a78c1520b53ac12.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/ea64f74e06053544953eeb62680afc2e.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/a957b8c3bf30df4a0a90a77db1dfbce2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/c2300f93eaaff7c48a78c1520b53ac12.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/c2300f93eaaff7c48a78c1520b53ac12.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/c2300f93eaaff7c48a78c1520b53ac12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2701,
+ "type": "extreme_spooky_trinket",
+ "name": "Extreme Spooky Charm",
+ "description": "Ghoulishly glowing with a burning desire to enact revenge on the one who captured this powerful soul and stored it in this sticky confection, this charm explodes with an extreme amount of power when departing from your trap. \n \nAll types of Spooky Charms interact with all Halloween traps by giving them a 20% Power Bonus! \n \nWhen an Extreme Spooky Charm is consumed during a hunt, there is a chance that the residual spiritual energy has unfinished business and rematerializes into a stronger Ultimate Spooky Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "halloween",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c2db461214c3ea9a89219f4efa910a3b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/05b9f931852ba4725d49ace31231d8cd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/4e2b06fbf787fbeb06352c28e9040e1e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/05b9f931852ba4725d49ace31231d8cd.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/05b9f931852ba4725d49ace31231d8cd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/05b9f931852ba4725d49ace31231d8cd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 400,
+ "power_formatted": "400",
+ "has_power_bonus": true,
+ "power_bonus": 0.04,
+ "power_bonus_formatted": "4%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.04,
+ "attraction_bonus_formatted": "4%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2702,
+ "type": "pointy_trinket",
+ "name": "Pointy Charm",
+ "description": "A rather \"pointy\" charm that increases the value of a caught mouse, adding 10% bonus points to your quarry, up to a maximum of 10,000 extra points.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/00d224c3b142b18c86d577696bae68f1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/6ee760823ebdcde7a13b6070d8edb48c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/3759a8a22013eb07c488869e098b52fd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/6ee760823ebdcde7a13b6070d8edb48c.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/6ee760823ebdcde7a13b6070d8edb48c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/6ee760823ebdcde7a13b6070d8edb48c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2703,
+ "type": "goody_admirals_galleon_trap_skin",
+ "name": "Goody Galleon Trap Skin",
+ "description": "A massive haunted galleon once commanded by the Ghostship Admiral. It strikes fear in the souls of all nether-nautical Ghostship Captains and mice. Sitting idly by while it waits, invisibliy, hovering between this world and the next, waiting for an unsuspecting mouse to step aboard the base. Once awoken, it materializes and begins to lift into the sky with a new member of the crew. \n \nOf course they always have the option jump...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/84c3de871165a6e645de0ab63895d5e4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/18c193ffde8f688cf5aadaf2b9ddbb1d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/84c3de871165a6e645de0ab63895d5e4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/31152b34ea896f90d945d788af747f4b.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "admirals_galleon_weapon",
+ "skin_weapon_name": "Admiral's Galleon Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/dc397276e647ff67c55737756f551bf5.jpg",
+ "marketing_text": "A flying galleon made out of delicious candies and other assorted goodies and treats. If the cheese fails to attract the mice, the sickly sweet scent of this sugary ship will certainly steal their attention."
+ },
+ {
+ "id": 2704,
+ "type": "soul_searching_temporal_turbine_skin",
+ "name": "Soul Searching Turbine Trap Skin",
+ "description": "Desolate and disheartening, this trap paints a picture of a bleak and meaningless existence, even when observed in its resting state. When a mouse approaches, the Temporal Turbine begins to hum, spinning violently and churning impossibly dark clouds, forming a direct link with the depths of a void in space beyond our plane of existence. \n \nOnce the mouse begins to gaze into the contraption, the turbine links with the mind of the mouse, implanting the image of a mouse utopia, convincing it to surrender itself as it astrally-projects the soul of the mouse into space, leaving behind a dormant husk, never to return.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/69a8bf021509a7024227b527c71036f8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/49c35258589f0e5c07ac5b9a9191d7c0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/69a8bf021509a7024227b527c71036f8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/81c92b261c1a7864bdaef956cfdd5ee8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_turbine",
+ "skin_weapon_name": "Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/899efcbfed3202adab59bf7f202bff40.jpg",
+ "marketing_text": "Someone or something has been peeking through the proverbial \"Looking Glass\" to examine each and every mouse that steps up to the turbine. We're not sure what exactly they are looking for because they have yet to let a mouse go..."
+ },
+ {
+ "id": 2705,
+ "type": "spooky_chrome_temporal_turbine_trap_skin",
+ "name": "Spooky Chrome Temporal Turbine Trap Skin",
+ "description": "Cast in chrome, this more expensive version of the Temporal Turbine has been tuned to aim directly at the sun! The chrome coating allows it to withstand the heat every time the portal is open and exposed to the impossibly hot flames. \n \nMice triggering this trap get instantly cooked to a crisp! Youch!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5e93938164272f212c838e9b799fe35a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/134019b0649742724483e65f482d387f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5e93938164272f212c838e9b799fe35a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/b1aa162975deb3a6bc5508aed8067d16.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_temporal_turbine_weapon",
+ "skin_weapon_name": "Chrome Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7126851e59b8cd93ce52c902f8e76572.jpg",
+ "marketing_text": "All that Trick-or-Treating has finally paid off with this chrome-dipped Temporal Turbine Trap skin, decorated in the spirit of Halloween. Wonder where they got those gold-plated skulls..."
+ },
+ {
+ "id": 2706,
+ "type": "catch_hween_2018_boss_adv",
+ "name": "Capture Admiral Arrrgh of the Ghostship Armada",
+ "description": "Collect Ethereal Cannonballs to shoot down the ghostships that have risen from the ocean. Collect and use Lockbox Limburger Cheese to track down and defeat Admiral Arrrgh!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2707,
+ "type": "gwh_2018_gift_basket_convertible",
+ "name": "Great Winter Hunt 2018 Gift Basket",
+ "description": "A great way to put a smile on a friend's face this holiday season! \n \nInside you'll find: \n \n\n• 30 Glazed Pecan Pecorino Cheese \n• 20 Let It Snow Charms \n• 1 Magical Holiday Hat \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4fe15e41d4d1041271407b9622f69e63.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ef7a02e90e61bba6f4ce23dd023a8d41.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/36a3670c730bf7ebf2958c89a061b0ff.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/92c4d244b0dc66fbbdd7eacc31d2e2cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ef7a02e90e61bba6f4ce23dd023a8d41.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ef7a02e90e61bba6f4ce23dd023a8d41.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ef7a02e90e61bba6f4ce23dd023a8d41.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2708,
+ "type": "gwh_2018_large_supply_kit_convertible",
+ "name": "Great Winter Hunt 2018 Large Supply Kit",
+ "description": "A large supply kit of assorted festive goodies to help you send out Snow Golems this holiday season! \n \nInside you'll find: \n \n\n• 500 Glazed Pecan Pecorino Cheese \n• 300 Let It Snow Charms \n• 12 Magical Holiday Hats \n• 3 Festive Summoning Bells \n• 50 Throwable Snowballs \n• 1 Snowball Showdown Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/121c762c855516e514bbf938e9703d6d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b6209d7acfe0cdccf37505544efdfb5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/57784377399dd0d7db6f5cc6b205e59f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d7cc9d953ede3fb060830843370e7ddf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b6209d7acfe0cdccf37505544efdfb5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2b6209d7acfe0cdccf37505544efdfb5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2b6209d7acfe0cdccf37505544efdfb5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2709,
+ "type": "gwh_2018_supply_kit_convertible",
+ "name": "Winter Hunt Supply Kit",
+ "description": "A beautiful kit bound to bolster your performance this Great Winter Hunt. One of these will get you off to a great start this season! \n \nInside you'll find: \n \n\n• 100 Glazed Pecan Pecorino Cheese \n• 50 Let It Snow Charms \n• 3 Magical Holiday Hats \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/23984a0af51e0a6b35375d38278c661a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e6df1e8f0eee1aeadf54a7d9be3ecdd4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed2b66ed2753f7c91ca531b5788f82b3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/adda5372706efc0493ea955001ade792.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e6df1e8f0eee1aeadf54a7d9be3ecdd4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e6df1e8f0eee1aeadf54a7d9be3ecdd4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e6df1e8f0eee1aeadf54a7d9be3ecdd4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2710,
+ "type": "gwh_2018_treasure_hunting_kit_convertible",
+ "name": "Great Winter Hunt Treasure Hunting Kit",
+ "description": "Perfect for checking off all of those naughty and nice lists this Great Winter Hunt! \n \nInside you'll find: \n \n\n• 200 Glazed Pecan Pecorino Cheese \n• 100 Let It Snow Charms \n• 3 Rare Map Dust \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e7ccda3268b0e9e6717ffd8d1482ab9a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b2108894182b3ebdd064640167fccb6d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2f8629a199080319f40228efc41e1c17.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/67d1b28d0120e39f9c4e483d744b4835.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b2108894182b3ebdd064640167fccb6d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b2108894182b3ebdd064640167fccb6d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b2108894182b3ebdd064640167fccb6d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2711,
+ "type": "naughty_2018_list_chest_convertible",
+ "name": "2018 Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/209f09c29c242440e392d6659c9b57af.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/23f13d58f9b4250654f4cf03b7b945fc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/162268bb1a811edf219f204458dfe050.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c8dcf36fc24d7c29f5107d64d9660742.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/23f13d58f9b4250654f4cf03b7b945fc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/23f13d58f9b4250654f4cf03b7b945fc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/23f13d58f9b4250654f4cf03b7b945fc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2712,
+ "type": "nice_2018_list_chest_convertible",
+ "name": "2018 Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6c57a4a752ed557421af6b26088065b2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a9762fec96308904ba198ecfaabc5dce.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ce9e1fefef2dbfa4c0f94911ce10f079.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2046945f4a6fa03eac52e1e90edf0787.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a9762fec96308904ba198ecfaabc5dce.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a9762fec96308904ba198ecfaabc5dce.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a9762fec96308904ba198ecfaabc5dce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2713,
+ "type": "rare_naughty_2018_list_chest_convertible",
+ "name": "2018 Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c33e7e8097f2e616a6ab8988f455fbf7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dd75457c160d74da6d8815fe104e5d4b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4c5e6c6e6b176170a61d57501db08671.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dbf39dc169bde27632a8cc3a6dcc1a5d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dd75457c160d74da6d8815fe104e5d4b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dd75457c160d74da6d8815fe104e5d4b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dd75457c160d74da6d8815fe104e5d4b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2714,
+ "type": "rare_nice_2018_list_chest_convertible",
+ "name": "2018 Rare Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/845d55df57317e2616649ac3d44dc8ce.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e03a52d0f5fd8520cd7af3154f461f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/56d48e93cf7bc9fff3c552fcf014ea73.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9871a4ad83ac446dd65c43458b130121.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e03a52d0f5fd8520cd7af3154f461f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e03a52d0f5fd8520cd7af3154f461f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e03a52d0f5fd8520cd7af3154f461f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2715,
+ "type": "gwh_2018_journal_theme_collectible",
+ "name": "Festive Decoration Theme",
+ "description": "This theme was cut from one of the massive icebergs sent to destroy Gnawnia and sprinkled with a bunch of lovely decorations from the Great Winter Hunt of 2018!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/d1c16f12b3151859fa54d5978921d35e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1e28c0b670d93f01605e5120dfd16bb9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/d1c16f12b3151859fa54d5978921d35e.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d1c16f12b3151859fa54d5978921d35e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2716,
+ "type": "2019_lucky_codex_stat_item",
+ "name": "2019 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2019!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e09478bc1c8eead3873679cc8d88a3ad.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/dea299a61ad2052180f9aefccfee8406.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b98d2e198c27f837acfb5840ff6013ac.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/dea299a61ad2052180f9aefccfee8406.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/dea299a61ad2052180f9aefccfee8406.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/dea299a61ad2052180f9aefccfee8406.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2717,
+ "type": "decoration_voucher_stat_item",
+ "name": "Iceberg Sculptor's Pick",
+ "description": "An exceptionally exquisite piece of ice-breaking equipment made from the Festive Comet. It seems as if the ice itself begins to melt at even the slightest touch from this pick. \n \nThis ice pick can be used to break frozen holiday decorations free from their icy tombs at the shop during the 2018 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d84252b0b4ee0927d7217d11912fb0b9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5d0e9f4fe6ab1973630141fa9b889dd9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/419d6221cdb6aaaa6420bf25aa1c2e5c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5d0e9f4fe6ab1973630141fa9b889dd9.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5d0e9f4fe6ab1973630141fa9b889dd9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5d0e9f4fe6ab1973630141fa9b889dd9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2718,
+ "type": "firework_cookie_stat_item",
+ "name": "Firework Sugar Cookie",
+ "description": "A fantastic depiction of a firework about to blast off and ring in the New Year! \n \nThis delicious cookie can be traded in during the Great Winter Hunt for fabulous rewards and prizes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7438c1e153bf2391775361c8c4b5d2da.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b7a5523672b3a5d363cb759314266358.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/aba5d185bc5218e694dd6556807f1ff2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b7a5523672b3a5d363cb759314266358.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b7a5523672b3a5d363cb759314266358.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b7a5523672b3a5d363cb759314266358.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2719,
+ "type": "fireworks_festive_decoration_stat_item",
+ "name": "Festive Fireworks Decoration",
+ "description": "This decoration dresses up your Festive Comet Camp with a Festive Fireworks theme! \n \nUse this decoration to attract special mice that have a chance to drop Firework Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8948c673f1af71d0d335ea82af55604e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/8b2062783dfb3cb3e63676de112cf1ea.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/dbcdaebec2f2df499f81e1550a756041.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/8b2062783dfb3cb3e63676de112cf1ea.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/8b2062783dfb3cb3e63676de112cf1ea.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/8b2062783dfb3cb3e63676de112cf1ea.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2720,
+ "type": "new_years_voucher_stat_item",
+ "name": "New Year's Voucher",
+ "description": "A extra-celebratory voucher obtained during the New Year's Celebration that can be turned in for a new decoration in the Festive Comet General Store, among other rewards! \n \nYou can use this to purchase special rewards from the festive shoppes during the 2018 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6959cac04e636141db26b5478fe24a78.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/stats/6959cac04e636141db26b5478fe24a78.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/nothing.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2721,
+ "type": "ornament_cookie_stat_item",
+ "name": "Ornament Sugar Cookie",
+ "description": "This shiny ornament cookie could be easily mistaken for a real one! Be careful which one you bite into! \n \nThis delicious cookie can be traded in during the Great Winter Hunt for fabulous rewards and prizes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3f3df185e31f4dd82f5ead25f233ae19.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7a42bec45d471e91c1aede6235b52384.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a0599ca02647317010f870f50373f48e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7a42bec45d471e91c1aede6235b52384.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7a42bec45d471e91c1aede6235b52384.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7a42bec45d471e91c1aede6235b52384.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2722,
+ "type": "ornaments_festive_decoration_stat_item",
+ "name": "Festive Ornaments Decoration",
+ "description": "This decoration dresses up your Festive Comet Camp with a Festive Ornaments theme! \n \nUse this decoration to attract special mice that have a chance to drop Ornament Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b0c9608d89f053717046271e26c7e8b0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5383bc17e554cf80b117234d0f8141e3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2369a9570775d59a305f192e8faadaca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5383bc17e554cf80b117234d0f8141e3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5383bc17e554cf80b117234d0f8141e3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5383bc17e554cf80b117234d0f8141e3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2723,
+ "type": "snow_festive_decoration_stat_item",
+ "name": "Festive Snow Decoration",
+ "description": "This decoration dresses up your Festive Comet Camp with a Festive Snow theme! \n \nUse this decoration to attract special mice that have a chance to drop Snowflake Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0b8307dd30eae69e58d818f94181e232.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ffdf126f12292f2e7a9c41f81155e0fa.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8b432c144ace7a70a957966c210be48e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ffdf126f12292f2e7a9c41f81155e0fa.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ffdf126f12292f2e7a9c41f81155e0fa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ffdf126f12292f2e7a9c41f81155e0fa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2724,
+ "type": "snowball_showdown_upgrade_stat_item",
+ "name": "Snowball Showdown Dust",
+ "description": "Upgrades the Snowball Showdown board and begins an upgraded version of the game with better rewards! \n \nPlay the Snowball Showdown now!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ea94a0b084242eaddcf305f6e672e8f0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ab3aa8efc2addeb4604ee81e8478c065.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/bed8f0b5f1c7e40882dc773af089ca53.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ab3aa8efc2addeb4604ee81e8478c065.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ab3aa8efc2addeb4604ee81e8478c065.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ab3aa8efc2addeb4604ee81e8478c065.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2725,
+ "type": "snowflake_cookie_stat_item",
+ "name": "Snowflake Sugar Cookie",
+ "description": "A delectable, premium choice cookie that perfectly reflects the Great Winter Hunt holiday spirit. \n \nThis delicious cookie can be traded in during the Great Winter Hunt for fabulous rewards and prizes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d1f90f21a1bc6d6f6842427cdda28bc0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ca39a7dc7a3eb16194e89cc1a7d2a727.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ee59a3700b65af063c4dc9b7c4680ed8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ca39a7dc7a3eb16194e89cc1a7d2a727.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ca39a7dc7a3eb16194e89cc1a7d2a727.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ca39a7dc7a3eb16194e89cc1a7d2a727.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2726,
+ "type": "toboggan_cookie_stat_item",
+ "name": "Toboggan Sugar Cookie",
+ "description": "A hard and crunchy confection. Sturdy enough to actually toboggan on! \n \nThis delicious cookie can be traded in during the Great Winter Hunt for fabulous rewards and prizes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/82c813ae69eb259f4175a9683220f686.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9bb5141d119311e443cf0400e1052335.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/1a7f4367e87a6b423611ff3990b6b32e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9bb5141d119311e443cf0400e1052335.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9bb5141d119311e443cf0400e1052335.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9bb5141d119311e443cf0400e1052335.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2727,
+ "type": "toy_cookie_stat_item",
+ "name": "Nutcracker Sugar Cookie",
+ "description": "Neat, tidy and well-dressed. This deliciously decorated sugar cookie stands at attention awaiting deployment to fulfill its duty as a tasty snack! \n \nThis delicious cookie can be traded in during the Great Winter Hunt for fabulous rewards and prizes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f8e71b75b37f23cc1a56d1cd38865abe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/1f63f25fd80755e8e98d3b66db851aaf.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a12e320e6298d9837e56c592f427b600.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/1f63f25fd80755e8e98d3b66db851aaf.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/1f63f25fd80755e8e98d3b66db851aaf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/1f63f25fd80755e8e98d3b66db851aaf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2728,
+ "type": "toys_festive_decoration_stat_item",
+ "name": "Festive Toys Decoration",
+ "description": "This decoration dresses up your Festive Comet Camp with a Festive Toys theme! \n \nUse this decoration to attract special mice that have a chance to drop Nutcracker Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c7ea145e98b2a93716d73dd5b515f9cd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/8ceb1fb181e643f57471ff2bd114287a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9f8fb3646acf822d3c482846a7edcb2d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/8ceb1fb181e643f57471ff2bd114287a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/8ceb1fb181e643f57471ff2bd114287a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/8ceb1fb181e643f57471ff2bd114287a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2729,
+ "type": "winter_sports_festive_decoration_stat_item",
+ "name": "Festive Winter Sports Decoration",
+ "description": "This decoration dresses up your Festive Comet Camp with a Festive Winter Sports theme! \n \nUse this decoration to attract special mice that have a chance to drop Toboggan Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3ba88f891f031b1fb2905e15b953d217.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c215c0ff89c1793394b14351d756b7a2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7191be804ef0d607f11c7798028bdde0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c215c0ff89c1793394b14351d756b7a2.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c215c0ff89c1793394b14351d756b7a2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c215c0ff89c1793394b14351d756b7a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2730,
+ "type": "new_years_2019_base",
+ "name": "2019 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2019 all year long! \n \nDuring all of 2019, while this base is equipped, mice have a chance to drop 2019 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2020.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/8261cdcd97cd6c0965c3e5b5ac434184.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/7609c6e3e157009a68405707ee85d83a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/8261cdcd97cd6c0965c3e5b5ac434184.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/8261cdcd97cd6c0965c3e5b5ac434184.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/5c4a01f0b4bff255758dca60b6e209fb.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.07,
+ "power_bonus_formatted": "7%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2731,
+ "type": "snow_golem_base",
+ "name": "Glowing Golem Guardian Base",
+ "description": "A magical sheet of ice sheared from the iceberg formed between the collision of the Festive Comet and the poor, poor S.S. Huntington III. While flying through the air, it captured some glowing festive spirit that entwined with the Gnawnian Aurora Borealis. Also makes a great base for a Christmas Tree! \n \nProvides a bonus of +6 Luck when armed with the Golem Guardian Trap.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "great_winter_hunt",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/5d1cf08bdd7bce4b17962868e93ad377.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/a76c8634b8bd28687bfd122e6bdf58d1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/5d1cf08bdd7bce4b17962868e93ad377.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/5d1cf08bdd7bce4b17962868e93ad377.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/442918f3559ba9cf6422496b6117f07f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2732,
+ "type": "snow_golem_trap_weapon",
+ "name": "Golem Guardian Trap",
+ "description": "A specially modified Golem Generator designed to create a Golem Guardian for your cheese. This golem does not leave the generator, this is their generator and they have to defend it! \n \nSince the golem is generated, it takes some time before the trap can fully power up. Every hunt you take will slowly generate specialized, weapons grade, animated snow to create your Golem Guardian. Once fully powered, your Golem will pop out and appear! \n \nThe Golem Guardian Trap supports special modules that change the configuration of the golem generated, changing its power type to match that of the module.
\nWARNING: If you change your Golem Guardian Trap Module, it will take time to re-assimilate the previously generated golems, slowly disassembling them to build a new one from the newly selected module.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "great_winter_hunt",
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/7cf989f9a969a4ea571fcbdc6a13c9bb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/6f36fb73956e4c0b0c9ade38459c4514.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 2500,
+ "power_formatted": "2,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": true,
+ "skins": [
+ "snow_golem_trap_hydro_skin",
+ "snow_golem_trap_tactical_skin",
+ "snow_golem_trap_arcane_skin",
+ "snow_golem_trap_physical_skin",
+ "snow_golem_trap_forgotten_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "snow_golem_trap_hydro_skin",
+ "snow_golem_trap_tactical_skin",
+ "snow_golem_trap_arcane_skin",
+ "snow_golem_trap_physical_skin",
+ "snow_golem_trap_forgotten_skin"
+ ]
+ },
+ {
+ "id": 2733,
+ "type": "glazed_pecan_pecorino_cheese",
+ "name": "Glazed Pecan Pecorino Cheese",
+ "description": "Glazed pecans adorn this extra-sweet version of Pecan Pecorino Cheese. \n \nJust as cute, just as crunchy, but a bit more delectable with that extra glaze! It's sure to bring about some special mice this festive season... \n \nUse this cheese to attract special event mice in the Great Winter Taiga that drop even more Snow Golem parts!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "great_winter_hunt",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e787e4a5381c442dbfba79aa23761b77.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/26f28340940eba7aaae3ba803b83fbbc.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/200804d34f289fbebc02ca736174a0f9.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/f62431db3491332357f9e29139dce361.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/26f28340940eba7aaae3ba803b83fbbc.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/26f28340940eba7aaae3ba803b83fbbc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/26f28340940eba7aaae3ba803b83fbbc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2734,
+ "type": "2019_trinket",
+ "name": "2019 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,019 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2018 Great Winter Hunt.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/df638c200e7524a5ad3bd2ceda731cf5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/57355e176948b066203c36bdbdd4671d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ae75a0197a9d71023fdb3e064f8ccce8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/57355e176948b066203c36bdbdd4671d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/57355e176948b066203c36bdbdd4671d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/57355e176948b066203c36bdbdd4671d.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2019,
+ "power_formatted": "2,019",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2735,
+ "type": "snow_golem_trinket",
+ "name": "Golem Guardian Charm",
+ "description": "A small Golem Guardian booster module is contained within this tiny charm. Equipping this while your Golem Guardian Trap is armed will boost the rate of power growth gained per hunt to get your Golem Guardian up to full power faster! \n \nCharges your Golem Guardian Trap 10 times faster.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f36574023f14f1fd9756141563ec5e79.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0b793938c8b6ad872e195e945cc5584a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/7d6b4167dc6794129d804c92066a5fa1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0b793938c8b6ad872e195e945cc5584a.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0b793938c8b6ad872e195e945cc5584a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0b793938c8b6ad872e195e945cc5584a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2736,
+ "type": "christmas_chrome_monstrobot_skin",
+ "name": "Kris Chromo Trap Skin",
+ "description": "What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity, the absolute pinnacle of physical damage traps. No mere mouse can withstand it's pounding paws for long, but be sure not to deploy it lightly - you want to make sure it's pointed at the mice before you turn it on, not towards you!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ad4b3868acb311cdedbb5b394e3d2940_v2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/14e49b87195e9d457b550606b47e0137_v2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ad4b3868acb311cdedbb5b394e3d2940_v2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fd39ff3174363917b704a3dc7aaee1a2_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_monstrobot_weapon",
+ "skin_weapon_name": "Chrome MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "marketing_text": "'Twas the night before Christmas, \nwhen all through the land, \nthe mice were busy stealing\nall the cheese with their hands. \n \nWhen all of a sudden,\na mouse came too near,\nto the wrong monstrobot\nchromed in Santa's gear. \n \nWith a whirr and a whistle,\nit stirred right to life,\nand came down on that mouse,\nwith the fury of its might. \n \nThe mouse was now gone,\nthe cheese still there.\nIt powered back down,\nfor another mouse to appear!"
+ },
+ {
+ "id": 2737,
+ "type": "eternal_frost_ember_prison_core_skin",
+ "name": "Eternal Frost Ember Prison Core Trap Skin",
+ "description": "By studying the design of the Meteor Prison Core, the clever Trapsmiths of Queso Canyon were able to create their own version of this fantastical device. \n \nRedesigned, reinforced and really, really hot! If you thought prison couldn't get any worse, just turn the temperature up... a couple hundred degrees! \n \nThis Prison Core takes things to a whole new level. Using Unstable Ember Gadgets to cycle heat, it makes working with hot temperatures a cool breeze! Works just like an air conditioner to remove just enough heat, keeping the temperature in the safe spot between incarceration and incineration. \n \nOn the bright side, any mice who end up in here end up with one heck of a tan!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/442ad28b33c69b78ee9d3e4374cfa15a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/134700d786a1f302cf2fcc040a1ec140.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/442ad28b33c69b78ee9d3e4374cfa15a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/58e1e04857bfdd014c9ed23ec05d6d41.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ember_prison_core_weapon",
+ "skin_weapon_name": "Ember Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e0e26c990b1bc0bb4494b1aac43af86b.jpg",
+ "marketing_text": "The geniuses behind the Ember Prison Core have done it again! By throwing one into reverse they have created a prison of eternal frost. Now that's how you put a criminal on ice."
+ },
+ {
+ "id": 2738,
+ "type": "festive_chrome_temporal_turbine_trap_skin",
+ "name": "Festive Chrome Winter Wreath Trap Skin",
+ "description": "Cast in chrome, this more expensive version of the Temporal Turbine has been tuned to aim directly at the sun! The chrome coating allows it to withstand the heat every time the portal is open and exposed to the impossibly hot flames. \n \nMice triggering this trap get instantly cooked to a crisp! Youch!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/881eeefe6ad09d23260a6528ed01d930_v2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d1ef91a5916e5b0924cb0f3a6e59e9b9_v2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/881eeefe6ad09d23260a6528ed01d930_v2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ecddb598b665ee1f6c6354d622d548a9_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_temporal_turbine_weapon",
+ "skin_weapon_name": "Chrome Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7126851e59b8cd93ce52c902f8e76572.jpg",
+ "marketing_text": "Decorated in chrome baubles with lovely blue accent pieces. This beautiful wreath unleashes winter's wrath upon mice that happen to wander in its way. \n \nAlso looks great as a decoration on your own tree!"
+ },
+ {
+ "id": 2739,
+ "type": "judge_christmas_skin",
+ "name": "Festive Judge Trap Skin",
+ "description": "With the scales of justice forever tipped in their favour, this self-appointed court of droids enforces their own laws within the courtroom. Among them you will find: falsified evidence, fake witnesses, a biased judge, and a stenographer that only writes down incriminating words and ignores the defense. This trap finds all mice guilty until proven guiltier. Once judged, the bailiff brings all offenders to the King's Stockade to rot. \n \nThe mice are real, the cases are real, the rulings are final. This is Judge Droid.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/332eb7cc69ace61ca7671a861a5e8666.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d491551b80ad0d8843d6613d9ff98a11.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/332eb7cc69ace61ca7671a861a5e8666.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4be994e2f0730bf8c11b09e8e75151d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "judge_droid_weapon",
+ "skin_weapon_name": "Judge Droid Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/852b06498d19595f2d11925ac4379b9f.jpg",
+ "marketing_text": "A Santa droid with his elf droids have setup their courtroom into a workshop in preparation for the holiday season. Those that get submitted to the court get judged on a whole different set of criteria to determine if they would make a nice or naughty gift for the good girls and boys. \n \nNice gifts get wrapped up and added to the pile, naughty gifts... well, they get wrapped up too but go somewhere a bit... warmer. And get turned into coal. \n \nInterestingly enough, we have never seen Judge Christmas actually deliver any of his gifts."
+ },
+ {
+ "id": 2740,
+ "type": "pointsettia_storm_wrought_ballista_trap_skin",
+ "name": "Point-settia Ballista Trap Skin",
+ "description": "A vortex of thunderous bolts fire endlessly from this Storm Wrought Ballista Trap. Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful storm vortex can rip an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/57cf92b4d6517adf82630ebf3f84dd66.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a7e35e84f6dd74a19b3f6f14822928db.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/57cf92b4d6517adf82630ebf3f84dd66.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/13c087c25d0a439dbc13918581674bbd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_storm_wrought_ballista_weapon",
+ "skin_weapon_name": "Chrome Storm Wrought Ballista Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6f33368c5624f866b290d0aebaada199.jpg",
+ "marketing_text": "This trap puts the \"point\" in poinsettia. A beautiful holiday plant turned into a powerful ice throwing ballista. The best way to send \"Seasons Greetings!\" to all those dragons in the sky."
+ },
+ {
+ "id": 2741,
+ "type": "snow_golem_trap_arcane_skin",
+ "name": "Golem Guardian Arcane Skin Module",
+ "description": "A specially-modified Golem Generator designed to create a Golem Guardian that guards your very cheese. Although the golem behaves like others who come from generators, this one does not leave to hunt for loot. This is their generator and they have to defend it! \n \nSince the golem is generated for a different purpose, it takes some time before the trap can fully power up. Every hunt you take will slowly formulate specialized weapons-grade animated snow to create your Golem Guardian. Once fully powered, your customized Guardian Golem will pop out of the generator and make its appearance! \n \nThe Golem Guardian Trap supports special trap skin modules that change the configuration of the golem generated, changing its Power Type and stats to match that of the module. \n \nWARNING: If you change your Golem Guardian Trap Skin Module, it will take time to re-assimilate the previously generated golems, slowly disassembling them to build a new one from the newly selected module.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "arcane",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/db7fc78a959c1a6376ad86ca1add792c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/602f5f5ed9bc5a6f3c967e9ad636940a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/db7fc78a959c1a6376ad86ca1add792c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a36c023d64585711316afb9330e23c9c.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "snow_golem_trap_weapon",
+ "skin_weapon_name": "Golem Guardian Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "marketing_text": "An Arcane power module for the Golem Guardian Trap. This unit generates a Golem Guardian imbued with academic arcana from every Great Winter Hunt past, present, and future. \n \nWhen fully charged, this trap will have:
\n
\n
Power: 6000
\n
Power Bonus: 15%
\n
Attraction Bonus: 20%
\n
Luck: 28
\n
"
+ },
+ {
+ "id": 2742,
+ "type": "snow_golem_trap_forgotten_skin",
+ "name": "Golem Guardian Forgotten Skin Module",
+ "description": "A specially-modified Golem Generator designed to create a Golem Guardian that guards your very cheese. Although the golem behaves like others who come from generators, this one does not leave to hunt for loot. This is their generator and they have to defend it! \n \nSince the golem is generated for a different purpose, it takes some time before the trap can fully power up. Every hunt you take will slowly formulate specialized weapons-grade animated snow to create your Golem Guardian. Once fully powered, your customized Guardian Golem will pop out of the generator and make its appearance! \n \nThe Golem Guardian Trap supports special trap skin modules that change the configuration of the golem generated, changing its Power Type and stats to match that of the module. \n \nWARNING: If you change your Golem Guardian Trap Skin Module, it will take time to re-assimilate the previously generated golems, slowly disassembling them to build a new one from the newly selected module.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "forgotten",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/543e90aab65dc52f2f029abd545f7604.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/76b6e740f3d0395d9d4b35a1c3060c13.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/543e90aab65dc52f2f029abd545f7604.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/64cdf1f42d8469e98d770da7c933af9e.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "snow_golem_trap_weapon",
+ "skin_weapon_name": "Golem Guardian Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "marketing_text": "A Forgotten power module for the Golem Guardian Trap. This unit generates a Golem Guardian that remembers every single one of the Great Winter Hunts when you forgot to come visit! \n \nWhen fully charged, this trap will have:
\n
\n
Power: 7000
\n
Power Bonus: 15%
\n
Attraction Bonus: 20%
\n
Luck: 15
\n
"
+ },
+ {
+ "id": 2743,
+ "type": "snow_golem_trap_hydro_skin",
+ "name": "Golem Guardian Hydro Skin Module",
+ "description": "A specially-modified Golem Generator designed to create a Golem Guardian that guards your very cheese. Although the golem behaves like others who come from generators, this one does not leave to hunt for loot. This is their generator and they have to defend it! \n \nSince the golem is generated for a different purpose, it takes some time before the trap can fully power up. Every hunt you take will slowly formulate specialized weapons-grade animated snow to create your Golem Guardian. Once fully powered, your customized Guardian Golem will pop out of the generator and make its appearance! \n \nThe Golem Guardian Trap supports special trap skin modules that change the configuration of the golem generated, changing its Power Type and stats to match that of the module. \n \nWARNING: If you change your Golem Guardian Trap Skin Module, it will take time to re-assimilate the previously generated golems, slowly disassembling them to build a new one from the newly selected module.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "hydro",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3fecc6ddbe3e997f59b1ffab03da8be5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/85531b492d60a409d69a7bf9991be20b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3fecc6ddbe3e997f59b1ffab03da8be5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c9fbb6a9d98d46a28d6011e0adbc54ed.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "snow_golem_trap_weapon",
+ "skin_weapon_name": "Golem Guardian Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "marketing_text": "A Hydro power module for the Golem Guardian Trap. This unit generates the standard Golem Guardian model that is one with its basic icy element. \n \nWhen fully charged, this trap will have:
\n
\n
Power: 10000
\n
Power Bonus: 15%
\n
Attraction Bonus: 20%
\n
Luck: 28
\n
"
+ },
+ {
+ "id": 2744,
+ "type": "snow_golem_trap_physical_skin",
+ "name": "Golem Guardian Physical Skin Module",
+ "description": "A specially-modified Golem Generator designed to create a Golem Guardian that guards your very cheese. Although the golem behaves like others who come from generators, this one does not leave to hunt for loot. This is their generator and they have to defend it! \n \nSince the golem is generated for a different purpose, it takes some time before the trap can fully power up. Every hunt you take will slowly formulate specialized weapons-grade animated snow to create your Golem Guardian. Once fully powered, your customized Guardian Golem will pop out of the generator and make its appearance! \n \nThe Golem Guardian Trap supports special trap skin modules that change the configuration of the golem generated, changing its Power Type and stats to match that of the module. \n \nWARNING: If you change your Golem Guardian Trap Skin Module, it will take time to re-assimilate the previously generated golems, slowly disassembling them to build a new one from the newly selected module.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "physical",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1cb6ac3516a18cc430f4bdb85ea8ecff.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/65289fc83eaaba0bc844e253cbbaafe5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1cb6ac3516a18cc430f4bdb85ea8ecff.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/34518f48545dc47243a8da60d8749c03.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "snow_golem_trap_weapon",
+ "skin_weapon_name": "Golem Guardian Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "marketing_text": "A Physical power module for the Golem Guardian Trap. This unit generates a buff Golem Guardian that never skips ANY day at the gym. \n \nWhen fully charged, this trap will have:
\n
\n
Power: 7000
\n
Power Bonus: 15%
\n
Attraction Bonus: 20%
\n
Luck: 32
\n
"
+ },
+ {
+ "id": 2745,
+ "type": "snow_golem_trap_tactical_skin",
+ "name": "Golem Guardian Tactical Skin Module",
+ "description": "A specially-modified Golem Generator designed to create a Golem Guardian that guards your very cheese. Although the golem behaves like others who come from generators, this one does not leave to hunt for loot. This is their generator and they have to defend it! \n \nSince the golem is generated for a different purpose, it takes some time before the trap can fully power up. Every hunt you take will slowly formulate specialized weapons-grade animated snow to create your Golem Guardian. Once fully powered, your customized Guardian Golem will pop out of the generator and make its appearance! \n \nThe Golem Guardian Trap supports special trap skin modules that change the configuration of the golem generated, changing its Power Type and stats to match that of the module. \n \nWARNING: If you change your Golem Guardian Trap Skin Module, it will take time to re-assimilate the previously generated golems, slowly disassembling them to build a new one from the newly selected module.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "tactical",
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/52ad411e21fbb4725381e1c201cc0722.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fee21de24b999f0485bb3b7caae67291.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/52ad411e21fbb4725381e1c201cc0722.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/900b81838f8288bb8956f9dc406c4f53.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "snow_golem_trap_weapon",
+ "skin_weapon_name": "Golem Guardian Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/228f0444c973d66750758fc5eb7bb1c7.jpg",
+ "marketing_text": "A Tactical power module for the Golem Guardian Trap. This unit generates a Golem Guardian that's always en garde! \n \nWhen fully charged, this trap will have:
\n
\n
Power: 5000
\n
Power Bonus: 15%
\n
Attraction Bonus: 20%
\n
Luck: 30
\n
"
+ },
+ {
+ "id": 2746,
+ "type": "catch_xmas_2018_boss_adv",
+ "name": "Defeat the Iceberg Sculptor Mouse",
+ "description": "The remnants of the Festive Comet floating in Rodentia are being carved into festive icebergs and are heading straight for Gnawnia! Blast your way through 10 icebergs to find the source and put an end to the Iceberg Sculptor Mouse's attack!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2747,
+ "type": "new_years_chrome_sphynx_skin",
+ "name": "New Year's Chrome Sphynx Wrath Trap Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6aee563f599caa23924b6e94b0a167e7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/cf6b7ba0e77836ad8e81abba85aeb837.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6aee563f599caa23924b6e94b0a167e7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/30afb7ae7bff8b4ec27c7b4d041bbb52.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "In a constant state of celebration, this sleek sphynx shimmers beneath a sky blazing full of fireworks. The commotion of combustion creates colourful confusion that the sphynx can clandestinely creep to capture those tiny creatures it has been confusing! \n \nHappy New Year!"
+ },
+ {
+ "id": 2748,
+ "type": "new_years_scarlet_ember_root_trap_skin",
+ "name": "Scarlet Sparkling Bubbleh Trap Skin",
+ "description": "Thought to be lost long ago, this fully-grown Ember Root is an extremely powerful tree that protected the Queso Canyon from intruders long ago. Its attractive vines of golden leaves would lure those seeking valuables to their untimely demise.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/fd3f8e04b8821212a96d1c297313f947.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0b08272e7f13780d0cf20a239d2c7a40.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/fd3f8e04b8821212a96d1c297313f947.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c71f32ec3d562f4add24fd1108ec2187.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "queso_canyon_forgotten_weapon",
+ "skin_weapon_name": "Scarlet Ember Root Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/89d94a71097d897f5e664daaf760f3b4.jpg",
+ "marketing_text": "Though it looks oddly familiar to run-of-the-mill King's Reserve Bubbleh, this flute glass of violently bubbling liquid is actually a caustic and combustible chemical! Exploding (almost literally) with a bouquet of delicious smells, hunters must be careful when handling this not-so-normal cocktail. Definitely keep this one off the serving platter! \n \nExcited mice, looking to celebrate, caught standing too close will end up with quite the singed fur."
+ },
+ {
+ "id": 2749,
+ "type": "year_of_the_pig_gift_basket_convertible",
+ "name": "Year of the Pig Gift Basket",
+ "description": "A decadent gift basket celebrating the Year of the Pig! Great to give to friends to get them into the generous spirit of the pig!\n
Inside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a84a9a23ff1966888ef45c5ff7eb7750.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/002f1992225cde0334ba9d257107ecbf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/34691e6dcb2659922b7cf044031c15b8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/45c845453073f19f4d3a0869215b0ec2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/002f1992225cde0334ba9d257107ecbf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/002f1992225cde0334ba9d257107ecbf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/002f1992225cde0334ba9d257107ecbf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2750,
+ "type": "year_of_the_pig_large_supply_kit_convertible",
+ "name": "Year of the Pig Large Supply Kit",
+ "description": "A porcine supply kit that will launch your Lunar Lantern straight into space! You will see everything in triplet all event long!\n
Inside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6ac7ead52e55de4be7bf2f7c8a1ae208.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/51c809f9beca2b909031e666230f545a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e6e511932e2e1611c2f26076a07d45ef.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/86925028cc1d7aa0bc84c7ebc149efd0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/51c809f9beca2b909031e666230f545a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/51c809f9beca2b909031e666230f545a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/51c809f9beca2b909031e666230f545a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2751,
+ "type": "year_of_the_pig_supply_kit_convertible",
+ "name": "Year of the Pig Supply Kit",
+ "description": "Nothing to snort at! A portly supply kit that will keep your Lunar Lantern lit for quite a long time!\n
Inside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/61198bd868ecf9b7b7b4af2862cebff9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d27ded831358689ce65ba8a87636df31.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/68114e103e3ffe70762921df3d7164fe.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/79657adc8f1bcc45fd1d80171f124687.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d27ded831358689ce65ba8a87636df31.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d27ded831358689ce65ba8a87636df31.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d27ded831358689ce65ba8a87636df31.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2752,
+ "type": "pig_lny_journal_theme_collectible",
+ "name": "Year of the Pig Journal Theme",
+ "description": "A beautifully handcrafted journal theme to celebrate the Year of the Pig! \n \nRewarded to those who climbed their lantern to great heights during the Lunar New Year 2019 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/43e1d6d7b1e65febbef40499ebcb6b52.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2507e04beff354baaca7005f4e6bb6c3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/43e1d6d7b1e65febbef40499ebcb6b52.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/43e1d6d7b1e65febbef40499ebcb6b52.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2753,
+ "type": "pig_mask_collectible",
+ "name": "Pig Mask",
+ "description": "Celebrate the Year of the Pig with this replica Pig Mask! \n \nRelease your inner piglet by putting on this mask and jumping in some muddy puddles! \n \n\"Oink! Oink!\"",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/86d2855f2f05a958397394d0537f602d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/eb775bc15a66ef9e903e46ee5038bcb3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/86d2855f2f05a958397394d0537f602d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/86d2855f2f05a958397394d0537f602d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2754,
+ "type": "lny_2019_lantern_stat_item",
+ "name": "Pig Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Pig this Lunar New Year. This can be lit with Lunar Lantern Candles during the 2019 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/21296cc33e8923d7d9905dc1d0405a2a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9957ed35ed879d648fc946bf765dbdfe.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3fdb88810ba0b7a7f0385a10e6d539a2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9957ed35ed879d648fc946bf765dbdfe.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9957ed35ed879d648fc946bf765dbdfe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9957ed35ed879d648fc946bf765dbdfe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2755,
+ "type": "pig_jade_base",
+ "name": "Pig Jade Base",
+ "description": "The kind, hardworking and resourceful earth pig is represented in this Jade Base. \n \nThose who complete the 2019 Lunar New Year adventure are awarded with this carefully carved Pig Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/ad5a2bf8d740104a4ea849414fd7d9f7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/447656f7f08618603f90914c8be3f596.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/ad5a2bf8d740104a4ea849414fd7d9f7.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/ad5a2bf8d740104a4ea849414fd7d9f7.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/4c9ddd2930410bf8510ac0eef9e88223.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 375,
+ "power_formatted": "375",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2756,
+ "type": "lny_pig_chrome_temporal_turbine_skin",
+ "name": "Chrome Truffle Finder 500™ Trap Skin",
+ "description": "Cast in chrome, this more expensive version of the Temporal Turbine has been tuned to aim directly at the sun! The chrome coating allows it to withstand the heat every time the portal is open and exposed to the impossibly hot flames. \n \nMice triggering this trap get instantly cooked to a crisp! Youch!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/db9d9fc3313a9b97819f25d625e8de94.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b304383d5bf96692bd7ec0cd42221b04.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/db9d9fc3313a9b97819f25d625e8de94.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/6fa1a699a17e7b79c211a10d4ff52991.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_temporal_turbine_weapon",
+ "skin_weapon_name": "Chrome Temporal Turbine",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7126851e59b8cd93ce52c902f8e76572.jpg",
+ "marketing_text": "A Truffle Finder 500™! It has the ability to snort out a truffle from up to 500 feet below the surface! Reprogrammed to sniff out mice and dipped in a rose chrome for aesthetics, no mouse can escape these notorious nostrils!"
+ },
+ {
+ "id": 2757,
+ "type": "lny_pig_timesplit_dissonance_skin",
+ "name": "Floating Pig Fortress Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/24bd088e94143719e1ce5bd3621676e4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/64c24c8d8df7a0371e4052717b2fec34.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/24bd088e94143719e1ce5bd3621676e4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fc4a75e0dd55e162d491c6c67cd28bcd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "Clever hunters have utilized these pigs' aggressive defence tactics by placing cheese around their home. When the curious mice go to investigate, they alert their hog friends who then immediately \"spring\" into to action to defend their home sty. \n \nLunar lanterns have been affixed to their home to make transport easier without disturbing the piggies too much!"
+ },
+ {
+ "id": 2758,
+ "type": "valentine_school_of_sharks_skin",
+ "name": "Couple of Orcas Trap Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/28c3ef7f3f28b2f9180baab8df81f167.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b8d539fb26273aa797df095d4971741d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/28c3ef7f3f28b2f9180baab8df81f167.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/318deff8b2ae39a9d3d143dcd802a4f3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "A couple of orcas swimming in tandem, full of the power of love! They don't need money or fame and they love each other just the same. All mice stop in awe as they majestically swim by, just long enough for you to pick them up and safely relocate them."
+ },
+ {
+ "id": 2759,
+ "type": "catch_lny_2019_boss_adv",
+ "name": "Celebrate Lunar New Year 2019",
+ "description": "Celebrate the 2019 Lunar New Year by lighting your Pig Lunar Lantern and earning the Pig Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2760,
+ "type": "2019_birthday_gift_basket_convertible",
+ "name": "2019 Birthday Gift Basket",
+ "description": "A small grab bag of goodies for gearing up in the SUPER|brie+ factory!\n\t\tInside you'll find: \n \n\n• 30 Coggy Colby Cheese \n• 15 Factory Repair Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ce95edac1e319a20b5744e6751e82d85.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d096d4ba44846871112cc5733c05d47b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f63bb9ee848353d96e1e4c334943498c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fe00198a2d231f4e9652eff502ef5dc3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d096d4ba44846871112cc5733c05d47b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d096d4ba44846871112cc5733c05d47b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d096d4ba44846871112cc5733c05d47b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2761,
+ "type": "2019_birthday_supply_kit_convertible",
+ "name": "2019 Birthday Supply Kit",
+ "description": "A factory sized supply kit for those looking to restore full functionality to the SUPER|brie+ Factory!\nInside you'll find: \n \n\n• 600 Coggy Colby Cheese \n• 200 Factory Repair Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a18d907069aa391757baedd6c882a76f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e83c1b924f220ac5eb7c142544316575.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2db4b573b11f9ff2981d1f9ef8d0e726.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2fa05af962fe3faf7dfc75497ade8413.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e83c1b924f220ac5eb7c142544316575.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e83c1b924f220ac5eb7c142544316575.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e83c1b924f220ac5eb7c142544316575.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2762,
+ "type": "birthday_2019_gilded_scroll_case_convertible",
+ "name": "Gilded Birthday Scroll Case",
+ "description": "An exquisitely decorated scroll case prepared by wealthy aristocrats for other wealthy aristocrats for their birthday! \n \nUpon completing the map inside of this scroll case, you will receive a treasure chest containing: \n \n• 50,000 Gold \n• 50,000 Points \n• 10 Speedy Coggy Colby \n• 25 Gilded Charms \n• 16 Gilded Coins \n• 100 Ancient Charms \n• An assortment of random Party Charms \n• 1 SUPER|token+ (Guaranteed 4 SUPER|tokens+ if you use Rare Map Dust) \n \n• 2 weeks of the Anniversary Aura \n• 1 month of the Lucky Golden Shield \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge! \n \nAn elegantly wrapped birthday scroll case celebrating MouseHunt's Birthday! \n \nContains a treasure map that consists of all the birthday mice within the SUPER|brie+ Factory.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3b549a963d8f88c7889ab57a77a21a2e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3eb8cf0f0443ae1a902401296a9730fd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/35f81823b4d8fff6816275d95bbc5d0a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/20d5a6ebe0889c019f60e1baeaa29f07.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3eb8cf0f0443ae1a902401296a9730fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3eb8cf0f0443ae1a902401296a9730fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3eb8cf0f0443ae1a902401296a9730fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2763,
+ "type": "birthday_2019_treasure_chest_convertible",
+ "name": "2019 Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/739f06d8357ebd16a8169a8eef78107f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4145caa9fadc50b75435447a6df85345.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8b21fd2329beb487606b667ac9954088.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/40c9ebea1b9d398e4ba644f880b2acbf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4145caa9fadc50b75435447a6df85345.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4145caa9fadc50b75435447a6df85345.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4145caa9fadc50b75435447a6df85345.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2764,
+ "type": "birthday_ultimate_luck_crate_convertible",
+ "name": "Birthday Crate of Ultimate Luck Charms",
+ "description": "Containing 20 Ultimate Luck Charms that provide a +20 luck bonus while armed. To open the crate, view the \"Special\" section of your inventory. One charm is used for each mouse encountered, so use them wisely! In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d64bdab57a078576adb1e47f3324b78f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a604d060152d3d9a7106cd5500e39dfd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fd01173f61618e9e84fb1602d1d77e23.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9e199c39969f895d781219e8d885c4c1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a604d060152d3d9a7106cd5500e39dfd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a604d060152d3d9a7106cd5500e39dfd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a604d060152d3d9a7106cd5500e39dfd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2765,
+ "type": "birthday_ultimate_luck_power_crate_convertible",
+ "name": "Birthday Crate of Ultimate Lucky Power Charms",
+ "description": "Containing 20 Ultimate Lucky Power Charms! Sharpened shards of power and glorious, shimmering wings of luck, the Ultimate Lucky Power Charm provides the best of both. A staggering 2,500 Power and a 20% Power Bonus on top of 20 Luck!! In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/52dfa89f78c977611ea9a620272e5553.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/879c7b6fef0a548e3468893ea874045b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/596e95a4973df4e862758166e95fb554.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/89384c020f9a1fcba6ba23cb65a5a636.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/879c7b6fef0a548e3468893ea874045b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/879c7b6fef0a548e3468893ea874045b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/879c7b6fef0a548e3468893ea874045b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2766,
+ "type": "birthday_ultimate_power_crate_convertible",
+ "name": "Birthday Crate of Ultimate Power Charms",
+ "description": "Containing 20 Ultimate Power Charms made of highly concentrated energy, these charms are highly unstable. The Ultimate Power Charm provides +2,500 power and a 20% power bonus each hunt! In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f9dc1c56beb2de5100dfab6b3d5a87ca.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/be6d8af53f30f8bfd61001684afb8727.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2bc46ee2b49e8c66b24011d71a2d75d3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bda91396a99beda33dde0e2960b994d4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/be6d8af53f30f8bfd61001684afb8727.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/be6d8af53f30f8bfd61001684afb8727.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/be6d8af53f30f8bfd61001684afb8727.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2767,
+ "type": "g_birthday_2019_treasure_chest_convertible",
+ "name": "2019 Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Birthday Treasure Map and have discovered this tempting Treasure Chest! \n \nYou will receive: \n \n• 50,000 Gold \n• 50,000 Points \n• 10 Coggy Colby \n• 25 Gilded Charms \n• 100 Ancient Charms \n• A chance to find one of eleven Birthday Trap Skins \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f0289ac92a21cc1915862111f53a362e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4ff6460e8bfad3265c3707e971f8e2ba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8c80e04e00333d34d6258f1d94cabeb0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b0b2916596f2612db00b6c37cba64457.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4ff6460e8bfad3265c3707e971f8e2ba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4ff6460e8bfad3265c3707e971f8e2ba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4ff6460e8bfad3265c3707e971f8e2ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2768,
+ "type": "rare_birthday_2019_treasure_chest_convertible",
+ "name": "2019 Rare Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e912a053d551e14487253c05d7b1b3de.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/279806fc23ce1468e50d79b43bb27421.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fb8f738b6b23a95140cba04ae0981b8b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/32666abaad40f41e1882417c3cb2ec0d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/279806fc23ce1468e50d79b43bb27421.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/279806fc23ce1468e50d79b43bb27421.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/279806fc23ce1468e50d79b43bb27421.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2769,
+ "type": "rare_g_birthday_2019_treasure_chest_convertible",
+ "name": "2019 Rare Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Birthday Treasure Map and have discovered this tempting Treasure Chest! \n \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 20 Coggy Colby \n• 50 Gilded Charms \n• 200 Ancient Charms \n• One of eleven Birthday Trap Skins \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7e2c44fc584fb79f560522284b6c82e7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e5fb2c3017f5ca3df49ec5baabc4d0df.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1d4f19a8d818cbeadc633846fafe3f22.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8348469928fc18c0f31279e09ee89fde.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e5fb2c3017f5ca3df49ec5baabc4d0df.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e5fb2c3017f5ca3df49ec5baabc4d0df.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e5fb2c3017f5ca3df49ec5baabc4d0df.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2770,
+ "type": "birthday_eleven_journal_theme_collectible",
+ "name": "SUPER|brie+ Factory Journal Theme",
+ "description": "Adorn your journal with the powerful style of the SUPER|brie+ Factory's pipework! \n \nOriginally designed to commemorate MouseHunt's 11th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/5cdbd7f37cc8c7efcc76f8f35e7c94ca.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5d21cafda71e317099e1f59e23f2d69f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/5cdbd7f37cc8c7efcc76f8f35e7c94ca.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/5cdbd7f37cc8c7efcc76f8f35e7c94ca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2771,
+ "type": "birthday_factory_break_room_stat_item",
+ "name": "Circuit Breaker Fuse",
+ "description": "A \"bumping\" breaker that fuses the power of dance directly into the factory components. Adds the bumping and grinding to the buzzing and whirring. Easy to install: Just pop it and lock it! \n \nThis item is found within the Break Room at the SUPER|brie+ Factory!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ea732a37fb0380194e2b242425e062ac.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4a52c6d8607991a93d3167ac401802ec.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/53cd74c85e1c01d6d02167e4b97c30e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4a52c6d8607991a93d3167ac401802ec.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4a52c6d8607991a93d3167ac401802ec.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4a52c6d8607991a93d3167ac401802ec.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "party_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2772,
+ "type": "birthday_factory_golden_ticket_stat_item",
+ "name": "Golden Punch Ticket",
+ "description": "A SUPER|brie+ Factory worker's special punch ticket. This card's punch marks indicate the worker has worked a shift in every room of the factory! \n \nThese tickets can be turned in at the SUPER|brie+ Factory for special bonus rewards for all your hard work!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4e752f06f0d05dff4494f28146e5438c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f7d103fe2185afa61e08b0880077a76d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/dbd12187e07abe0616f3b9adc1e626c8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f7d103fe2185afa61e08b0880077a76d.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f7d103fe2185afa61e08b0880077a76d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f7d103fe2185afa61e08b0880077a76d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2773,
+ "type": "birthday_factory_mixing_room_stat_item",
+ "name": "Mixing Rod",
+ "description": "A special rod made from \"hyper carbon\", shaped specially for mixing cheese at rapidly changing viscosity. \n \nThis item is found within the Mixing Room at the SUPER|brie+ Factory!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/57e0f11f202cb699bc4c6223c64d7a43.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2396577aacb317979238844ae30b62c1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/61b6bd1a06a5bbd4a937ed421a00ea16.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2396577aacb317979238844ae30b62c1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2396577aacb317979238844ae30b62c1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2396577aacb317979238844ae30b62c1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "party_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2774,
+ "type": "birthday_factory_pumping_room_stat_item",
+ "name": "Pressurized Pump Pipe",
+ "description": "A pipe specially manufactured to withstand high pressures being pumped through it. \n \nThis item is found within the Pumping Room at the SUPER|brie+ Factory!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/504e948edcf39e494de96b2217627dfc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c3c5cb340c3949ba5280c63b2f552a19.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/65d173aec8c33fd5202e8901138987c8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c3c5cb340c3949ba5280c63b2f552a19.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c3c5cb340c3949ba5280c63b2f552a19.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c3c5cb340c3949ba5280c63b2f552a19.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "party_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2775,
+ "type": "birthday_factory_quality_assurance_room_stat_item",
+ "name": "Quality Cog",
+ "description": "Sugar, spice and everything nice has been infused in these integral cogs. The sweet magical energy stored in these cogs slowly seep out onto the production line. \n \nThis item is found within the QA (Quality Assurance) Room at the SUPER|brie+ Factory!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a4d4c8a23d3ff5cb9c6009a5fec830fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/97bb19e8f5ae6cc29a7a0f312a1a3b14.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f42a2111f99d47b49fcc685d811fc011.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/97bb19e8f5ae6cc29a7a0f312a1a3b14.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/97bb19e8f5ae6cc29a7a0f312a1a3b14.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/97bb19e8f5ae6cc29a7a0f312a1a3b14.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "party_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2776,
+ "type": "birthday_banana_cake_base",
+ "name": "Birthday Banana Cake Base",
+ "description": "A blissful slab of exquisitely decorated banana cake with a flavour so unique it can never be recreated! \n \nBaked up fresh for Hunters who joined MouseHunt's 11th birthday celebration!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/c3b8eb9f02fbf2bc720afc9e2fc5c716.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/c1ddfb8501e7f2c1ee02b837bf7508f1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/c3b8eb9f02fbf2bc720afc9e2fc5c716.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/c3b8eb9f02fbf2bc720afc9e2fc5c716.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/e19eedc55fa84770e24148b1b030c19f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.11,
+ "power_bonus_formatted": "11%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.11,
+ "attraction_bonus_formatted": "11%",
+ "has_luck": true,
+ "luck": 11,
+ "luck_formatted": "11",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2777,
+ "type": "surprise_party_weapon",
+ "name": "Surprise Party Trap",
+ "description": "A birthday surprise party where the mice bring themselves right to the law enforcement! No need to serve fancy warrants or send elaborate SWAT (Special Weapons and Traps) teams! Just let the criminals walk right in! \n \nInside you will find a lovely Birthday Cake, a squad of droids who sing you your rights, a fun game of \"put the cuffs on the criminal\", surprise boxes of evidence, and some lucky mice even get to leave with a cool orange party jumpsuit! \n \nThis trap has a rare chance to drop a Party Charm when a mouse is caught!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/df718da7602b443ce967a50245c09c69.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/dc3f10200c6e842b77b26604e23f92cf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/df718da7602b443ce967a50245c09c69.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/e45702d3b006aba47edcb14ca98f2696.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.11,
+ "power_bonus_formatted": "11%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.11,
+ "attraction_bonus_formatted": "11%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "legendary",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2778,
+ "type": "wacky_inflatable_party_people_weapon",
+ "name": "Wacky Inflatable Party People Trap",
+ "description": "A seemingly lifeless pair of balloons lay dormant until an unsuspecting party person triggers this stellar celebration! Once a mouse gets too close, the music starts, confetti fills the air and the balloons begin to inflate with powerful Rift Mist to bring some out-of-this-world party people to life! \n \nArmed with their unpredictable dance moves, this trap is incredibly hard to dodge when limbs come firing out of the thick and billowing coloured mist!
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "rift",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6192e57af44752574fdf8c60308e606e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/d37c1e781198f858145ace4ef6fff593.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/6192e57af44752574fdf8c60308e606e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/96278cb642dbddcbc737613c7e09e6c8.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "rift",
+ "has_power": true,
+ "power": 1100,
+ "power_formatted": "1,100",
+ "has_power_bonus": true,
+ "power_bonus": 0.11,
+ "power_bonus_formatted": "11%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.11,
+ "attraction_bonus_formatted": "11%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2779,
+ "type": "coggy_colby_cheese",
+ "name": "Coggy Colby Cheese",
+ "description": "A cog-shaped birthday confection! A double layer of Colby cheese with cream in between, smothered in custard and topped with some fruit, crème fraîche and a candle. \n \nA favourite of factory workers everywhere! \n \nEquip this cheese at the SUPER|brie+ Factory to advance cheese through the pipeline and attract mice that drop factory parts.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "mousehunt_birthday",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/2fb53625f5aaef1260976892d8b79798.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/39a63a48084383a7eb07d64c74357544.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/87c5449bd5c3271518d2d6e3b2f28fbf.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/7e6ef0ae1b782a4df1505b8d5dd0ac82.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/39a63a48084383a7eb07d64c74357544.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/39a63a48084383a7eb07d64c74357544.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/39a63a48084383a7eb07d64c74357544.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2780,
+ "type": "birthday_factory_trinket",
+ "name": "Factory Repair Charm",
+ "description": "A special charm that only works in the SUPER|brie+ Factory. Equip this for a chance to encounter the Factory Technician Mouse who will drop bonus parts for the current room you are in and possibly some for other rooms as well! \n \nThis charm also cranks up cheese production in the SUPER|brie+ Factory, adding an additional +10 litres pumped with each capture of a mouse, even if you're not using Coggy Colby Cheese! This bonus is applied on top of whatever the Pumping Room is currently producing.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "mousehunt_birthday",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/d7d1a1d046aa2d62889c9076f10c2471.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/907ce5291e023dedae8ed33c98546743.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6e71fe0489fb0d81f9d1b23bb8435bf4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/907ce5291e023dedae8ed33c98546743.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/907ce5291e023dedae8ed33c98546743.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/907ce5291e023dedae8ed33c98546743.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 11,
+ "power_formatted": "11",
+ "has_power_bonus": true,
+ "power_bonus": 0.11,
+ "power_bonus_formatted": "11%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.11,
+ "attraction_bonus_formatted": "11%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2781,
+ "type": "birthday_infinite_labyrinth_trap_skin",
+ "name": "Infinite Birthday Party Trap Skin",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b7a8322202b57eb234a968bf231f346a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0863312d72c5d291fc5459116d47af87.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b7a8322202b57eb234a968bf231f346a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/dd0a48ceb964b10927f90ad94eef1571.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_labyrinth_weapon",
+ "skin_weapon_name": "Infinite Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "marketing_text": "An infinitely swirling vortex of confetti and party balloons to lure, confuse and excite mice! \n \nOnce captured, the newly invited party attendee is submitted to a party that never ends. It just goes on and on my friends! Some people started partying not knowing what it was and they'll continue partying forever just because... \n \nThe promise of an infinite party sounds great on paper, doesn't do so well in reality though..."
+ },
+ {
+ "id": 2782,
+ "type": "birthday_meteor_prison_core_skin",
+ "name": "Cake Pop Core Trap Skin",
+ "description": "A structure emulating the protective husk of the meteor that crashed into Fort Rox, except now it is being used to imprison mice instead of protect them! \n \nWith a loud crack, the sphere quickly shatters and surrounds the unsuspecting cheese thief, locking them away within their own prison dimension. \n \nThe warm glow seems so inviting until a mouse gets too close...",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f2d42f78d93a80be97ff1d7db9d7223d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/82fecc0d66c803dec2f48ec6a5015c3b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f2d42f78d93a80be97ff1d7db9d7223d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f9fac33d7a7915b92a102a7d90d69125.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "meteor_prison_core_weapon",
+ "skin_weapon_name": "Meteor Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1b662abb4f94508fdd81b222b5cad1d6.jpg",
+ "marketing_text": "This giant pendulum of a cake pop swings into action when any unlawful varmint crosses its path. Colourfully exploding upon impact, tiny particles of adhesive sugar coat its perpetrator, sticking them at the centre of this colourful confection."
+ },
+ {
+ "id": 2783,
+ "type": "complete_birthday_2019_adv",
+ "name": "Protect the SUPER|brie+ Factory",
+ "description": "Vincent, The Magnificent, thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and put an end to Vincent's grasp on the factory!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2784,
+ "type": "2019_spring_hunt_egg_10",
+ "name": "19K Golden Egg",
+ "description": "This gold plated egg is sure to contain something valuable...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7fc35d7d2cebcd3eaeeb097a585e349c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f4da66e2baf7defb2f5299d93e5443ff.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/93ff268d304eb324f66b48b6b4e31125.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8f4e00b16679298a8198c28d71a5fff1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f4da66e2baf7defb2f5299d93e5443ff.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f4da66e2baf7defb2f5299d93e5443ff.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f4da66e2baf7defb2f5299d93e5443ff.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2785,
+ "type": "baron_count_eggsweeper_convertible",
+ "name": "Small Eggsweeper Egg (Tier 3)",
+ "description": "Found while playing the Eggsweeper mini-game! \n \nContains a variety of rewards from Baron/Baroness and Count/Countess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fe5b2bfb811bfda2679df35e63d5e863.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ca58f5ee259324ce183a5ffbbe078eae.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8cb8a6312fd2572e6c4998bfa824c2f7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/29c23a04682b44e0875469dbd3e72ba7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ca58f5ee259324ce183a5ffbbe078eae.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ca58f5ee259324ce183a5ffbbe078eae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ca58f5ee259324ce183a5ffbbe078eae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "master_lord_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2786,
+ "type": "barricade_egg_convertible",
+ "name": "Barricade Egg",
+ "description": "An egg safely and securely contained inside of a strong, wooden barricade.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/86c5bcb67a9156a1e3973eb7a4ffe0bc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d8baeb2fe6da30408338e70a59371cd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3bd827403beb86f61f608364604509c9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/219505567261c31535aeae15e7c45a0e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d8baeb2fe6da30408338e70a59371cd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1d8baeb2fe6da30408338e70a59371cd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1d8baeb2fe6da30408338e70a59371cd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2787,
+ "type": "crimson_egg_convertible",
+ "name": "Crimson Egg",
+ "description": "An egg painted in what one hopes is merely dark, red, strangely viscous paint.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/530c965d1a397ae87856c6d4a80d9b55.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dec7b0cc661f3fd1f126ff25197c18eb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8646e32225afbda67bb433278884044c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/605588c17cb422e4a21116fa1a723e1e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dec7b0cc661f3fd1f126ff25197c18eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dec7b0cc661f3fd1f126ff25197c18eb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dec7b0cc661f3fd1f126ff25197c18eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2788,
+ "type": "duke_grandduke_eggsweeper_convertible",
+ "name": "Small Eggsweeper Egg 2019 (Tier 4)",
+ "description": "Found while playing the Eggsweeper mini-game! \n \nContains a variety of rewards from Duke/Duchess and Grand Duke/Duchess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6d1ca0aa8741f85a0a8365013d8433a9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6e8a7ab86821d8619f91fe8078aa189f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2d8922654aa5acbb3f715a1f4a7d4761.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/921904e0b64f8e2aeb9615e31762e428.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6e8a7ab86821d8619f91fe8078aa189f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6e8a7ab86821d8619f91fe8078aa189f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6e8a7ab86821d8619f91fe8078aa189f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "baron_count_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2789,
+ "type": "dusted_baron_count_eggsweeper_convertible",
+ "name": "Large Eggsweeper Egg (Tier 3)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Baron/Baroness and Count/Countess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/49ec33bd2f0f1a19bb6ed901a3db457e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4c130d54f223dcd7f690beb34d00b1f7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5d5df908a170941739ef7531b9649150.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c0c8703d62a392ca0494f03f19acd281.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4c130d54f223dcd7f690beb34d00b1f7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4c130d54f223dcd7f690beb34d00b1f7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4c130d54f223dcd7f690beb34d00b1f7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dusted_master_lord_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2790,
+ "type": "dusted_duke_grandduke_eggsweeper_convertible",
+ "name": "Large Eggsweeper Egg 2019 (Tier 4)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Duke/Duchess and Grand Duke/Duchess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/340e60c2640b8c4103687a88020f16e6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/50d0257e952c64e7c89e0b57b445c9ac.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e09208cdd082963e0439398f86b80ca5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fb72e303dc8dbdcde927a82e2aee4772.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/50d0257e952c64e7c89e0b57b445c9ac.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/50d0257e952c64e7c89e0b57b445c9ac.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/50d0257e952c64e7c89e0b57b445c9ac.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dusted_baron_count_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2791,
+ "type": "dusted_master_lord_eggsweeper_convertible",
+ "name": "Large Eggsweeper Egg (Tier 2)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Master, Grandmaster, Legendary, Hero, Knight, and Lord/Lady areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/79f6b6734f1b3d6a03898a1744a22dcb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8346a02e7c32e72d6160a6b2d54b6218.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ef38ec35a764a8b954b15f0ff497e907.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b2dca9eed66d32117932cbc94e6bfd01.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8346a02e7c32e72d6160a6b2d54b6218.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8346a02e7c32e72d6160a6b2d54b6218.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8346a02e7c32e72d6160a6b2d54b6218.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dusted_novice_journeyman_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2792,
+ "type": "dusted_novice_journeyman_eggsweeper_convertible",
+ "name": "Large Eggsweeper Egg (Tier 1)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Novice, Recruit, Apprentice, Initiate, and Journeyman areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3e99471a63bc5931cfe1396cec380390.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c36642f088f92a807e7b791ccc7cebf0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/913fbcf227a2d174d75174d415c283b8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/656539f39d69f25de835a44ac0a448c6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c36642f088f92a807e7b791ccc7cebf0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c36642f088f92a807e7b791ccc7cebf0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c36642f088f92a807e7b791ccc7cebf0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2793,
+ "type": "eggsweeper_starter_kit_convertible",
+ "name": "2023 Eggsweeper Starter Pack",
+ "description": "A perfect package of shovels and fertilizer to get you well on your way to finding those buried eggs in the Eggsweeper mini-game! \n \nInside you'll find: \n \n\n• 3 Magical Eggsweeper Fertilizer \n• 50 Eggsweeper Shovels \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c29f6881565694eb8043851e505c8b97.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c860e31145e49a3a58a320402c1cff94.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d5fe3a9141afbf728e9b074392bd7052.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0b129bce7415be05d653986c18950fd9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c860e31145e49a3a58a320402c1cff94.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c860e31145e49a3a58a320402c1cff94.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c860e31145e49a3a58a320402c1cff94.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2805,
+ "type": "spring_hunt_2019_supply_kit_convertible",
+ "name": "Eggfinder Supply Kit",
+ "description": "The ultimate bundle of cheese, charms, and gardening tools to bring really home the eggs! \n \nInside you'll find: \n \n\n• 125 Marshmallow Monterey \n• 5 Eggstra Charms \n• 15 Eggscavator Charge Charms \n• 20 Eggstra Charge Charms \n• 150 Eggsweeper Shovels \n• 5 Magical Eggsweeper Fertilizer \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b579685cc7a7931c95f82315c1c330df.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8c676ee20af55b1131cdd5ec1a5f63f4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5a6467727e72b50885f7cc9d6ab465fd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1584d0097f3c1878b934811480c87e10.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8c676ee20af55b1131cdd5ec1a5f63f4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8c676ee20af55b1131cdd5ec1a5f63f4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8c676ee20af55b1131cdd5ec1a5f63f4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2806,
+ "type": "storm_egg_convertible",
+ "name": "Lightning Storm Egg",
+ "description": "An egg infused with a small electrical charge from thunderstormy weather.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8611f1bfe2b81d21bfee0eceef397822.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/22a441375e73f3a0c0cb26ac2c41283d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f238769c9742f6e4120337bafc38c912.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7a5c1b0b9da4cb032ff3e5c9f42e47a0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/22a441375e73f3a0c0cb26ac2c41283d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/22a441375e73f3a0c0cb26ac2c41283d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/22a441375e73f3a0c0cb26ac2c41283d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2807,
+ "type": "eggstreme_eggscavation_shovel_stat_item",
+ "name": "Eggsweeper Shovel",
+ "description": "This specially designed mini-shovel is used to carefully dig and extract eggs from the soil in the Eggsweeper mini-game during the Spring Egg Hunt! \n \nThey are extremely delicate so as to avoid breaking the eggs they find, making them good for one-time use only! \n \nPlay the Eggsweeper now!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/664b3adabcca38b56ce904c15fdb3b13.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ed6ab8e8bb795e7dc376d853458415fb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/38fa2899d8aa6e92eced3b6a03efaa05.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ed6ab8e8bb795e7dc376d853458415fb.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ed6ab8e8bb795e7dc376d853458415fb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ed6ab8e8bb795e7dc376d853458415fb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2808,
+ "type": "eggstreme_eggscavation_upgrade_stat_item",
+ "name": "Magical Eggsweeper Fertilizer",
+ "description": "Sprinkle a packet of this Grade A fertilizer on your Eggsweeper field to increase the size of all the eggs on the playing field AND turn one of them into a Magical Eggsweeper Egg! \n \nThese large eggs have more and better rewards and the Magical Eggsweeper Egg always contains SUPER|brie+!
\nPlay the Eggsweeper now!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6832df7c1026a245f6d1dd1b28c230a9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/1f710aa851d2e2a50c6b5098d8c006d4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c5aa16d4da233681fdec04e6e2400bb7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/1f710aa851d2e2a50c6b5098d8c006d4.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/1f710aa851d2e2a50c6b5098d8c006d4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/1f710aa851d2e2a50c6b5098d8c006d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2809,
+ "type": "spring_chrome_storm_wrought_ballista_skin",
+ "name": "Spring Chrome Eggtastic Ballista Trap Skin",
+ "description": "A chrome coated Storm Module with some other minor modifications has created this powerful and beautiful trap that even the great Ful'Mina herself can't scoff at. \n Firing overcharged harpoons, this upgraded model is magnetic and doesn't require a tether to reel the dragons in. After being speared, the harpoon releases its stored electricity into the target to incapacitate it. The trap then uses its vast power to create a focused electromagnetic field that brings the spear back with everything attached to it. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful storm vortex can rip an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c929837451fe61f2b81f04127229bbab.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9d2d6440b49e16c9f62baf6e03ea663b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c929837451fe61f2b81f04127229bbab.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d3835d4bc0f61cc67fa93ae549acd465.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_storm_wrought_ballista_weapon",
+ "skin_weapon_name": "Chrome Storm Wrought Ballista Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6f33368c5624f866b290d0aebaada199.jpg",
+ "marketing_text": "A rose chrome-coated, egg-shaped storm module has been installed in this Chrome Storm Wrought Ballista to give it some flair for the Spring Hunt season! This module also channels a bit of the seasonal magic causing some beautiful wild growth to occur around it."
+ },
+ {
+ "id": 2810,
+ "type": "spring_mynorca_skin",
+ "name": "Spring M.Y.N.O.R.C.A. Trap Skin",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/110c49b3246d9f9f481206b22312bdb2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/966d1c140da678b50c441d59561810e4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/110c49b3246d9f9f481206b22312bdb2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/57efcb449ae74e64947d908e24a7888c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "rift_mynorca_weapon",
+ "skin_weapon_name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "marketing_text": "A wonderful M.Y.N.O.R.C.A. decorated for spring! The soft coloured flowers really accent the colourful pastels covering this trap."
+ },
+ {
+ "id": 2811,
+ "type": "spring_sentinel_skin",
+ "name": "Cottontail Sentinel Trap Skin",
+ "description": "Although the Muridae Market is heavily fortified, the Marching Flame still poses a significant threat. It was this threat which prompted the local Trapsmith to devise a sentinel powered by Flameshards. Able to sink its body into the sand, the Sandtail Sentinel patiently waits with its eyes just above the surface, waiting for a mouse to approach a baited base.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4d00cac53d1e09a71cf94d2c8994dfbd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8bfc3506377a96aee6a092457053405f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4d00cac53d1e09a71cf94d2c8994dfbd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/addf64988e94856ba4b526160c0083a9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "sentinel_weapon",
+ "skin_weapon_name": "Sandtail Sentinel",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c773d6b12e273f4294a75d00e66a250b.jpg",
+ "marketing_text": "Wrapped in a cotton cloak and proudly donning bunny slippers. This giant carrot wielding sentinel will make sure you eat your vegetables!"
+ },
+ {
+ "id": 2812,
+ "type": "dragonshard_egg_convertible",
+ "name": "Dragonshard Egg",
+ "description": "Slightly hot to the touch, each one of these eggs contains some modest Queso Canyon supplies along with a Dragonshard. \n \nOccasionally, the various shopkeepers throughout the Kingdom will accept Dragonshards for supplies to help your hunting efforts in Queso Canyon.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/02796ed1ed7b48e7140ecc94df221348.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a74323a8cc202e360417591f112c0f03.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f2fdb967c128a7f08ede6115ca5891a5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2befdc0c2e8f6745c1aba36d7c99a414.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a74323a8cc202e360417591f112c0f03.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a74323a8cc202e360417591f112c0f03.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a74323a8cc202e360417591f112c0f03.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2813,
+ "type": "dragonshard_sparkling_nest_convertible",
+ "name": "Sparkling Dragonshard Nest",
+ "description": "These sparkling nests have been carefully collected by the King's Royal Ornithologists. They are long-abandoned and contain valuable Queso Canyon supplies!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3d2c24fecb0cb1ac4d11f25cae513add.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f3080e8f8e7cb6acc8e1c3e60aae3158.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ee9e6cbaecf8c5b9027dabcccf2d4d2d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7d419d9fc33bd342a4c216cba807b853.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f3080e8f8e7cb6acc8e1c3e60aae3158.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f3080e8f8e7cb6acc8e1c3e60aae3158.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f3080e8f8e7cb6acc8e1c3e60aae3158.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2814,
+ "type": "dragonshard_stat_item",
+ "name": "Dragonshard",
+ "description": "A small shard from the shell of a Dragonshard Egg. Once accepted by Gnawnian shopkeepers, is now sought after by the King and he is willing to trade! Dragonshards can be spent at the King’s Arms in exchange for special supplies, which are useful in the Queso Canyon or for dragon hunting in general.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6c6ef653846982b8e52b430c5db39e68.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/284edd28e6cc88c78489c2b14c206932.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7ec8df47429c296d1f25229a6754fcba.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/284edd28e6cc88c78489c2b14c206932.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/284edd28e6cc88c78489c2b14c206932.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/284edd28e6cc88c78489c2b14c206932.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2815,
+ "type": "queso_geyser_map_piece",
+ "name": "Fully-Functional Queso Geyser Replica Clay Model",
+ "description": "Covered in delicious queso, it's a small wonder the clay and papier-mâché structure of this Queso Geyser replica hasn't completely fallen apart! \n \nThis life-like recreation details the start of what appears to be a safe route to ascend the queso waterfall just east of the Cantera Quarry to the location of a mighty geyser known to blast delicious liquid cheese into the sky. \n \nThe model also features a real-life working geyser! Though it makes a bit of a mess and the queso used in the reaction is synthetic and smells a bit funny. \n \nThe King is a bit confused as to why the Royal Cartographers have chosen to re-create a working model of the area out of clay and craft materials and is not quite sure how hunters will incorporate this into their personal maps... \n \nObtain this map piece during the Count/Countess adventure: Slay The Geyser Dragon",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "queso_geyser"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/97741cbe3690c8d9a72dc246f9b36dc0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/6bc88bb9c86a4dfbd1b519dd250fb8d2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/97741cbe3690c8d9a72dc246f9b36dc0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/97741cbe3690c8d9a72dc246f9b36dc0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2816,
+ "type": "extrme_dragonbane_trinket",
+ "name": "Extreme Dragonbane Charm",
+ "description": "This extreme charm acts as an extreme hidden surprise for all dragon-like mice bold enough to come near your trap. \n \nWhen activated, this extreme charm bursts out a jarring triple cold blast of air, providing a 900% Power Bonus, making these mice a breeze to catch.\n
\n\tThis charm is only consumed when encountering:\n\t
\n\t\t
Dragon Mouse (Dracano)
\n\t\t
Icewing (Iceberg)
\n\t\t
Cork Collector, Pressure Builder, and Geyser Hunter mice (Queso Geyser)
\n\t\t
Storm Dragon mice (Moussu Picchu)
\n\t\t
Dashing Dragon mice, Empyrean Javelineer Mouse, and the Paragon of Dragons (Floating Islands)
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/7fa23bd1c52a60a424694f211549eb27.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/4c71f5163257a88b46d18b536c29220d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/d146188720460c85253c8c3a64b9740c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/4c71f5163257a88b46d18b536c29220d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/4c71f5163257a88b46d18b536c29220d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/4c71f5163257a88b46d18b536c29220d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 800,
+ "power_formatted": "800",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.08,
+ "attraction_bonus_formatted": "8%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2963,
+ "type": "chrome_santa_sphynx_skin",
+ "name": "Chrome Santa Sphynx Trap Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1444a6a89dc468a3e8f0ed4b078ffc14.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d724ce41212012611109f725faf85fd5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1444a6a89dc468a3e8f0ed4b078ffc14.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fc40150ba15d980c2c37cd7b785501e8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "If it fits, it sits! A Chrome Sphynx Trap dressed up in a Father Winter outfit sitting inside of an opened gift box. Lying in wait until a curious mouse comes by to pay it a visit. From a distance, mice have a hard time telling the difference until they see the shine coming off of its chrome face as it pounces!"
+ },
+ {
+ "id": 2964,
+ "type": "winter_mynorca_skin",
+ "name": "Winter Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes Trap Skin",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9af706c128fd65d7b84cb5d3b23de5d3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9582134cfe6220dcb7b6af31b07f2c55.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9af706c128fd65d7b84cb5d3b23de5d3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4705b494d7a96537ab4fa5be29ee6932.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "rift_mynorca_weapon",
+ "skin_weapon_name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "marketing_text": "Celebrate a warm, holiday evening down by the hunting campsite with a beautiful snapshot of the cosy holiday season captured in this wondrous trap skin."
+ },
+ {
+ "id": 2965,
+ "type": "winter_queso_fount_skin",
+ "name": "Winter Queso Fount Trap Skin",
+ "description": "A bubbling fount of molten queso which is superheated faster than it can vaporize. The surface tension is so high that even the slightest vibration can trigger an explosion! The specially crafted spouts focus the eruption towards the placement of the cheese on the trap hoping to cover any mice that wander too close.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/be6805481fe724e67bd7fc9fc5def8a7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/07885c7918bfc14f08bd5874848cdede.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/be6805481fe724e67bd7fc9fc5def8a7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/050f442fb4bb8c90342fcf54e790aa66.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_hydro_weapon",
+ "skin_weapon_name": "Queso Fount Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e7dfc6667f77fc2d6dc80ac7757127bc.jpg",
+ "marketing_text": "A bit of snow and some frost won't stop this fount from erupting! The covered fount now spits snowballs consisting of a warm Queso center at a completely unpredictable rate! Mice attracted by the faint aroma of Queso combined with the lure of a possible snowball fight get quickly overwhelmed!"
+ },
+ {
+ "id": 2966,
+ "type": "catch_xmas_2019_boss_adv",
+ "name": "Defeat the Shorts-All-Year Mouse",
+ "description": "The Festive Comet is under attack! A winter-hating mouse has setup a dangerously-wired array of space heaters in an attempt to melt away the wintery wonderland. Disable 10 heaters to expose the Shorts-All-Year Mouse to the elements and catch him with his pants down!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2967,
+ "type": "year_of_the_rat_gift_basket_convertible",
+ "name": "Year of the Rat Gift Basket",
+ "description": "A rat-packed gift basket celebrating the Year of the Rat! Share the wealth of this gift basket with friends!\n
Inside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e3fb005390923910a7f9de6423da407a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5cd32dc1f7e337974a6a8808f333b288.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e77e2506a72ba638717c22182d5775a9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/08922fffd35b8247b9c6c17ec4548af7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5cd32dc1f7e337974a6a8808f333b288.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5cd32dc1f7e337974a6a8808f333b288.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5cd32dc1f7e337974a6a8808f333b288.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2968,
+ "type": "year_of_the_rat_large_supply_kit_convertible",
+ "name": "Year of the Rat Large Supply Kit",
+ "description": "Soar through the stratosphere with this large supply kit! You will be a triple threat all event long!\n
Inside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ea62303a17320e9ec04d2897d616e929.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b584e6f5b8f893c9cad6f56237275362.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/45d924445084379e97e6a841b8dac46c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/150a843d6cf65e7238bd1bfbb24463bc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b584e6f5b8f893c9cad6f56237275362.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b584e6f5b8f893c9cad6f56237275362.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b584e6f5b8f893c9cad6f56237275362.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2969,
+ "type": "year_of_the_rat_supply_kit_convertible",
+ "name": "Year of the Rat Supply Kit",
+ "description": "Lights, Candles, Action! Grab this kit and get off to a running start to keep ahead of the rat race!\n
Inside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/58357f6f72864b57764eb6ef4fe0fe7d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bc30dabacf331c4b30bcfe5e381a460a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/21ceb89f428cf0f638cad23034e8c0ec.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/10286b981abfe598100d8aa08b3af3ec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bc30dabacf331c4b30bcfe5e381a460a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bc30dabacf331c4b30bcfe5e381a460a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bc30dabacf331c4b30bcfe5e381a460a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2970,
+ "type": "rat_lny_journal_theme_collectible",
+ "name": "Year of the Rat Journal Theme",
+ "description": "An elegantly crafted journal theme to celebrate the Year of the Rat! \n \nRewarded to those who climbed their lantern to great heights during the Lunar New Year 2020 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/5974b81d4e14f49752b34bf5d9995891.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/296c579759e6e920dc15962ba2d94b40.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/5974b81d4e14f49752b34bf5d9995891.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/5974b81d4e14f49752b34bf5d9995891.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2971,
+ "type": "rat_mask_collectible",
+ "name": "Rat Mask",
+ "description": "Celebrate the Year of the Rat with this replica Rat Mask! \n \nRelease your inner rodent by putting on this mask and go climb, tunnel and explore!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4d83f2b1b89cfcd3c4fb24f28a5939c4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/48f754da90c2b4f959f60e2e8b1e95cb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4d83f2b1b89cfcd3c4fb24f28a5939c4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4d83f2b1b89cfcd3c4fb24f28a5939c4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2972,
+ "type": "lny_2020_lantern_stat_item",
+ "name": "Rat Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Rat. This can be lit with Lunar Lantern Candles during the 2020 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1d4810ec4cf69c12cc79a6f23eae3b73.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/33374c6242b7f40115c25a83908e9e6e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ec78dbdea09ea4662223afbfabb165f5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/33374c6242b7f40115c25a83908e9e6e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/33374c6242b7f40115c25a83908e9e6e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/33374c6242b7f40115c25a83908e9e6e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2973,
+ "type": "rat_jade_base",
+ "name": "Rat Jade Base",
+ "description": "The determined, goal oriented and ever evolving metal rat is represented in this Jade Base. \n \nThose who complete the 2020 Lunar New Year adventure are awarded with this masterfully masoned Rat Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/500218148ab5c3e9fe06773a48667c59.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/f019c3fca8c886c767f2b54d484ee94f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/500218148ab5c3e9fe06773a48667c59.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/500218148ab5c3e9fe06773a48667c59.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/86af3777d0acdb1b5303991d5cd6a774.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 375,
+ "power_formatted": "375",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2974,
+ "type": "lny_rat_geyser_physical_skin",
+ "name": "Blazing Jade Lantern Trap Skin",
+ "description": "A lumbering elemental built from powerful Geyser Smolder Stones, this massive weapon sits still until the thermal signature of a nearby mouse comes near. Driven by its craving for heat, the trap snatches up mice and consumes them to keep its core hot.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/175244746ea58901fe1cacc6cc0860d4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/335c66aadc091a57a936be3135dfd76b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/175244746ea58901fe1cacc6cc0860d4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/17558484ab11c880932108d3e86cd83d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_physical_weapon",
+ "skin_weapon_name": "Smoldering Stone Sentinel Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/41cafb0fea35a04f1776d9d9bc4fa58b.jpg",
+ "marketing_text": "Burning with an intense fire, this lantern thrashes, smashes and snatches mice to toss into its insatiable burning core."
+ },
+ {
+ "id": 2975,
+ "type": "lny_rat_geyser_tactical_skin",
+ "name": "Slippery Rat Slide Trap Skin",
+ "description": "A devious canopy of Amber Queso stalactites and stalagmites await any hungry mice that approach this trap. Once a mouse takes a sip of cheese, the resonating sound from the slurp bounces off of the back of the cave wall and begins to vibrate the stalactites overheard, causing them to dislodge and trap the mouse in a cage of fallen queso. \n \nThe fallen shards melt back into the reservoir beneath and get pulled back up into the canopy to slowly drip and form new stalactites. A completely self-renewable trap system!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/17282c0a0bf63b1f1209e85ce9eb81bd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/799e7e20d98df3e981263bf7ccdcb5db.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/17282c0a0bf63b1f1209e85ce9eb81bd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fbdd3bb054bb2a375749194b496a2def.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_tactical_weapon",
+ "skin_weapon_name": "Gouging Geyserite Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/24a69db46c990d52474adccfaba11c46.jpg",
+ "marketing_text": "A most curious contraption to intrigue even the most cautious of mice. A simple, yet elegant set of stairs lined with the most expensive velvet make it quite inviting to explore what lies at the top. Once surmounted, the mice have a view of the cheese and an idea of how to get it, but one step forward leads to their demise. The slide is extremely steep and extremely slippery, sending the mouse careening to the unstable cheese platform below, and into the unknown depths..."
+ },
+ {
+ "id": 2976,
+ "type": "catch_lny_2020_boss_adv",
+ "name": "Celebrate Lunar New Year 2020",
+ "description": "Celebrate the 2020 Lunar New Year by lighting your Rat Lunar Lantern and earning the Rat Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2977,
+ "type": "rare_valentines_matchmaker_chest_convertible",
+ "name": "Rare Valentine's Matchmaker Treasure Chest",
+ "description": "You and your friends have completed a Rare Valentine's Matchmaker Treasure List and have discovered this Rare Valentine's Matchmaker Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/49f9b5acab74065ac84045030f66a322.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/baea8be690259d5599dba17018fcacfc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/36e6415cf3af5a7fa554dde751f0da03.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5553aa520e0a488048515b1950a7c1b6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/baea8be690259d5599dba17018fcacfc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/baea8be690259d5599dba17018fcacfc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/baea8be690259d5599dba17018fcacfc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2978,
+ "type": "valentines_matchmaker_chest_convertible",
+ "name": "Valentine's Matchmaker Treasure Chest",
+ "description": "You and your friends have completed a Valentine's Matchmaker Treasure List and have discovered this Valentine's Matchmaker Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eb66e7c3856c9bae97f4c2e0b33d7738.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2f685e2552daf12bd072daae15543661.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9b24cf63771e6f1304be20aa3e2399a8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/92117706a47ef78f022e5e9a86cb27a6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2f685e2552daf12bd072daae15543661.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2f685e2552daf12bd072daae15543661.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2f685e2552daf12bd072daae15543661.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2979,
+ "type": "valentines_matchmaker_scroll_case_convertible",
+ "name": "Valentine's Matchmaker Scroll Case",
+ "description": "This scroll case smells faintly of roses. Who knows what the scroll inside will lead to? True love, maybe?",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/25e3a3de3f0a12632c9eb9d76fefea9b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9247e14437d9c5705b0cf85d8970b619.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e5913247d91d80ab58419c8d5dedc16e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5276bd1b30837c7440b37897d9d4dd09.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9247e14437d9c5705b0cf85d8970b619.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9247e14437d9c5705b0cf85d8970b619.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9247e14437d9c5705b0cf85d8970b619.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 2
+ },
+ {
+ "id": 2980,
+ "type": "valentines_celestial_dissonance_skin",
+ "name": "Valentine's Celestial Dissonance Trap Skin",
+ "description": "A powerful model replica of the Valour Rift Tower derived from its original blueprints. This replica tower uses the power of the Eclipse Core to recombine itself around the mouse, sending it into its own version of an infinite tower in another dimension.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bd577212345a8540f02653754913419f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ba6857b001277a2f3e9a201944840954.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bd577212345a8540f02653754913419f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ec7c9c56d1d403225cbd81251000d873.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "celestial_dissonance_weapon",
+ "skin_weapon_name": "Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0842ac95b6356ad8242e9b693c517175.jpg",
+ "marketing_text": "A damsel in distress waiting for a hero to come to the rescue! When mice attempt to climb the tower to free the one trapped, they end up becoming trapped climbing an infinite number of stairs while \"What is love?\" plays on endless loop."
+ },
+ {
+ "id": 2981,
+ "type": "birthday_2020_treasure_chest_convertible",
+ "name": "2020 Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/66664ab1fdaf8c3fa02a8bd34372499b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3f3e12923c5857d2da9b66c4aea0a06a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bb070e0743875a4aa86071df009de6fe.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a3485ebdd845a02e4dbb374760055e56.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3f3e12923c5857d2da9b66c4aea0a06a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3f3e12923c5857d2da9b66c4aea0a06a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3f3e12923c5857d2da9b66c4aea0a06a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2982,
+ "type": "g_birthday_2020_treasure_chest_convertible",
+ "name": "2020 Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Birthday Treasure Map and have discovered this tempting treasure chest! \n \nYou will receive: \n \n• 50,000 Gold \n• 50,000 Points \n• 10 Coggy Colby \n• 25 Gilded Charms \n• 100 Ancient Charms \n• A chance to find one of 14 Birthday Trap Skins \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eba962358dd140591ba4f7e60f2dd6c9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/233dc92d4f7026f116d32abcbf92667f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8bc1813a28ea4dc639b441cb21cc5fcb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1cf50c31e91ba4310450e28dfcc6d914.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/233dc92d4f7026f116d32abcbf92667f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/233dc92d4f7026f116d32abcbf92667f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/233dc92d4f7026f116d32abcbf92667f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2983,
+ "type": "rare_birthday_2020_treasure_chest_convertible",
+ "name": "2020 Rare Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ee6b9ccf0ea8a8b6b2f295dfb0b69108.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2d9de943326431490bece8d3f92981b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/475209827610297d5532ebae798e91e0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3bf56a7a237ccfcad42f36344a6e6f9d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d2d9de943326431490bece8d3f92981b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d2d9de943326431490bece8d3f92981b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d2d9de943326431490bece8d3f92981b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2984,
+ "type": "rare_g_birthday_2020_treasure_chest_convertible",
+ "name": "2020 Rare Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Birthday Treasure Map and have discovered this tempting treasure chest! \n \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 20 Coggy Colby \n• 50 Gilded Charms \n• 200 Ancient Charms \n• One of 14 Birthday Trap Skins \n \n• 1 month of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b1368f4da2cd7cb8bb97af61660245dd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a6a649f717194d12dd5c4e5268e60d9f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1a69405369e43f8b0b01b3e923ed2cf4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fe01cc18e7eaaedfc7bf18be563f3daf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a6a649f717194d12dd5c4e5268e60d9f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a6a649f717194d12dd5c4e5268e60d9f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a6a649f717194d12dd5c4e5268e60d9f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2985,
+ "type": "super_brie_factory_gift_basket_convertible",
+ "name": "SUPER|brie+ Factory Gift Basket",
+ "description": "A small grab bag of goodies for gearing up in the SUPER|brie+ factory!Inside you'll find: \n \n\n• 40 Coggy Colby Cheese \n• 30 Factory Repair Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8dee0d8c2e693270c7d849ba0ecf0afa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae1aaca83b345f339e4d614b2feb1e2a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5148d3baf8c001ba6d9270e73ae13d86.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/175077d333bd89c91c67ae6323f710cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae1aaca83b345f339e4d614b2feb1e2a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ae1aaca83b345f339e4d614b2feb1e2a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ae1aaca83b345f339e4d614b2feb1e2a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2986,
+ "type": "super_brie_factory_supply_kit_convertible",
+ "name": "SUPER|brie+ Factory Supply Kit",
+ "description": "A factory sized supply kit for those looking to restore full functionality to the SUPER|brie+ Factory!\nInside you'll find: \n \n\n• 500 Coggy Colby Cheese \n• 500 Factory Repair Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f22b32adb51bc3c086441f4bfc4bf029.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1642fe701d226b0e823df4eeaeefd1be.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0fec5103954efd628f688a55bd3c28f5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9617666ea8e86f62fe6078c270cf60bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1642fe701d226b0e823df4eeaeefd1be.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1642fe701d226b0e823df4eeaeefd1be.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1642fe701d226b0e823df4eeaeefd1be.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2987,
+ "type": "party_charm_journal_theme_collectible",
+ "name": "Party Charm Journal Theme",
+ "description": "Celebrate in style with this theme which captures the all the excitment of a Party Charm! \n \nOriginally designed to commemorate MouseHunt's 12th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/9d3da61f59adb51e5377cab2c9c9b3dd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/690904f6905698a3a2d4913a9612ddea.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/9d3da61f59adb51e5377cab2c9c9b3dd.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/9d3da61f59adb51e5377cab2c9c9b3dd-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2988,
+ "type": "birthday_confetti_cake_base",
+ "name": "Birthday Confetti Cake Base",
+ "description": "A fluffy white cake jam-packed with sprinkles inside and out! \n \nA flavour first savoured during MouseHunt's 12th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/2d8ea07814b647627644e7bbc09e8fc7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/41481140462abd5d965c596cc94a0d68.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/2d8ea07814b647627644e7bbc09e8fc7.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/2d8ea07814b647627644e7bbc09e8fc7.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/c0323033ac68a37dadcec42ac26eb7d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.12,
+ "attraction_bonus_formatted": "12%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2989,
+ "type": "queso_factory_weapon",
+ "name": "Queso Factory Trap",
+ "description": "After a year of studying the SUPER|brie+ Factory from the limited time they were allowed access, some clever Trapsmiths have created a smaller, mouse-sized version that can retrofit into the pumps in the Queso River and increase their efficiency! \n \nWhile hunting in the Queso River, this trap connects to your queso pump and taps into the flowing queso, extracting it based on your current pump level. Once it has reached maximum capacity, it adds 500 bonus Bland Queso to your next pump! The higher level your pump, the fewer hunts it will take.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "queso_river",
+ "mousehunt_birthday",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/fc9fd589f4dd053b6867fe7143b8e37c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/fde873f2fffd3bc9957734a625774e69.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/fc9fd589f4dd053b6867fe7143b8e37c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/96bce431248f525f80865ccb665cad80.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.3,
+ "attraction_bonus_formatted": "30%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 2990,
+ "type": "extreme_party_trinket",
+ "name": "Extreme Party Charm",
+ "description": "One o'clock, two o'clock, three o'clock rock! This particular party charm rocks around the clock with four times the Power Bonus of a regular Party Charm! Now THAT'S what I call PARTY POWAH! \n \nAll types of Party Charms interact with all Birthday traps by giving them a Power Bonus! \n \nWhen an Extreme Party Charm is used during a hunt, there is a chance that it gets further out of control and turns into an Ultimate Party Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/020323ce02a5d5fbd8cbbe40f47bbe25.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/48d786d6f646a0ce00ad5142cf580e62.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/d20761afdb30f87f30d73255f276e124.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/48d786d6f646a0ce00ad5142cf580e62.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/48d786d6f646a0ce00ad5142cf580e62.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/48d786d6f646a0ce00ad5142cf580e62.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 18,
+ "luck_formatted": "18",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2991,
+ "type": "super_party_trinket",
+ "name": "Super Party Charm",
+ "description": "Double the party hats for double the party power! Twice the Power Bonus of regular Party Charm! \n \nAll types of Party Charms interact with all Birthday traps by giving them a Power Bonus! \n \nWhen a Super Party Charm is used during a hunt, there is a chance that it gets further out of control and turns into an Extreme Party Charm!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f48e1a01827c7871fd923f6449878950.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/0cad3048c056bd51eaa4c14ad0ea0853.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/274ae757b943cc390afd3a5f7c5218c1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/0cad3048c056bd51eaa4c14ad0ea0853.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/0cad3048c056bd51eaa4c14ad0ea0853.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/0cad3048c056bd51eaa4c14ad0ea0853.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.06,
+ "power_bonus_formatted": "6%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2992,
+ "type": "ultimate_party_trinket",
+ "name": "Ultimate Party Charm",
+ "description": "Never before has there been a party charm with this much party power! The energy of a non-stop, ultimate dance party jammed into this powerful charm requiring 4 party hats to contain it all! \n \nAll types of Party Charms interact with all Birthday traps by giving them a Power Bonus!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/89878b2d6c0943fe3d63edc830096d41.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/770e0bf3c57899ad23425caa08a3282c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ed7cb31cc3f017179171bf96ef1ec6d6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/770e0bf3c57899ad23425caa08a3282c.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/770e0bf3c57899ad23425caa08a3282c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/770e0bf3c57899ad23425caa08a3282c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": true,
+ "power_bonus": 0.24,
+ "power_bonus_formatted": "24%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 30,
+ "luck_formatted": "30",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2993,
+ "type": "birthday_celestial_dissonance_trap_skin",
+ "name": "Celestial Layer Cake Trap Skin",
+ "description": "A powerful model replica of the Valour Rift Tower derived from its original blueprints. This replica tower uses the power of the Eclipse Core to recombine itself around the mouse, sending it into its own version of an infinite tower in another dimension.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2ba3bf6eaa2c39ee3ec6dc3acb8d3842.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/725a0c03696309f198ec2d41a5c5d8b9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2ba3bf6eaa2c39ee3ec6dc3acb8d3842.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a29bc8c0506bef31a48ebaacbc921774.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "celestial_dissonance_weapon",
+ "skin_weapon_name": "Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0842ac95b6356ad8242e9b693c517175.jpg",
+ "marketing_text": "A wobbling layered cake topped with chocolate sauce, fireworks, candles, fruit and all the works! Mice that come close enough to enjoy this birthday cake realize all too late that the oozing, gooey sauce is actually super glue mixed with brown food colouring! Yuck!"
+ },
+ {
+ "id": 2994,
+ "type": "complete_birthday_2020_adv",
+ "name": "Protect the SUPER|brie+ Factory AGAIN!",
+ "description": "Vincent, The Magnificent, thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and put an end to Vincent's grasp on the factory!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2995,
+ "type": "2020_spring_hunt_egg_10",
+ "name": "20K Golden Egg",
+ "description": "This gold plated egg is sure to contain something valuable...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/09d64ee19b1f91ae64e48dd670414425.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8ad2b09472cb044eb7be9035833b80f9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5b5d3d67614570022742f9590f1b8179.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e367cb77175fffa22ca489996d60f5b6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8ad2b09472cb044eb7be9035833b80f9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8ad2b09472cb044eb7be9035833b80f9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8ad2b09472cb044eb7be9035833b80f9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2996,
+ "type": "bard_floor_egg_convertible",
+ "name": "Bard Floor Egg",
+ "description": "Wrapped in a romantic ballad with a flourish of flowers. Holding it to your ear seems to produce a faint, uplifting melody.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dfdb6c1ea544252ad164cf55e9e43f4e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/73fd4b2ce4444589f5861b8afa72e230.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0936a1a775c24e35d18585759af6ec79.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5c623ae3c79b2778ff1ef46480940497.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/73fd4b2ce4444589f5861b8afa72e230.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/73fd4b2ce4444589f5861b8afa72e230.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/73fd4b2ce4444589f5861b8afa72e230.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2997,
+ "type": "duke_grandduke_eggsweeper_2020_convertible",
+ "name": "Small Eggsweeper Egg (Tier 4)",
+ "description": "Found while playing the Eggsweeper mini-game! \n \nContains a variety of rewards from Duke/Duchess to Grand Duke/Grand Duchess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1fa8668eb987b28095baa7cf102e361b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/36b2c0421667de89be9fb38d081942a2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/463a47b99d2d564640dbe132288c93bb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a6c27aa72a249b9cd133d4632224af40.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/36b2c0421667de89be9fb38d081942a2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/36b2c0421667de89be9fb38d081942a2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/36b2c0421667de89be9fb38d081942a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "baron_count_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 2998,
+ "type": "dust_floor_egg_convertible",
+ "name": "Dust Floor Egg",
+ "description": "Adorned in old, musty robes and jewelry, it emits an odour of rotten egg... or possibly that is the scent of souls escaping.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c76f9d7dbf131b074636b3f23949be00.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b8da3bdb22caca3a8eef3b6ce6e2a0bf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a6e1baeb8ff103b782f9d43937010de4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4d40431ca159d9fca1f6528bea6ec5c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b8da3bdb22caca3a8eef3b6ce6e2a0bf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b8da3bdb22caca3a8eef3b6ce6e2a0bf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b8da3bdb22caca3a8eef3b6ce6e2a0bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 2999,
+ "type": "dusted_duke_grandduke_eggsweeper_2020_convertible",
+ "name": "Large Eggsweeper Egg (Tier 4)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Duke/Duchess to Grand Duke/Grand Duchess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/82af2d3c776a571bed4d1712fdc9f1d2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bbad376b418beb7223ef11a51e7b1f86.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a70ee60a7b72ac98b05e1436506cb178.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8f1f5c3b2ffb968b9c9dd4709fd7bc2b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bbad376b418beb7223ef11a51e7b1f86.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bbad376b418beb7223ef11a51e7b1f86.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bbad376b418beb7223ef11a51e7b1f86.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dusted_baron_count_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3000,
+ "type": "kalor_ignis_egg_convertible",
+ "name": "Kalor'ignis Egg",
+ "description": "A smoldering eruption contained inside of an egg!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4d94c7af54694373af2c8499d663aa96.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/08cb3feb41de5b5dd2a079f0e6a3f290.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b40790138b8601ce5915f1c0f4e420ba.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/495802cedc9651b26fc2b7d220aa07a2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/08cb3feb41de5b5dd2a079f0e6a3f290.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/08cb3feb41de5b5dd2a079f0e6a3f290.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/08cb3feb41de5b5dd2a079f0e6a3f290.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3001,
+ "type": "magic_floor_egg_convertible",
+ "name": "Magic Floor Egg",
+ "description": "Dipped in raw magic, this egg seeks out knowledge and power while it tags along with its fellow magic practicing peers.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9779aea151a8b68cba5108b4c503b5de.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5aa2e7ff3d9e5df3d8a3d22cdeeb43b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e029c1d6feab87177eef7560577d0fe0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/059cfea095e4c1dec37951d1f7d66b53.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5aa2e7ff3d9e5df3d8a3d22cdeeb43b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f5aa2e7ff3d9e5df3d8a3d22cdeeb43b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f5aa2e7ff3d9e5df3d8a3d22cdeeb43b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3002,
+ "type": "melee_floor_egg_convertible",
+ "name": "Melee Floor Egg",
+ "description": "Armed and ready! Hard boiled from combat, this is one tough egg to crack!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eb0aed34bfedf34a73f703f6a4b63c1d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/08a6b0ddfcb3a6ce77ac96bc843f9631.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a8fecc9b2c5d39afbf2cc70b96912fdb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3cf99291a4804907802268d7114bd695.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/08a6b0ddfcb3a6ce77ac96bc843f9631.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/08a6b0ddfcb3a6ce77ac96bc843f9631.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/08a6b0ddfcb3a6ce77ac96bc843f9631.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3003,
+ "type": "noble_floor_egg_convertible",
+ "name": "Noble Floor Egg",
+ "description": "Comes from a most noble heritage. Draped in the finest regalia to represent its ardent nobility.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/228190bd44e03e1f2818e560ba098a1c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/366bd9b73741e3b770f7dd3267423306.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f385fee000cf3ad9ca490e38587b44ee.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d22d9a630368405e6b61820cbe52500a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/366bd9b73741e3b770f7dd3267423306.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/366bd9b73741e3b770f7dd3267423306.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/366bd9b73741e3b770f7dd3267423306.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3004,
+ "type": "puppet_floor_egg_convertible",
+ "name": "Puppet Floor Egg",
+ "description": "A manufactured egg made to resemble the likeness of its puppet brethren.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cc45987b1d20f296618901ad1fd9de3b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3634959851f29ca85a9222ca2a451254.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2e6c301dc0b63239ad8426749f30cc02.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fdc64b997a42c129f5477beb1f793e70.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3634959851f29ca85a9222ca2a451254.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3634959851f29ca85a9222ca2a451254.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3634959851f29ca85a9222ca2a451254.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3005,
+ "type": "thief_floor_egg_convertible",
+ "name": "Thief Floor Egg",
+ "description": "From a long line of filchers. This egg is cloaked in mystery, shrouded by secrecy and probably nesting on a few \"liberated\" coins.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a2779775b46a374b4976cfd58c23da1e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7128f9ec19f0ca60ab808061fb72bc5b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cfa6b6fb8ed2b6bf8860183be087f17a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/99b3413ecbb85e8c3af941d7099036ec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7128f9ec19f0ca60ab808061fb72bc5b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7128f9ec19f0ca60ab808061fb72bc5b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7128f9ec19f0ca60ab808061fb72bc5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3006,
+ "type": "tower_elixir_egg_convertible",
+ "name": "Elixir Egg",
+ "description": "An egg permeated and transformed from the ambient energy surrounding the Valour Rift.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1fde8db558e3c85ee88e3b71ab84a30c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d8f49021298876b1ba2dd1b814a71666.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/484e6984af5ccb739e6fafe224050237.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/92cc3d9700d8ba23293c4b61779f0897.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d8f49021298876b1ba2dd1b814a71666.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d8f49021298876b1ba2dd1b814a71666.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d8f49021298876b1ba2dd1b814a71666.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3007,
+ "type": "tower_secret_egg_convertible",
+ "name": "Tower Secret Egg",
+ "description": "A secret, wrapped in a mystery, inside an enigma!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2adb42942f9f3c1119b5ecbc520cceb0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/87a74dbb202d6ae9defd19023fc26ca4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/77c43f1c7a4b4f2092fbb5a962af74a9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/33a702c95008850ee1cd002e257acf00.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/87a74dbb202d6ae9defd19023fc26ca4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/87a74dbb202d6ae9defd19023fc26ca4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/87a74dbb202d6ae9defd19023fc26ca4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3008,
+ "type": "tower_sigil_egg_convertible",
+ "name": "Tower Sigil Egg",
+ "description": "A cackling energy courses through the raw rune stone covering its shell.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5de8886c478bdeac1e6160fbc38c4439.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ad5d750346087feaa7c012ff74ed6cc2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a361ae7248db4c349c88b8ed2a525b8e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b3860346167e182218be1e0b5dd9ae87.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ad5d750346087feaa7c012ff74ed6cc2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ad5d750346087feaa7c012ff74ed6cc2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ad5d750346087feaa7c012ff74ed6cc2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3009,
+ "type": "tower_siphon_egg_convertible",
+ "name": "Super Siphon Egg",
+ "description": "Dare you open the door into the center of this egg? What wonders have been trapped inside?!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/624bbfbc88ae8c97d6c829a68965254a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b7d187b80ac91a17e79cb41e36c04ba9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c4069e10207128f757fc7e568549f183.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3ce06edb473184458a5e9c4e9fd2aefb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b7d187b80ac91a17e79cb41e36c04ba9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b7d187b80ac91a17e79cb41e36c04ba9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b7d187b80ac91a17e79cb41e36c04ba9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3010,
+ "type": "tower_umbra_egg_convertible",
+ "name": "Tower Umbra Egg",
+ "description": "A tough egg encased in an otherworldly shell. Those brave enough to challenge the tower earn the right to this egg and its contents!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f1e2f0058869d011804735438be4e511.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/316ca2518041460c26ea21f8b1db0a61.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/54defb12d7fece0b7eb28272a4b54ca8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bea6c2e165d63a088728e03e99028d5f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/316ca2518041460c26ea21f8b1db0a61.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/316ca2518041460c26ea21f8b1db0a61.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/316ca2518041460c26ea21f8b1db0a61.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3011,
+ "type": "spring_easter_basket_acroynm_skin",
+ "name": "Spring Easter Basket ACRONYM Trap Skin",
+ "description": "This highly unstable trap setup is held in a constant state of metamorphosis by the unpredictable power of the Onyx stone. This trap almost appears alive, growing metal roots into whatever base to which it is attached. \n \nThis trap's methods of capture are infinitely random. It can use its jagged metallic roots to impale mice, expel a thick and dark vapor that turns mice into stone, or bend space and time to erase the mouse from existence. \n \nScientists of Digby warn hunters that the power of the Onyx stone is incredibly dangerous and fear that using this trap could lead to the end of the world.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1d1ebb502a20e313a81d4dfa10f9a2d9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/52a4bfd6c1fc91e7cfb4fbdd4eeb3a99.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1d1ebb502a20e313a81d4dfa10f9a2d9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/29b81650ad2f08792eb1ba0166c0d92a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "acronym_weapon",
+ "skin_weapon_name": "Arcane Capturing Rod Of Never Yielding Mystery",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8c565e7fd176dc438acfbe557e0d360.jpg",
+ "marketing_text": "A seemingly innocuous Easter basket finely trimmed and ready for the Spring Hunt season. Resting joyously and using the chocolate bunny with a crunchy Onyx Stone center to zap mice into beautifully decorated, indestructible Easter eggs!"
+ },
+ {
+ "id": 3012,
+ "type": "spring_hunt_chrome_monstrobot_skin",
+ "name": "Rose Gold MonstroBunny Trap Skin",
+ "description": "What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity, the absolute pinnacle of physical damage traps. No mere mouse can withstand it's pounding paws for long, but be sure not to deploy it lightly - you want to make sure it's pointed at the mice before you turn it on, not towards you!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/138b130ab1ccb4f2bc9a22d99ef13fa9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a818a210af19d8fefcad54d510f410c4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/138b130ab1ccb4f2bc9a22d99ef13fa9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/b2bf5c1a792ba6a3836cad1884ea4d91.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_monstrobot_weapon",
+ "skin_weapon_name": "Chrome MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "marketing_text": "A very expensive skin to produce. Finely crafted through the hands of one artisan trapsmith who also dabbles in jewelry. Designed to fit the Spring Hunt season with a romantically subtle colour that represents fine jewelry!"
+ },
+ {
+ "id": 3013,
+ "type": "spring_hunt_ember_prison_core_skin",
+ "name": "Hard Chocolate Prison Core Trap Skin",
+ "description": "By studying the design of the Meteor Prison Core, the clever Trapsmiths of Queso Canyon were able to create their own version of this fantastical device. \n \nRedesigned, reinforced and really, really hot! If you thought prison couldn't get any worse, just turn the temperature up... a couple hundred degrees! \n \nThis Prison Core takes things to a whole new level. Using Unstable Ember Gadgets to cycle heat, it makes working with hot temperatures a cool breeze! Works just like an air conditioner to remove just enough heat, keeping the temperature in the safe spot between incarceration and incineration. \n \nOn the bright side, any mice who end up in here end up with one heck of a tan!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7ccb82b7f6615c23aa91113fc38a2d02.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e37c16828a7a4a0d73dcdd48a84de50b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7ccb82b7f6615c23aa91113fc38a2d02.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/11a8ec0a61c514809c6672d924d42f74.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ember_prison_core_weapon",
+ "skin_weapon_name": "Ember Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e0e26c990b1bc0bb4494b1aac43af86b.jpg",
+ "marketing_text": "A sweet, chocolatey shell with a hard, prison centre. Any mouse who cracks this giant chocolate egg open is immediately imprisoned for breaking and entering and forced to make egg baskets for the foreseeable future."
+ },
+ {
+ "id": 3014,
+ "type": "spring_hunt_infinite_labyrinth_skin",
+ "name": "Infinite Easter Trap Skin",
+ "description": "Expanding upon the previous principles of the Endless Labyrinth trap, this infinite beauty is quite a marvel indeed! The central core transports mice into a maze of infinite possibility. Each plate contains a miniverse of endless mazes that is in constant orbit around the central maze command core. As each plate passes through the core, they are reassembled with new passageways, completely reconfiguring the endless combinations. \n \nThe result is an infinite series of endless mazes with infinitely-changing configurations. If a mouse somehow impossibly manages to escape from one of the mazes, they simply pass into another section of a recently reconfigured maze plate. Truly maddening.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a3d6ea82696d4b34538cbea2f2aff40f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9636bbf8b2efe99b85a8672966795c60.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a3d6ea82696d4b34538cbea2f2aff40f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2ae5ac23c1a5cdff909e36548580c718.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_labyrinth_weapon",
+ "skin_weapon_name": "Infinite Labyrinth Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b76df47126116e639758d883eeb06bd0.jpg",
+ "marketing_text": "Decorated with beautifully sweet smelling hyacinths. Any mouse unlucky enough to get caught inside this insidiously seasonal trap will find themselves participating in an infinite egg hunt with no eggs!"
+ },
+ {
+ "id": 3015,
+ "type": "spring_hunt_school_of_sharks_skin",
+ "name": "School of Bunnies Trap Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6b47ee90e7ddca6f02a1cff716333aa2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8fcaeeae995999183a5b78409e6e429b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6b47ee90e7ddca6f02a1cff716333aa2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/67807fcd6af78b8a61ebbf4ec2391429.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "Simple and elegant. Specially designed half-rabbit, half-latex tissue over metal Runeshark endoskeleton. Cutely patrolling for mice that get too close to the nest!"
+ },
+ {
+ "id": 3016,
+ "type": "250_pack_bland_queso_convertible",
+ "name": "250 Pack of Bland Queso Cheese",
+ "description": "This nearly-molten, naturally-occuring cheese flows from an overactive geyser in the Queso Canyon region. \n \nIt's rather tasty, but it's missing something... Needs a little spice! \n \nEquip this in the Prickly Plains to collect Mild Spice Leaves, in the Cantera Quarry to collect a small amount of Nachore, or at the Queso Geyser to collect a small amount of Cork Bark.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d0e27ee74277ad428ce0583fcb189bdb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d92a2fa9d00974e064e0fdeff829802a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dbeb3af6d25b50c886462e6279db3202.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ee7a604f5165c25a941833a4f64d3f28.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d92a2fa9d00974e064e0fdeff829802a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d92a2fa9d00974e064e0fdeff829802a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d92a2fa9d00974e064e0fdeff829802a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3017,
+ "type": "baitkeep_crate_convertible",
+ "name": "Crate of Baitkeep Charms",
+ "description": "Containing 3 Baitkeep Charms! This charm is imbued with a particularly useful spell, while equipped no cheese can be taken from your trap! However, the Baitkeep Charm will be consumed on nearly every hunt so choose wisely when to take advantage of this powerful trinket. In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/761c631d63fc8dd79e40d3d8511ce988.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e6b95f1acffb3bb4688dd3efa78df85d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/27806e3e16e7bdd865870502243dea7e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d16246709e610ac1301d4391c0059875.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e6b95f1acffb3bb4688dd3efa78df85d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e6b95f1acffb3bb4688dd3efa78df85d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e6b95f1acffb3bb4688dd3efa78df85d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3018,
+ "type": "ronza_rift_supply_crate_2020_convertible",
+ "name": "Ronza's Rift Supply Ship",
+ "description": "A delightful dirigible packed full of goodies to help you in the rift by Ronza herself.
Inside you'll find: \n \n\n• 300 Magical String Cheese \n• 400 Rift Airship Charms \n• 20 Riftiago Cheese \n• 50 Mist Canisters \n• 15 Cherry Charms \n• 15 Gnarled Charms \n• 15 Stagnant Charms \n• 50 Enerchi Charms \n• 150 Ancient String Cheese \n• 125 Quantum Quartz \n• 5 Runic String Cheese Potions \n• 100 Aleth Essence \n• 125 Champion's Fire \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ae72c03ab5d4c76f72159038a993ff08.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f1a3e67fad4b40c297b3ef4153b16bca.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a02da1d8df0a821bb1839f79c38f4755.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/faed86709eb2049ade3a2fe5b445ca3b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f1a3e67fad4b40c297b3ef4153b16bca.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f1a3e67fad4b40c297b3ef4153b16bca.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f1a3e67fad4b40c297b3ef4153b16bca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3019,
+ "type": "ultimate_crate_convertible",
+ "name": "Crate of Ultimate Charms",
+ "description": "Containing 10 Ultimate Charms! With this charm equipped, you will catch the very next mouse you encounter - guaranteed! What's not guaranteed is if it's consumed or not. Sometimes the vibrations of your trap will set it off and it will dissipate into the ether, and sometimes... not! In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4518938c81e50131a17f51ea6f07310b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a23f008f02fbae82699e803a9d6dfc6f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/400e94f5972c54b403d83245d7387501.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7b725edd117f80bbcc0e269526cc378b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a23f008f02fbae82699e803a9d6dfc6f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a23f008f02fbae82699e803a9d6dfc6f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a23f008f02fbae82699e803a9d6dfc6f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3020,
+ "type": "ultimate_rift_luck_power_crate_convertible",
+ "name": "Crate of Rift Ultimate Lucky Power Charms",
+ "description": "Containing 100 Rift Ultimate Lucky Power Charms! A swirling vortex of power and luck! A nebulous explosion caught in a charm! A rift charm with a staggering 2,500 Power and a 20% Power Bonus on top of 20 Luck!! In order to arm these Charms, visit Moustachio's Charm Shoppe in the Mountains and purchase a Charm Conduit.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/105a2cb4d52f1f846da398a394fb035f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/52aebd85e87e373a48ce1472656a9545.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1359439eb6951d08d811b088431fda32.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e96ac7cd5359197d29060c88c9adc1e0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/52aebd85e87e373a48ce1472656a9545.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/52aebd85e87e373a48ce1472656a9545.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/52aebd85e87e373a48ce1472656a9545.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3021,
+ "type": "celestial_dissonance_trap_parts_crafting_item",
+ "name": "Celestial Dissonance Trap Parts",
+ "description": "A pile of parts that belong to a Celestial Dissonance Trap.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/23f0b494078b5e3e0b9e0910d36699bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/f9271cdecf55c932b2832270abe06e92.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/71fd320efc0235df891fc23c046aad7e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/f9271cdecf55c932b2832270abe06e92.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/f9271cdecf55c932b2832270abe06e92.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/f9271cdecf55c932b2832270abe06e92.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3022,
+ "type": "chrome_celestial_dissonance_kit_crafting_item",
+ "name": "Chrome Celestial Dissonance Upgrade Kit",
+ "description": "A liquid chromium mimetic polyalloy that has the ability to change shape on a whim. Must be kept at extremely high temperatures to sustain its polymorphic properties. \n \nUse this kit with Celestial Dissonance Trap Parts to create:\n
\n
Chrome Celestial Dissonance
\n
\n\n
Upgraded with liquid chromium mimetic polyalloy that allows the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without having the need to warp it into another dimension!
\n
\n\n
Power: 4750
\n
Power Bonus: 15%
\n
Attraction Bonus:15%
\n
Luck: 13
\n
Power Type: Rift
\n
Title Required: Archduke/Archduchess
\n
Cheese Effect: Extremely Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/154521581e56c186a3196edeaa724146.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6def064d404fd388b3ba8ba75d64bcbb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/774956b61c8257618f828e54b374a5ce.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6def064d404fd388b3ba8ba75d64bcbb.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/6def064d404fd388b3ba8ba75d64bcbb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/6def064d404fd388b3ba8ba75d64bcbb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 3023,
+ "type": "upgraded_denture_base",
+ "name": "Signature Series Denture Base",
+ "description": "A Denture Base forged anew in the flames of a powerful dragon. This unique signature bestows even more power onto the Denture base by improving its stats and allowing it to channel enormous amounts of energy from installed toothlets. \n \nWith each successful hunt, the base is empowered by a sweet release of lightning! However, this intense surge of power will cause a toothlet to decay every successful hunt. \n \nSo long as at least one toothlet remains in your inventory to power the base, its stats will be boosted to: \n \n
\n
3750 Power
\n
25% Power Bonus
\n
25% Attraction Bonus
\n
50 Luck
\n
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/48391307ca9623bb617a2e90e7151570.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/bad879e43b493ea0eb13c7c06bc27e64.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/48391307ca9623bb617a2e90e7151570.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/237c0d429258760bbd76468de6f6f191.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 225,
+ "power_formatted": "225",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3024,
+ "type": "carousel_charger_weapon",
+ "name": "Carousel Charger Trap",
+ "description": "Unable to be tamed for use as a Carousel Horsey, this bucking wild stallion tends to act more like a bull than a horse. Ronza's special team of Trapsmiths have embraced this defect and have trained it to charge mice on sight. \n \nMice come looking for a ride and end up with a run!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/76ba239849d1a83076bc47473180a0d3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/9ca2614cdca234df9534524ece196f8d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/76ba239849d1a83076bc47473180a0d3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/8dfadfe10097c50ac4f0d16273a82941.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3025,
+ "type": "chrome_celestial_dissonance_weapon",
+ "name": "Chrome Celestial Dissonance Trap",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!
It is comprised of three sections: the outer ring, the inner focus ring, and the glass lens.
The worn outer ring looks like it was likely made from a delicate but highly conductive substance.
There are a few empty slots embedded into the inner focus ring so clearly things are missing.
The broken pieces of the lens that remain appear to be something more than just regular glass. They split the light rays that stream through in a vibrant and almost lively way. It's hard to imagine what components could possibly form such unique glass, let alone the searing heat necessary to melt them together. Perhaps the answer relates to how you found it?",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/51c3b8fb759229cd376b8b0ca11a20d1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b557d7039b2170b045c59233924453ae.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/a6e14447e7712e1de2a2e0acb6862a15.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b557d7039b2170b045c59233924453ae.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b557d7039b2170b045c59233924453ae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b557d7039b2170b045c59233924453ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Ful'Mina, The Mountain Queen in Moussu Picchu"
+ },
+ {
+ "id": 3029,
+ "type": "fog_warden_stone_stat_item",
+ "name": "Fog Warden Stone",
+ "description": "It is difficult to make out any fine details on this small but compelling stone because of a thick grey cloud that envelopes it and never seems to dissipate. The immense power emanating from this thing is quite intimidating and yet somehow it feels almost... incomplete. As though it may be only a piece of something much greater. \n \nFul'Mina and her Storm Dragons guard these stones very carefully. The locals believe that the only way to retrieve one is by carrying a fully functional Skyfarer's Oculus while hunting.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1819b10ac9207a34bc8ec66251f079b4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/81d5ee0d368a73905f1c2abe08d77f71.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/cc9e9cc470f1f8ee2d8d4b7d15e7f49c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/81d5ee0d368a73905f1c2abe08d77f71.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/81d5ee0d368a73905f1c2abe08d77f71.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/81d5ee0d368a73905f1c2abe08d77f71.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Storm Dragons in Moussu Picchu after repairing the Skyfarer's Oculus"
+ },
+ {
+ "id": 3030,
+ "type": "frost_warden_stone_stat_item",
+ "name": "Frost Warden Stone",
+ "description": "The icy chill of this tiny stone can be felt at a great distance and it penetrates the bones in a terrifying way. It is colder than the highest peak of the Gnawnian Mountains and the lowest depths of the Rodentian Iceberg. Great and terrible things could be accomplished with a power of this magnitude. It is no wonder that this stone is sought after by some of the most vile creatures in this land. And yet, as powerful as are those who possess it, how powerful must be that which created it? \n \nFul'Mina and her Storm Dragons guard these stones very carefully. The locals believe that the only way to retrieve one is by carrying a fully functional Skyfarer's Oculus while hunting.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d155843075959b410fb719e6b1829c75.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/35ac0771be978b7b606815baf9d742b0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f1b2de5d454298006dc58acee104c26d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/35ac0771be978b7b606815baf9d742b0.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/35ac0771be978b7b606815baf9d742b0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/35ac0771be978b7b606815baf9d742b0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Storm Dragons in Moussu Picchu after repairing the Skyfarer's Oculus"
+ },
+ {
+ "id": 3031,
+ "type": "oculus_stat_item",
+ "name": "Skyfarer's Oculus",
+ "description": "A brilliantly ornate, gold-ringed ocular lens. This mechanism uses unique crystals to focus and channel light rays through melted prisms to provide unparalleled image clarity. With this miraculous device, you will be able to see farther than ever thought possible by land-dwellers. Gazing upon it you cannot help but ponder, what spectacular wonders will this oculus behold? \n \nCarrying such a magically charged item will help hunters to attract some of the Storm Dragons' most cherished possessions: the uniquely powerful Warden Stones.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ed9d7a111e174a0346d6a3efcefcbb0d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6f6729d9d4e3e456926827f810632eb7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/78d2bc8007b4e69d5b813bc0da37c5d0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6f6729d9d4e3e456926827f810632eb7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6f6729d9d4e3e456926827f810632eb7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6f6729d9d4e3e456926827f810632eb7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Repair a Damaged Oculus, found by hunting Ful'Mina, The Mountain Queen in Moussu Picchu"
+ },
+ {
+ "id": 3032,
+ "type": "rain_warden_stone_stat_item",
+ "name": "Rain Warden Stone",
+ "description": "This strangely mesmerizing stone glistens with a layer of moisture that never seems to dry. It is difficult to handle but not merely because of its slippery surface. It seems to be drawn to something far away as though it had been wrongfully removed and is forever trying to return. \n \nFul'Mina and her Storm Dragons guard these stones very carefully. The locals believe that the only way to retrieve one is by carrying a fully functional Skyfarer's Oculus while hunting.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4cbcab5551bcaf9708264d88095eed72.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/93042936d616836a4812467566b716b7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/62c038ee8241ac3e4609cbfd4d3418dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/93042936d616836a4812467566b716b7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/93042936d616836a4812467566b716b7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/93042936d616836a4812467566b716b7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Storm Dragons in Moussu Picchu after repairing the Skyfarer's Oculus"
+ },
+ {
+ "id": 3033,
+ "type": "wind_warden_stone_stat_item",
+ "name": "Wind Warden Stone",
+ "description": "An ominous breeze perpetually circles this tiny, ancient stone. While its origin is unknown, it clearly comes from a place unlike anywhere you have ever been. A place that must be more powerful than you can possibly imagine. \n \nFul'Mina and her Storm Dragons guard these stones very carefully. The locals believe that the only way to retrieve one is by carrying a fully functional Skyfarer's Oculus while hunting.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a2255a05f17c98109778f5bf95672ff2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cb763f116170efa6f095b3de438422f4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/af013974f111189dbcf78fd2f9b45f4e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cb763f116170efa6f095b3de438422f4.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cb763f116170efa6f095b3de438422f4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cb763f116170efa6f095b3de438422f4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Hunt Storm Dragons in Moussu Picchu after repairing the Skyfarer's Oculus"
+ },
+ {
+ "id": 3034,
+ "type": "floating_islands_map_piece",
+ "name": "Dirigible and Flight License",
+ "description": "A magnificent vessel crafted by the finest shipwrights on this side of the stratosphere. The hull is made from polished and sealed balsa wood sourced locally in the Hollow Heights region and the massive, puncture-proof™ balloon was painstakingly hand stitched using Spider Mouse silk. The cabin comes fully equipped with all the finest luxuries that one would expect from modern air travel. This stunning skyliner has everything you need to tour the Floating Islands in comfort and style. All it's missing is a captain. \n \nComes complete with a certified Gnawnian Flight License and a free membership to the Hollow Heights Aerial Yacht Club. \n \n\"I must up to the clouds again, to the lonely sun and the sky, \nAnd all I ask is a floating ship and an island to steer her by.\" \n- John Mousefield \n \nDisclaimer: The Hollow Heights Shipwright Association is not responsible for any ships damaged or destroyed by the severe magical storms that are common in this region. It is therefore the responsibility of every shipowner to provide their own Warden Stones at time of purchase. \n \nAccording to Gnawnian airspace regulations, only hunters ranked Archduke/Archduchess or above are permitted to fly. \n \nObtain this map piece during the Archduke/Archduchess adventure: Explore the Floating Islands",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "floating_islands"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/9df45e4375a05e21b7d325551bb9959e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/e6e062f82de245d495636d9739c466dc.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/9df45e4375a05e21b7d325551bb9959e.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/9df45e4375a05e21b7d325551bb9959e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3035,
+ "type": "floating_island_gift_basket_convertible",
+ "name": "Floating Gift Basket",
+ "description": "Everyone floats up here! Float one over to a friend so they can join you!
\nInside you'll find: \n \n\n• 30 Cloud Cheesecake \n• 25 Bottled Wind \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/187491afd4911150b394405798577ef9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/526c8ebb5c6cf945d24dc4863207e4bd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ff4106825f6995dabc53c60b28ca382a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c1abd65f4eb5cbebf58b150791ba28f0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/526c8ebb5c6cf945d24dc4863207e4bd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/526c8ebb5c6cf945d24dc4863207e4bd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/526c8ebb5c6cf945d24dc4863207e4bd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3036,
+ "type": "floating_island_large_supply_kit_convertible",
+ "name": "Floating Large Supply Kit",
+ "description": "Don't get caught adrift! Come sail away with this hefty haul!
\nInside you'll find: \n \n\n• 500 Cloud Cheesecake \n• 500 Bottled Wind \n• 10 Cyclone Stones \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/02f47fb816410f4ba5f33760accb7d66.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0616fb36d2e26e51fd51b2468bb81275.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3725fcdabd4975550e4c0c287ab6559a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ff668d7a49c7540876865802024b1cd8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0616fb36d2e26e51fd51b2468bb81275.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0616fb36d2e26e51fd51b2468bb81275.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0616fb36d2e26e51fd51b2468bb81275.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3037,
+ "type": "floating_island_supply_kit_convertible",
+ "name": "Floating Supply Kit",
+ "description": "A lofty load of supplies ready to set sail for the Floating Islands!
\nInside you'll find: \n \n\n• 250 Cloud Cheesecake \n• 100 Bottled Wind \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3122ec6a23f34598305b481ebeb661af.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1b5e0b739838d230f641f80d2786ec27.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fc50239a6bb3073dee006bd79dd8220e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3b447b93a19325c0aa2d0273bc9e86f1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1b5e0b739838d230f641f80d2786ec27.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1b5e0b739838d230f641f80d2786ec27.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1b5e0b739838d230f641f80d2786ec27.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3038,
+ "type": "floating_treasure_chest_convertible",
+ "name": "Floating Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1af03a8d43489fbbacb6da8449764904.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b7a554a6ee5cf87f3c04ffb29e2705ef.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/480b6fd826c41be0ee9482069388b906.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fc78c1bc43ca4beb8256652b4810e32c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b7a554a6ee5cf87f3c04ffb29e2705ef.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b7a554a6ee5cf87f3c04ffb29e2705ef.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b7a554a6ee5cf87f3c04ffb29e2705ef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3039,
+ "type": "heavy_floating_loot_cache_convertible",
+ "name": "High Altitude Treasure Trove",
+ "description": "A hidden trove of extremely valuable loot that can only be discovered by the most thorough explorers of the high altitude islands.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6ea16e8ce6b8a731afdc06c7c0c7a28f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/aba8f0c2028abcb4da63ef78b1cb82ea.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/af684fdafe2f5f495bf307b6c751a9f8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/64dca410567202f96c2b0a9e731fde75.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/aba8f0c2028abcb4da63ef78b1cb82ea.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/aba8f0c2028abcb4da63ef78b1cb82ea.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/aba8f0c2028abcb4da63ef78b1cb82ea.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3040,
+ "type": "light_floating_loot_cache_convertible",
+ "name": "Low Altitude Treasure Trove",
+ "description": "A hidden trove of valuable loot that can only be discovered by the most thorough explorers of the low altitude islands.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/671b9528a32b0190c2579ec18830f594.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/017121852a8cc100b40bdaeae01485db.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/09451fdf8c0d1761261aad8e3d66a584.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5edc04ef3564449cec6d098c577dd623.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/017121852a8cc100b40bdaeae01485db.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/017121852a8cc100b40bdaeae01485db.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/017121852a8cc100b40bdaeae01485db.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3041,
+ "type": "pirate_cheese_pack_small_convertible",
+ "name": "2-Pack of Sky Pirate Swiss Cheese",
+ "description": "Two pieces of salty Sky Pirate Swiss Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/93501b53c933ca0ebf3b54b4bc9625c0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/780647d71e113db2f42f077f639750a2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ad50b1fa7d57614f92a2c7c7f2a49c78.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/53352a3f23d052ac13339089ddb5183e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/780647d71e113db2f42f077f639750a2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/780647d71e113db2f42f077f639750a2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/780647d71e113db2f42f077f639750a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3042,
+ "type": "rare_floating_treasure_chest_convertible",
+ "name": "Rare Floating Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/40028b07adf32e89ded92197b01242e4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ae0bb924dab76182def542fc801082d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/308cb53765d2012a5b76f0c7919b90e6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fb363761a2b3bd82e7727977badbbcf7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ae0bb924dab76182def542fc801082d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3ae0bb924dab76182def542fc801082d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3ae0bb924dab76182def542fc801082d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3043,
+ "type": "rare_sky_pirate_treasure_chest_convertible",
+ "name": "Rare Sky Pirate Treasure Chest",
+ "description": "You and your friends have bested the Sky Pirates by completing their treasure map and discovering this impressive gilded chest of rare and untold treasures!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0cd3a219671a97faa46b926d8f089330.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b9b324fb2f1010fe3ee0acf368600a2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f5139940f118e037d425e635dd50d0f2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6d4d9d210aea20fdd94c8967656151ec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0b9b324fb2f1010fe3ee0acf368600a2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0b9b324fb2f1010fe3ee0acf368600a2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0b9b324fb2f1010fe3ee0acf368600a2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3044,
+ "type": "sky_cheese_pack_small_convertible",
+ "name": "2-Pack of Cloud Cheesecake",
+ "description": "Two pieces of delicious Cloud Cheesecake.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f19059e8a4349213a8bac55d5158221c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b1d53ad0a2c40d72402940875f1767f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b8ae8f6a6528ee3866b6c3282c8bc79b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/73c254f0672ec473b4b6698c43460f70.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b1d53ad0a2c40d72402940875f1767f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2b1d53ad0a2c40d72402940875f1767f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2b1d53ad0a2c40d72402940875f1767f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3045,
+ "type": "sky_pirate_scroll_case_convertible",
+ "name": "Sky Pirate Scroll Case (4 Person)",
+ "description": "A handwritten list of feared and revered mice scribbled on an old, singed piece of parchment. It is sealed, almost coffin-like, in a gold-capped case marked with a skull and the quill used to write it.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ec7c38fcb5b2b371e64c75403efce9c4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f9c9516949f343f952019d2fc785d700.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0675dccf634bda362e7290ca3c890409.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e95481224e8d4b057168d5f2e662d3e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f9c9516949f343f952019d2fc785d700.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f9c9516949f343f952019d2fc785d700.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f9c9516949f343f952019d2fc785d700.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3046,
+ "type": "sky_pirate_treasure_chest_convertible",
+ "name": "Sky Pirate Treasure Chest",
+ "description": "You and your friends have bested the Sky Pirates by completing their treasure map and discovering this impressive gilded chest of untold treasures!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6b9e32b50d97f1ea83ab62cc59385494.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7db1a3ce49d66469fb5cdf4c27357409.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7aabd8d90647265e59d6b97f14eafb52.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5bc9978445a55d5713706cffa53cc347.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7db1a3ce49d66469fb5cdf4c27357409.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7db1a3ce49d66469fb5cdf4c27357409.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7db1a3ce49d66469fb5cdf4c27357409.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3047,
+ "type": "cloud_curd_crafting_item",
+ "name": "Cloud Curd",
+ "description": "A light, airy, puffed up cheese curd infused with a small spattering of atmosphere.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/044b2af27e74a06750e68c489c9165df.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/96a47f3f96f6a89afc2fe562fe39ff19.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/847c19542d556eef4acecd045fc32260.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/96a47f3f96f6a89afc2fe562fe39ff19.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/96a47f3f96f6a89afc2fe562fe39ff19.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/96a47f3f96f6a89afc2fe562fe39ff19.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Floating Islands"
+ },
+ {
+ "id": 3048,
+ "type": "sky_pirate_cheese_curd_crafting_item",
+ "name": "Corsair's Curd",
+ "description": "This exotic cheese curd has been packed into the shape of a skull. It is preserved with such a massive quantity of salt that the curd has become as solid as real bone which makes it quite difficult to distinguish from the genuine article. It is used to create the ultimate delicacy of the Sky Pirates: Sky Pirate Swiss Cheese. \n\t \n\tOne cannot help but wonder what mold they use to create such an accurate depiction...",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "cheese",
+ "cheese",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/c07822d0195ffbd72dfed12b647ea6b9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2ffb98531ba5146c1480e1f5939b4578.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/85584ed3624aae45a1708bc16966c618.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/2ffb98531ba5146c1480e1f5939b4578.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/2ffb98531ba5146c1480e1f5939b4578.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/2ffb98531ba5146c1480e1f5939b4578.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore an island or vault with a Sky Pirate Den in the Floating Islands"
+ },
+ {
+ "id": 3049,
+ "type": "airship_balloon_astral_stat_item",
+ "name": "Astral Airship Balloon",
+ "description": "This magnificent design was the result of the first (and last) attempt at a unified Floating Islands space program. The initial intent was to build an airship capable of reaching the moon but soon after the project began, the island engineers came to the collective realization that they had no idea what they were doing. Rather than scrapping the project entirely, they decided to pivot to something more familiar: astrological magic and wonderment! \n\t \n\tThe Floating Islanders are well-known for their keen connection to astrology which they believe is due to them living so much closer to the stars. Using this profound knowledge, they were able to construct the most magical ship ever built! This celestial beauty is capable of navigating the skies swiftly and comfortably regardless of the retrograde and even comes complete with its own ephemeris and horoscope forecaster! \n\t \n\tThis is the Balloon from the Astral Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/240d099894c054a13faf9d484400a1e2.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_astral_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/cc7517af331320f607cdeda3b9998448.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_astral_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_astral_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3050,
+ "type": "airship_balloon_cloud_stat_item",
+ "name": "Cloud Cruiser Airship Balloon",
+ "description": "This unique dirigible design was created for covert aerial operations where camouflage is essential. It was built using material harvested from low-hanging stratocumulus clouds and held together with an onboard, localized magnetosphere. It is an excellent choice for pilots who are looking to sneak around the islands undetected or for those with a penchant for pastels. \n\t \n\tThis is the Balloon from the Cloud Cruiser Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2a8ab5854a005d7a0b190a4016bea2bf.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_cloud_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/484a929816b3306c10653e05a70b3f7a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_cloud_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_cloud_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3051,
+ "type": "airship_balloon_deluxe_stat_item",
+ "name": "Richard's Sky Yacht Airship Balloon",
+ "description": "There is no finer way to sail the skies than this custom-built, luxury sky yacht designed specifically for Richard the Rich! It was constructed with the most advanced aerostatic suspension system ever created to provide Richard with a smooth, turbulence-free ride. The noiseless satin sails ensure that Richard's power naps are never disturbed and the polished ivory hull catches the eye of every envious mouse on the islands. Perhaps the most extraordinary feature is the solid gold balloon that defies all physics as it floats miraculously through the air! \n\t \n\tThis is the Balloon from Richard's Sky Yacht Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e7995da95153f271a9f805ccf091209d.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_deluxe_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/1b6bc6b096dc7ef4b89285deb5b8aeca.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_deluxe_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_deluxe_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3052,
+ "type": "airship_balloon_mineral_stat_item",
+ "name": "Glistening Galleon Airship Balloon",
+ "description": "This iridescent airship sparkles in the sky! It is carefully constructed from naturally-formed, crystalline Sky Glass formations that are held together by dense, highly-refined Sky Ore clusters. It is breathtakingly beautiful to behold but probably not the most comfortable airship in the fleet. Hunters who value a stylish ship over a comfy cabin need look no further than this gorgeous geological wonder! \n\t \n\tThis is the Balloon from the Glistening Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/116b83104790fcc05ae53c6d0df69dc3.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_mineral_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/56eeaf802dd3bc4f1ead2b922568cb4a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_mineral_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_mineral_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3053,
+ "type": "airship_balloon_pirate_stat_item",
+ "name": "Pirate Airship Balloon",
+ "description": "This fearsome Pirate Airship was pirated from... pirates! A Jolly Rodent is plastered predominantly across the balloon to instil terror in the hearts of all those in its path. Its generous complement of cannons will also cause any skyfaring mice to shake in their ships! \n\t \n\tThis is the Balloon from the Pirate Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/171cc0836694ec8817d64670e32fb731.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_pirate_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b662b31d0e5b8f332d95d1ad4996c33f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_pirate_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_pirate_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3054,
+ "type": "airship_balloon_plant_stat_item",
+ "name": "Skyflower Felucca Airship Balloon",
+ "description": "This 100% organic airship was originally created by the finest island gardeners as their entry for the annual Floating Islands Fair. After winning first prize, and settling a contentious dispute about them not using locally-sourced fertilizer, they realized that their miraculous creation had a functional purpose beyond merely converting carbon dioxide into oxygen: it actually flies! They immediately began selling their design to tourists and branded it as: \"The airship with the lowest carbon footprint!\" \n\t \n\tThis is the Balloon from the Skyflower Felucca Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/138073c593badfb9bcae7dee6a81689a.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_plant_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5663d139fccfc8bbf6fd86e5f13117a1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_plant_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_plant_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3055,
+ "type": "airship_balloon_porcelain_stat_item",
+ "name": "Porcelain Airship Balloon",
+ "description": "This shiny, sky-high beauty has a balloon and sails made from solid porcelain with a polished bronze trim. The hull was constructed using rich cherrywood and finished with a 24k gold liner. This exquisite airship is one lofty looker and guaranteed to turn the head of any hunter still stuck in their Beginner's Barge. \n\t \n\tThis is the Balloon from the Porcelain Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1891a607247ec408aabd4d9ce31860c5.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_porcelain_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/67463ac04e3674c41576a1731c5f0e97.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_porcelain_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_porcelain_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3056,
+ "type": "airship_hull_astral_stat_item",
+ "name": "Astral Airship Hull",
+ "description": "This magnificent design was the result of the first (and last) attempt at a unified Floating Islands space program. The initial intent was to build an airship capable of reaching the moon but soon after the project began, the island engineers came to the collective realization that they had no idea what they were doing. Rather than scrapping the project entirely, they decided to pivot to something more familiar: astrological magic and wonderment! \n\t \n\tThe Floating Islanders are well-known for their keen connection to astrology which they believe is due to them living so much closer to the stars. Using this profound knowledge, they were able to construct the most magical ship ever built! This celestial beauty is capable of navigating the skies swiftly and comfortably regardless of the retrograde and even comes complete with its own ephemeris and horoscope forecaster! \n\t \n\tThis is the Hull from the Astral Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/190ea1502ce4aed0a63c20eacad8cb73.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_astral_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2c85d99a410779eeb5fc7593039bb0b3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_astral_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_astral_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3057,
+ "type": "airship_hull_cloud_stat_item",
+ "name": "Cloud Cruiser Airship Hull",
+ "description": "This unique dirigible design was created for covert aerial operations where camouflage is essential. It was built using material harvested from low-hanging stratocumulus clouds and held together with an onboard, localized magnetosphere. It is an excellent choice for pilots who are looking to sneak around the islands undetected or for those with a penchant for pastels. \n\t \n\tThis is the Hull from the Cloud Cruiser Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ef53b3cae4e48723b3707ea4e358f267.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_cloud_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/42251e37a3fba298c20b4b16cdee905a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_cloud_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_cloud_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3058,
+ "type": "airship_hull_deluxe_stat_item",
+ "name": "Richard's Sky Yacht Airship Hull",
+ "description": "There is no finer way to sail the skies than this custom-built, luxury sky yacht designed specifically for Richard the Rich! It was constructed with the most advanced aerostatic suspension system ever created to provide Richard with a smooth, turbulence-free ride. The noiseless satin sails ensure that Richard's power naps are never disturbed and the polished ivory hull catches the eye of every envious mouse on the islands. Perhaps the most extraordinary feature is the solid gold balloon that defies all physics as it floats miraculously through the air! \n\t \n\tThis is the Hull from Richard's Sky Yacht Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4a6f8e097cd8f835d5e10910f2225783.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_deluxe_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/55cb35289290d4965916c25c3bd7a3a8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_deluxe_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_deluxe_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3059,
+ "type": "airship_hull_mineral_stat_item",
+ "name": "Glistening Galleon Airship Hull",
+ "description": "This iridescent airship sparkles in the sky! It is carefully constructed from naturally-formed, crystalline Sky Glass formations that are held together by dense, highly-refined Sky Ore clusters. It is breathtakingly beautiful to behold but probably not the most comfortable airship in the fleet. Hunters who value a stylish ship over a comfy cabin need look no further than this gorgeous geological wonder! \n\t \n\tThis is the Hull from the Glistening Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/431e75c6b6cc816f70802446fd487d8b.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_mineral_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/31befd8c7e0a1916d04cb4017acfe216.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_mineral_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_mineral_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3060,
+ "type": "airship_hull_pirate_stat_item",
+ "name": "Pirate Airship Hull",
+ "description": "This fearsome Pirate Airship was pirated from... pirates! A Jolly Rodent is plastered predominantly across the balloon to instil terror in the hearts of all those in its path. Its generous complement of cannons will also cause any skyfaring mice to shake in their ships! \n \nThis is the Hull from the Pirate Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5b789dfb29ef7cdc8c91f648968f9bf3.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_pirate_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/02b670d64f2d24b982070341250eeb75.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_pirate_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_pirate_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3061,
+ "type": "airship_hull_plant_stat_item",
+ "name": "Skyflower Felucca Airship Hull",
+ "description": "This 100% organic airship was originally created by the finest island gardeners as their entry for the annual Floating Islands Fair. After winning first prize, and settling a contentious dispute about them not using locally-sourced fertilizer, they realized that their miraculous creation had a functional purpose beyond merely converting carbon dioxide into oxygen: it actually flies! They immediately began selling their design to tourists and branded it as: \"The airship with the lowest carbon footprint!\" \n\t \n\tThis is the Hull from the Skyflower Felucca Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3ba754923204e55cf9a841d782f1d542.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_plant_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f43c389bea93f91187406ff565a624a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_plant_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_plant_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3062,
+ "type": "airship_hull_porcelain_stat_item",
+ "name": "Porcelain Airship Hull",
+ "description": "This shiny, sky-high beauty has a balloon and sails made from solid porcelain with a polished bronze trim. The hull was constructed using rich cherrywood and finished with a 24k gold liner. This exquisite airship is one lofty looker and guaranteed to turn the head of any hunter still stuck in their Beginner's Barge. \n\t \n\tThis is the Hull from the Porcelain Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c4eae7d60189722e1d67bdc59f17fa38.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_porcelain_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/63db642149254269452ae71b16a2ea26.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_porcelain_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_porcelain_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3063,
+ "type": "airship_sail_astral_stat_item",
+ "name": "Astral Airship Sail",
+ "description": "This magnificent design was the result of the first (and last) attempt at a unified Floating Islands space program. The initial intent was to build an airship capable of reaching the moon but soon after the project began, the island engineers came to the collective realization that they had no idea what they were doing. Rather than scrapping the project entirely, they decided to pivot to something more familiar: astrological magic and wonderment! \n\t \n\tThe Floating Islanders are well-known for their keen connection to astrology which they believe is due to them living so much closer to the stars. Using this profound knowledge, they were able to construct the most magical ship ever built! This celestial beauty is capable of navigating the skies swiftly and comfortably regardless of the retrograde and even comes complete with its own ephemeris and horoscope forecaster! \n\t \n\tThis is the Sail from the Astral Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b08ead747835f19a092527fdedc04777.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_astral_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9d944c9bc54d294a4571aa142a4992e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_astral_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_astral_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3064,
+ "type": "airship_sail_cloud_stat_item",
+ "name": "Cloud Cruiser Airship Sail",
+ "description": "This unique dirigible design was created for covert aerial operations where camouflage is essential. It was built using material harvested from low-hanging stratocumulus clouds and held together with an onboard, localized magnetosphere. It is an excellent choice for pilots who are looking to sneak around the islands undetected or for those with a penchant for pastels. \n\t \n\tThis is the Sail from the Cloud Cruiser Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/89a6bdcaddfad8275fa2dbdf9e25e3cf.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_cloud_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a35e5ccc96662afdf630545ff0e2f450.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_cloud_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_cloud_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3065,
+ "type": "airship_sail_deluxe_stat_item",
+ "name": "Richard's Sky Yacht Airship Sail",
+ "description": "There is no finer way to sail the skies than this custom-built, luxury sky yacht designed specifically for Richard the Rich! It was constructed with the most advanced aerostatic suspension system ever created to provide Richard with a smooth, turbulence-free ride. The noiseless satin sails ensure that Richard's power naps are never disturbed and the polished ivory hull catches the eye of every envious mouse on the islands. Perhaps the most extraordinary feature is the solid gold balloon that defies all physics as it floats miraculously through the air! \n\t \n\tThis is the Sail from Richard's Sky Yacht Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/fa3cfc16fa247962aefb02c2df50571b.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_deluxe_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2c220e5dc8616ba48a9d559480ab35cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_deluxe_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_deluxe_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3066,
+ "type": "airship_sail_mineral_stat_item",
+ "name": "Glistening Galleon Airship Sail",
+ "description": "This iridescent airship sparkles in the sky! It is carefully constructed from naturally-formed, crystalline Sky Glass formations that are held together by dense, highly-refined Sky Ore clusters. It is breathtakingly beautiful to behold but probably not the most comfortable airship in the fleet. Hunters who value a stylish ship over a comfy cabin need look no further than this gorgeous geological wonder! \n\t \n\tThis is the Sail from the Glistening Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/859f3f05821afdfcd48e7510c361e222.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_mineral_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8f8086d5722093d99d11a9e8f548958a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_mineral_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_mineral_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3067,
+ "type": "airship_sail_pirate_stat_item",
+ "name": "Pirate Airship Sail",
+ "description": "This fearsome Pirate Airship was pirated from... pirates! A Jolly Rodent is plastered predominantly across the balloon to instil terror in the hearts of all those in its path. Its generous complement of cannons will also cause any skyfaring mice to shake in their ships! \n\t \n\tThis is the Sail from the Pirate Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c08491148a6248cf8eab86b86e6b59a8.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_pirate_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9ae0396153f5f7499dcae136531f4b4f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_pirate_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_pirate_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3068,
+ "type": "airship_sail_plant_stat_item",
+ "name": "Skyflower Felucca Airship Sail",
+ "description": "This 100% organic airship was originally created by the finest island gardeners as their entry for the annual Floating Islands Fair. After winning first prize, and settling a contentious dispute about them not using locally-sourced fertilizer, they realized that their miraculous creation had a functional purpose beyond merely converting carbon dioxide into oxygen: it actually flies! They immediately began selling their design to tourists and branded it as: \"The airship with the lowest carbon footprint!\" \n\t \n\tThis is the Sail from the Skyflower Felucca Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f601a95675e59f03e5bae97157578a2e.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_plant_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/4dc5999b51472895c3cd3cf37ff3bbff.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_plant_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_plant_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3069,
+ "type": "airship_sail_porcelain_stat_item",
+ "name": "Porcelain Airship Sail",
+ "description": "This shiny, sky-high beauty has a balloon and sails made from solid porcelain with a polished bronze trim. The hull was constructed using rich cherrywood and finished with a 24k gold liner. This exquisite airship is one lofty looker and guaranteed to turn the head of any hunter still stuck in their Beginner's Barge. \n\t \n\tThis is the Sail from the Porcelain Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b8664cb88b1b843a4f8b47ea14b09fa2.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_porcelain_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/872299502124e44bad885b6c09b3ebb7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_porcelain_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_porcelain_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3070,
+ "type": "bottled_wind_stat_item",
+ "name": "Bottled Wind",
+ "description": "This tiny, crystal inlaid bottle contains a swirling, magically charged gust of wind. \n \nOpening this bottle will allow hunters to traverse a Floating Island more swiftly while also finding extra loot along the way.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/607906109bf7264d14293ac8eed9ba11.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/07b593381782f6444180390bef40512f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b570c98fa56f3a44e771d37bf7e25a08.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/07b593381782f6444180390bef40512f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/07b593381782f6444180390bef40512f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/07b593381782f6444180390bef40512f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Open Treasure Troves in the Floating Islands, or purchase from the Floating Islands General Store"
+ },
+ {
+ "id": 3071,
+ "type": "cloudstone_bangle_stat_item",
+ "name": "Cloudstone Bangle",
+ "description": "This solid gold bangle is set with priceless stones of unknown origin. Some island elders believe that these exquisite stones were created by the clouds themselves and dropped as gifts to those who guard the skies.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c139486b8ca963651365a92dd54a8dec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3938367fb80d9bc2ab244bb2f4127f70.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8d1699fd300627b4915408b8c8fae60f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3938367fb80d9bc2ab244bb2f4127f70.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3938367fb80d9bc2ab244bb2f4127f70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3938367fb80d9bc2ab244bb2f4127f70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore an island with a Paragon Bangle Shrine in the Floating Islands"
+ },
+ {
+ "id": 3072,
+ "type": "enchanted_wing_stat_item",
+ "name": "Enchanted Wing",
+ "description": "These mystical wings are coursing with arcane energies. They are left behind by those gifted enough to ascend to a level where conventional flight is no longer necessary. They can typically be found fluttering aimlessly among the air currents at very high altitudes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/04d104b600aa7d31a1862530d42090ad.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/837408def39b21b377373f7f6f1064f0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/1de12fa4180e565837d6195988c79dfc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/837408def39b21b377373f7f6f1064f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/837408def39b21b377373f7f6f1064f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/837408def39b21b377373f7f6f1064f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore an island with a Paragon Wing Shrine in the Floating Islands"
+ },
+ {
+ "id": 3073,
+ "type": "floating_islands_cloud_gem_stat_item",
+ "name": "Sky Glass",
+ "description": "This precious crystalline stone occurs naturally in island rock formations but can only be extracted with expensive and time-consuming mining techniques. Its immense strength and natural transparency make it an extremely useful material in the construction of many advanced gadgets. It was named for its uncanny resemblance to glass as well as its remarkable magnification properties.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/275d274836db81086a24e89f29de4cbf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2b2f40c927145497b1d95f67e335e939.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ea023d29426aba29da44bad6e406755d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2b2f40c927145497b1d95f67e335e939.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2b2f40c927145497b1d95f67e335e939.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2b2f40c927145497b1d95f67e335e939.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Floating Islands"
+ },
+ {
+ "id": 3074,
+ "type": "floating_islands_sky_ore_stat_item",
+ "name": "Sky Ore",
+ "description": "This highly valuable substance is formed when common minerals are subjected to the unique pressures caused by tectonic shifts at high altitudes. It's sun-kissed orange hue comes from absorbing an immeasurable number of sunsets.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/246e7d6fc6f428b15effaf0b4200b838.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e968c6d5fce6ffd21d60e5e4547e31ec.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/78d19857be5b171d651448bb6d44df5b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e968c6d5fce6ffd21d60e5e4547e31ec.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e968c6d5fce6ffd21d60e5e4547e31ec.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e968c6d5fce6ffd21d60e5e4547e31ec.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt in the Floating Islands"
+ },
+ {
+ "id": 3075,
+ "type": "floating_trap_upgrade_stat_item",
+ "name": "Adorned Empyrean Jewel",
+ "description": "These rare and exquisite jewels are brimming with an alluring, almost otherworldly, power. They are said to have been created by highly-skilled lapidarists from a long-forgotten age of antiquity. These magnificent works of art play an integral role in many ancient island legends. \n \nHistorians believe that they were created from exceptionally large cloudstones that had been bathed in sunlight that was focussed through a sky glass formation. The magnification provided by the sky glass creates a beam of energy so intense that it should melt any natural substance but somehow the cloudstone has a unique ability to not only withstand that power but to absorb it and trap it permanently inside. \n \nOnce trapped, the energy refracts forever within the jewel providing a substantial power source with limitless possibilities!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/964b5aeaac26714cac2ffa7194e55176.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6bffadfb47a1ccbd10e19949ae00a1f6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2f116b49f7aebb66942a4785c86ec984.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6bffadfb47a1ccbd10e19949ae00a1f6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6bffadfb47a1ccbd10e19949ae00a1f6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6bffadfb47a1ccbd10e19949ae00a1f6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Open Treasure Troves in the Floating Islands, or purchase from the Floating Islands Trapsmith"
+ },
+ {
+ "id": 3076,
+ "type": "sky_pirate_seal_stat_item",
+ "name": "Sky Pirate Seal",
+ "description": "Behold, the seal of the Sky Pirates! Minted with valuable and exotic materials, this seal represents the dastardly and devious acts of sky piracy. \n \nIssued to only the most vile, treacherous, and knavish brutes ever to sail the skies as a symbol to mark their most villainous accomplishments. \n \nThese seals are a very valuable and highly sought after commodity in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/db3bb7de0241624283b99481f7c7a6b8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3cba86c28fdfd909b2f7b5c30c925166.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e6734b18dcb823ab8799d7a794094048.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3cba86c28fdfd909b2f7b5c30c925166.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3cba86c28fdfd909b2f7b5c30c925166.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3cba86c28fdfd909b2f7b5c30c925166.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt Sky Pirates in the Floating Islands"
+ },
+ {
+ "id": 3077,
+ "type": "sky_scrambler_stat_item",
+ "name": "Cyclone Stone",
+ "description": "This deceptively simple looking stone has the extraordinary ability to capture and contain the raging force of cyclonic winds. Toss it into a nearby cloud to release its energy into the surrounding air currents and watch its massive vortex send the islands swirling around into new positions. \n \nUsing a Cyclone Stone creates a new random assortment of islands on the Sky Map and can also recalibrate the coordinates on your Launch Console.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d75e8a13aa1241466942b9ef855c8412.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/66b6a6a48a0c83cec5a15a286bd17749.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d4024a3f33595a0f5c4e642729eba429.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/66b6a6a48a0c83cec5a15a286bd17749.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/66b6a6a48a0c83cec5a15a286bd17749.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/66b6a6a48a0c83cec5a15a286bd17749.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3078,
+ "type": "sky_sprocket_stat_item",
+ "name": "Sky Sprocket",
+ "description": "A featherlight sprocket with tremendous tensile strength. Its weathered exterior seems to have no affect on its functionality which means it must be made from an extraordinarily durable material. The nature and origin of this material is entirely unknown.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d3cb199cad7aff9d513824279949a6cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/abd5e19f2a3b064e574a147760e35055.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8f8b74266abe018c969275d019d87603.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/abd5e19f2a3b064e574a147760e35055.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/abd5e19f2a3b064e574a147760e35055.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/abd5e19f2a3b064e574a147760e35055.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore an island with a Paragon Sprocket Shrine in the Floating Islands"
+ },
+ {
+ "id": 3079,
+ "type": "skysoft_silk_stat_item",
+ "name": "Skysoft Silk",
+ "description": "A bolt of weightless fabric spun from a magically solidified cloud. It is believed to be the softest material ever created and as such, many of the island nobles refuse to wear garments made with anything else.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7dca0e287d8963ce48c6eabc78770ce6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e6d400243f837de301d970a702c30722.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f00a417b8dc3330a07d43a420b7e8cbc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e6d400243f837de301d970a702c30722.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e6d400243f837de301d970a702c30722.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e6d400243f837de301d970a702c30722.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore an island with a Paragon Silk Shrine in the Floating Islands"
+ },
+ {
+ "id": 3080,
+ "type": "empyrean_jewel_base",
+ "name": "Adorned Empyrean Refractor Base",
+ "description": "This ornate, expertly crafted base was built to harness the full potential of the Adorned Empyrean Jewel by refracting its awesome power through many intricate, finely tuned facets and focusing it into the trap above. It was designed by the greatest lapidary ever to roam the clouds. The craftsman's name has unfortunately been lost to the ages but their work lives on as a powerful tool to rid the skies of vermin. \n\t \n\tIn addition to its extraordinary mouse-catching power, this miracle of modern science has the following special effect: \n\t \n\t
\n\t\t
Floating Islands: Chance to add +1 to area-specific loot drops
\n\t
\n\t",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "floating_islands",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/0314ad5d2428777c9ff0e91bdc803218.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/affadcc65f130cc8e916c6e6f06c02f4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/0314ad5d2428777c9ff0e91bdc803218.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/0314ad5d2428777c9ff0e91bdc803218.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/4f64747915e61a4c5e29e5a6ffd4f487.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 1500,
+ "power_formatted": "1,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3081,
+ "type": "floating_arcane_upgraded_weapon",
+ "name": "Circlet of Pursuing Trap",
+ "description": "A significantly more powerful enchantment imbued by an ancient jewel transforms this winged crystal into a sentient familiar capable of strategic thinking. It can predict the movements of its quarry with remarkable accuracy which allows it to launch its golden circlet with impeccable timing and absolute precision. The Arcane power within this crystal is so potent that it can absorb the captured mouse's essence from a great distance which negates the need for its mighty and beautiful wings. However, now that the crystal is sentient, it chooses to keep the wings for reasons that can only be described as vanity.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/765b65aca407a73d2b768a497c6c53dd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/f722fc45bd6178b0f060e382d317d671.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/765b65aca407a73d2b768a497c6c53dd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ac2498d0b833179268a315fb69139d97.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 9000,
+ "power_formatted": "9,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 35,
+ "luck_formatted": "35",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": true,
+ "skins": [
+ "angel_floating_arcane_weapon_skin",
+ "birthday_floating_arcane_upgraded_weapon_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "floating_arcane_upgraded_parts_crafting_item": 1
+ },
+ "quantity_limit": 1,
+ "skins": [
+ "angel_floating_arcane_weapon_skin",
+ "birthday_floating_arcane_upgraded_weapon_skin"
+ ]
+ },
+ {
+ "id": 3082,
+ "type": "floating_arcane_weapon",
+ "name": "Circlet of Seeking Trap",
+ "description": "This magically-enchanted, golden circlet floats between two prongs that are charged with Arcane energy. Upon detection of a mouse, the circlet begins to rotate and gain momentum while the silk wrapping gauges the speed and direction of the prevailing winds. Using this information, the circlet makes subtle adjustments to its angular velocity before propelling itself towards its target at mach speed. Once the circlet makes contact, it suspends the mouse in a magical force field and holds it in place as the winged crystal flies over to absorb the rodent whole.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8065f5c9eb9705d7c6b362980b2d842e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/1ac1b77ca15496b1f3415984a643d592.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/8065f5c9eb9705d7c6b362980b2d842e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/30e61cc6f55dde4c287539b8653b4723.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 7200,
+ "power_formatted": "7,200",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 28,
+ "luck_formatted": "28",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": true,
+ "skins": [
+ "birthday_floating_arcane_weapon_skin",
+ "fairy_droidmother_skin",
+ "new_years_floating_arcane_weapon_skin",
+ "circlet_of_summoning_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "birthday_floating_arcane_weapon_skin",
+ "fairy_droidmother_skin",
+ "new_years_floating_arcane_weapon_skin",
+ "circlet_of_summoning_skin"
+ ]
+ },
+ {
+ "id": 3083,
+ "type": "floating_forgotten_upgraded_weapon",
+ "name": "Thought Obliterator Trap",
+ "description": "This mystical stone structure possesses two immensely powerful jewels that actively seek out the thoughts of mice in the vicinity before they even become aware of it. The first of the two jewels draws the attention of unsuspecting mice with a projection of their desires directly into their mind. The images, sounds, and smells that they experience are completely indistinguishable from reality. The mice quickly become deeply entranced by this falsehood which lowers their mental guard and allows the second jewel to dig into their mind and erase its contents entirely. After forgetting who and where they are, they have no choice but to explore the attractive glowing keyway in front of them. \n \nOnce they pass through, they are erased from existence. Although, it has been theorized that the memory of their life and personality continues to exist trapped within the jewels for all eternity.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "trap_parts",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/990e57af1f9c30a841e09f8a202fae3d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a83c87739bcb8025b3ce2407e483365f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/990e57af1f9c30a841e09f8a202fae3d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/0f7e936bfc4faba46c6a58ceebad8aac.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 14000,
+ "power_formatted": "14,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 18,
+ "luck_formatted": "18",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "thought_obliterator_parts_crafting_item": 1
+ },
+ "quantity_limit": 1
+ },
+ {
+ "id": 3084,
+ "type": "floating_forgotten_weapon",
+ "name": "Thought Manipulator Trap",
+ "description": "This upright stone formation stands inconspicuously awaiting a weary wanderer. While an unaware mouse sits at the base to rest and nibble on the cheese, the two jewels overhead silently activate. The first peers into the mind of the mouse to determine its innermost wants and desires while the second projects those desires onto the keyway beneath. Upon seeing the irresistible illusion, the mouse is compelled to step through the keyway into oblivion, never to return. \n \nNo one actually knows where the mice go but it is said that after stepping through, they are completely forgotten from history, as though they had never existed at all.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f75b8da7b7a309f6a43f8accda015ed2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/7ffb8119ef570ab9f558180dad5c828b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/f75b8da7b7a309f6a43f8accda015ed2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f57eaa55188e59232d0c186d09cc9075.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 12112,
+ "power_formatted": "12,112",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": true,
+ "skins": [
+ "winter_floating_forgotten_skin",
+ "soul_piercer_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "winter_floating_forgotten_skin",
+ "soul_piercer_skin"
+ ]
+ },
+ {
+ "id": 3085,
+ "type": "floating_law_upgraded_weapon",
+ "name": "S.T.I.N.G.E.R. Trap",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/59ccadc351a90748d9e4ac183632657f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/856cea4ab300eda45f02c878071042ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 6075,
+ "power_formatted": "6,075",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": true,
+ "skins": [
+ "floating_law_upgraded_jade_skin",
+ "spring_hunt_stinger_skin",
+ "hearth_floating_law_upgraded_skin",
+ "cloud_covered_floating_law_upgraded_skin",
+ "cotton_candy_floating_law_upgraded_skin",
+ "regal_vault_procession_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "floating_law_upgraded_jade_skin",
+ "spring_hunt_stinger_skin",
+ "hearth_floating_law_upgraded_skin",
+ "cloud_covered_floating_law_upgraded_skin",
+ "cotton_candy_floating_law_upgraded_skin",
+ "regal_vault_procession_trap_skin"
+ ]
+ },
+ {
+ "id": 3086,
+ "type": "floating_law_weapon",
+ "name": "S.T.I.N.G. Trap",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber trap is baited with costume jewelry, fake gold, and worthless glass reproductions of valuable gems. It uses these cheap but convincing imitations to lure unsuspecting criminals into the incarceration module. Once the mouse is inside, the iron door snaps shut and the trap promptly shuttles the offender off to prison.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d0029e4196804ff80d3a1fbd4052f020.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/e105ff356cf6be31e6af88b8ab301f18.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d0029e4196804ff80d3a1fbd4052f020.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/76b4195072353083ab798954aaef1669.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 3500,
+ "power_formatted": "3,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3087,
+ "type": "floating_tactical_upgraded_weapon",
+ "name": "Slumbering Boulder Trap",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/9f614b7846938015214fcfed57718346.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/55b2053c9abd201e6f3db546f264254c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 12825,
+ "power_formatted": "12,825",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 40,
+ "luck_formatted": "40",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Stale",
+ "has_skins": true,
+ "skins": [
+ "raging_ox_slumbering_boulder_skin",
+ "slumbering_baker_trap_skin",
+ "slumbering_beauty_skin",
+ "spectral_floating_tactical_upgraded_skin",
+ "hibernating_boulder_skin",
+ "slumbering_flower_skin",
+ "slumbering_bunny_skin",
+ "regal_slumbering_boulder_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "raging_ox_slumbering_boulder_skin",
+ "slumbering_baker_trap_skin",
+ "slumbering_beauty_skin",
+ "spectral_floating_tactical_upgraded_skin",
+ "hibernating_boulder_skin",
+ "slumbering_flower_skin",
+ "slumbering_bunny_skin",
+ "regal_slumbering_boulder_trap_skin"
+ ]
+ },
+ {
+ "id": 3088,
+ "type": "floating_tactical_weapon",
+ "name": "Sleeping Stone Trap",
+ "description": "At a glance, this inconspicuous-looking boulder blends in seamlessly with the local geological formations. This remarkable creation can detect infinitesimal seismic waves in the ground caused by even the tiniest mouse scurrying in the vicinity. Upon detection, the trap activates instantly, causing it to roll into action, and unfold onto its prey. Once caught, it traps the mouse by sealing it into a nearby rock face using its tail-mounted laser cutter and then marks it for later retrieval.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7b69757462d046f8a5e71204d04e4fee.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/8094ff2f9b9308852dbee767693bd191.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/7b69757462d046f8a5e71204d04e4fee.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/bc221c0b5b434fd38ac3f884af4c9986.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 7475,
+ "power_formatted": "7,475",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 32,
+ "luck_formatted": "32",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": true,
+ "skins": [
+ "hibernating_mecha_beetle_skin",
+ "spectral_floating_tactical_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "hibernating_mecha_beetle_skin",
+ "spectral_floating_tactical_skin"
+ ]
+ },
+ {
+ "id": 3089,
+ "type": "sky_cheese",
+ "name": "Cloud Cheesecake",
+ "description": "A decadent, mouth-watering cheesecake so light and fluffy that it actually floats! Made with only the finest, hand-picked Cloud Curds, churned into a rich, luscious cream, and baked in morning sunlight. \n \nThis exquisite dessert is a staple of the Floating Islands diet and simply irresistible to its denizens.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "floating_islands",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/935f840dbea4d7be71323b9a148cca62.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/b6bf3d7d2a0fb563572f7eb4f03071b9.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/f9f0cce15515ef8ea68291ea29cb96ce.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/cc862646ed49a6d7bed008bd76d7af82.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/b6bf3d7d2a0fb563572f7eb4f03071b9.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/b6bf3d7d2a0fb563572f7eb4f03071b9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/b6bf3d7d2a0fb563572f7eb4f03071b9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3090,
+ "type": "sky_pirate_cheese",
+ "name": "Sky Pirate Swiss Cheese",
+ "description": "A secret recipe stolen from a prestigious affineur that normally creates a rare form of blind swiss with a twist! Churning Corsair's Curd in a cannon full of pistol shot, hanging just above sea level, creates this swashbuckling swiss full of eyes that reek of gunpowder and the briny sea air. Dressed in a tricorne hat and eye patch to reflect the pride that the pirates put into their work... and their lack of financial literacy. \n \nArm this villainous cheese to attract Sky Pirate mice on islands after discovering a Sky Pirate Den!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "floating_islands",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/d3d3578292674d2a242f70211c040cfa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/1e7bf5043a13043d8f1d05a752d55469.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/980f6d461473de11fb9595555417a896.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/f16532f4d67b1bb7ec803b636947be2a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/1e7bf5043a13043d8f1d05a752d55469.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/1e7bf5043a13043d8f1d05a752d55469.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/1e7bf5043a13043d8f1d05a752d55469.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3091,
+ "type": "complete_floating_islands_adv",
+ "name": "Explore the Floating Islands",
+ "description": "Soar through the skies above Hollow Heights to discover the perilous, lucrative, and awe-inspiring Floating Islands! Gaze into your Skyfarer's Oculus and choose your destination from a wide selection of islands replete with valuable new resources and challenging new opponents. Tour the Low Altitude islands, defeating the four menacing Wardens along the way, before ascending to terrifying new heights to visit the High Altitude islands. Once there, you'll be faced with the daunting task of vanquishing the mighty Paragons and liberating the Floating Islands from their tyranny!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_trap",
+ "physical",
+ "shadow",
+ "tactical",
+ "arcane",
+ "forgotten",
+ "hydro",
+ "draconic",
+ "law",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3092,
+ "type": "cursed_skull_convertible",
+ "name": "Cursed Skull",
+ "description": "This cursed skull is emanating a powerful, spooky energy that is just waiting to be released! \n \nCrushing this cursed skull will award you one week of the Spooky Aura from the time of crushing! \n \nSpooky Aura: Provides a 30% Power Bonus to your trap as well as a chance to find Wealth Charms and Cursed Gold!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fc61e7902405adb5a21f68c75c304aa9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4d968f7d5117220bf3026ab673d62de3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/72012db6dffd0a61bbeb510202591d81.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b617ad961be98a0a81c182819462ae20.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4d968f7d5117220bf3026ab673d62de3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4d968f7d5117220bf3026ab673d62de3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4d968f7d5117220bf3026ab673d62de3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3093,
+ "type": "halloween_ghost_ship_scroll_case_convertible",
+ "name": "Sealed Ghostship Scroll Case",
+ "description": "A haunted scroll case. Who knows what harrowing fate this scroll will lead to? Untold riches or untimely demise? \n \nOpening this scroll case will lead to a... \n \nEasy Grand Ghostship Map (Recruit to Lord/Lady) \nHard Grand Ghostship Map (Baron/Baroness and above)",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c93a284cc00489a28ee5d78b89cedd6b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/29b84a960442492b4c2b5920f6b8aaf7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/75997ddf971fd1f0f7c9b6f16fb8fdde.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/43ca83da5d0c89af1f09f12dc25f838e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/29b84a960442492b4c2b5920f6b8aaf7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/29b84a960442492b4c2b5920f6b8aaf7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/29b84a960442492b4c2b5920f6b8aaf7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 3
+ },
+ {
+ "id": 3094,
+ "type": "high_hween2020_treasure_chest_convertible",
+ "name": "Hard Grand Ghostship Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/031bd10de0ece967850111e38c92ad5e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9f3c9cecdbe16f42d6ba599939afec83.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1eba253d17d26b9a8c87eae2d97e6027.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/99eb1c18d858bdf7095d4a6b872f4889.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9f3c9cecdbe16f42d6ba599939afec83.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9f3c9cecdbe16f42d6ba599939afec83.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9f3c9cecdbe16f42d6ba599939afec83.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3095,
+ "type": "low_hween2020_treasure_chest_convertible",
+ "name": "Easy Grand Ghostship Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c44efb82233ca8723901d45f5f90ea5b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/aad10d4a47dbc384869ba8813fdc2325.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8dea87b49c21f2190c414bd83abff218.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/249cfce5a4fbf3814ba6b364f998b571.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/aad10d4a47dbc384869ba8813fdc2325.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/aad10d4a47dbc384869ba8813fdc2325.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/aad10d4a47dbc384869ba8813fdc2325.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3096,
+ "type": "rare_high_hween2020_treasure_chest_convertible",
+ "name": "Rare Hard Grand Ghostship Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a74bbed71f85c636ead84c34de0f2263.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/13c6b1edc9ea04ec6fe8dfc3330ddad9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/45bec553f7842259b729eb05806a7f12.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3b5e78967b2e338bcdbe34b9c66755b3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/13c6b1edc9ea04ec6fe8dfc3330ddad9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/13c6b1edc9ea04ec6fe8dfc3330ddad9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/13c6b1edc9ea04ec6fe8dfc3330ddad9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3097,
+ "type": "rare_low_hween2020_treasure_chest_convertible",
+ "name": "Rare Easy Grand Ghostship Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/11b80ca608d3213f2c077a1f712a8212.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9780b2716100cd138c136eddfa1cb7c5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7b5d067a4988c79b00990b3e9b8b25cc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f69dc1734813c3870bea4f890d8d7a2c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9780b2716100cd138c136eddfa1cb7c5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9780b2716100cd138c136eddfa1cb7c5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9780b2716100cd138c136eddfa1cb7c5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3098,
+ "type": "halloween_2020_journal_theme_collectible",
+ "name": "Unknown Item",
+ "description": "Larry hasn't heard of this item.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/2b4f3b856bfa0c7d3ef1aced4bc85c81.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ca7d97eb50f25bdb41415874b8d7d6bf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/2b4f3b856bfa0c7d3ef1aced4bc85c81.jpg"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3099,
+ "type": "pumpkin_candle_collectible",
+ "name": "Pumpkin Candle",
+ "description": "A lovely pumpkin-scented candle that never seems to burn out! Spooky!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/61ddb2bc132891bbf740caaa5dd5b13d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ba721c38d73c50032adbb1dbc46eb16c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/61ddb2bc132891bbf740caaa5dd5b13d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/61ddb2bc132891bbf740caaa5dd5b13d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3100,
+ "type": "pumpkin_patch_journal_theme_collectible",
+ "name": "Pumpkin Patch Journal Theme",
+ "description": "This journal theme depicts a beautiful autumn day in a pumpkin patch to celebrate fall. It is earned during the 2020 Halloween event!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/aaf09b1935c70d03ef64588b14e1f3ba.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4e64335e4f701db859e40e98e062a9c8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/aaf09b1935c70d03ef64588b14e1f3ba.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/aaf09b1935c70d03ef64588b14e1f3ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3101,
+ "type": "airship_balloon_ghost_ship_stat_item",
+ "name": "Ghost Galleon Airship Balloon",
+ "description": "Spook the skies of the Floating Islands with this dreadful dirigible cosmetic set! Carefully restored, meticulously de-haunted, and professionally cleansed for smooth, spectre-free sailing! \n \nThis is the Balloon from the Ghost Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/97203a9e9dfe5a5749e3ac4e3a43e391.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_ghost_ship_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/cc4f0e565385376c1c7930b7734d5123.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_ghost_ship_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_ghost_ship_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3102,
+ "type": "airship_hull_ghost_ship_stat_item",
+ "name": "Ghost Galleon Airship Hull",
+ "description": "Spook the skies of the Floating Islands with this dreadful dirigible cosmetic set! Carefully restored, meticulously de-haunted, and professionally cleansed for smooth, spectre-free sailing! \n \nThis is the Hull from the Ghost Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/91b711c897e9279d407527b724e12ec8.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_ghost_ship_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/41ee2c3e601148caede619c8e76468dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_ghost_ship_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_ghost_ship_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3103,
+ "type": "airship_sail_ghost_ship_stat_item",
+ "name": "Ghost Galleon Airship Sail",
+ "description": "Spook the skies of the Floating Islands with this dreadful dirigible cosmetic set! Carefully restored, meticulously de-haunted, and professionally cleansed for smooth, spectre-free sailing! \n \nThis is the Sail from the Ghost Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/42a5213167d9b971eeb7b683565f8804.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_ghost_ship_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b4a0397ad72bd373fef1a4bdd4d1330e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_ghost_ship_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_ghost_ship_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3104,
+ "type": "condemned_base",
+ "name": "Condemned Base",
+ "description": "Do Not Cross! These spine-chilling steps are wrapped in caution tape to warn unwary travellers of the dangers that lie ahead! \nGood luck finding a way out if you happen to get caught inside! You may come for a night, but you'll stay forever!\n
\n
Haunted Estate Set
\nRequired: The Haunted Manor, Condemned Base\n
Set Bonus (2 pieces):
\n
Upgrades the charm dropped to a Super Spooky Charm!
\n
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/ecd0844a0d1ec0e2f46bd330278543de.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/7d5fba80b16a084afca9f3c6c62e69a0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/ecd0844a0d1ec0e2f46bd330278543de.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/ecd0844a0d1ec0e2f46bd330278543de.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/1e84f2539b95164b8c9eb604499abaa7.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3105,
+ "type": "haunting_house_weapon",
+ "name": "The Haunted Manor Trap",
+ "description": "Legend has it that this was once a lavish home for sinister mice who eventually met a tragic end. It is believed that their dark spirits remain trapped within these walls for all eternity. These poltergeists now spend their cursed afterlife luring in others of their kind so that they may have company to share in their torment. \n\t \n\tHunters have been telling this ghost story around the campfire for years but no one really knows if there is any truth to it and anyone who has ever gone in to find out has never come out again. Most hunters are content to just let the trap do its job without asking too many questions. \n \nGood luck finding a way out if you happen to get caught inside! You may come for a night, but you'll stay forever! \n \nThis trap has a rare chance to drop a Spooky Charm when a mouse is caught!\n
\n
Haunted Estate Set
\nRequired: The Haunted Manor, Condemned Base\n
Set Bonus (2 pieces):
\n
Upgrades the charm dropped to a Super Spooky Charm!
\n
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "halloween",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/dfd3e0cab84e614c856ed4736197f967.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/7da9d64602734a5e7ac1b44cc18009f6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/dfd3e0cab84e614c856ed4736197f967.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/ad8f2d19f3656ab094f91d3757acbf15.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 3500,
+ "power_formatted": "3,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 15,
+ "luck_formatted": "15",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "candy_haunting_house_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "candy_haunting_house_skin"
+ ]
+ },
+ {
+ "id": 3106,
+ "type": "bat_cave_geyser_hydro_skin",
+ "name": "Fount of Bats Trap Skin",
+ "description": "A bubbling fount of molten queso which is superheated faster than it can vaporize. The surface tension is so high that even the slightest vibration can trigger an explosion! The specially crafted spouts focus the eruption towards the placement of the cheese on the trap hoping to cover any mice that wander too close.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/73c91f2016a313406553794587625e24.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8bcb26774105ab7b7f9f7350bf94db23.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/73c91f2016a313406553794587625e24.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ede9b591a78853694d3ff6b1bb4cace2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_hydro_weapon",
+ "skin_weapon_name": "Queso Fount Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e7dfc6667f77fc2d6dc80ac7757127bc.jpg",
+ "marketing_text": "This dried-up Geyser Fount has become inhabited by a colony of bats! These bats will aggressively defend their home from invaders which makes this old, neglected Fount into a pretty effective mouse trap! The sound generated by a mouse chewing a piece of cheese echoes loudly through the Fount's cavernous interior and alerts the bats to a potential threat! These menacing mammals will then screech through the skies and descend upon the one who roused them."
+ },
+ {
+ "id": 3107,
+ "type": "candy_haunting_house_skin",
+ "name": "The Sugar Shack Trap Skin",
+ "description": "Legend has it that this was once a lavish home for sinister mice who eventually met a tragic end. It is believed that their dark spirits remain trapped within these walls for all eternity. These poltergeists now spend their cursed afterlife luring in others of their kind so that they may have company to share in their torment. \n\t \n\tHunters have been telling this ghost story around the campfire for years but no one really knows if there is any truth to it and anyone who has ever gone in to find out has never come out again. Most hunters are content to just let the trap do its job without asking too many questions. \n \nGood luck finding a way out if you happen to get caught inside! You may come for a night, but you'll stay forever!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/0d617ae05af47f949715748ab4dcf6ea.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1ff923a550a3a8260e0dfbf68d78e7c6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/0d617ae05af47f949715748ab4dcf6ea.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5ce1d53b249b2b6c32db4a0173e6b633.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "haunting_house_weapon",
+ "skin_weapon_name": "The Haunted Manor Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/dfd3e0cab84e614c856ed4736197f967.jpg",
+ "marketing_text": "Trick or Treat: this house is both! A sickeningly sweet abode that you can eat... but it can also eat you! The Sugar Shack trap skin puts a colourful twist on its normally terrifying facade!"
+ },
+ {
+ "id": 3108,
+ "type": "pumpkin_patch_thrasher_smoldering_sentinel_skin",
+ "name": "Pumpkin Patch Thrasher Trap Skin",
+ "description": "A lumbering elemental built from powerful Geyser Smolder Stones, this massive weapon sits still until the thermal signature of a nearby mouse comes near. Driven by its craving for heat, the trap snatches up mice and consumes them to keep its core hot.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d68e98fa71476e82bd0a53106c04b832.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/4b5ee1ddfa52dd535eada95a78d4e3e6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d68e98fa71476e82bd0a53106c04b832.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/cc843fec0cd7e26a1f301ceb1a5c1dc9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_physical_weapon",
+ "skin_weapon_name": "Smoldering Stone Sentinel Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/41cafb0fea35a04f1776d9d9bc4fa58b.jpg",
+ "marketing_text": "This patch of pumpkins is prepared to pummel potential pests when perturbed! These squash are ready to squash anyone or anything that comes their way. The chilly fall air makes them more alert to the coming of the spooky season! \n \nI pity the fool that tries to make a Jack-o'-lantern out of one of these!"
+ },
+ {
+ "id": 3109,
+ "type": "complete_hween_2020_adv",
+ "name": "Bring Down the Grand Ghostship II",
+ "description": "Foil the dastardly plans of Captain Cannonball and Admiral Arrrgh by preventing the assembly of the Grand Ghostship. Fire cannonballs to dislodge Spooky Ship Parts, disrupting their construction efforts, and putting an end to the terror in the sky!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3110,
+ "type": "sky_pirate_scroll_case_5_person_convertible",
+ "name": "Sky Pirate Scroll Case (5 Person)",
+ "description": "A handwritten list of feared and revered mice scribbled on an old, singed piece of parchment. It is sealed, almost coffin-like, in a gold-capped case marked with a skull and the quill used to write it.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d2614efa01c2ee96cca8268b876c1ce1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9a852d692e9c31f28131938140363049.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/86ef881da3d0c7495f328ad1e2849216.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/697887582639606d410028017f352fe4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9a852d692e9c31f28131938140363049.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9a852d692e9c31f28131938140363049.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9a852d692e9c31f28131938140363049.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3111,
+ "type": "arduous_treasure_chest_s8_convertible",
+ "name": "Arduous Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f80cc98a306f625a056cc5088ccd9006.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b3a76cae15537dce0d5aa5d025d1757.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/571e45ed67fdb2be96f48bac882a08d5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c8123be051e5d8539606125174d5b033.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b3a76cae15537dce0d5aa5d025d1757.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8b3a76cae15537dce0d5aa5d025d1757.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8b3a76cae15537dce0d5aa5d025d1757.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3112,
+ "type": "easy_treasure_chest_s8_convertible",
+ "name": "Easy Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5309edd74efce9d0e97220b0d425bb48.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae30ef251e86cfea9c39048169d0016f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/970443b1e489ad529e157e0d0ad698f6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/138fd2638c0660d958897b09df669fd8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae30ef251e86cfea9c39048169d0016f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ae30ef251e86cfea9c39048169d0016f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ae30ef251e86cfea9c39048169d0016f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3113,
+ "type": "elaborate_treasure_chest_s8_convertible",
+ "name": "Elaborate Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c5316930616d33cd206cb01a8eaf406f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e1519a4f01e81304475bcf4d4926044.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ada235188d1d292f02a7bf93af0409d8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e91f7462f92e6fcbc3fb2d98798e90eb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e1519a4f01e81304475bcf4d4926044.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9e1519a4f01e81304475bcf4d4926044.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9e1519a4f01e81304475bcf4d4926044.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3114,
+ "type": "elite_treasure_chest_s8_convertible",
+ "name": "Elite Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7c120bc99c2d22d9a72f0448a913b322.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/16598eb51d24d4ef2797c27486fa08cf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6e9087f6c7212d2530a78033f261b3de.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9050844a9e607a03cba199948a7a0622.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/16598eb51d24d4ef2797c27486fa08cf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/16598eb51d24d4ef2797c27486fa08cf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/16598eb51d24d4ef2797c27486fa08cf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3115,
+ "type": "hard_treasure_chest_s8_convertible",
+ "name": "Hard Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/081af3ab78279f0f2fb0ecb0d5b9ba72.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/299d67c640d8570d0cccd521315ead12.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ff901b84e94c66c9ce1185ec9445f7a0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a1549206ff37dd6491082e8fc34f3fb4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/299d67c640d8570d0cccd521315ead12.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/299d67c640d8570d0cccd521315ead12.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/299d67c640d8570d0cccd521315ead12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3116,
+ "type": "medium_treasure_chest_s8_convertible",
+ "name": "Medium Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9d02aaea12d75f0a07863fd93ffbb9a5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae161b0928463cf9b56d0324988cafd4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f9a73f634990edd4f966e39ad423088e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8b8311621f358b1400fb159d004f55fd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ae161b0928463cf9b56d0324988cafd4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ae161b0928463cf9b56d0324988cafd4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ae161b0928463cf9b56d0324988cafd4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3117,
+ "type": "rare_arduous_treasure_chest_s8_convertible",
+ "name": "Rare Arduous Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6dce2f660127cd3546e2a01e2badab75.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d8449e909cc2639985f22dde21246a65.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ef56f5aa412a3b30747a53f3a883749b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/44efe9af86d23871cb37d853fe8b235c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d8449e909cc2639985f22dde21246a65.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d8449e909cc2639985f22dde21246a65.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d8449e909cc2639985f22dde21246a65.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3118,
+ "type": "rare_easy_treasure_chest_s8_convertible",
+ "name": "Rare Easy Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/127d30be696dad488a7b444f0d82fc50.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/acd0c9444ad6f9e189dd57f4bcfb3d61.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a55bf14618875428fdcc871156093cfe.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d850c1ac58e0b1c161f8f1c5b7c27d34.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/acd0c9444ad6f9e189dd57f4bcfb3d61.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/acd0c9444ad6f9e189dd57f4bcfb3d61.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/acd0c9444ad6f9e189dd57f4bcfb3d61.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3119,
+ "type": "rare_elaborate_treasure_chest_s8_convertible",
+ "name": "Rare Elaborate Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/30d298e28de634b343e3dd4495844660.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bad66f1ae45c1ea7d7b46e7a000a44fc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cfba492b976747adeeb355e707a3d0b1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9af3839070358beee00539e76814da17.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bad66f1ae45c1ea7d7b46e7a000a44fc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bad66f1ae45c1ea7d7b46e7a000a44fc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bad66f1ae45c1ea7d7b46e7a000a44fc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3120,
+ "type": "rare_elite_treasure_chest_s8_convertible",
+ "name": "Rare Elite Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a2dd5c9dda2d5682044e45b16a99dc06.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/26dca2ece92794fe8ba4f991173c141a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/98de3aca390ab99fb18182a08037f1e0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9fcb4f9926b4b0a1ad05c984ce14e403.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/26dca2ece92794fe8ba4f991173c141a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/26dca2ece92794fe8ba4f991173c141a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/26dca2ece92794fe8ba4f991173c141a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3121,
+ "type": "rare_hard_treasure_chest_s8_convertible",
+ "name": "Rare Hard Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9d097558d15ce92aae2152a7788fba40.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8414061f2aa49a37aaf36b1eb39c708.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5584f0234c1028e8ba8850840c96da96.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f8d39ae19a60e981f6da79a4151bb0a3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c8414061f2aa49a37aaf36b1eb39c708.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c8414061f2aa49a37aaf36b1eb39c708.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c8414061f2aa49a37aaf36b1eb39c708.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3122,
+ "type": "rare_medium_treasure_chest_s8_convertible",
+ "name": "Rare Medium Treasure Chest (Season 8)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/17cdc8e0114c38659be90747ffecbb21.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b40da5e4c88f00d551d68a9ecbe07d82.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7044b5984005eea5ebf5013f1a409ce7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ec209229e8142ae2984e54e06dbf725f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b40da5e4c88f00d551d68a9ecbe07d82.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b40da5e4c88f00d551d68a9ecbe07d82.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b40da5e4c88f00d551d68a9ecbe07d82.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3123,
+ "type": "treasure_hunting_gift_set_convertible",
+ "name": "Treasure Hunting Gift Set",
+ "description": "Give the gift of treasure to your hunting partners... or just hoard it all for yourself! \n\t \nInside you'll find: \n \n\n• 2 Rare Map Dust \n• 50 SUPER|brie+ \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/db003bf88a5ce2beeb5d6acffd252eb8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8aacc1055716bda541631217c5e7fcba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/236a18a76e4f92606d5a2cae68d281d9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4eaa359cb909fc0fab672dd4cf9a6fb6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8aacc1055716bda541631217c5e7fcba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8aacc1055716bda541631217c5e7fcba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8aacc1055716bda541631217c5e7fcba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3124,
+ "type": "airship_balloon_gilded_stat_item",
+ "name": "Gilded Airship Balloon",
+ "description": "Fly the jewel of the sky with this Gilded Airship Set! \n \nThe Balloon has a 28k gold-threaded canvas that is ornamented with the reddest rubies and the greenest jade. \n \nThe Hull is one solid, five million carat piece of jade meticulously carved out to accommodate a five bed, three bath living quarters with a hot tub and a fully stocked kitchen. \n \nThe Sail is made from Royal Purple cloth liberated from the King's own textile stores, hemmed with jade-coated silk, and mounted to a solid gold frame. \n \nThis is the Balloon from the Gilded Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a4d1ad7b0440a43d900e885b6a530541.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_gilded_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/838db68a9b9fbba9ab126af107219dcb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_gilded_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_gilded_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3125,
+ "type": "airship_hull_gilded_stat_item",
+ "name": "Gilded Airship Hull",
+ "description": "Fly the jewel of the sky with this Gilded Airship Set! \n \nThe Balloon has a 28k gold-threaded canvas that is ornamented with the reddest rubies and the greenest jade. \n \nThe Hull is one solid, five million carat piece of jade meticulously carved out to accommodate a five bed, three bath living quarters with a hot tub and a fully stocked kitchen. \n \nThe Sail is made from Royal Purple cloth liberated from the King's own textile stores, hemmed with jade-coated silk, and mounted to a solid gold frame. \n \nThis is the Hull from the Gilded Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/01e14f125640e9e7071e61b8b42c3f8b.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_gilded_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/dc385a7d7581e075f387d1367d2596ce.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_gilded_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_gilded_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3126,
+ "type": "airship_sail_gilded_stat_item",
+ "name": "Gilded Airship Sail",
+ "description": "Fly the jewel of the sky with this Gilded Airship Set! \n \nThe Balloon has a 28k gold-threaded canvas that is ornamented with the reddest rubies and the greenest jade. \n \nThe Hull is one solid, five million carat piece of jade meticulously carved out to accommodate a five bed, three bath living quarters with a hot tub and a fully stocked kitchen. \n \nThe Sail is made from Royal Purple cloth liberated from the King's own textile stores, hemmed with jade-coated silk, and mounted to a solid gold frame. \n \nThis is the Sail from the Gilded Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ba27e2efa74496338abea6a290abda8c.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_gilded_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/db3b757853c17375afaa78d66b1c613c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_gilded_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_gilded_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3127,
+ "type": "forecaster_base",
+ "name": "Forecaster Base",
+ "description": "This highly sophisticated, technological wonder was originally created to aid the air traffic controllers of Hollow Heights by detecting incoming storms. Due to a serious design flaw (or, as the designers claim, an \"unexpected feature\"), this remarkable gadget not only forecasts the weather but it actually intensifies it! After a few notable airspace incidents involving some very unlucky dirigibles, the air traffic controllers banned these devices permanently. A few clever hunters then picked up the discarded units and adapted them for mouse hunting on Moussu Picchu where they've since proved quite useful in speeding up progress through the region. \n \n Use this base in Moussu Picchu to double the weather intensity gained on every successful catch based on the type of cheese that is armed.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "moussu_picchu",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/fc812089b31453f19eebff15577123d7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/56c97b2c161ec9d81ac1e46c4269ceab.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/fc812089b31453f19eebff15577123d7.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/fc812089b31453f19eebff15577123d7.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/895532640df1645092c062590f948b11.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 400,
+ "power_formatted": "400",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3128,
+ "type": "thief_base",
+ "name": "Thief Base",
+ "description": "This remarkable base was designed by a group of clever yet morally-dubious hunters who pooled their knowledge and resources to create a base that could properly pillage the city of Zokor. \n \nSome of them preferred a slow and quiet approach whereas others just wanted to smash and grab. After a lengthy debate, they finally decided: \"Why not both?\" And thus, the first truly switchable base was created. \n \nUpon entering Zokor, hunters will be able to switch this base to one of the following modes: \n \nStealth Mode: \nProvides a 50% chance to not lose Stealth. \n \nHeist Mode: \nDoubles Stealth lost but also doubles Fealty, Tech, and Scholar district loot gained. \n \nThis base does not affect loot drops in the Minotaur's Lair.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "ancient_city",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/97f154ce0952303b5669a54597045aa8_vstealth.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/1514aabd4ec1fdb9559e39196b0871bf_vstealth.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/97f154ce0952303b5669a54597045aa8_vstealth.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/97f154ce0952303b5669a54597045aa8_vstealth.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/3eb98b250aee66a3c2a7ab7fe91d5a35_vstealth.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3129,
+ "type": "floating_law_upgraded_jade_skin",
+ "name": "Ancient Jade S.T.I.N.G.E.R. Trap Skin",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/97e100b41d2b08349fd2beeb056239e7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/be2dd306535e1909186d4784dac430df.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/97e100b41d2b08349fd2beeb056239e7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/49f7dd61b0794d1403279ad26d5ff17c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_law_upgraded_weapon",
+ "skin_weapon_name": "S.T.I.N.G.E.R. Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "marketing_text": "This Ancient Jade model of the S.T.I.N.G.E.R. trap has been updated to be completely self-reliant with most of the funding allocated to its Treasure-Core™ processor and state-of-the-art Treasure Intelligence System™. This model will actively seek out valuable treasures and use the chests as bait in its mobile prison cell. It then places maps leading to itself all around the area which lure greedy mice directly into its criminal processing system."
+ },
+ {
+ "id": 3130,
+ "type": "gilded_geyser_draconic_trap_skin",
+ "name": "Gilded Dragon Slayer Cannon Trap Skin",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7d0e38363cf2644d07c094420d08453a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a1b2596ada412ce125c2275d2d59b71d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7d0e38363cf2644d07c094420d08453a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e2b731764996df311832c8c5a3054621.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "This is a skin for those with literal money to burn! It was designed to emphasize the regality of the Dragon Slayer Cannon and to assert its dominance over the lesser Draconic Traps. It is an artist's depiction of a dragon's maw, cast in solid gold, holding the working components of the Dragon Slayer Cannon. It uses a massive, flawless ruby to trigger and focus the high energy beam."
+ },
+ {
+ "id": 3131,
+ "type": "huawei_welcome_pack_convertible",
+ "name": "Huawei Welcome Pack",
+ "description": "Thank you for downloading MouseHunt from the Huawei AppGallery!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/05dd20f811cf062d4fadca33dc5ea81c.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bbc5f27299c92c2f2bac45a938404f3e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/05dd20f811cf062d4fadca33dc5ea81c.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/05dd20f811cf062d4fadca33dc5ea81c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3132,
+ "type": "glazed_gift_basket_convertible",
+ "name": "Glazed Gift Basket",
+ "description": "Glazed Pecan Pecorino and Let It Snow Charms nestled lovingly inside of a professionally wrapped box and topped with a Magical Winter Hunt Holiday Hat. The perfect gift for that special someone on your holiday list! \n \nInside you'll find: \n \n\n• 25 Glazed Pecan Pecorino Cheese \n• 25 Let It Snow Charms \n• 1 Magical Holiday Hat \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/56a3de6808dab4662faa0099550daefd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/054e3bef58141f984220d87491fc4b31.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/79e90afebed3ab37b66274eead292bc9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cb6159f6998f898c8c1cc8c948356d04.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/054e3bef58141f984220d87491fc4b31.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/054e3bef58141f984220d87491fc4b31.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/054e3bef58141f984220d87491fc4b31.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3133,
+ "type": "glazed_snow_golem_supply_box_convertible",
+ "name": "Glazed Snow Golem Supply Box",
+ "description": "A giant, delicious-looking Gingerbread House overflowing with Glazed Pecan Pecorino and an ample assortment of other festive goodies to help you and your Snow Golems spread the holiday spirit all across Gnawnia! \n \nInside you'll find: \n \n\n• 1,000 Glazed Pecan Pecorino Cheese \n• 250 Let It Snow Charms \n• 12 Magical Holiday Hats \n• 3 Festive Summoning Bells \n• 50 Throwable Snowballs \n• 1 Snowball Showdown Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a9b40eab2697879e86f3b9ab3058105f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/251a8242ddfe3e7fd8765525b11d3d00.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8b88578702d64c4646aa3f35d9844fc4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/da28790f25bdaaab8dd2fd0d880652f3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/251a8242ddfe3e7fd8765525b11d3d00.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/251a8242ddfe3e7fd8765525b11d3d00.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/251a8242ddfe3e7fd8765525b11d3d00.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3134,
+ "type": "glazed_snow_golem_supply_kit_convertible",
+ "name": "Glazed Snow Golem Supply Kit",
+ "description": "A heaping pile of Glazed Pecan Pecorino and Let It Snow charms nestled snugly into an inviting bed of snow that's been topped with not one but three magical holiday hats! \n \nInside you'll find: \n \n\n• 500 Glazed Pecan Pecorino Cheese \n• 100 Let It Snow Charms \n• 3 Magical Holiday Hats \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/011e3222cd7c19d843867ff6ed8e8e27.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0878d9461842990579494dde1aa678ca.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5c6bc4f984c29597dcdadc19e038cd90.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/826332e43123a2b7708d28c945e6a190.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0878d9461842990579494dde1aa678ca.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0878d9461842990579494dde1aa678ca.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0878d9461842990579494dde1aa678ca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3135,
+ "type": "naughty_2020_list_chest_convertible",
+ "name": "2020 Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6d68c4eb3db41061d6cb5b9064d733b5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4eee39648b341a26d71620dc628345b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a408f502995ebbf884c6b820e9716313.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/59f48e9c5e017057c02de5b30673e4bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4eee39648b341a26d71620dc628345b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c4eee39648b341a26d71620dc628345b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c4eee39648b341a26d71620dc628345b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3136,
+ "type": "rare_naughty_2020_list_chest_convertible",
+ "name": "2020 Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/797ffdee1b319b4a2f67e9a089b8b46a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b846a6cd14198eac53b80e22c549ad22.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f30a75ad4f9e9af9b427de03cc6e8593.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/206df58c4f51f800e222f335cae4591a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b846a6cd14198eac53b80e22c549ad22.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b846a6cd14198eac53b80e22c549ad22.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b846a6cd14198eac53b80e22c549ad22.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3137,
+ "type": "winter_hunt_2020_journal_theme_collectible",
+ "name": "M.I.L.K. and Cookies Journal Theme",
+ "description": "Decorate your journal with a warm and cosy fireplace adorned with holiday trimmings, trappings, and a generous plate of M.I.L.K. and Cookies.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/7107024aba783fedcfbf32fd9b4ee050.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1c89a1387cb0bece730d0b9dacaee735.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/7107024aba783fedcfbf32fd9b4ee050.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/7107024aba783fedcfbf32fd9b4ee050.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3138,
+ "type": "2021_lucky_codex_stat_item",
+ "name": "2021 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2021!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/92bc2dfcf138c58f78efc96631e68f58.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6dbe8d17db8588291b69784e196f30ae.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9f18d63493d3663367a705c229000a4d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6dbe8d17db8588291b69784e196f30ae.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6dbe8d17db8588291b69784e196f30ae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6dbe8d17db8588291b69784e196f30ae.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3139,
+ "type": "airship_balloon_winter_stat_item",
+ "name": "Great Winter Hunt Airship Balloon",
+ "description": "This lovely and festive airship set captures the spirit of the Great Winter Hunt allowing you to share it all year round while you explore the Floating Islands! \n \nThis is the Balloon from the Great Winter Hunt Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/aafcb84ee6624b253852cd98c2cf8ca1.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_winter_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/47db12154b69a96948d044d4979f1cad.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_winter_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_winter_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3140,
+ "type": "airship_hull_winter_stat_item",
+ "name": "Great Winter Hunt Airship Hull",
+ "description": "This lovely and festive airship set captures the spirit of the Great Winter Hunt allowing you to share it all year round while you explore the Floating Islands! \n \nThis is the Hull from the Great Winter Hunt Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5abf49c5b748faf3aaf8bd8794b485a2.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_winter_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ca8517e5235cd84eaca7ca6950e49157.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_winter_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_winter_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3141,
+ "type": "airship_sail_winter_stat_item",
+ "name": "Great Winter Hunt Airship Sail",
+ "description": "This lovely and festive airship set captures the spirit of the Great Winter Hunt allowing you to share it all year round while you explore the Floating Islands! \n \nThis is the Sail from the Great Winter Hunt Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cb630358ffb2127adb572b97f5611ffa.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_winter_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ac56c0ead18626a5fdc91e3937451994.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_winter_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_winter_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3142,
+ "type": "festive_fireworks_wrapping_paper_stat_item",
+ "name": "Festive Fireworks Wrapping Paper",
+ "description": "Open your gifts with a BANG by using this wrapping paper! \n \nUse this wrapping paper to attract special mice that have a chance to drop Firework Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5ac0129f20d0be47fc04720f1dc87c1c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/1a35b1e41b07d6a5677664613b96ced2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0c5477d50722ea3d461a1b35eda0f1f0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/1a35b1e41b07d6a5677664613b96ced2.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/1a35b1e41b07d6a5677664613b96ced2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/1a35b1e41b07d6a5677664613b96ced2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3143,
+ "type": "festive_ornamental_wrapping_paper_stat_item",
+ "name": "Festive Ornamental Wrapping Paper",
+ "description": "An ornate, ornamental wrapping paper complete with all the trimmings and trappings of the festive season! \n \nUse this wrapping paper to attract special mice that have a chance to drop Ornament Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cf8d90e117bde6b7b79fbe7778f0ad23.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/67f4c94f2b482a46dab71b6360a6241b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7251d7df127892fdecd206f242272d15.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/67f4c94f2b482a46dab71b6360a6241b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/67f4c94f2b482a46dab71b6360a6241b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/67f4c94f2b482a46dab71b6360a6241b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3144,
+ "type": "festive_plain_wrapping_paper_stat_item",
+ "name": "Plain Wrapping Paper",
+ "description": "An unremarkable spool of plain, run-of-the-mill wrapping paper. \n \nUse this to create some sensational seasonal gift wrap using various festive materials!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2a394ae262a73d6da67a2bcdadf7d04d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6a34956a866c7c750fa3ac2686a1ef5b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/bcf3dac33b2c0a72002f112456f2b3bd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6a34956a866c7c750fa3ac2686a1ef5b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6a34956a866c7c750fa3ac2686a1ef5b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6a34956a866c7c750fa3ac2686a1ef5b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3145,
+ "type": "festive_snow_wrapping_paper_stat_item",
+ "name": "Festive Snow Wrapping Paper",
+ "description": "Add a touch of chill and share your love of snow by decorating with this festive wrapping paper. Perfect for hiding those heart-warming gifts! \n \nUse this wrapping paper to attract special mice that have a chance to drop Snowflake Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/44b8d28b248b406474920e17f2f80a50.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2717435d798e187b39e63819c5cfd3fe.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/6c7966354ed98662e5205d3db3290dec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2717435d798e187b39e63819c5cfd3fe.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2717435d798e187b39e63819c5cfd3fe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2717435d798e187b39e63819c5cfd3fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3146,
+ "type": "festive_sports_wrapping_paper_stat_item",
+ "name": "Festive Sports Wrapping Paper",
+ "description": "Sports fanatics rejoice! Share your love of the game by decorating with this wrapping paper (only comes in golf). \n \nUse this wrapping paper to attract special mice that have a chance to drop Toboggan Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d433799c12cf4f71dd5334708add6d75.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/d4f0ef81b4da2f7cbce99ac9bae69391.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c4c70aa109e14c3145e3cd7bcbe5a875.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/d4f0ef81b4da2f7cbce99ac9bae69391.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/d4f0ef81b4da2f7cbce99ac9bae69391.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/d4f0ef81b4da2f7cbce99ac9bae69391.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3147,
+ "type": "festive_toy_wrapping_paper_stat_item",
+ "name": "Festive Toy Wrapping Paper",
+ "description": "Forget the gift! With this high quality gift wrap, made by advanced 3D printing technology, kids will definitely prefer the paper over whatever was wrapped inside! \n \nUse this wrapping paper to attract special mice that have a chance to drop Nutcracker Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6940098867a6013b1543fdd8f5a997b2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/73fb45c0ca599f0ab4a161330a0fc65f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/26a14abcdadc13019b990793c4935134.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/73fb45c0ca599f0ab4a161330a0fc65f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/73fb45c0ca599f0ab4a161330a0fc65f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/73fb45c0ca599f0ab4a161330a0fc65f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3148,
+ "type": "slac_in_a_box_stat_item",
+ "name": "S.L.A.C. in a Box",
+ "description": "This remarkable contraption automatically plugs directly into any S.L.A.C. or S.L.A.C. II trap and increases its power bonus and luck with every crank of its arm. But once it goes POP, so do all of those lovely bonuses! \n \nUsing the S.L.A.C. or S.L.A.C. II while this item is in your inventory will increase your S.L.A.C.'s Power Bonus by 2% and Luck by 2 with every mouse catch until it pops!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e55828d22fc83e0fe31cc9f74c6a1335.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e73244974fad0bda14c8494f9c3d17ff.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d8922f282d32a8dfe265469a5c0dcc25.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e73244974fad0bda14c8494f9c3d17ff.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e73244974fad0bda14c8494f9c3d17ff.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e73244974fad0bda14c8494f9c3d17ff.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3149,
+ "type": "elixir_exchanger_base",
+ "name": "Elixir Exchanger Base",
+ "description": "This mystical base has a direct link to the Grand Exchange: a whimsical place of wheeling and dealing, where buyers and sellers are aplenty, and everything is always in demand. This base was explicitly designed to exchange Gauntlet Elixirs for Tower Sigils! Of course, the price for this convenience is one soul... but any soul will do!\n \n The Elixir Exchanger base will trade 1 Gauntlet Elixir and 1 captured mouse soul for 2 Tower Sigils.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift",
+ "great_winter_hunt",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/324f89798cb2a51668080c2a13383619.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/7a2588b5fb2bd3f1111d64773ad3e4bf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/324f89798cb2a51668080c2a13383619.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/324f89798cb2a51668080c2a13383619.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/eb80a009ccbb871fc4560a2409ac904f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3150,
+ "type": "gift_of_the_day_base",
+ "name": "Gift of the Day Base",
+ "description": "This spectacularly decorated base channels the magic of the Great Winter Hunt all year round! It's special ability allows it to track the current Gift of the Day and slip it into the pocket of the closest unsuspecting mouse! Unfortunately for them, they won't realize it is there until it is too late! \n \nThis base provides a rare chance to add the Gift of the Day to the loot of any caught mouse!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "great_winter_hunt",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/224b58dca1f2744092863c8f92e1ec93.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/1704aa2356d18b731416c7d63b1bb873.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/224b58dca1f2744092863c8f92e1ec93.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/224b58dca1f2744092863c8f92e1ec93.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/39cfac7e8d4dd7316c4b3cdca5fd34f5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3151,
+ "type": "new_years_2021_base",
+ "name": "2021 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2021 all year long! \n \nDuring all of 2021, while this base is equipped, mice have a chance to drop 2021 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2022.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/a14caab063e4acc7325e617033473612.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/7e9755018f30fbeef2c6c08dcd0f7231.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/a14caab063e4acc7325e617033473612.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/a14caab063e4acc7325e617033473612.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/249b1c711e884012f8be2af3d7423770.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 221,
+ "power_formatted": "221",
+ "has_power_bonus": true,
+ "power_bonus": 0.07,
+ "power_bonus_formatted": "7%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3152,
+ "type": "pirate_sleigh_weapon",
+ "name": "S.S. Scoundrel Sleigher Trap",
+ "description": "This majestic and magical sleigh soars silently through the cold, winter skies waiting to strike. Its ominous sleigh bells sound off right before it swoops into action, grabbing unsuspecting mice, and hauling them off on the ride of their lives! Their last ride, to be precise. The Scoundrel Sleigher is specially designed for sleighing (and slaying) pirates. \n \nThis trap has a chance to instantly capture any pirate mouse.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56e4fb25a93d7350014242a3d953a203.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/86762a894b893b26277124ce8dce2aa8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/56e4fb25a93d7350014242a3d953a203.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/c7f7ae27532f1d9970beead6f00a9f2d.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 4500,
+ "power_formatted": "4,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 18,
+ "luck_formatted": "18",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3153,
+ "type": "2021_trinket",
+ "name": "2021 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,021 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2020 Great Winter Hunt and from the Limited Edition 2021 New Year's Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/f0059ceb4aaafea65ef43bfa48047879.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/63ee1785e4d6557e86847ab220d4e4e8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ca09c6ede8bf302bd650201a2054a08d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/63ee1785e4d6557e86847ab220d4e4e8.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/63ee1785e4d6557e86847ab220d4e4e8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/63ee1785e4d6557e86847ab220d4e4e8.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2021,
+ "power_formatted": "2,021",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3154,
+ "type": "rift_2021_trinket",
+ "name": "Rift 2021 Charm",
+ "description": "A Rift version of the 2021 Charm! \n \nCelebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,021 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2020 Great Winter Hunt and from the Limited Edition 2021 New Year's Base.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/31d8bc78d3cf0d8bea9a0594c819a307.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/b712c6ba2d271769c619a5b6a2928930.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/187584b2344e1e01cec0476e450f2064.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/b712c6ba2d271769c619a5b6a2928930.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/b712c6ba2d271769c619a5b6a2928930.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/b712c6ba2d271769c619a5b6a2928930.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2021,
+ "power_formatted": "2,021",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3155,
+ "type": "chrome_winter_celestial_dissonance_skin",
+ "name": "Chrome Celestial Christmas Tree Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1eef48767fa247bc590d2ff89eccccba.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/56a28a3b5c985ba76e598b9a3a05ea50.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1eef48767fa247bc590d2ff89eccccba.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8e51ffa3c6776f46bd6ef6d1c681d528.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "Mouse problem during the holidays? Make sure to setup this trap in place of your holiday tree this Winter Hunt season! Liquid chromium mimetic ornaments adorn this beautifully decorated tree topped by a unique star-shaped Eclipse Core. Its attunement with the holiday season makes sure that holiday cheer is present with every infinite iteration! Its ever-shifting nature also makes it harder to distinguish from any regular ol' Christmas Tree! \n \nPerfect for those mice that love the holidays and even better for those that don't!"
+ },
+ {
+ "id": 3156,
+ "type": "winter_floating_forgotten_skin",
+ "name": "Festive Fête Manipulator Trap Skin",
+ "description": "This upright stone formation stands inconspicuously awaiting a weary wanderer. While an unaware mouse sits at the base to rest and nibble on the cheese, the two jewels overhead silently activate. The first peers into the mind of the mouse to determine its innermost wants and desires while the second projects those desires onto the keyway beneath. Upon seeing the irresistible illusion, the mouse is compelled to step through the keyway into oblivion, never to return. \n \nNo one actually knows where the mice go but it is said that after stepping through, they are completely forgotten from history, as though they had never existed at all.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2b22721c04c8b783c5dc7fae81cb3869.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/3b12a1e30a4008fe66025da1f7014860.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2b22721c04c8b783c5dc7fae81cb3869.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1d639daf3ea982f5d0b0c075cfdcdf71.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_forgotten_weapon",
+ "skin_weapon_name": "Thought Manipulator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f75b8da7b7a309f6a43f8accda015ed2.jpg",
+ "marketing_text": "Using a set of vintage winter hunt tree toppers and ornaments, the Thought Manipulator channels thoughts of the season's festivities, celebrations, and the promise of presents to entice the mice into surrendering themselves to the illusion. Once they become entranced by the holiday memories you can easily pick them up while they mindlessly celebrate!"
+ },
+ {
+ "id": 3157,
+ "type": "catch_xmas_2020_boss_adv",
+ "name": "Defeat the Giftnapper",
+ "description": "The Great Giftnapper Mouse has been stealing gifts from the honest residents of Gnawnia! You must recover these stolen gifts and return them to their rightful owners. Returning all the gifts will lure the Great Giftnapper Mouse out of hiding so that he may be apprehended.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3158,
+ "type": "be_mine_bouquet_convertible",
+ "name": "Be Mine Bouquet",
+ "description": "Let that special someone know you care by sending them this beautiful bouquet of tantalizing treats!\n
\nInside you'll find: \n \n\n• 100 SUPER|brie+ \n• 20 Lucky Valentine Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nInside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nProvides the Lucky Golden Shield for one month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/884169487e45bc4944619e983ddb786b.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/84b3fc17b58bc55a9d1c98a9895ca3e1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/884169487e45bc4944619e983ddb786b.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/884169487e45bc4944619e983ddb786b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3162,
+ "type": "year_of_the_ox_large_supply_kit_convertible",
+ "name": "Year of the Ox Large Supply Kit",
+ "description": "You'll need the strength of an Ox to lift this massive kit of Lunar New Year essentials!\n
\nInside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nProvides the Lucky Golden Shield for four months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7372d7458f57618885df48b7a3962958.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/71568f3b981f693a32c000400675ba0e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/7372d7458f57618885df48b7a3962958.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/7372d7458f57618885df48b7a3962958.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3163,
+ "type": "year_of_the_ox_supply_kit_convertible",
+ "name": "Year of the Ox Supply Kit",
+ "description": "Take charge of the Lunar New Year with a supply kit as mighty as the Ox itself!\n
\nInside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nProvides the Lucky Golden Shield for two months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/76d8264a192cfda97a66fecba0efb35d.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2f3def8d4818f78a916612549a63b460.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/76d8264a192cfda97a66fecba0efb35d.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/76d8264a192cfda97a66fecba0efb35d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3164,
+ "type": "ox_lny_journal_theme_collectible",
+ "name": "Year of the Ox Journal Theme",
+ "description": "An elegantly crafted journal theme to celebrate the Year of the Ox! \n \nRewarded to those who raised their lantern to great heights during the Lunar New Year 2021 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/bf5c5788df202a7cd28901564d8214c0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c74e74de465240369b747704b37826ed.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/bf5c5788df202a7cd28901564d8214c0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bf5c5788df202a7cd28901564d8214c0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3165,
+ "type": "ox_plushie_collectible",
+ "name": "Ox Plushie",
+ "description": "Celebrate the Year of the Ox with this cute and cuddly plush that is deceptively heavy! Lift it repeatedly to gain some of the Ox's legendary strength!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4c40c4ddd373464f4243f7b29dd501d4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e0df7e71763fa49b2d2e81f71d695768.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4c40c4ddd373464f4243f7b29dd501d4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4c40c4ddd373464f4243f7b29dd501d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3166,
+ "type": "airship_balloon_lny_ox_stat_item",
+ "name": "Year of the Ox Airship Balloon",
+ "description": "Celebrate the Year of the Ox with this intricately designed and meticulously handcrafted airship cosmetic! It has gold details, an expertly-carved solid jade hull, and the finest red silk sails ever to soar the skies! Includes a free ox with every purchase! \n \nThis is the Balloon from the Year of the Ox Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c631a6dcdfc4658481e0c771237e0cc5.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_lny_ox_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/862b8c2aac23b2bc2c84e14e1e0ef0e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_lny_ox_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_lny_ox_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3167,
+ "type": "airship_hull_lny_ox_stat_item",
+ "name": "Year of the Ox Airship Hull",
+ "description": "Celebrate the Year of the Ox with this intricately designed and meticulously handcrafted airship cosmetic! It has gold details, an expertly-carved solid jade hull, and the finest red silk sails ever to soar the skies! Includes a free ox with every purchase! \n \nThis is the Hull from the Year of the Ox Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/01a725bf08f068133586d4521a30dfd9.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_lny_ox_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/19276856a32202007281b67a6bf00c58.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_lny_ox_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_lny_ox_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3168,
+ "type": "airship_sail_lny_ox_stat_item",
+ "name": "Year of the Ox Airship Sail",
+ "description": "Celebrate the Year of the Ox with this intricately designed and meticulously handcrafted airship cosmetic! It has gold details, an expertly-carved solid jade hull, and the finest red silk sails ever to soar the skies! Includes a free ox with every purchase! \n \nThis is the Sail from the Year of the Ox Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/772c8ef043b1b153c38f689f3824db22.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_lny_ox_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/6de5ab8b5bdd32769e15fc315638efb7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_lny_ox_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_lny_ox_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3169,
+ "type": "lny_2021_lantern_stat_item",
+ "name": "Ox Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Ox. This can be lit with Lunar Lantern Candles during the 2021 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8047c8c05b99efa139b444c202300545.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4e73983aef1d9fbf0ecdd4a583ccc6ef.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9d55b63a9422437f74f1e2d8039ad366.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4e73983aef1d9fbf0ecdd4a583ccc6ef.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4e73983aef1d9fbf0ecdd4a583ccc6ef.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4e73983aef1d9fbf0ecdd4a583ccc6ef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3170,
+ "type": "ox_jade_base",
+ "name": "Ox Jade Base",
+ "description": "Diligent and indomitable. Carved into this base is the Mighty Ox with its infallible fighting spirit backed by an unbreakable strength of will. \n \nThose who completed the 2021 Lunar New Year adventure were awarded with this intricately carved Ox Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/2bfd488094473bfa5614b57a7a32b6fe.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/7aa2120a10497aee19a207dff9ff336b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/2bfd488094473bfa5614b57a7a32b6fe.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/2bfd488094473bfa5614b57a7a32b6fe.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/13b4165d70cadb9e618e42308c836d42.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 375,
+ "power_formatted": "375",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3171,
+ "type": "ox_chrome_monstrobot_skin",
+ "name": "Chrome Monstrous OxBot Skin",
+ "description": "What do you get when you take the incredible ancient technology of the Sandstorm MonstroBot and couple it with the very latest modernizations, then dip the whole thing in a huge vat of molten chrome? \n \nYou get this absolutely gorgeous monstrosity, the absolute pinnacle of physical damage traps. No mere mouse can withstand its pounding paws for long, but be sure not to deploy it lightly - you want to make sure it's pointed at the mice before you turn it on, not towards you!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7be4b9f79555fb1488c52b7b1aeeeb9a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2be46d349b0e06bcaafdce0cb5dbce5e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7be4b9f79555fb1488c52b7b1aeeeb9a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/58db7bb4ffab7298d80e72e412366aad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_monstrobot_weapon",
+ "skin_weapon_name": "Chrome MonstroBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3cad6dd2be80ed3760e53a42288e70c.jpg",
+ "marketing_text": "Celebrate the Year of the Ox with this beautifully handcrafted rose chrome trap skin. The spirit of the Ox has enchanted the chrome, lending its most desirable qualities: Strength, Durability, and Raw Ox Power! Use it to unleash the power of the Ox on mice throughout the kingdom! \n \nIts red eyes indicate that it's still a little bitter about losing to the Rat!"
+ },
+ {
+ "id": 3172,
+ "type": "raging_ox_slumbering_boulder_skin",
+ "name": "Raging Ox Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5314aba7eafe1c423cb2d9778670060a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/dce2c54513442a44827a83fdb4db045e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5314aba7eafe1c423cb2d9778670060a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5e8b5987b325a81087253b1dcca7ef9c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "This dangerously experimental modification to the Slumbering Boulder Trap replaces the original's menacing patience with unbridled fury and the devastating stopping power of the Mighty Ox! Its stunning plate armour has been carefully hand-carved with a flourish of intricate designs so that whenever it's not out catching mice, it can be used as an eye-catching Lunar New Year decoration."
+ },
+ {
+ "id": 3173,
+ "type": "catch_lny_2021_boss_adv",
+ "name": "Celebrate Lunar New Year 2021",
+ "description": "Celebrate the 2021 Lunar New Year by lighting your Ox Lunar Lantern and earning the Ox Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3174,
+ "type": "birthday_2021_treasure_chest_convertible",
+ "name": "Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/862be2f2a3844f0fe1b5f5447bb1f091.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d52ebc5435494f497a31210cefab0bd7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2e91c3cfe8d3a14f552b062199188f90.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/64daaf6ada8900d42cba0575a29e4246.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d52ebc5435494f497a31210cefab0bd7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d52ebc5435494f497a31210cefab0bd7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d52ebc5435494f497a31210cefab0bd7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3175,
+ "type": "birthday_party_size_gilded_scroll_case_convertible",
+ "name": "Party Size Gilded Birthday Scroll Case",
+ "description": "A party sized, exquisitely decorated scroll case prepared by wealthy aristocrats to celebrate the birthdays of other wealthy aristocrats!
This party size version allows 10 fellow aristocrats to hunt for glorious gilded rewards! \n \nUpon completing the map inside of this scroll case, you will receive a treasure chest containing: \n \n• 50,000 Gold \n• 50,000 Points \n• 10 Speedy Coggy Colby \n• 25 Gilded Charms \n• 16 Gilded Coins \n• 100 Ancient Charms \n• An assortment of random Party Charms \n• 1 SUPER|token+ (Guaranteed 4 SUPER|tokens+ if you use Rare Map Dust) \n \n• 2 weeks of the Anniversary Aura \n• 1 month of the Lucky Golden Shield \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge! \n \nAn elegantly wrapped birthday scroll case celebrating MouseHunt's Birthday! \n \nContains a treasure map that consists of all the birthday mice within the SUPER|brie+ Factory.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dd19fcdc43e618724bc6ef86a8214637.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2ee7cfcc7a2c8bfbebc84ec7ca7bbbda.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2ad971bf481d77bff277df927298d071.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4e1808659c11623edc1e524f90a114dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2ee7cfcc7a2c8bfbebc84ec7ca7bbbda.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2ee7cfcc7a2c8bfbebc84ec7ca7bbbda.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2ee7cfcc7a2c8bfbebc84ec7ca7bbbda.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3176,
+ "type": "g_birthday_2021_treasure_chest_convertible",
+ "name": "2024 Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Birthday Treasure Map and have discovered this tempting treasure chest! \n \nYou will receive: \n \n• 50,000 Gold \n• 50,000 Points \n• 100 Ancient Charms \n• 10 Speedy Coggy Colby \n• 25 Gilded Charms \n• 10 Gilded Coins \n• 20 Random Party Charms \n• 1 SUPER|token+ \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5fa9c10226188d06d7c270079c1b7d71.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b312497825b75203e08f2e00e618d3f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/74ab64b7a72a216b99089fd5de631925.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6b153f59c93de4c551ec9467dc2c9b00.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b312497825b75203e08f2e00e618d3f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2b312497825b75203e08f2e00e618d3f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2b312497825b75203e08f2e00e618d3f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3177,
+ "type": "rare_birthday_2021_treasure_chest_convertible",
+ "name": "Rare Birthday Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e2275362968cac8b79e7d1c88bb3074f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2eb338cca042ef687fc8814ec572b80c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/eb8c7b8638e8e4497a242a07de7a84ce.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b0e3ea238dabf6500d45ae6ce8c3e778.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2eb338cca042ef687fc8814ec572b80c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2eb338cca042ef687fc8814ec572b80c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2eb338cca042ef687fc8814ec572b80c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3178,
+ "type": "rare_g_birthday_2021_treasure_chest_convertible",
+ "name": "2024 Rare Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Birthday Treasure Map and have discovered this tempting treasure chest! \n \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 200 Ancient Charms \n• 20 Speedy Coggy Colby \n• 50 Gilded Charms \n• 20 Gilded Coins \n• 20 Random Party Charms \n• 20 Ultimate Party Charms \n• 4 SUPER|tokens+ \n \n• 1 month of the Anniversary Aura
\nProvides the Lucky Golden Shield for 1 Month from date of opening.\n
\nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bfc9323751fc2501b336668902d3b2f7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e9dc63997d040e95e29f53e20158464c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ac2f43ae61841e541d08a892dda6f826.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4bd82ed4f6c26ce8e7059606b0875247.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e9dc63997d040e95e29f53e20158464c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e9dc63997d040e95e29f53e20158464c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e9dc63997d040e95e29f53e20158464c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3179,
+ "type": "speedy_repair_gift_basket_convertible",
+ "name": "Speedy Repair Gift Basket",
+ "description": "Get a speedy start with these supplies in the SUPER|brie+ factory!\n\t\tInside you'll find: \n \n\n• 25 Speedy Coggy Colby \n• 25 Factory Repair Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d02af73403c08fa62d6f404fda907064.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a70dc29aa5327d9d8c561fb6b0a6f0d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5fd5b366100cbeaca031a6d827396cc9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/55c0d89f58b8596be947bd9985abef00.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a70dc29aa5327d9d8c561fb6b0a6f0d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2a70dc29aa5327d9d8c561fb6b0a6f0d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2a70dc29aa5327d9d8c561fb6b0a6f0d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3180,
+ "type": "speedy_repair_supply_kit_convertible",
+ "name": "Speedy Repair Supply Kit",
+ "description": "Fix the SUPER|brie+ Factory in record time with this Speedy Repair Supply kit!\nInside you'll find: \n \n\n• 300 Speedy Coggy Colby \n• 300 Factory Repair Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/212e1338f58357bf97286aa7df473179.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2c812a14a6f0863a4c7b536c00c6e27c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/11d46308df0e98ca086dbd0a39870880.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ceba61dcae4a81111d69ed5d6bc9be9f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2c812a14a6f0863a4c7b536c00c6e27c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2c812a14a6f0863a4c7b536c00c6e27c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2c812a14a6f0863a4c7b536c00c6e27c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3181,
+ "type": "birthday_thirteen_journal_theme_collectible",
+ "name": "Speedy Surprise Party Birthday Journal Theme",
+ "description": "Share your excitement for 13 years of MouseHunting with this special journal theme! If only the decrotive cogs of Speedy Colby could speed up the Hunter's Horn... \n \nOriginally designed to commemorate MouseHunt's 13th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e276fd55568545526a43f2b786f5450b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6da5c2627d68f09fd577e34852aa1fde.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e276fd55568545526a43f2b786f5450b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e276fd55568545526a43f2b786f5450b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3182,
+ "type": "airship_balloon_birthday_stat_item",
+ "name": "Birthday Airship Balloon",
+ "description": "Celebrate MouseHunt's Birthday with this beautiful birthday airship cosmetic! A gigantic balloon extravaganza over a creamy chocolate hull-cake and wrapped with a velvet sail-bow.
Please note that it is generally not recommended to consume the hull while airborne. \n \nThis is the Balloon from the Birthday Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3959c1ca24cf7d4e9e14600659fa9fa0.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_birthday_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8f0260a1d9edff90a08dfa1e888d79d5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_birthday_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_birthday_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3183,
+ "type": "airship_hull_birthday_stat_item",
+ "name": "Birthday Airship Hull",
+ "description": "Celebrate MouseHunt's Birthday with this beautiful birthday airship cosmetic! A gigantic balloon extravaganza over a creamy chocolate hull-cake and wrapped with a velvet sail-bow.
Please note that it is generally not recommended to consume the hull while airborne. \n\t \nThis is the Hull from the Birthday Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/815e445a5be74bd5918f442906d43b17.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_birthday_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0d9bc8e1eabe842ac256b75cb1514d97.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_birthday_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_birthday_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3184,
+ "type": "airship_sail_birthday_stat_item",
+ "name": "Birthday Airship Sail",
+ "description": "Celebrate MouseHunt's Birthday with this beautiful birthday airship cosmetic! A gigantic balloon extravaganza over a creamy chocolate hull-cake and wrapped with a velvet sail-bow.
Please note that it is generally not recommended to consume the hull while airborne. \n\t \nThis is the Sail from the Birthday Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/34dfcc7a7b54618b4c53dac570ac77b0.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_birthday_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a777b17d12b5ff5fdb2ff29eba7984f5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_birthday_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_birthday_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3185,
+ "type": "birthday_skin_pattern_piece_stat_item",
+ "name": "Birthday Skin Pattern Piece",
+ "description": "This torn piece of a unique polymer was originally designed as a durable gift wrap to survive shipping or being left out in a harsh environment. Due to the difficult nature of working with this wrap, it has been recalled for repurposing at the SUPER|brie+ Factory! \n \nYou may exchange this item in the General Store at the SUPER|brie+ Factory for SUPER|tokens+!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/eac909f0b6533d73ff46bcca7f9121f3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/57c915a37727fb8544499aa77fa17117.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ab41fdf999f50af898bb3cdfeb604704.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/57c915a37727fb8544499aa77fa17117.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/57c915a37727fb8544499aa77fa17117.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/57c915a37727fb8544499aa77fa17117.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3186,
+ "type": "vending_machine_token_stat_item",
+ "name": "SUPER|token+",
+ "description": "This valuable token was created by SUPER|brie+ Factory management as part of an employee incentive initiative to encourage hard work and reward synergy in the workplace. \n \nUsed to purchase Snack Packs from the SUPER|brie+ Factory Break Room Vending Machine.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/51afd47e001773202bd7e1d10cedfe97.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/d9a019df03dcc1cee2946314ef2572bb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/79e20f849f400dbb751eb1866a135da9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/d9a019df03dcc1cee2946314ef2572bb.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/d9a019df03dcc1cee2946314ef2572bb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/d9a019df03dcc1cee2946314ef2572bb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3187,
+ "type": "birthday_ube_cake_base",
+ "name": "Birthday Ube Cake Base",
+ "description": "A delectable rectangular slice of ube cake in a deep, regal purple. Created by some pretty crafty cooks by turning a tasty tuber into a pleasantly potent purple pastry! \n \nA flavour first savoured during MouseHunt's 13th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/53146df9df585d96363777c132158e4a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/0fc1f86fc0d780f8389515895dc61f19.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/53146df9df585d96363777c132158e4a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/53146df9df585d96363777c132158e4a.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/f1612f89d3633588bfcb59ecd8c2fe18.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.13,
+ "power_bonus_formatted": "13%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.13,
+ "attraction_bonus_formatted": "13%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3188,
+ "type": "speed_coggy_colby_cheese",
+ "name": "Speedy Coggy Colby",
+ "description": "A traditional double layer of Coggy Colby with a temporal twist! Two pieces of chronologically aged Colby cheese with a thick layer of chrono-cream in between, smothered in chrono-custard, and topped with a dollop of chrono-crème fraîche and one chrono-candle. This new blend of tasty time ingredients satisfies the need for speed. \n \nEquip this cheese at the SUPER|brie+ Factory to advance cheese through the pipeline at an additional +10L per hunt and attract mice that drop factory parts. Gotta pump fast!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "mousehunt_birthday",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/63b25a326addb5ac3aec72abde98fa11.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/9326f63ea3644631c5fe8360ea4ffdf5.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/ebd1f2373928898a644791ec53f59507.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/4d607a8667349945fa63a6a7d9f97b28.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/9326f63ea3644631c5fe8360ea4ffdf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/9326f63ea3644631c5fe8360ea4ffdf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/9326f63ea3644631c5fe8360ea4ffdf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3189,
+ "type": "birthday_floating_arcane_weapon_skin",
+ "name": "Circlet of Celebration Trap Skin",
+ "description": "This magically-enchanted, golden circlet floats between two prongs that are charged with Arcane energy. Upon detection of a mouse, the circlet begins to rotate and gain momentum while the silk wrapping gauges the speed and direction of the prevailing winds. Using this information, the circlet makes subtle adjustments to its angular velocity before propelling itself towards its target at mach speed. Once the circlet makes contact, it suspends the mouse in a magical force field and holds it in place as the winged crystal flies over to absorb the rodent whole.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f864f263592bc142a63c6461158af8db.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8adad6f020d6177f3e7dd49b38c15472.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f864f263592bc142a63c6461158af8db.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/dcbad540d11f929ebeabf682d047335c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_arcane_weapon",
+ "skin_weapon_name": "Circlet of Seeking Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8065f5c9eb9705d7c6b362980b2d842e.jpg",
+ "marketing_text": "This trap seeks out one special mouse at a time and throws an impromptu birthday party celebration! Captured mice are convinced it is in fact their birthday as they open presents and celebrate while secretly being absorbed. SURPRISE!"
+ },
+ {
+ "id": 3190,
+ "type": "birthday_rift_mynorca_skin",
+ "name": "Machine of Yearly Not Only Remembering but Celebrating Anniversaries Skin",
+ "description": "In the furthest depths of the swirling Rift, in the heart of that howling storm, there is a pocket of deep calm. In the silence of that alien oasis, the air itself whispers unknowable mysteries that devour the mind. This trap contains the recording of an echo of a question, and mice are irresistibly drawn by the unyielding mystery.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1edfdeba3e9f53c75931f35e00cc5a3c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fe39e759b64d45e75bae02fa1dfe2cd2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1edfdeba3e9f53c75931f35e00cc5a3c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4f25c1fc92812fcf482232296513edc4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "rift_mynorca_weapon",
+ "skin_weapon_name": "Mysteriously unYielding Null-Onyx Rampart of Cascading Amperes",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0abe6d39b6efcdd8315ae159b6cd9ded.jpg",
+ "marketing_text": "This variant of the Mynorca has had its recording set to the \"Happy Birthday\" song which pierces the minds of mice who are drawn in by the lovely fanfare and decorations before realizing all too late that the song never ends."
+ },
+ {
+ "id": 3191,
+ "type": "birthday_temporal_dissonance_skin",
+ "name": "Timesplit Celebrator Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/800253ebc97552da100216a082c6d021.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/abe77d4e68108da6a317da620bf83aa0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/800253ebc97552da100216a082c6d021.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ebcfe7d1f869a80aaa276dbcb3ae17e0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "A literal party machine! When triggered, it subjects the mouse to every single birthday celebration the mouse has ever and will ever experience simultaneously! Once partied out, the exhausted mouse is wrapped up in a neat little bow and presented to the hunter as a gift."
+ },
+ {
+ "id": 3192,
+ "type": "birthday_upgraded_rune_shark_skin",
+ "name": "Surprise School of Sharks Trap Skin",
+ "description": "The second revision of the Runeshark, codename: The Great Rune Shark, is improved in every way over the original design. Enhanced lasers, stronger fins, sharper teeth and increased size to take on the toughest of prey. The biggest advantage: Strength in numbers! A whole school of sharks ready to be unleashed!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b9366177ef8a144486611347f8208a63.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e58346874687b9a4b4eaf3aea640cf9b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b9366177ef8a144486611347f8208a63.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/6fdb72b926a749a1dbfb789c69fffdfd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "upgraded_rune_shark_weapon",
+ "skin_weapon_name": "School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7ee59e96f95912c4f1e1bc13749273fa.jpg",
+ "marketing_text": "SURPRISE! A rambunctious school of sharks lie in wait for the birthday mouse to show up. Unfortunately, once they detect the mouse, they quickly go from celebrate to exterminate! Their programming takes over automatically and sends them into a frenzy which ultimately destroys the party in the process. They did have good intentions in mind!"
+ },
+ {
+ "id": 3193,
+ "type": "complete_birthday_2021_adv",
+ "name": "Save the SUPER|brie+ Factory!",
+ "description": "Vincent, The Magnificent thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and put an end to Vincent's grasp on the factory!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3194,
+ "type": "rare_valour_rift_treasure_chest_convertible",
+ "name": "Rare Valour Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1fa9a63667395a35e7399a4579e8707c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0176bc60037f70f7842381cf9be5193f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/667082607cf28f1313dfd5d01e6d9fc3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ce63d9203f80a4a159e1998eee70811f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0176bc60037f70f7842381cf9be5193f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0176bc60037f70f7842381cf9be5193f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0176bc60037f70f7842381cf9be5193f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3195,
+ "type": "unstable_valour_map_convertible",
+ "name": "Unstable Celestial Timechest",
+ "description": "This secret cache of treasure has been carefully hidden from would-be thieves by the guardians of the Rift Gauntlet Tower. Using their knowledge of time and space, the guardians have put the chest slightly out of phase with our timeline. Only those experienced in traversing and exploring the Rift Gauntlet Tower will be able to fully bring the chest back into sync to uncover the full treasure inside. \n \nThe contents of this chest will increase depending on the highest floor a hunter has explored during Ultimate Umbra. The rewards increase at floor 16, 32, 48, 64, and reach their maximum if a hunter has ever reached floor 80.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b4e75320e738f551f1031b4551ac8026.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d6b8823e475c05ea804c3e43cbc01f9f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1ce895cd79efb672c6234fd0c142e943.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9ffb4ab4fa920d598ad8c0bfe7a238bb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d6b8823e475c05ea804c3e43cbc01f9f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d6b8823e475c05ea804c3e43cbc01f9f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d6b8823e475c05ea804c3e43cbc01f9f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3196,
+ "type": "valour_rift_scroll_case_convertible",
+ "name": "Valour Rift Scroll Case",
+ "description": "A scroll case just barely in phase with your current timeline. Carefully open to reveal a list of the various mice found roaming the Rift Gauntlet Tower!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a9ca1b00a24c147e5918e53f3e09d8da.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0c8c7d34288add72acf57d40e1ccb48b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2948d604d6652c952186b2e90710a2cd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8d8d22d8bdd767020c74e7a4efc37e67.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0c8c7d34288add72acf57d40e1ccb48b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0c8c7d34288add72acf57d40e1ccb48b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0c8c7d34288add72acf57d40e1ccb48b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3197,
+ "type": "valour_rift_treasure_chest_convertible",
+ "name": "Valour Rift Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5ed09417864c04bd7545d14d6d43d5fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/96fd2da86b6c9ddb89bbba33da3ddb94.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ef95ed0d16d556a6a39c860792dc1cd6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9547b1473424874c7eea9bf5028c188b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/96fd2da86b6c9ddb89bbba33da3ddb94.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/96fd2da86b6c9ddb89bbba33da3ddb94.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/96fd2da86b6c9ddb89bbba33da3ddb94.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3198,
+ "type": "airship_balloon_vrift_stat_item",
+ "name": "Valorous Airship Balloon",
+ "description": "Display your courage in the face of the dangerous Valour Rift with this Cosmetic Airship Set. Assembled using the most valuable and difficult items to obtain in the Valour Rift that only the most valorous and courageous hunters can gather. \n \nThis is the Balloon from the Valorous Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d34a86534f842e9bcfdca6d187f1acf4.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_vrift_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/dba12da493ae63b8401b986e7212fb52.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_vrift_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_vrift_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3199,
+ "type": "airship_hull_vrift_stat_item",
+ "name": "Valorous Airship Hull",
+ "description": "Display your courage in the face of the dangerous Valour Rift with this Cosmetic Airship Set. Assembled using the most valuable and difficult items to obtain in the Valour Rift that only the most valorous and courageous hunters can gather. \n \nThis is the Hull from the Valorous Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/93d043519f1f00bb9e79404f4190940b.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_vrift_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a5e2cad5dcf5a8f3739007f59ecd4a0c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_vrift_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_vrift_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3200,
+ "type": "airship_sail_vrift_stat_item",
+ "name": "Valorous Airship Sail",
+ "description": "Display your courage in the face of the dangerous Valour Rift with this Cosmetic Airship Set. Assembled using the most valuable and difficult items to obtain in the Valour Rift that only the most valorous and courageous hunters can gather. \n \nThis is the Sail from the Valorous Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5e7068ab6c24c149dda5ed1a2a3cc1ae.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_vrift_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/21cf19a14f578e4082c242dc572a5a41.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_vrift_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_vrift_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3201,
+ "type": "star_spire_chrome_dissonance_trap_skin",
+ "name": "Chrome Celestial Star Spire Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/535a2581b8e5fe7a2f5a423ca631fda9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/613358e51422fda5eba6f8d4cf876173.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/535a2581b8e5fe7a2f5a423ca631fda9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a825486969650d9b2bd685b0c5ef7ab3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "A majestic inverted spire with a conical shape. It acts as a cistern for a pool of mimetic polyalloy forced to maintain a fluidic state by the residual heat of a celestial star hovering above the basin. The star power combined with the alloy form a formidable force to fend off any furry foe!"
+ },
+ {
+ "id": 3202,
+ "type": "21k_golden_egg_convertible",
+ "name": "21K Golden Egg",
+ "description": "This gold plated egg is sure to contain something valuable...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/78fab0509fbe95616e97ad12947ecb3d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2c73e57e8cc93bf883c6c32c183e545a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e10fafa07ee62569ae3e11ab9aff852b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3ada6ff18f89d020908e35fee2de7a45.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2c73e57e8cc93bf883c6c32c183e545a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2c73e57e8cc93bf883c6c32c183e545a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2c73e57e8cc93bf883c6c32c183e545a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3203,
+ "type": "balack_the_banished_egg_convertible",
+ "name": "Balack the Banished Egg",
+ "description": "A merciless egg modelled after a merciless leader.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6287325644a2e0fed648859a1e9ef737.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ed81ee68b34afc6e83abeac1c8382347.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4c82e0d004c4e2813df3e2f3706c9ac6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/33937d2da8507da8437bd8a49dfed351.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ed81ee68b34afc6e83abeac1c8382347.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ed81ee68b34afc6e83abeac1c8382347.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ed81ee68b34afc6e83abeac1c8382347.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3204,
+ "type": "blue_argyle_egg_convertible",
+ "name": "Blue Argyle Egg",
+ "description": "A festively painted egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b44d6f9cc06094046efb30911c680bec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f28a4a667993ce8ffa65356b69d768d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3d9c353fdeaaf07b17b667a895621ca5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e09817e3d5a14bc2cbb4aeb128f55cea.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f28a4a667993ce8ffa65356b69d768d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f28a4a667993ce8ffa65356b69d768d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f28a4a667993ce8ffa65356b69d768d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3205,
+ "type": "bottled_wind_egg_convertible",
+ "name": "Bottled Wind Egg",
+ "description": "A swirling gust of wind caught in an ovular ampoule!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac201eb61c88dd863cb8939c4bf01e97.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3b50ca373c2f5f16f780efd836d055ce.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/61d30d18354d05fd584a4341388bfe21.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4c3c721315831603676d759dd2921f5f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3b50ca373c2f5f16f780efd836d055ce.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3b50ca373c2f5f16f780efd836d055ce.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3b50ca373c2f5f16f780efd836d055ce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3206,
+ "type": "caring_egg_convertible",
+ "name": "Caring Egg",
+ "description": "This egg gives a warm and fuzzy feeling while held.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2b167a5178afa894daa58dd61d209057.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a6c4f3f31d71dffec00210da0e1dd13a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ca89ac48a9058d91ee0f1ba299b9d9c5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6baf62594849a34a79c5a62429cbdf8b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a6c4f3f31d71dffec00210da0e1dd13a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a6c4f3f31d71dffec00210da0e1dd13a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a6c4f3f31d71dffec00210da0e1dd13a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3207,
+ "type": "cloudstone_bangle_egg_convertible",
+ "name": "Cloudstone Bangle Egg",
+ "description": "An eggsquisite gem-inlaid golden bangle. This egg looks hard to crack!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b8f52c3e6969b312787f3824923c5838.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/17538c5f2c9f8adb9e4086f9d4faf328.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0153e4b82333374c768a5f8b97b4bd62.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cebd5c3c1e80a2ecd31f90a7f7cd82b6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/17538c5f2c9f8adb9e4086f9d4faf328.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/17538c5f2c9f8adb9e4086f9d4faf328.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/17538c5f2c9f8adb9e4086f9d4faf328.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3208,
+ "type": "corky_the_collector_egg_convertible",
+ "name": "Corky, The Collector Egg",
+ "description": "This egg is cute, made out of cork, extremely buoyant, and queso resistant!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a7e7fc5b2fb3d546c5f0be719eb074d4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/47b35e0b2de7b71bb4f21432da038ac8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/60f7404204882dce5cdc7888b6e0e82c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/85aa7dd96971188eb1f2c912302baffc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/47b35e0b2de7b71bb4f21432da038ac8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/47b35e0b2de7b71bb4f21432da038ac8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/47b35e0b2de7b71bb4f21432da038ac8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3209,
+ "type": "eggscellent_gift_basket_convertible",
+ "name": "2023 Eggscellent Gift Basket",
+ "description": "Give this eggscellent gift basket to an eggstraordinary friend to celebrate the arrival of Spring! \n \nInside you'll find: \n \n\n• 1 Magical Eggsweeper Fertilizer \n• 10 Eggsweeper Shovels \n• 10 Eggstra Charge Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b59053bb19039bfb5b166c9fc81a85e8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5a549847776d809d688d4a310b6c309.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0eed0095fb13af92e2eda0031b916258.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/76238341da346dab7c378635c769524f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5a549847776d809d688d4a310b6c309.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f5a549847776d809d688d4a310b6c309.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f5a549847776d809d688d4a310b6c309.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3210,
+ "type": "eggstravagant_supply_kit_convertible",
+ "name": "2023 Eggstravagant Supply Kit",
+ "description": "This eggstra special supply kit is the pinnacle of eggstravagance! For those who love to celebrate the season of renewal, there is no better way than to crack one of these open and indulge in the eggstraordinary goodies! \n \nInside you'll find: \n \n\n• 5 Magical Eggsweeper Fertilizer \n• 200 Eggsweeper Shovels \n• 200 Eggstra Charge Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/508a51a0ddb8539bbabfab9a6dbb8a4a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/db09367c3c9132850806eebe75854a64.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4c08451989adeae026d522f651f7f751.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/012d59ed8f6820e68694a8a71a2265de.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/db09367c3c9132850806eebe75854a64.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/db09367c3c9132850806eebe75854a64.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/db09367c3c9132850806eebe75854a64.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3211,
+ "type": "enchanted_wing_egg_convertible",
+ "name": "Enchanted Wing Egg",
+ "description": "A translucent membrane resembling a wing that magically obscures the goodies inside.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dd7784bd3a4d591461287eb388e26516.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8a86baec532a051a55f202d81d36d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/29b51bacef74a5a9e990eee0adfed4e1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/77df854f321ccea97ce3fbb6ca12bce3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8a86baec532a051a55f202d81d36d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8a86baec532a051a55f202d81d36d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4a8a86baec532a051a55f202d81d36d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3212,
+ "type": "friendly_egg_convertible",
+ "name": "Friendly Egg",
+ "description": "A Friendly Spring Egg can turn anyone's mood to sunny-side up!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ab9fdfd63411ce7d08886b5df95995cd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ec706ad65b36f94cd771a8f8b31b3ae4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/75caccb87a8155d272551531b4fd8fb4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/38eb0ab9787916b960a306d329287450.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ec706ad65b36f94cd771a8f8b31b3ae4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ec706ad65b36f94cd771a8f8b31b3ae4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ec706ad65b36f94cd771a8f8b31b3ae4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3213,
+ "type": "green_plaid_egg_convertible",
+ "name": "Green Plaid Egg",
+ "description": "This egg is one of the most frequently produced eggs, and a known favourite of Moustachio the Charmer.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9c9ec860873459157a63d016aba58d3e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f28357c60a04675229e788b6185f1968.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c4721b02acb1eb93673a9d15ee6ad104.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/887162c61d0e01985ffc12e41c03d952.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f28357c60a04675229e788b6185f1968.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f28357c60a04675229e788b6185f1968.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f28357c60a04675229e788b6185f1968.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3214,
+ "type": "loot_cache_egg_convertible",
+ "name": "Loot Cache Egg",
+ "description": "You don't need a key to open this cache! Crack into one for some lovely loot.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bf4378904adf943fab2f759b917b7279.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2bb799d5df6e0c136a1375a085f565e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3f4021e41e965d0df8cf16831778581f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4ef0d0c6b7728fa4b4f7490168d268a2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2bb799d5df6e0c136a1375a085f565e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a2bb799d5df6e0c136a1375a085f565e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a2bb799d5df6e0c136a1375a085f565e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3215,
+ "type": "runny_egg_convertible",
+ "name": "Runny Egg",
+ "description": "Gotta go fast! This egg trains hard to compete with the fastest of the fast in Gnawnia! \n \nWhen the headphones go on, this egg takes off!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9cb72e94daeba149a19128a592e963c5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/69213aff3e4e6b1ddae8ee474ff2b46e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5caa8e7f46ef7b436b89663dfd53eace.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0e1357f59c7711724670faf71d51a903.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/69213aff3e4e6b1ddae8ee474ff2b46e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/69213aff3e4e6b1ddae8ee474ff2b46e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/69213aff3e4e6b1ddae8ee474ff2b46e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3216,
+ "type": "scalloped_pink_egg_convertible",
+ "name": "Scalloped Pink Egg",
+ "description": "This egg is known to occasionally twitch and vibrate in a hunter's inventory.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ab06fa241a4fc8770a95cd3342837360.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/20dd6ab9d4d757318f00321080c00069.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9774f5b754d485c0d5cfb076068c881c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/06d89673a1fa0be3714292c4bc10468e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/20dd6ab9d4d757318f00321080c00069.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/20dd6ab9d4d757318f00321080c00069.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/20dd6ab9d4d757318f00321080c00069.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3217,
+ "type": "sharing_egg_convertible",
+ "name": "Sharing Egg",
+ "description": "Holding this egg has been known to make hunters feel more generous.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/cb30fa0d3aa7f734819c73053b639d66.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c449c1fdd1b1224da717c04473b5c20d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/334f74effbfdba4226f135c29ce3aa56.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a7b379fb8b2af572b6b1fb2d257a6317.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c449c1fdd1b1224da717c04473b5c20d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c449c1fdd1b1224da717c04473b5c20d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c449c1fdd1b1224da717c04473b5c20d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3218,
+ "type": "sky_conqueror_egg_convertible",
+ "name": "Sky Conqueror Egg",
+ "description": "A sky conqueror's trophy! Earned by Floating Island conquerors who fully claim an island.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/91ca841f03e1710428ebe7c70f019102.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5661762914f24de892f39da94b93db0b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/be91678442bb5e3724cc0b4437ac2648.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e3f75990f6c0408ddb168c4f1dac0447.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5661762914f24de892f39da94b93db0b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5661762914f24de892f39da94b93db0b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5661762914f24de892f39da94b93db0b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3219,
+ "type": "sky_explorer_egg_convertible",
+ "name": "Sky Explorer Egg",
+ "description": "A sturdy, well-adventured dirigible is pictured on this illustrious explorer's egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/90ff2060ee2108c8b015cb3270a2464c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/68f881e628ce81ac24c07af780d84fde.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9b2c1d1c055e8d5cc7889c995437da64.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/faf6aa947821296fd6dfe2caa662249a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/68f881e628ce81ac24c07af780d84fde.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/68f881e628ce81ac24c07af780d84fde.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/68f881e628ce81ac24c07af780d84fde.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3220,
+ "type": "sky_gem_egg_convertible",
+ "name": "Sky Glass Egg",
+ "description": "Glittering Sky Glass bedazzles this beautiful egg!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d70cf60730a79a247394e7628827d023.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ccc063e42fce300a80e39b21e37788c1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8d4ca01d4726a2517c29803fa031011f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ccc46aaabcce629281d996a6f180e375.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ccc063e42fce300a80e39b21e37788c1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ccc063e42fce300a80e39b21e37788c1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ccc063e42fce300a80e39b21e37788c1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3221,
+ "type": "sky_ore_egg_convertible",
+ "name": "Sky Ore Egg",
+ "description": "A geode of Sky Ore shaped like an egg!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c99b15dba181d3e6de4f355dc20b7d1f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d68a2e70d61442e33330cb0f2b6c8f50.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8bc8cb2d8c5975575e1662cd16b5ca66.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/59b0b060631cfaf2fd119bd13779bcd4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d68a2e70d61442e33330cb0f2b6c8f50.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d68a2e70d61442e33330cb0f2b6c8f50.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d68a2e70d61442e33330cb0f2b6c8f50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3222,
+ "type": "sky_pirate_egg_convertible",
+ "name": "Sky Pirate Egg",
+ "description": "Liberated loot lives in this egg-shaped pirate stash. A clever way to hide your ill-begotten gains during the holiday.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d8c99d7011481f2a529f88d8d865c4d9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b934a029a905ca2d403f9360095410ce.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2b7fbbb2a7b2e299c1a1a0ea431be41f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a17000e6e5bd7a8eb06403f2c3a3c60a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b934a029a905ca2d403f9360095410ce.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b934a029a905ca2d403f9360095410ce.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b934a029a905ca2d403f9360095410ce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3223,
+ "type": "sky_sprocket_egg_convertible",
+ "name": "Sky Sprocket Egg",
+ "description": "An egg shaped like a Sky Sprocket! Wonder what's inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/104d63631a9051898b93d3749ba5240f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/38ced6658ceb64698c598bd73c8e8f3d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7883d295cb38e2f00e9111cea23b6ecd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/23fc2b6df0657a89567376a5375a1003.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/38ced6658ceb64698c598bd73c8e8f3d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/38ced6658ceb64698c598bd73c8e8f3d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/38ced6658ceb64698c598bd73c8e8f3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3224,
+ "type": "skysoft_silk_egg_convertible",
+ "name": "Skysoft Silk Egg",
+ "description": "This shell is as soft as a cloud and provides a very comfortable yet durable nesting place.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0dc3b4951c82110edbafb34545856878.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d93443d980b019c002d1d853edd3a99.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b0e6d749ae68f8b1c94a81698da906f0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/39a7ca4bd5cf71c4012bb243d8faa879.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d93443d980b019c002d1d853edd3a99.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0d93443d980b019c002d1d853edd3a99.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0d93443d980b019c002d1d853edd3a99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3225,
+ "type": "stripy_red_egg_convertible",
+ "name": "Stripy Red Egg",
+ "description": "A spring egg painted with bright red stripes. You feel slightly luckier while holding this egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/da811ef448501ea8df5811efc1317304.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cd7457ffe50e04a5417a410b8b073d52.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b53fd5084026232d31ef2735e2be78da.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3b2e468000680e03221f87c9957a944e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cd7457ffe50e04a5417a410b8b073d52.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cd7457ffe50e04a5417a410b8b073d52.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cd7457ffe50e04a5417a410b8b073d52.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3226,
+ "type": "warden_of_fog_egg_convertible",
+ "name": "Warden of Fog Egg",
+ "description": "An ominous gaseous form engulfs what one can only assume to be an egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4c1d201d31c973bde05df50f2bc14b04.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0252918241d29547cfb682808252c25e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/be9eb42b6448b8b7f28a622ee9d24a5a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bd9e56045d8459f38cff3e7db8892c63.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0252918241d29547cfb682808252c25e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0252918241d29547cfb682808252c25e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0252918241d29547cfb682808252c25e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3227,
+ "type": "warden_of_frost_egg_convertible",
+ "name": "Warden of Frost Egg",
+ "description": "Cascading sheets of frost keep it as cold as its captor.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/94a4e3ce48307ddddfeb3d3224d2e332.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/efbf44f3384f79c82da22a3a2b347c7b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/718ce63c5617dbc5ad950e7c4a50f685.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d0ccb0397b6ded6ee63667a4179dc8e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/efbf44f3384f79c82da22a3a2b347c7b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/efbf44f3384f79c82da22a3a2b347c7b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/efbf44f3384f79c82da22a3a2b347c7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3228,
+ "type": "warden_of_rain_egg_convertible",
+ "name": "Warden of Rain Egg",
+ "description": "This egg will not go away nor come again another day.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9f18579ae0bc45f00b8e740f510e3ab6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a112bd62fd50534d11e12596c75f357e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9831e916987f2ea6323aea7ec4d728a8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/84433c71a0c9234ba5be2302f5111681.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a112bd62fd50534d11e12596c75f357e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a112bd62fd50534d11e12596c75f357e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a112bd62fd50534d11e12596c75f357e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3229,
+ "type": "warden_of_wind_egg_convertible",
+ "name": "Warden of Wind Egg",
+ "description": "Swirling clouds and unpredictable winds conceal this egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5c8daa33c1104d4944a56086590e3ecd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7d4830394f70e7d4479d721c1a68a916.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5d0e49a6c86e62b618b5da21f34598e7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1de90054e0e0be3432000b51c316a90b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7d4830394f70e7d4479d721c1a68a916.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7d4830394f70e7d4479d721c1a68a916.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7d4830394f70e7d4479d721c1a68a916.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3230,
+ "type": "wavy_purple_egg_convertible",
+ "name": "Wavy Purple Egg",
+ "description": "Water beads off of this painted spring egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/417415cb453cfd9baef380d64fb4fc41.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0c2289e79e7a489ef19df05434d88b2b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6e1042469dd42ecf07cd51a78bf2558a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7b4bdafe3e690212b1407ae0363c6a63.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0c2289e79e7a489ef19df05434d88b2b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0c2289e79e7a489ef19df05434d88b2b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0c2289e79e7a489ef19df05434d88b2b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3231,
+ "type": "workshop_egg_convertible",
+ "name": "Workshop Egg",
+ "description": "A miniature egg-shaped replica of the Floating Islands' Workshop.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/eea0d947a47bc9047dfb0cefc5f79606.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/215cb37ca633fed6e55b1014a371acd6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/143190f11bd9c416c51a2fc7fb967cb0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1059cbc24317dd26a669325d952ec3e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/215cb37ca633fed6e55b1014a371acd6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/215cb37ca633fed6e55b1014a371acd6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/215cb37ca633fed6e55b1014a371acd6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3232,
+ "type": "zurreal_egg_convertible",
+ "name": "Zurreal Egg",
+ "description": "An evil egg designed by an even eviler mouse.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bd879d5425cb1a44caff4517c017093e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b3f77639abd86ce9d7e58ede12e76ff1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ccc04ba899ce92f96ec9227a22d1af1e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3896a1b68260eb95119fc54c35e7e95e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b3f77639abd86ce9d7e58ede12e76ff1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b3f77639abd86ce9d7e58ede12e76ff1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b3f77639abd86ce9d7e58ede12e76ff1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3233,
+ "type": "spring_hunt_2021_journal_theme_collectible",
+ "name": "Spring Egg Hunt Journal Theme",
+ "description": "Celebrate your eggscitement for the Spring Egg Hunt with this eggscellent journal theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "spring_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/ffd31b3ccc4ffb4cbf6e19fc2daac0e1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d2f2eadbfdfd34b5512de436b22128a8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/ffd31b3ccc4ffb4cbf6e19fc2daac0e1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/ffd31b3ccc4ffb4cbf6e19fc2daac0e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3234,
+ "type": "airship_balloon_spring_stat_item",
+ "name": "Springtime Schooner Airship Balloon",
+ "description": "Celebrate the arrival of the vernal season by soaring through the sky on a spring breeze! The balloon is one giant milk chocolate egg filled with a special, lighter-than-air fondant cream centre. The hull is a finely-woven wicker basket stuffed with the most comfortable crinkle paper filling ever cut. The sails are made from beautiful, freshly cut flowers that leave the most pleasant smelling wake of any ship in the sky.\n \n\t \n\tThis is the Balloon from the Springtime Schooner Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/951f009629deb210f74ab3127ddfb2ab.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_spring_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d2e10e3fdd7798cc77e4db3b6a30e70f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_spring_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_spring_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3235,
+ "type": "airship_hull_spring_stat_item",
+ "name": "Springtime Schooner Airship Hull",
+ "description": "Celebrate the arrival of the vernal season by soaring through the sky on a spring breeze! The balloon is one giant milk chocolate egg filled with a special, lighter-than-air fondant cream centre. The hull is a finely-woven wicker basket stuffed with the most comfortable crinkle paper filling ever cut. The sails are made from beautiful, freshly cut flowers that leave the most pleasant smelling wake of any ship in the sky.\n \n\t \n\tThis is the Hull from the Springtime Schooner Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e66cadfb6a95d2d5f35f8498a219508c.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_spring_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e9b5e0c26dbbcd27b758f11c90a8c3e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_spring_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_spring_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3236,
+ "type": "airship_sail_spring_stat_item",
+ "name": "Springtime Schooner Airship Sail",
+ "description": "Celebrate the arrival of the vernal season by soaring through the sky on a spring breeze! The balloon is one giant milk chocolate egg filled with a special, lighter-than-air fondant cream centre. The hull is a finely-woven wicker basket stuffed with the most comfortable crinkle paper filling ever cut. The sails are made from beautiful, freshly cut flowers that leave the most pleasant smelling wake of any ship in the sky.\n \n\t \n\tThis is the Sail from the Springtime Schooner Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/937534f6df9364643aafee7637f0b80b.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_spring_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/324a901c60156f4e22769b0df05f8278.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_spring_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_spring_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3237,
+ "type": "chocolatium_stat_item",
+ "name": "Chocolatonium",
+ "description": "The purest chocolate known to science and the latest addition to the Gnawnian Periodic Table of Elements (CoCo). This rare and highly unstable element is so primordial that in the hands of a Master Chocolatier trained in the lost art of CocoAlchemy it can be transmuted into a wide variety of complex and useful items.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c02bf13c93ca796c0efb74350cb55cb7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bd6156bb8b9574c5768763894717181b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/80a46bd577b01c1d541f947ceb5a8a41.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bd6156bb8b9574c5768763894717181b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bd6156bb8b9574c5768763894717181b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/bd6156bb8b9574c5768763894717181b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3238,
+ "type": "chocolate_bar_base",
+ "name": "Chocolate Bar Base",
+ "description": "This base was created from a single piece of pure, molten Chocolatonium! Such a powerful and unstable substance can only be controlled and forged by a Master Chocolatier and as such, the only way to attain one is from Lady Laura herself as a reward for returning her precious Chocolatonium. This base is extremely rich and very difficult to eat but that won't stop the mice from trying! \n \n A single piece of Chocolatonium this large has the benefit of attracting the most chocolate-obsessed mice that are carrying the highest quantities of Chocolatonium during the Spring Egg Hunt. \n \nThis remarkable and delicious creation also occasionally provides a unique advantage to Eggstra Fondue. Whenever Eggstra Fondue is active and this base is equipped, there is a chance that any duplicated egg will duplicate again, providing THREE eggs instead of two! \n \nThe egg duplication effect does not work with bonus hunts.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/3d56337de97e325ae7c43f38ea175450.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/55a06b4c6f60a428920bc3803535a682.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/3d56337de97e325ae7c43f38ea175450.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/3d56337de97e325ae7c43f38ea175450.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/5ea814cf213c00ca53c17ca25dbc4ed5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3239,
+ "type": "dark_chocolate_bunny_weapon",
+ "name": "Darkest Chocolate Bunny Trap",
+ "description": "In the gloomiest depths of the Whisker Woods Rift, there grows a special variety of cocoa bean so dark that even the most sinister woodland creatures dare not eat it. This bean is so intensely bitter that just being near it has a chance to invoke a furious, blinding rage. \n \nLady Laura, the Master Chocolatier, has managed to harness the power of the bean's bitterness and use it to create a mousetrap specially designed for catching and infuriating the mice of the Whisker Woods Rift. This tempting yet terrifying chocolate bunny appears to be a harmless treat to unsuspecting rift mice but as they get closer, the accompanying eggs crack open to release a heavy mist that subdues the target while the laser eyes warm up to finish the job. The potent aroma of this impossibly bitter chocolate occasionally drives the mice of the Whisker Woods Rift into an unbridled fury. \n \nThis trap provides a chance to double the rage when catching any mouse in the Whisker Woods Rift.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "rift",
+ "rift_whisker_woods",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6b2c88235456302b4ea894df0999426f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/60ba93ee846e07ed8d995bcd84260245.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/6b2c88235456302b4ea894df0999426f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/27a0bede998daca036d41a337e5242c9.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "rift",
+ "has_power": true,
+ "power": 1400,
+ "power_formatted": "1,400",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 2,
+ "luck_formatted": "2",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3240,
+ "type": "chocolate_geyser_hydro_trap_skin",
+ "name": "Chocolate Fount Trap Skin",
+ "description": "A bubbling fount of molten queso which is superheated faster than it can vaporize. The surface tension is so high that even the slightest vibration can trigger an explosion! The specially crafted spouts focus the eruption towards the placement of the cheese on the trap hoping to cover any mice that wander too close.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/17122ee897f8d9b86179bdfb84e6e6a0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/150abc2d81a18e75a323355036cd44a9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/17122ee897f8d9b86179bdfb84e6e6a0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c233d5054d3e15ab766f1b0d65dcfe33.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_hydro_weapon",
+ "skin_weapon_name": "Queso Fount Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e7dfc6667f77fc2d6dc80ac7757127bc.jpg",
+ "marketing_text": "Impress your fellow hunters with the elegance and style of this three-tiered chocolate fountain! Mounted atop of an active queso fount, it uses the natural heat and pressure to melt and power this mouth-watering trap! \n Great for dipping fruit, marshmallows, and mice!"
+ },
+ {
+ "id": 3241,
+ "type": "chrome_spring_hunt_celestial_dissonance_skin",
+ "name": "Chrome Celestial Spring Basket Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/e47f1b5351afecc2a5ae1629e47ce37b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b39d850bbebe6295c802fffb1d52ce95.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/e47f1b5351afecc2a5ae1629e47ce37b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/610607aad48ae64387433fb1bd17c9ca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "A massive, egg-shaped Eclipse Core rests warmly nestled inside a special Spring Hunt basket surrounded by colourful, mimicked spring eggs. Mice who are looking to take a gander inside will trigger the outward explosion of colourful eggs while becoming permanently trapped inside one!"
+ },
+ {
+ "id": 3242,
+ "type": "spring_bunny_geyser_physical_skin",
+ "name": "Smolderstone Saxon Trap Skin",
+ "description": "A lumbering elemental built from powerful Geyser Smolder Stones, this massive weapon sits still until the thermal signature of a nearby mouse comes near. Driven by its craving for heat, the trap snatches up mice and consumes them to keep its core hot.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/37ebe51a4af5c7d3a2ba6d4af90dd9cd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2aa29443744eef193acab1e653aa8794.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/37ebe51a4af5c7d3a2ba6d4af90dd9cd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0aab0c411debb0bea06e751ee7667091.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_physical_weapon",
+ "skin_weapon_name": "Smoldering Stone Sentinel Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/41cafb0fea35a04f1776d9d9bc4fa58b.jpg",
+ "marketing_text": "A smoldering replica of a Saxon Gold rabbit poised to swat any mice that try to steal its sweets!"
+ },
+ {
+ "id": 3243,
+ "type": "party_size_rainbow_scroll_case_convertible",
+ "name": "Party Size Rainbow Scroll Case",
+ "description": "You may want to ensure that you have friends to help you before opening this scroll case! \n \nThe map within this colourful scroll case contains 65 to 120 mice!
This party size version allows 10 hunters to earn its illustrious iridescent rewards! \n \nMake sure you are well prepared for a journey across the entire Kingdom and choose your map-mates wisely!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ff81072d3c3d7c9c1a93110231aefc6e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/985d41fda8f696fb5fc3ae8b7f4bcb7c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fd205080b333a44789c77dad48e80a7e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6a00d6ef17d89f23e85a25de2e9ad3e2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/985d41fda8f696fb5fc3ae8b7f4bcb7c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/985d41fda8f696fb5fc3ae8b7f4bcb7c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/985d41fda8f696fb5fc3ae8b7f4bcb7c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3244,
+ "type": "bloom_rubber_plant_convertible",
+ "name": "Blooming Rubber Plant",
+ "description": "A rubber plant created from all the lovely heat resistant and durable materials from the Queso Geyser with enough rubber and cork inside to build a Medium Cork! \n \nWhen harvested, you are guaranteed to find Cork Bark and Congealed Rubber with either some Geyserite or Tungsten.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fd95e46b228a2c452a3fe84fc5e80a6f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e56982358fd4a06156f40253fa2c9f6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d94bf049bd6f0719e1b069bc740ac4a4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/41631b96dbc9ba2ef1093dc65986aeed.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4e56982358fd4a06156f40253fa2c9f6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4e56982358fd4a06156f40253fa2c9f6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4e56982358fd4a06156f40253fa2c9f6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3245,
+ "type": "airship_rocket_fuel_crate_convertible",
+ "name": "Hazardous Materials Crate",
+ "description": "This mysterious crate is plastered with scary looking warning symbols indicating that there are some highly volatile substances inside. The smart thing to do would be to just leave it alone and forget about it completely. Although, maybe one little peak inside wouldn't hurt... what's the worst that could happen? \n \nThis crate was a gift from Ronza.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/aa40b052b7db5d2d4d33d70ff3207adc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ffd3f68a0cbfad2c678bf4035ec7e10c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5287e4e8cd3af726a8b3d037bf1e1f1b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bbefa260f75b8107a7f632c4a25058bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ffd3f68a0cbfad2c678bf4035ec7e10c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ffd3f68a0cbfad2c678bf4035ec7e10c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ffd3f68a0cbfad2c678bf4035ec7e10c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3246,
+ "type": "party_size_chrome_scroll_case_convertible",
+ "name": "Party Size Chrome Scroll Case",
+ "description": "An extra special party size chrome-plated scroll case brought by Ronza! This scroll case contains a map that allows 10 hunters to search for special chrome treasure chests hidden throughout the Kingdom. \n \nUpon opening this case and completing the Chrome Treasure Map, you will receive a Chrome Treasure Chest which can contain: \n \n• SUPER|brie+ \n• Chrome Charms \n• Points \n• Chrome Aura \n• Chrome Journal Theme Scrap ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/af776c82c14f13ea73c5fdb756055449.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d242a29ef936118cca34ad48f0b604da.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/610dd67358b0816760f50b83a17eb9df.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9b1f410351fd371dbf77ad1b10f7d149.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d242a29ef936118cca34ad48f0b604da.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d242a29ef936118cca34ad48f0b604da.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d242a29ef936118cca34ad48f0b604da.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3247,
+ "type": "pile_of_chrome_bits_convertible",
+ "name": "Pile of Chrome Bits",
+ "description": "A heaping pile of 100 Chrome Bits so shiny that it's almost blinding!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f77fc923544ed9efdbbdf1d5d980457e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8bf9e46ae2b1356bfc23e90630d77434.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c8e50954341aad9c336700c37ba82f6b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/77b9121cb87a7030a4cb2c04b15807c1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8bf9e46ae2b1356bfc23e90630d77434.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8bf9e46ae2b1356bfc23e90630d77434.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8bf9e46ae2b1356bfc23e90630d77434.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3248,
+ "type": "rift_dirigible_kit_convertible",
+ "name": "Rift Dirigible Kit",
+ "description": "A dirigible loaded with cargo that will be very useful to any hunter brave enough to enter the Rift Plane!\n \n \nInside you'll find: \n \n\n• 200 Magical String Cheese \n• 200 Rift Airship Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d9d9f5304c4e2ba2de4bf32de1e2b99d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cccd84f09ea8932eeef5b761e7dd4ada.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0d178b25e065ff5ea9177caeb75e4d1c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ca91c5189f95262a0abf32fb12b8ad94.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cccd84f09ea8932eeef5b761e7dd4ada.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cccd84f09ea8932eeef5b761e7dd4ada.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cccd84f09ea8932eeef5b761e7dd4ada.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3249,
+ "type": "ronza_floating_islands_supply_ship_convertible",
+ "name": "2021 Ronza's Floating Islands Supply Ship",
+ "description": "This lofty airship is overflowing with the atmospheric essentials necessary to soar gracefully through the Floating Islands! \n \nInside you'll find: \n \n\n• 400 Airship Charms \n• 300 Cloud Cheesecake \n• 500 Bottled Wind \n• 10 Cyclone Stones \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/aca61b9cbefd31d4c2b9fd695e6809bc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e3d5b0b5d1fc37b128e1b1a9187d558f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0b1e3bb4bcd834d70b1442e20d7e7078.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/01b0f43a548b7272ec8e6ea594acc5e7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e3d5b0b5d1fc37b128e1b1a9187d558f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e3d5b0b5d1fc37b128e1b1a9187d558f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e3d5b0b5d1fc37b128e1b1a9187d558f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3250,
+ "type": "chrome_school_of_sharks_kit_crafting_item",
+ "name": "Chrome School of Sharks Upgrade Kit",
+ "description": "A set of state-of-the-art, fully waterproof chrome circuitry and processors designed to upgrade a fearsome aquatic predator with the latest advancements in mouse hunting technology. \n \nUse this kit with School of Sharks Trap Parts to create:\n
\n
Chrome School of Sharks
\n
\n\n
The ultimate upgrade to the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!
\n
\n\n
Power: 12500
\n
Power Bonus: 25%
\n
Attraction Bonus: 20%
\n
Luck: 32
\n
Power Type: Hydro
\n
Title Required: Count/Countess
\n
Cheese Effect: Extremely Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/ed731b6788d1c093733f49e79bb6c540.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c11e27f9c97e17f2891722f6883435f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/729c031693993f4618ab7ed67823f41d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c11e27f9c97e17f2891722f6883435f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c11e27f9c97e17f2891722f6883435f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/3c11e27f9c97e17f2891722f6883435f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 3251,
+ "type": "school_of_sharks_parts_crafting_item",
+ "name": "School of Sharks Trap Parts",
+ "description": "The disassembled components of a mighty aquatic weapon.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/4e51f36efc05dcaa154357871d0130ec.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6f344488c83ab8b59c6eb2a00129f4c3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/crafting_items/transparent_thumb/71b94ac1673af4fe882f21f9b410ea8a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/6f344488c83ab8b59c6eb2a00129f4c3.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/6f344488c83ab8b59c6eb2a00129f4c3.png",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3252,
+ "type": "airship_balloon_chrome_stat_item",
+ "name": "Chrome Cutter Airship Balloon",
+ "description": "Outshine the sun by soaring through the skies in the shiniest airborne vessel ever created! This bright and breathtaking beauty was commissioned by Ronza herself. The components were forged from her finest chrome bits, trimmed with melted Heavy Gold, and then polished to perfection with liquefied Super Wax Charms. The result is a sleek, smooth, and blindingly* beautiful dirigible! \n \n*Warning: Looking directly at this airship on a sunny day may cause permanent retinal damage.* \n \nThis is the Balloon from the Chrome Cutter Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5b20a2033a06303114906e1b0554aa76.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_chrome_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e97445fd2fcdb1cd744f895b214fb093.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_chrome_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_chrome_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3253,
+ "type": "airship_hull_chrome_stat_item",
+ "name": "Chrome Cutter Airship Hull",
+ "description": "Outshine the sun by soaring through the skies in the shiniest airborne vessel ever created! This bright and breathtaking beauty was commissioned by Ronza herself. The components were forged from her finest chrome bits, trimmed with melted Heavy Gold, and then polished to perfection with liquefied Super Wax Charms. The result is a sleek, smooth, and blindingly* beautiful dirigible! \n \n*Warning: Looking directly at this airship on a sunny day may cause permanent retinal damage.* \n \nThis is the Hull from the Chrome Cutter Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c573c1b55d5e4f2a77c8c050ec6df78c.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_chrome_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/871e9acb0a9aa4dd8a30c5b2b52b26b6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_chrome_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_chrome_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3254,
+ "type": "airship_sail_chrome_stat_item",
+ "name": "Chrome Cutter Airship Sail",
+ "description": "Outshine the sun by soaring through the skies in the shiniest airborne vessel ever created! This bright and breathtaking beauty was commissioned by Ronza herself. The components were forged from her finest chrome bits, trimmed with melted Heavy Gold, and then polished to perfection with liquefied Super Wax Charms. The result is a sleek, smooth, and blindingly* beautiful dirigible! \n \n*Warning: Looking directly at this airship on a sunny day may cause permanent retinal damage.* \n \nThis is the Sail from the Chrome Cutter Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f45f922e97b11fe21ef74c08dd8185ce.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_chrome_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e1e6466ef63f12fb95a38d7b191db543.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_chrome_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_chrome_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3255,
+ "type": "high_altitude_license_stat_item",
+ "name": "High Altitude Flight License",
+ "description": "Soaring to great heights requires a mastery of weather conditions, flight procedures, and aerial equipment. This is especially true in the unpredictable skies above Hollow Heights! \n \nThis High Altitude License permits use of Rocket Booster technology originally designed by Ronza to ascend into extremely high altitude airspace known to be home to the Empyrean Sky Palace. \n \nHunters looking to utilize rocket boosters must first prove their safe mastery of flight by fully exploring the Floating Islands. Then, after paying a modest licensing fee, this license will permit hunters to upgrade their airship with Rocket Boosters within their Workshop. Securely mounting the Rocket Boosters onto your airship balloon will require 500 Sky Ore and 500 Sky Glass.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ffd2e6ac0804b9eb18012c3b31d26e70.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ebe4b372c6fcd30a2fe195a96442df7a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a672ac78ebc5db9c51a0aa356fc6b3c0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ebe4b372c6fcd30a2fe195a96442df7a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ebe4b372c6fcd30a2fe195a96442df7a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ebe4b372c6fcd30a2fe195a96442df7a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3256,
+ "type": "iceberg_boiler_base",
+ "name": "Iceberg Boiler Base",
+ "description": "This base utilizes cutting-edge Steam Laser technology to boil solid ice in mere seconds. The design was introduced by Ronza as a powerful and efficient way to conquer the Iceberg! \n \nNo longer will you need to worry about switching bases while digging to defeat Icewing. This is a \"one base fits all\" solution to your previous multi-base problem! \n \n• Increases the attraction rate of the Tunnel Rats mice \n• Prevents any backwards movement from Brute mice \n• Capturing Bomb Squad mice propels you forward 20 feet \n• Strongly averts Zealot mice \n• Provides the same bonus as the Deep Freeze Base",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "iceberg",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/297b00deca1cf4eb8a156f782fb76325.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/3e505473daafe57b9f6a37aac36b72e9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/297b00deca1cf4eb8a156f782fb76325.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/297b00deca1cf4eb8a156f782fb76325.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/390d51d678ec7cba0394356ea0a53262.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.12,
+ "power_bonus_formatted": "12%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3257,
+ "type": "chrome_school_of_sharks_weapon",
+ "name": "Chrome School of Sharks Trap",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "sunken_city",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/a0d11331cfdb8914ff2ab672e1fb1899.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/6cb4fef407ee857f6e96e796d7363dc4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 12500,
+ "power_formatted": "12,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 32,
+ "luck_formatted": "32",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": true,
+ "skins": [
+ "costume_party_of_sharks_skin",
+ "winter_chrome_school_of_sharks_skin",
+ "chrome_school_of_tiger_sharks_skin",
+ "chrome_school_of_little_mermaids_skin",
+ "chrome_fluffle_of_bunnies_skin",
+ "chrome_queen_of_the_seas_skin",
+ "chrome_school_of_aquatic_ornaments_skin",
+ "chrome_playful_narwhal_skin",
+ "gilded_chrome_kraken_skin",
+ "antique_chrome_kraken_skin",
+ "chrome_sleepover_shark_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "costume_party_of_sharks_skin",
+ "winter_chrome_school_of_sharks_skin",
+ "chrome_school_of_tiger_sharks_skin",
+ "chrome_school_of_little_mermaids_skin",
+ "chrome_fluffle_of_bunnies_skin",
+ "chrome_queen_of_the_seas_skin",
+ "chrome_school_of_aquatic_ornaments_skin",
+ "chrome_playful_narwhal_skin",
+ "gilded_chrome_kraken_skin",
+ "antique_chrome_kraken_skin",
+ "chrome_sleepover_shark_skin"
+ ]
+ },
+ {
+ "id": 3258,
+ "type": "cloaking_droid_weapon",
+ "name": "Cloaking Droid Trap",
+ "description": "The technology that powers this droid is so advanced that many believe it must have come from another world. It utilizes a highly sophisticated cloaking device to blend seamlessly into its surroundings making it completely invisible to the unsuspecting mice that cross its path. Its single, menacing eye uses infrared vision to detect the heat signatures of its prey so while the droid can hide from others, nothing hides from the droid. \n \nNo one knows how it was built or by whom but the why is abundantly clear... it was built to be the perfect predator. \n \n\"The jungle... it just came alive and took him!\"",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "tactical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/1bc1f92bbc0bbd0422cac3b514018d74.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/0abe2b870209fbdae909eb5a270db787.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/1bc1f92bbc0bbd0422cac3b514018d74.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/1df3b09d197bce58caa4675b30c30702.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "tactical",
+ "has_power": true,
+ "power": 5000,
+ "power_formatted": "5,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3259,
+ "type": "brilliant_water_jet_trinket",
+ "name": "Brilliant Water Jet Charm",
+ "description": "By combining the intellectual prowess of two Smart Water Jet Charms, Ronza has delivered the most intelligent charm ever to brave the depths of the Rodentian ocean! \n \nThis clever device has the remarkable ability to boost a hunter's dive distance in the Sunken City all the way to the end of the current zone regardless of how long it is! After providing that impressive boost, this charm is smart enough to automatically disarm itself.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "sunken_city",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/28bf70cb1b284df503cd8775eedc2a7c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/feef8c4935e316b57b153d154b8d6b47.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/defa81272b955e0843733491554c33aa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/feef8c4935e316b57b153d154b8d6b47.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/feef8c4935e316b57b153d154b8d6b47.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/feef8c4935e316b57b153d154b8d6b47.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3260,
+ "type": "archmagus_final_form_skin",
+ "name": "Archmagus Final Form Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8f9e46d5e2905e462c8a799007b91b23.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/582537465b207f2e3f22c85ef88ba249.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8f9e46d5e2905e462c8a799007b91b23.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/b32e42a49fed6d791daa318dbb780da6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "Introducing the latest in magical droid technology, the Dumbledroid 10000 (aka. The Archmagus Final Form)! This turbo-powered successor to the 9000 series trades limitless memory for limitless speed by using a convenient magical shorthand to reduce the time it takes to utter epic incantations from seconds down to mere nanoseconds! It also has the ability to move at hypersonic speeds thanks in part due to its powerful arcane force blast and in part due to its more aerodynamic shape since it has chosen to shave the beard."
+ },
+ {
+ "id": 3261,
+ "type": "draconic_disintegrator_ray_skin",
+ "name": "Draconic Disintegrator Ray Trap Skin",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/97e3f9c502079035f825d48d7f0fdaca.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/55a9ba0edae539b389c152373a0d3a71.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/97e3f9c502079035f825d48d7f0fdaca.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/616600385e214e7e18f1e70d0a2bb3ff.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "Retrofit your Dragon Slayer Cannon with the super stylish, ultra high tech Draconic Disintegrator Ray! This timeless modification takes all the power of the original cannon and adds some much needed retro-future flash so you can not only rid the Kingdom of those pesky dragon mice but also look good while doing it! This model comes complete with a Tesla coil amplifier rod, four power settings, and a sleek set of tail fins!"
+ },
+ {
+ "id": 3262,
+ "type": "fairy_droidmother_skin",
+ "name": "Fairy Droidmother Trap Skin",
+ "description": "This magically-enchanted, golden circlet floats between two prongs that are charged with Arcane energy. Upon detection of a mouse, the circlet begins to rotate and gain momentum while the silk wrapping gauges the speed and direction of the prevailing winds. Using this information, the circlet makes subtle adjustments to its angular velocity before propelling itself towards its target at mach speed. Once the circlet makes contact, it suspends the mouse in a magical force field and holds it in place as the winged crystal flies over to absorb the rodent whole.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/00081b4100b4bf83e4fc24998ec41094.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0cb3b5c52d355de56250b44f96d82ac4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/00081b4100b4bf83e4fc24998ec41094.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e5fe01fe120395d59303d8a562d50c83.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_arcane_weapon",
+ "skin_weapon_name": "Circlet of Seeking Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8065f5c9eb9705d7c6b362980b2d842e.jpg",
+ "marketing_text": "This whimsical robotic wonder replaces the enchanted golden circlet with a jovial and benevolent droid who has descended from above with the sole purpose of granting wishes to any mouse who happens upon its trap... provided that the mouse's wish is to vanish into thin air!"
+ },
+ {
+ "id": 3263,
+ "type": "hibernating_mecha_beetle_skin",
+ "name": "Hibernating Mecha Beetle Trap Skin",
+ "description": "At a glance, this inconspicuous-looking boulder blends in seamlessly with the local geological formations. This remarkable creation can detect infinitesimal seismic waves in the ground caused by even the tiniest mouse scurrying in the vicinity. Upon detection, the trap activates instantly, causing it to roll into action, and unfold onto its prey. Once caught, it traps the mouse by sealing it into a nearby rock face using its tail-mounted laser cutter and then marks it for later retrieval.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f73d4b62f371717b06f85bfae7b4d4ac.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/3a5cd79f8dcc005e886b8d8f435804cd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f73d4b62f371717b06f85bfae7b4d4ac.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/520558537fa36a5f36fda2c4a0be3eb5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_weapon",
+ "skin_weapon_name": "Sleeping Stone Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7b69757462d046f8a5e71204d04e4fee.jpg",
+ "marketing_text": "This custom modification to the original Sleeping Stone Trap is of the genus Xylotrupes Ulysses Mechanicus and it was designed to trade high-speed reaction time for brute force and durability.
Its thick outer shell is composed of an unknown iridescent metal with immense tensile strength that provides this mechanized insect with the force necessary to crush its prey into highly compressed, spherical packages that can be conveniently delivered to the hunter by simply rolling them away."
+ },
+ {
+ "id": 3264,
+ "type": "super_safe_toy_crossbow_skin",
+ "name": "Super-Safe™ Toy Crossbow Trap Skin",
+ "description": "These finely-tuned crossbows create an interdimensional network between all other Interdimensional Crossbow Traps in existence. \n \nIn synchronization with each other, once one of the traps detects a mouse, each of the other traps opens a portal to the offending location so that they may aid by opening fire upon the same target at once! \n \nIt makes you wonder why all traps aren't made this way!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4d3f5ad402a517ff9a1564ed42eca7c8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/688960f425fd482ec59cb19cddfb2051.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4d3f5ad402a517ff9a1564ed42eca7c8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/85af41422b8ae3c945e922c1de15824a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "wolfsbane_weapon",
+ "skin_weapon_name": "Interdimensional Crossbow",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/818f31172f21150a00a3ca80743d2dc3.jpg",
+ "marketing_text": "The Kingdom's best Trapsmiths have combined their talents with the Kingdom's best toymakers to create the ultimate in mouse hunting fun for the whole family! The Super-Safe™ Toy Crossbow replaces the hardwood base of its predecessor with a lightweight fluorescent plastic that's durable enough for a seasoned hunter but light enough for a toddler! The silver-tipped wooden arrows have been replaced with high-density purple foam and are just as fun as they are safe*! \n \n* Safety Not Guaranteed \n \nWARNING: To avoid injury, refrain from using this product. Not suitable for children, adults, humans, or mice."
+ },
+ {
+ "id": 3265,
+ "type": "bottled_wind_case_convertible",
+ "name": "Case of Bottled Wind",
+ "description": "",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2012e2c7d41a3fc5bcd927346080b23c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d756d583900b3656f1cc9c5bbf3184eb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fe6935f0bc13d01faf52056fff818fc9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c73b7b56e11478eaad151b456462780f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d756d583900b3656f1cc9c5bbf3184eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d756d583900b3656f1cc9c5bbf3184eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3266,
+ "type": "empyrean_floating_loot_cache_convertible",
+ "name": "Empyrean Treasure Trove",
+ "description": "This exquisite and enchanting trove is loaded with valuable loot liberated from an exhausted Empyrean Palace Vault. These coveted treasures can be discovered by the most thorough Empyrean Vault raiders.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ddb799341840795ca449471d1f905eb8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/01b9064000b003e9bbf34d980a367c6d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d2b12ef22c3eeb1a8be8f41144013c22.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0b138b8c462ed20f55661d9efc233f54.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/01b9064000b003e9bbf34d980a367c6d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/01b9064000b003e9bbf34d980a367c6d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/01b9064000b003e9bbf34d980a367c6d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3267,
+ "type": "extra_rich_sky_cheese_pack_small_convertible",
+ "name": "2-Pack of Extra Rich Cloud Cheesecake",
+ "description": "Two pieces of decadent Extra Rich Cloud Cheesecake.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7d9f92a28b6d7cf0e41faba418f32c1a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/feae5f0554f1885d5bc93235fb61fcd0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/701393d3e31e2c13cb729554e498d201.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2138090300a9028752d60cb31aaead85.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/feae5f0554f1885d5bc93235fb61fcd0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/feae5f0554f1885d5bc93235fb61fcd0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/feae5f0554f1885d5bc93235fb61fcd0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3268,
+ "type": "floating_island_raider_convertible",
+ "name": "Empyrean Expedition Supply Kit",
+ "description": "This kit has got everything an intrepid hunter needs to embark on the ultimate expedition to the Empyrean Sky Palace! Plenty of Cyclone Stones to dial in just the right coordinates, loads of Extra Rich Cloud Cheesecake to lure the most lucrative breeds out of hiding, heaps of Bottled Wind to explore the vault with great haste, and a hefty stash of Rainbow Charms to blind the Empyrean adversaries with a colourful spectrum of power and luck! \n \nInside you'll find: \n \n\n• 500 Extra Rich Cloud Cheesecake \n• 700 Bottled Wind \n• 25 Cyclone Stones \n• 200 Rainbow Charms \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/773354c37128cb3f3a6b95b7bddf940d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b40966e24f0abd98d1731fbb51ea3d4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4fc4bc9c28a2eb4c2779c4acaf4f7ef5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/75ef75387852b7279183cd30a2c47281.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2b40966e24f0abd98d1731fbb51ea3d4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2b40966e24f0abd98d1731fbb51ea3d4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2b40966e24f0abd98d1731fbb51ea3d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3269,
+ "type": "airship_rocket_fuel_stat_item",
+ "name": "Storm Cell",
+ "description": "This powerful fuel cell houses a volatile mixture of warm unstable air, supercooled moisture, and an overabundance of electrons. Given the right trigger, the elements inside will engage and clash with each other to create a raging contained thunderstorm that, if properly harnessed, will provide a massive, single-use burst of energy with tremendous propulsive force. \n \nWith the right equipment, one could combine the power of a large quantity of these cells to provide enough propulsive force to send an airship all the way to the Empyrean Sky Palace!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/65b1259ed4d61d7353334ca0202dd5f6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e5dc4cae935eecf3c9ef37cba0d2f11f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/464dc82239a91fe1eaae8f005d81cb03.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e5dc4cae935eecf3c9ef37cba0d2f11f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e5dc4cae935eecf3c9ef37cba0d2f11f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e5dc4cae935eecf3c9ef37cba0d2f11f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Hunt mice in the Floating Islands after building the Rocket Booster upgrade"
+ },
+ {
+ "id": 3270,
+ "type": "empyrean_codex_page_stat_item",
+ "name": "Empyrean Codex Page",
+ "description": "The contents of this shimmering page seem to shift and change with each new glance. A mysterious illustration of what looks to be an Ancient Charm reconfigures itself before your very eyes.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5d8cf4e7ab765abc5b4a72c44bae6b98.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9408c967a8589097f8a5ab10c27ffe19.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3ee4d49011164ac5d7ae552d23bb9743.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9408c967a8589097f8a5ab10c27ffe19.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9408c967a8589097f8a5ab10c27ffe19.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9408c967a8589097f8a5ab10c27ffe19.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 8,
+ "obtain_hint": "Hunt Empyrean Empress mice in the Floating Islands"
+ },
+ {
+ "id": 3271,
+ "type": "empyrean_codex_stat_item",
+ "name": "Empyrean Codex",
+ "description": "This book contains long lost secrets, undecipherable diagrams, and puzzling equations that are perpetually rearranging themselves. The contents settle and become clear when in the proximity of ancient jade and gold. \n \nThe magic of this codex creates an alchemical result when using Ancient Charms that provides them with a chance to recombine into a higher tiered version when consumed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6922da0f74060ef01823fd2b51c2b107.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9da02c29af43933f8ea369d312e17d69.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5392f862aaed731800d8bee0c8094395.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9da02c29af43933f8ea369d312e17d69.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9da02c29af43933f8ea369d312e17d69.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9da02c29af43933f8ea369d312e17d69.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the Floating Islands' General Store"
+ },
+ {
+ "id": 3272,
+ "type": "empyrean_seal_stat_item",
+ "name": "Empyrean Seal",
+ "description": "These ornate and extremely valuable medallions are the official currency of the Empyrean Empire and the backbone of the Floating Islands' economy. They are fashioned from flawless Cloudstone fragments and minted exclusively in the Empyrean Sky Palace.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4534c276792dc6e3f79a5f678d87d65d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/dd362c178b67d5e45fda7b2da273e7d6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a53a5b3c32ff2c56ad8b5b0dba86a48e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/dd362c178b67d5e45fda7b2da273e7d6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/dd362c178b67d5e45fda7b2da273e7d6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/dd362c178b67d5e45fda7b2da273e7d6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore a vault with an Empyrean Seal Stowage in the Floating Islands"
+ },
+ {
+ "id": 3273,
+ "type": "raw_ancient_jade_stat_item",
+ "name": "Raw Ancient Jade",
+ "description": "A small shard of extraordinarily old jadeite with flakes of gold embedded throughout. Holding it in your hand seems to give a faint spark of giddy empowerment. \n \nAncient things have small beginnings...",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/03cfa896de966a4076612f3a4d07f04b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6702dc5d75d21be8c4ffe322a176aac8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9ada7e603f735bfe5aa0831d98a05828.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6702dc5d75d21be8c4ffe322a176aac8.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6702dc5d75d21be8c4ffe322a176aac8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6702dc5d75d21be8c4ffe322a176aac8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Explore a vault with an Ancient Jade Stockpile in the Floating Islands"
+ },
+ {
+ "id": 3274,
+ "type": "extra_rich_sky_cheese",
+ "name": "Extra Rich Cloud Cheesecake",
+ "description": "This decadent delight is created by condensing and triple-churning large quantities of traditional cloud cheesecake, seasoning the mixture with finely ground Sky Ore and Sky Glass, and then aging it for many years in the centre of a cirrocumulus castellanus. Its aroma is so potent and distinctive that it will attract more lucrative mice more often while repelling Cloud Commoners such as the Kite Flyer and Daydreamer throughout the Floating Islands. \n \nThe extremely rich flavour of this delicacy is a favourite among the Empyrean Guard and other Sky Palace nobility. It can lure some of the more illustrious breeds out of their hiding places within the many treasure vaults of the Empyrean Sky Palace. \n \nImbued with the power of Sky Ore and Sky Glass, this cheese provides a 20% Power Bonus and +5 Luck bonus when hunting anywhere in the Floating Islands.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "floating_islands",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/4de8e0b9680cb50a980fcb40de11c8a2_v2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/0ae707c97067446e1dffa95eca697c3b_v2.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/6cf094510f18b03ae9b1e70a5a6c3b44_v2.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/9a64013a061e08b8d1f89ce1d2d02801_v2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/0ae707c97067446e1dffa95eca697c3b_v2.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/0ae707c97067446e1dffa95eca697c3b_v2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/0ae707c97067446e1dffa95eca697c3b_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3275,
+ "type": "complete_sky_palace_adv",
+ "name": "Collapse the Empyrean Empire",
+ "description": "Ascend to even greater heights and uncover the location of the Empyrean Sky Palace. Explore one of the seemingly infinite treasure vaults to plunder from the hoards of loot that fund the Empyrean Empire and ultimately confront the Empyrean Empress herself!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "shadow",
+ "tactical",
+ "arcane",
+ "forgotten",
+ "hydro",
+ "draconic",
+ "law",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3276,
+ "type": "rare_sky_palace_treasure_chest_convertible",
+ "name": "Rare Empyrean Sky Palace Treasure Chest",
+ "description": "You and your friends embarked upon an epic journey throughout the Floating Islands and found this impressive treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4ed290f8c15f451921e8084ebaf9ff08.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/68552dd64e3a32afff80b229d2deab65.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/04e6d16c5257fccdb2188078115d06c1.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/68552dd64e3a32afff80b229d2deab65.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/68552dd64e3a32afff80b229d2deab65.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/68552dd64e3a32afff80b229d2deab65.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3277,
+ "type": "sky_palace_scroll_case_convertible",
+ "name": "Empyrean Sky Palace Scroll Case",
+ "description": "An elegant scroll case containing an elaborate list of coordinates and flight paths leading to the hidden treasures of the Empyrean Empire! \n \nThis treasure hunt will have up to five hunters embark on several journeys to the Empyrean Sky Palace to track down all eight Palace Protectors, the Empyrean Empress herself, and various other elusive and lucrative breeds. \n \nThe clues being held by these mice lead to Treasure Chests full of Gold, Charms, Cloud Curd, and other valuable treasures, including up to five Adorned Empyrean Jewels! \n \n
\n\tNOTE: Tracking the supply lines of the Empyrean Empire involves eight trips to the Sky Palace! \n\t \n\tEnsure you and your map mates are well stocked with Storm Cells before taking on this challenging treasure map.\n
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/06af3bf59111c08ce0c0cb05fd94ae4b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c92f77b5f002b7ac5807c0a494dde4f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b752fe524b54eea8bff0b31edfda1229.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c92f77b5f002b7ac5807c0a494dde4f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3c92f77b5f002b7ac5807c0a494dde4f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3c92f77b5f002b7ac5807c0a494dde4f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3278,
+ "type": "sky_palace_treasure_chest_convertible",
+ "name": "Empyrean Sky Palace Treasure Chest",
+ "description": "You and your friends embarked upon an epic journey throughout the Floating Islands and found this impressive treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4deb109ea8159ae1af831d1dac44e694.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/20ac989ecb9e00769f6921736ed4fae9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/15e5ad2a708db20fd4e92510d247bb03.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/20ac989ecb9e00769f6921736ed4fae9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/20ac989ecb9e00769f6921736ed4fae9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/20ac989ecb9e00769f6921736ed4fae9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3279,
+ "type": "airship_balloon_empyrean_stat_item",
+ "name": "Empyrean Airship Balloon",
+ "description": "An opulent airship design fit for an empress' fleet! The bold colours and opulent materials are designed to project the Empyrean Empire's power throughout Hollow Heights and beyond. Fleets of airships adorned with this design are often seen traversing the skies moving treasures from vault to vault. \n \nThis is the Balloon from the Empyrean Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9d5d981c7904a86e0ab86418822fe129.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_empyrean_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_empyrean_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_empyrean_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3280,
+ "type": "airship_hull_empyrean_stat_item",
+ "name": "Empyrean Airship Hull",
+ "description": "An opulent airship design fit for an empress' fleet! The bold colours and opulent materials are designed to project the Empyrean Empire's power throughout Hollow Heights and beyond. Fleets of airships adorned with this design are often seen traversing the skies moving treasures from vault to vault. \n \nThis is the Hull from the Empyrean Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/0d97f641bfe5e3d6cd8673d386c186f2.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_empyrean_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_empyrean_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_empyrean_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3281,
+ "type": "airship_sail_empyrean_stat_item",
+ "name": "Empyrean Airship Sail",
+ "description": "An opulent airship design fit for an empress' fleet! The bold colours and opulent materials are designed to project the Empyrean Empire's power throughout Hollow Heights and beyond. Fleets of airships adorned with this design are often seen traversing the skies moving treasures from vault to vault. \n \nThis is the Sail from the Empyrean Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b8b31f4c9f8a83787bb7d1b7b39c962d.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_empyrean_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_empyrean_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_empyrean_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3282,
+ "type": "grilled_cheese_pack_convertible",
+ "name": "5-Pack of Grilled Cheese",
+ "description": "Yummy! Who doesn't like a block of deliciously warm and gooey grilled cheese?! Well, one mouse in particular just LOVES it!\n
\nArm this while hunting at the Windmill to attract the Captain Croissant Mouse and free the Windmill from her breaded tyranny!\n
\nFor the sake of efficiency, Grilled Cheese is served up in batches of 5!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f6197f0c1b3fcb810ed47961faad7b30.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/524ec9682a08c36e3273846952f7b2f2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fea9cb13ceac72a177f0d7e8d0f7d8b6.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/524ec9682a08c36e3273846952f7b2f2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/524ec9682a08c36e3273846952f7b2f2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/524ec9682a08c36e3273846952f7b2f2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3283,
+ "type": "brewers_apprentice_kit_convertible",
+ "name": "Brewer's Apprentice Kit",
+ "description": "Everything a budding brewer needs in one handy kit!\nInside you'll find: \n \n\n• 100 Bonefort Cheese \n• 50 Gloomy Charms \n• 120 Reactive Reagents \n• 10 Spooky Shuffle Tickets \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e0b67463139809a52235b06c99e4ad6a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0fc3ca7aea89eaa33750098854b91734.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e02afaeac4341ca2da9550c7d264d6fd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2d6e59504c7a5202988c0480ec99fa68.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0fc3ca7aea89eaa33750098854b91734.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0fc3ca7aea89eaa33750098854b91734.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0fc3ca7aea89eaa33750098854b91734.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3284,
+ "type": "brewmasters_supply_kit_convertible",
+ "name": "Brewmaster's Supply Kit",
+ "description": "Conquer the Gloomy Greenwood with the ultimate supply kit for the ultimate brewmaster!\nInside you'll find: \n \n\n• 200 Bonefort Cheese \n• 200 Gloomy Charms \n• 400 Reactive Reagents \n• 25 Spooky Shuffle Tickets \n• 3 Spooky Shuffle Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7aa45eeaec6ba2ff0c06013e5fde868a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c5fe15d1c7ecc934471ff315e27c14f1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0237ef72bc5bf32a2d2b4de90104dc0b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/08f55eddaf201b411de4b4a052ece7dd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c5fe15d1c7ecc934471ff315e27c14f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c5fe15d1c7ecc934471ff315e27c14f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c5fe15d1c7ecc934471ff315e27c14f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3285,
+ "type": "gloomy_gift_basket_convertible",
+ "name": "Gloomy Gift Basket",
+ "description": "A gloomy gift basket full of Halloween treats!\nInside you'll find: \n \n\n• 10 Bonefort Cheese \n• 10 Gloomy Charms \n• 15 Reactive Reagents \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/993d2ba61b09103f97d8a38fdc7e0acd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cddcdad780fe6e28be8023e4b78f330b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dae2b7474b12d162e2e054b582065e88.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bc5b0e31608e83638a3f46f322e436cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cddcdad780fe6e28be8023e4b78f330b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cddcdad780fe6e28be8023e4b78f330b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cddcdad780fe6e28be8023e4b78f330b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3286,
+ "type": "halloween_2021_treat_scroll_case_convertible",
+ "name": "Sealed Treat Scroll Case",
+ "description": "This is a list of the mice who have asked for treats this Halloween season. You'll need Monterey Jack-O-Lantern as well as any Standard Bait to treat all of the mice on this list. ",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/053b2653ba0589b591615cf8fe50ad04.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e468160639fed0cafa497ab898d00c7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f77e5e06da8354b03aee5c3f9cd9a2c9.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9f83d4500dca503714e4ae47c78128a2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8e468160639fed0cafa497ab898d00c7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8e468160639fed0cafa497ab898d00c7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8e468160639fed0cafa497ab898d00c7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 3
+ },
+ {
+ "id": 3287,
+ "type": "halloween_2021_trick_scroll_case_convertible",
+ "name": "Sealed Trick Scroll Case",
+ "description": "This is a list of terrifyingly tricky mice that are up to no good this Halloween season! Tricking the mice on this list is no treat! \n \n
\n\tNOTE: This list of tricky mice includes Baba Gaga whose capture requires you to brew Scream Cheese. \n\t \n\tTake on this tougher challenge after brewing a few batches of Bonefort Cheese, Polter-Geitost, and Scream Cheese!\n
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2dc3f2a85d81a37f5ba5ede92d45bf73.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/27e6fb59fa6423722e11be950d0f85da.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ddb397e7284a8554f547910e0ba35c66.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/88ec4fbdfe602ac82ea9b8d98772658c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/27e6fb59fa6423722e11be950d0f85da.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/27e6fb59fa6423722e11be950d0f85da.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/27e6fb59fa6423722e11be950d0f85da.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 3
+ },
+ {
+ "id": 3288,
+ "type": "rare_treat_hween2021_treasure_chest_convertible",
+ "name": "Rare Halloween Treat Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9104d6845494e4eb4ffdd132e7706fe6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/20e34c63a24a4d2dd9d1d0820354173e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b1a11e86ca63072f6bbaaad69a432a17.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9c1ebc8149a12bc1f10e53fded1e3bbf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/20e34c63a24a4d2dd9d1d0820354173e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/20e34c63a24a4d2dd9d1d0820354173e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/20e34c63a24a4d2dd9d1d0820354173e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3289,
+ "type": "rare_trick_hween2021_treasure_chest_convertible",
+ "name": "Rare Halloween Trick Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2ef12714be19aa80e9a06911ea743265.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ea8452e962e39e5dd799a72613800db.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d28ae95d42d1ebf1f349504e7f96f226.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/100b2730d1410be84565bdd0bd5ab67a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ea8452e962e39e5dd799a72613800db.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3ea8452e962e39e5dd799a72613800db.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3ea8452e962e39e5dd799a72613800db.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3290,
+ "type": "treat_hween2021_treasure_chest_convertible",
+ "name": "Halloween Treat Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b635381872d92a110b6f43914b01b142.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3756302e4baae63ccbfda04dff23ac98.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7e7eb5e19cdeddd947409eb55d7b0ed3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cdf6ee1ff7d8bb5f06337f7dc1fe5ce1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3756302e4baae63ccbfda04dff23ac98.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3756302e4baae63ccbfda04dff23ac98.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3756302e4baae63ccbfda04dff23ac98.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3291,
+ "type": "trick_hween2021_treasure_chest_convertible",
+ "name": "Halloween Trick Treasure Chest",
+ "description": "You and your friends have completed a treasure map and discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0e8e9e960504272420aa44367497c2fc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5b7689e423c64ad38c62d2a6c95fb8ad.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2d4c4c7d42e2567130bdfb8bd657ebde.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4f2f705bc6f6b4aceed6709eac849eb2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5b7689e423c64ad38c62d2a6c95fb8ad.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5b7689e423c64ad38c62d2a6c95fb8ad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5b7689e423c64ad38c62d2a6c95fb8ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3292,
+ "type": "gloomy_greenwood_journal_theme_collectible",
+ "name": "Gloomy Greenwood Journal Theme",
+ "description": "Celebrate Halloween by decorating your journal with this haunting image of Baba Gaga's hut in the Gloomy Greenwood!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/f535bc3204408b8f35a9beded76a19ae.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c012a25a336cbe005e309e31f6108614.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/f535bc3204408b8f35a9beded76a19ae.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/f535bc3204408b8f35a9beded76a19ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3293,
+ "type": "airship_balloon_gloomy_galleon_stat_item",
+ "name": "Gloomy Galleon Airship Balloon",
+ "description": "Baba Gaga's personal domus mactabilis mobilis! Bring doom and gloom to those that oppose the powerful presence of this flying monstrosity! \n \n \nThis is the Balloon from the Gloomy Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c71c21ad769cd8ff952857933f4bf1ee.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_gloomy_galleon_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c15baa4317d5f81c2d54789145c4fd45.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_gloomy_galleon_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_gloomy_galleon_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3294,
+ "type": "airship_hull_gloomy_galleon_stat_item",
+ "name": "Gloomy Galleon Airship Hull",
+ "description": "Baba Gaga's personal domus mactabilis mobilis! Bring doom and gloom to those that oppose the powerful presence of this flying monstrosity! \n \n \nThis is the Hull from the Gloomy Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/140e5be397888b8b624eb5268fa3c6e4.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_gloomy_galleon_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ce4fb4f92514bbf3c65e71879126add9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_gloomy_galleon_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_gloomy_galleon_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3295,
+ "type": "airship_sail_gloomy_galleon_stat_item",
+ "name": "Gloomy Galleon Airship Sail",
+ "description": "Baba Gaga's personal domus mactabilis mobilis! Bring doom and gloom to those that oppose the powerful presence of this flying monstrosity! \n \n \nThis is the Sail from the Gloomy Galleon Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f83c5e17e96171ab20b468945c9224f5.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_gloomy_galleon_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/44b0801d046d95730ec76952b88a42f4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_gloomy_galleon_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_gloomy_galleon_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3296,
+ "type": "cauldron_instant_finish_stat_item",
+ "name": "Reactive Reagent",
+ "description": "This mysterious chemical compound is so extraordinarily volatile that some believe it might actually be a sentient creature with sinister intentions! While its state of consciousness might be dubious, its alchemical effectiveness is very clear. Adding some of this wondrous powder to your cauldron in the Gloomy Greenwood will cause its current brew to finish instantly!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/48dfb0552bfe3efa7ec647e3ddaa5511.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/152562d29f0c1f3b34068772e12f9e1a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ff427767e5a41f611bfc0350bc98e184.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/152562d29f0c1f3b34068772e12f9e1a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/152562d29f0c1f3b34068772e12f9e1a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/152562d29f0c1f3b34068772e12f9e1a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3297,
+ "type": "cauldron_potion_ingredient_stat_item",
+ "name": "Mousedrake Root",
+ "description": "This legendary root only grows in the enchanted soil of the Gloomy Greenwood and is so volatile that it can only be uprooted by the most sinister mice. It is alleged to have many bizarre and varied uses but it is most famously known for its ability to be distilled down into the terrifyingly powerful substance known as Evil Extract!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d5240cd8a92be125b9bebacb8e8d4879.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/61974eebc3c5636bdde34087f181cef3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/dc52f52634fdb2d720d59ad59ecbab12.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/61974eebc3c5636bdde34087f181cef3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/61974eebc3c5636bdde34087f181cef3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/61974eebc3c5636bdde34087f181cef3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "rift_spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3298,
+ "type": "cauldron_tier_1_ingredient_stat_item",
+ "name": "Pungent Pumpkin",
+ "description": "The most off-putting aspect of this rotting vegetable isn't the slimy mould or the putrid stench.... it's that unsavoury smile. \n\t \n\tThis ingredient is used for brewing Monterey Jack-O-Lantern.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/68557a73c8163e4ab037ecd835a356b3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3458a95df3666ed6cbc1845fb33907ba.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f29178e0a95d01f9cda7b89808ebe6de.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3458a95df3666ed6cbc1845fb33907ba.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3458a95df3666ed6cbc1845fb33907ba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3458a95df3666ed6cbc1845fb33907ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3299,
+ "type": "cauldron_tier_2_ingredient_stat_item",
+ "name": "Marshmarrow",
+ "description": "This strange, gelatinous substance has a texture that is somehow rubbery, grainy, and moist all at the same time. \n \nThis ingredient is used for brewing Bonefort Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9c73a6f5dd05b3750659811cc64ca2ac.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/798ff477dd731f81ccb8e232109e2541.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ac04e0457daaef8e675f7d198871a0e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/798ff477dd731f81ccb8e232109e2541.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/798ff477dd731f81ccb8e232109e2541.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/798ff477dd731f81ccb8e232109e2541.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "extra_spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3300,
+ "type": "cauldron_tier_3_ingredient_stat_item",
+ "name": "Ghost Pepper",
+ "description": "While many peppers are notorious for their heat, this Ghost Pepper is known for being frightfully frigid. It is so cold that those who dare to eat it never warm up again. \n \nThis ingredient is used for brewing Polter-Geitost.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/24333632f8d469aee4b0e0458317ea29.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/78bc1d92a65357ac071dfaadcf3dac37.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/28cf6842b6637ea13199f3535fbfaa97.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/78bc1d92a65357ac071dfaadcf3dac37.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/78bc1d92a65357ac071dfaadcf3dac37.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/78bc1d92a65357ac071dfaadcf3dac37.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "extreme_spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3301,
+ "type": "cauldron_tier_4_ingredient_stat_item",
+ "name": "AvocAAAAHdo",
+ "description": "This fearful fruit maintains its ripeness by existing in a state of perpetual anxiety. Beware the sound it makes when you remove the pit. \n \nThis ingredient is used for brewing Scream Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6cc6bd1b02d2e4d812407e440b0b33fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2843ced24d7b1da5a74878641de5af8f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b90068683ee589137c6a549bdc521983.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2843ced24d7b1da5a74878641de5af8f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2843ced24d7b1da5a74878641de5af8f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2843ced24d7b1da5a74878641de5af8f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "ultimate_spooky_trinket": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3302,
+ "type": "halloween_extract_stat_item",
+ "name": "Evil Extract",
+ "description": "This sinister solution is the pure essence of evil distilled from Mousedrake Root into a highly concentrated and extremely frightening fluid. This lucrative liquid is so powerful that it can be used by the Apothecary at the Gloomy Greenwoods to create almost any potion ever devised!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/fe34d4e8dd3500184042b3d474d9977b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a8d7ade5c65e9dd62cfb2839c4b1ba30.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/720c74a43ad07cbc3afa674a76bf0fc4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a8d7ade5c65e9dd62cfb2839c4b1ba30.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a8d7ade5c65e9dd62cfb2839c4b1ba30.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a8d7ade5c65e9dd62cfb2839c4b1ba30.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3303,
+ "type": "alchemists_cookbook_base",
+ "name": "Alchemist's Cookbook Base",
+ "description": "This dark and mystical tome once belonged to Baba Gaga, the wretched witch of the Gloomy Greenwood. Its pages are filled with her most terrifying potion recipes and in the wrong hands could surely do immeasurable harm. However, when wielded by a brave and noble hunter, this enchanted text has the tremendous ability to occasionally reproduce any potion that enters its sphere of influence. \n\t \n\tThis base has a chance to duplicate any potion that a mouse drops as loot. \n\t \n\tWhen armed with the Boiling Cauldron Trap, this base is guaranteed to duplicate any potion that the trap produces. \n\tWhen armed in the Gloomy Greenwood, this base is guaranteed to duplicate any potion dropped from mice.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "boiling_cauldron_set",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/e36526976fcd7626b82f2cf38e41431d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/adb1034fd6706e8b80ef9794517e5fd7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/e36526976fcd7626b82f2cf38e41431d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/e36526976fcd7626b82f2cf38e41431d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/82ab52084e56b184b00e60737affe528.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3304,
+ "type": "boiling_cauldron_weapon",
+ "name": "Boiling Cauldron Trap",
+ "description": "Baba Gaga created this ornate cauldron by harnessing the arcane energies that grow naturally in the enchanted vines of the Gloomy Greenwood. She built it for the purpose of brewing magical potions powerful enough to defeat all the hunters of Gnawnia so it was poetic justice that those same hunters learned how to turn her creation against her! \n\t \n\tThis cauldron has been repurposed into a devastating mouse trap that lures in mice who seek to absorb some of its arcane energy but instead find themselves engulfed in a very mysterious and very unpleasant boiling liquid. Most of the time this liquid causes the mouse to vanish into thin air but every once in a while, it actually transforms the unfortunate creature into a useful potion! \n\t \n\tThis trap has a rare chance to produce a random potion after catching a mouse. \n\t \n\tWhen armed with the Alchemist's Cookbook Base, the base is guaranteed to duplicate any potion that this trap produces.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "halloween",
+ "boiling_cauldron_set",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3dfaeaa9495443074bb2615e99e38dd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/33e492f4f6cc9117526e8cd4965f1182.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/d3dfaeaa9495443074bb2615e99e38dd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/76c3d9f357745a850d6ec51fa28032bd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 4500,
+ "power_formatted": "4,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": true,
+ "skins": [
+ "steaming_pumpkin_spice_latte_skin",
+ "stewing_boiling_cauldron_trap_skin",
+ "cauldron_from_the_black_lagoon_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "steaming_pumpkin_spice_latte_skin",
+ "stewing_boiling_cauldron_trap_skin",
+ "cauldron_from_the_black_lagoon_skin"
+ ]
+ },
+ {
+ "id": 3305,
+ "type": "cauldron_tier_1_cheese",
+ "name": "Monterey Jack-O-Lantern",
+ "description": "This cheese has a mild, slightly sweet flavour that is grossly overpowered by the pungent odour of the rotting pumpkins that were used to brew it. Its unsettling smile attracts some fairly spooky mice in the Gloomy Greenwood.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "halloween",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e842dba3ad23823a0f92805ae9281d7c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/65fd19bf5b16dcaa6b3cfebd2f55348c.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/a1f9ffa59ae9ddf3064d7f365c87b20f.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/075cd86a5a2b69a437f854b700ffd390.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/65fd19bf5b16dcaa6b3cfebd2f55348c.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/65fd19bf5b16dcaa6b3cfebd2f55348c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/65fd19bf5b16dcaa6b3cfebd2f55348c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3306,
+ "type": "cauldron_tier_2_cheese",
+ "name": "Bonefort Cheese",
+ "description": "This soft but grainy cheese is one of the only cheeses in the Kingdom that is considered a serious choking hazard. The Marshmarrow used in the brewing process provides a uniquely skeletal flavour that attracts some very spooky mice in the Gloomy Greenwood.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "halloween",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/f3f138fc851cf4edd68a910f5734dd66.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/e6ac92f19a6ac930aad02e317cf8e6e8.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/3af5c01fa25a1c17039555a52c9d3d2a.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/1902af5fd288b2e05ef2c9c88805cc84.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/e6ac92f19a6ac930aad02e317cf8e6e8.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/e6ac92f19a6ac930aad02e317cf8e6e8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/e6ac92f19a6ac930aad02e317cf8e6e8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3307,
+ "type": "cauldron_tier_3_cheese",
+ "name": "Polter-Geitost",
+ "description": "This spectral specialty is deathly cold to the touch due to the chilly Ghost Peppers used to brew it. It has a distinctive after-life-taste that is favoured by some extremely spooky mice in the Gloomy Greenwood including the Ghost Pirates!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "halloween",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/2b2dc54437bf30c66ccdb4a3bd61cdaf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/04d69ccc7a5b1578cdf90b9651fb2315.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/74aca4410baf7a5000d221d00d162b11.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/410c1dec1b67ccd4ded57f435c1cd3ea.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/04d69ccc7a5b1578cdf90b9651fb2315.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/04d69ccc7a5b1578cdf90b9651fb2315.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/04d69ccc7a5b1578cdf90b9651fb2315.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3308,
+ "type": "cauldron_tier_4_cheese",
+ "name": "Scream Cheese",
+ "description": "This dreadful delight can only be brewed by harnessing the perpetual anxiety of an AvocAAAAHdo and whipping it into a carefully balanced state of panic and frenzy. This terrifying treat is sought after by the absolute spookiest mice in the Gloomy Greenwood including Baba Gaga herself!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "halloween",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/129d14b992a8208af3d4ec6d57ba1abe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/fe9d538d1a811bdb787b78aa1526ee50.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/718cf37e869bbb397260adea9de6434e.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/c680b4ace61c20ec4408dbdfdb33daf9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/fe9d538d1a811bdb787b78aa1526ee50.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/fe9d538d1a811bdb787b78aa1526ee50.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/fe9d538d1a811bdb787b78aa1526ee50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3309,
+ "type": "gloomy_greenwood_trinket",
+ "name": "Gloomy Charm",
+ "description": "This gloomy but useful charm has some of the dark magic surrounding the Gloomy Greenwood locked inside which reacts spookily with Halloween traps by giving them a 20% Power Bonus! \n\t\t \n\t\tThese charms can be smashed into Insidious Incense which can be used for bonus loot in the Gloomy Greenwood.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "halloween",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/26307fb1ef1b2e7f9076b9f6b3a2849a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/a53501b88b31fcfd6efb28bdae145928.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/58a204a2c2d646e96ab73cd623a63418.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/a53501b88b31fcfd6efb28bdae145928.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/a53501b88b31fcfd6efb28bdae145928.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/a53501b88b31fcfd6efb28bdae145928.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.02,
+ "power_bonus_formatted": "2%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.02,
+ "attraction_bonus_formatted": "2%",
+ "has_luck": true,
+ "luck": 4,
+ "luck_formatted": "4",
+ "has_cheese_effect": true,
+ "cheese_effect": "Ultimately Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": {
+ "insidious_incense_stat_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3310,
+ "type": "ultimate_dragonbane_trinket",
+ "name": "Ultimate Dragonbane Charm",
+ "description": "Fight back against the fire breathing beasts of Gnawnia with the ultimate in dragon slaying power! This charm is the ultimate weapon for all dragon-like mice bold or foolish enough to come near your trap. \n \nWhen activated, this powerful charm bursts out a jarring quadruple cold blast of air, providing a 1200% Power Bonus, making these mice a breeze to catch.\n
\n\tThis charm is only consumed when encountering:\n\t
\n\t\t
Dragon Mouse (Dracano)
\n\t\t
Icewing (Iceberg)
\n\t\t
Cork Collector, Pressure Builder, and Geyser Hunter mice (Queso Geyser)
\n\t\t
Storm Dragon mice (Moussu Picchu)
\n\t\t
Dashing Dragon mice, Empyrean Javelineer Mouse, and the Paragon of Dragons (Floating Islands)
\n\t\t
Dragons of the Depths (Draconic Depths)
\n\t
\n
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "dracano",
+ "moussu_picchu",
+ "queso_geyser",
+ "draconic_depths",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/5566a33bd1b81f26597d26e79f427543.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/937f1ad5f371ade29c470a75fbfb9c0c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6e472084b3597092873cc61253617148.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/937f1ad5f371ade29c470a75fbfb9c0c.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/937f1ad5f371ade29c470a75fbfb9c0c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/937f1ad5f371ade29c470a75fbfb9c0c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3311,
+ "type": "dragonbane_potion",
+ "name": "Dragonbane Potion",
+ "description": "The scorching liquid contained within this vial is so unimaginably hot that it can instantly melt down large quantities of Solidified Amber Queso directly into Dragonbane Charms!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/a6814ad0eab61117e210d0170534ffc9.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/20c363d7982533d47e080698baccff2e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/b75c76c1bddc8e19ccb50f78c0305a77.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/20c363d7982533d47e080698baccff2e.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/20c363d7982533d47e080698baccff2e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/20c363d7982533d47e080698baccff2e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3312,
+ "type": "epic_cheese_potion",
+ "name": "Epic Cheese Potion",
+ "description": "This extremely valuable potion contains a powerful ultra-aging serum that can instantly transform many simple cheeses into their far more powerful counterparts!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/eebf7dd101e2a412d0a29521730663b7.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/b24c8bd51493b112aafb0f3c05384641.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/326f7dbbb02168655242ddc52b91bfce.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/b24c8bd51493b112aafb0f3c05384641.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/b24c8bd51493b112aafb0f3c05384641.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/b24c8bd51493b112aafb0f3c05384641.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3313,
+ "type": "riftifier_potion",
+ "name": "Riftifier Potion",
+ "description": "This powerful and volatile potion is made almost entirely of liquefied Rift mist. Pour it onto a wide selection of charms to transform them instantly into their Rift counterparts!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/ed59c108af4529f759355356cd17b523.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/efe28be7a00023aead73860bceeb0759.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/d83f9de23764532d4208b8e1229e6005.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/efe28be7a00023aead73860bceeb0759.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/efe28be7a00023aead73860bceeb0759.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/efe28be7a00023aead73860bceeb0759.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3314,
+ "type": "ultimate_potion",
+ "name": "Ultimate Potion",
+ "description": "This exceptional elixir extracts and enhances the extraordinary energy of essences and harnesses it into a mighty Ultimate Charm!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/5da5017d098b11d9ab8ebd379f4ee66d.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/585f39e671781b2f6b9a1f167c13f093.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/26d2599cacd4e557181fcaf2e673cb68.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/585f39e671781b2f6b9a1f167c13f093.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/585f39e671781b2f6b9a1f167c13f093.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/585f39e671781b2f6b9a1f167c13f093.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3315,
+ "type": "wealth_potion",
+ "name": "Wealth Potion",
+ "description": "This powerful alchemical agent has the remarkable and lucrative ability to melt down Wealth charms directly into gold!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/3c37ea4d7d4978868dfc0e211f8e7be6.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/54356f0a4c8f612393f11fa31c5e7484.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/52ae016c718aa8e314fb67b673b82786.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/54356f0a4c8f612393f11fa31c5e7484.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/54356f0a4c8f612393f11fa31c5e7484.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/54356f0a4c8f612393f11fa31c5e7484.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3316,
+ "type": "costume_party_of_sharks_skin",
+ "name": "Costume Party of Sharks Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/50a7fcf636414fba77cde3ab1303a394.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d9992ae0d711e30452c3ccda017bda72.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/50a7fcf636414fba77cde3ab1303a394.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7c95bbd63c08f1f08eaddb993ef55b6b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "This Halloween the ultimate aquatic predators become the ultimate party animals! If you thought a school of chrome-plated sharks with laser beams was scary then wait until you encounter these monstrosities decked out in homemade costumes to celebrate the spooky season. Any mouse foolish enough to attend this costume party is in for the fright of their life!"
+ },
+ {
+ "id": 3317,
+ "type": "explosive_pumpkin_core_skin",
+ "name": "Explosive Pumpkin Core Trap Skin",
+ "description": "By studying the design of the Meteor Prison Core, the clever Trapsmiths of Queso Canyon were able to create their own version of this fantastical device. \n \nRedesigned, reinforced and really, really hot! If you thought prison couldn't get any worse, just turn the temperature up... a couple hundred degrees! \n \nThis Prison Core takes things to a whole new level. Using Unstable Ember Gadgets to cycle heat, it makes working with hot temperatures a cool breeze! Works just like an air conditioner to remove just enough heat, keeping the temperature in the safe spot between incarceration and incineration. \n \nOn the bright side, any mice who end up in here end up with one heck of a tan!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d8ef02c9bd4a772a23af6e75f0e2d560.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/16fd9042ed7df3f9af4d2c9837e0d617.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d8ef02c9bd4a772a23af6e75f0e2d560.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/933e0b36fb6d6ff5ecea0961646f5644.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ember_prison_core_weapon",
+ "skin_weapon_name": "Ember Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e0e26c990b1bc0bb4494b1aac43af86b.jpg",
+ "marketing_text": "This dangerous decoration likes to celebrate the Halloween season with a bang! A strange and highly unstable breed of pumpkin was created when a daring farmer tried to plant Ember Roots in the enchanted soil of the Gloomy Greenwood. The result was an unnaturally growing Jack-O-Lantern with a flaming Ember Stone in its core. As the pumpkin grows the core gets more and more unstable until eventually the entire thing explodes in a beautiful but extremely dangerous display. It didn't take long to realize that these pumpkins weren't fit for consumption but fortunately, they turned out to be very effective mousetraps!"
+ },
+ {
+ "id": 3318,
+ "type": "soul_piercer_skin",
+ "name": "Soul Piercer Trap Skin",
+ "description": "This upright stone formation stands inconspicuously awaiting a weary wanderer. While an unaware mouse sits at the base to rest and nibble on the cheese, the two jewels overhead silently activate. The first peers into the mind of the mouse to determine its innermost wants and desires while the second projects those desires onto the keyway beneath. Upon seeing the irresistible illusion, the mouse is compelled to step through the keyway into oblivion, never to return. \n \nNo one actually knows where the mice go but it is said that after stepping through, they are completely forgotten from history, as though they had never existed at all.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ebc0c74da928d35885e2741cfc0fa6de.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1fbf7b7cece43ac0cff4cc7b160929e1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ebc0c74da928d35885e2741cfc0fa6de.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/9b494ccf496f5f758f9520536fbbebc9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_forgotten_weapon",
+ "skin_weapon_name": "Thought Manipulator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/f75b8da7b7a309f6a43f8accda015ed2.jpg",
+ "marketing_text": "This ancient stone archway has stood at the border between the physical and spiritual realms since time immemorial. Its single, unblinking eye pierces the mind and soul of any mouse brave or foolish enough to attempt to steal the bait between its flaming columns. Once the eye locks its burning gaze on a mouse, it searches their soul for their deepest, darkest fears and then uses those fears to send the mouse fleeing through the archway in terror. Once they cross the threshold into oblivion they can never return to this plane of existence."
+ },
+ {
+ "id": 3319,
+ "type": "steaming_pumpkin_spice_latte_skin",
+ "name": "Steaming Pumpkin Spice Latte Trap Skin",
+ "description": "Baba Gaga created this ornate cauldron by harnessing the arcane energies that grow naturally in the enchanted vines of the Gloomy Greenwood. She built it for the purpose of brewing magical potions powerful enough to defeat all the hunters of Gnawnia so it was poetic justice that those same hunters learned how to turn her creation against her! \n\t \n\tThis cauldron has been repurposed into a devastating mouse trap that lures in mice who seek to absorb some of its arcane energy but instead find themselves engulfed in a very mysterious and very unpleasant boiling liquid. Most of the time this liquid causes the mouse to vanish into thin air but every once in a while, it actually transforms the unfortunate creature into a useful potion! \n\t \n\tThis trap has a rare chance to produce a random potion after catching a mouse. \n\t \n\tWhen armed with the Alchemist's Cookbook Base, the base is guaranteed to duplicate any potion that this trap produces.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bac3d3cd734ba6f884f0be9a6fe46bba.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e3c2e842ca98f03121c7327b22d84beb.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bac3d3cd734ba6f884f0be9a6fe46bba.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/493b97434d4811d0bec52b960906763d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "boiling_cauldron_weapon",
+ "skin_weapon_name": "Boiling Cauldron Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3dfaeaa9495443074bb2615e99e38dd.jpg",
+ "marketing_text": "After a long autumn day of potion brewing and evil-doing, Baba Gaga likes to kick back in her hut with a comforting cup of her favourite seasonal drink: the Pumpkin Spice Latte. \n \nThis sweet, steamy beverage is so popular amongst the mice in the Kingdom that it actually makes for a very effective mousetrap! They are irresistibly drawn to its familiar fall fragrance but just one sip of this favoured flavour ends up being their last."
+ },
+ {
+ "id": 3320,
+ "type": "complete_hween_2021_adv",
+ "name": "Double, Double Toil and Trouble",
+ "description": "Gather your courage and head deep into the Gloomy Greenwoods to face the monstrous, yet gorgeous, Baba Gaga! Learn her sinister recipes and use them to brew up some bubbling batches of bloodcurdling bait! Master the alchemical arts and bring down Baba Gaga with her own boiling cauldrons!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3321,
+ "type": "arduous_treasure_chest_s9_convertible",
+ "name": "Arduous Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ef961a4b5b43905623035bc3efc9fa7b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d090e8209293734f4d47f1072e7ad24.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/26f565cec66895113a92aaf25528e824.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d090e8209293734f4d47f1072e7ad24.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6d090e8209293734f4d47f1072e7ad24.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6d090e8209293734f4d47f1072e7ad24.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3322,
+ "type": "boss_elite_2021_treasure_chest_convertible",
+ "name": "Elite Slayer Treasure Chest",
+ "description": "You and your friends have completed a difficult Slayer Treasure Map and have discovered this tempting Treasure Chest! \n \nThis chest extends the Slayer Aura by 21 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c2aaaecd4fcf5302401e91a36624403a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac0171057b1d71f39328bb1a037fc585.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/181b01c3b4443ae1d2df1d9c858dd8ab.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ac0171057b1d71f39328bb1a037fc585.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ac0171057b1d71f39328bb1a037fc585.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ac0171057b1d71f39328bb1a037fc585.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3323,
+ "type": "easy_treasure_chest_s9_convertible",
+ "name": "Easy Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0e49fee3f36b2d30935ee5df53f01481.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f04314e7049c8d32bbb53b4393eb28db.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/51a1fa85e1702d7950d9c3452c9785ce.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f04314e7049c8d32bbb53b4393eb28db.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f04314e7049c8d32bbb53b4393eb28db.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f04314e7049c8d32bbb53b4393eb28db.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3324,
+ "type": "elaborate_treasure_chest_s9_convertible",
+ "name": "Elaborate Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/05aaa2d06adad3a0056edc9bcc709738.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/54bff606ec89793431aa38f7e8016e1e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7fff64b66560e499553ec6de79e26f39.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/54bff606ec89793431aa38f7e8016e1e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/54bff606ec89793431aa38f7e8016e1e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/54bff606ec89793431aa38f7e8016e1e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3325,
+ "type": "elite_treasure_chest_s9_convertible",
+ "name": "Elite Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bb639985f1538ca964134adb73d6f1fb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/81aebebac05f56c6f74ee75a45c347c3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1c056cbf7efba2ac7d4cc9a669148af8.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/81aebebac05f56c6f74ee75a45c347c3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/81aebebac05f56c6f74ee75a45c347c3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/81aebebac05f56c6f74ee75a45c347c3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3326,
+ "type": "hard_treasure_chest_s9_convertible",
+ "name": "Hard Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bd3568f551e9b0d3f64441c3cfe96f4d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b6e47bec40416785908d4184cf039c6b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/beeafe3c718ace55390491ab4a592e83.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b6e47bec40416785908d4184cf039c6b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b6e47bec40416785908d4184cf039c6b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b6e47bec40416785908d4184cf039c6b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3327,
+ "type": "medium_treasure_chest_s9_convertible",
+ "name": "Medium Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d11072a3881ce71efeab60ea9beb7145.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bded4edcc718577f7ba1a71cc2191d6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b9f9b536fd6a06758bbd5924cd2915af.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0bded4edcc718577f7ba1a71cc2191d6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0bded4edcc718577f7ba1a71cc2191d6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0bded4edcc718577f7ba1a71cc2191d6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3328,
+ "type": "rare_arduous_treasure_chest_s9_convertible",
+ "name": "Rare Arduous Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c1ade8929dfcd69e3264612c83e9f5cd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dd8061c291e1c35518533ad356f732aa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/20debe5a541783fb156de72cda28e049.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dd8061c291e1c35518533ad356f732aa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dd8061c291e1c35518533ad356f732aa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dd8061c291e1c35518533ad356f732aa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3329,
+ "type": "rare_boss_elite_2021_treasure_chest_convertible",
+ "name": "Rare Elite Slayer Treasure Chest",
+ "description": "You and your friends have completed a difficult Slayer Treasure Map and have discovered this tempting Treasure Chest! \n \nThis chest extends the Slayer Aura by 21 days when opened.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f1c2fc451efa4d6b722c0631eb0ef22f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f1c442aa7722e6774860f77a89483f08.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a4dfa0c872880dd6f578868d2a3733ad.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f1c442aa7722e6774860f77a89483f08.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f1c442aa7722e6774860f77a89483f08.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f1c442aa7722e6774860f77a89483f08.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3330,
+ "type": "rare_easy_treasure_chest_s9_convertible",
+ "name": "Rare Easy Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7f38b02f1c463cc1ce78bc591b07af7b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/33744414af52590b846c3432eb67b622.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4efe1eea01592755a0114500c8fec7af.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/33744414af52590b846c3432eb67b622.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/33744414af52590b846c3432eb67b622.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/33744414af52590b846c3432eb67b622.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3331,
+ "type": "rare_elaborate_treasure_chest_s9_convertible",
+ "name": "Rare Elaborate Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5b6aba470f2b037c6d0678be83837d80.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/abda813262bcc188b102d68fdf62c8b5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3a4c856e06406afbf6de38dd2464d05c.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/abda813262bcc188b102d68fdf62c8b5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/abda813262bcc188b102d68fdf62c8b5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/abda813262bcc188b102d68fdf62c8b5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3332,
+ "type": "rare_elite_treasure_chest_s9_convertible",
+ "name": "Rare Elite Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5925da2ec360e1453aa222187dae05ee.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9f22c0408b42a05fc04ead6c1813ebc0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9f7ff2958e83b7008a0cdbc020c0fc4a.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9f22c0408b42a05fc04ead6c1813ebc0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9f22c0408b42a05fc04ead6c1813ebc0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9f22c0408b42a05fc04ead6c1813ebc0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3333,
+ "type": "rare_hard_treasure_chest_s9_convertible",
+ "name": "Rare Hard Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a13b2cab7c7bca1047b80a2b25140011.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/99421fa5610cb8542feb3877f2c92a83.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/badfa18ee517a5801053b9d3c4d3e192.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/99421fa5610cb8542feb3877f2c92a83.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/99421fa5610cb8542feb3877f2c92a83.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/99421fa5610cb8542feb3877f2c92a83.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3334,
+ "type": "rare_medium_treasure_chest_s9_convertible",
+ "name": "Rare Medium Treasure Chest (Season 9)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/70f078edcc20a3f692a11c8789332112.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/67ab57568ba1b9211f7c9b71c79ebbbf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/307c58f671ff69cbee0aa408bea2bbc5.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/67ab57568ba1b9211f7c9b71c79ebbbf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/67ab57568ba1b9211f7c9b71c79ebbbf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/67ab57568ba1b9211f7c9b71c79ebbbf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3335,
+ "type": "compass_magnet_base",
+ "name": "Compass Magnet Base",
+ "description": "This base is trimmed with brass and encased in glass and embedded within is a unique compass that behaves a bit differently from your run-of-the-mill Labyrinth Compass. While the Compass Magnet Base cannot prevent Dead End Clues like the Labyrinth Base, it can aid by extracting these unwanted clues from your actual Labyrinth Compass and absorbing them into the one trapped under glass. \n \nUsing this base inside of the Labyrinth has a 30% chance of removing a Dead End Clue from your Labyrinth Compass after every catch, even within intersections!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "labyrinth",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/5733c5c4af6f105888daef64fe83362a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/08533f03cbb63e19782c4171eeff041e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/5733c5c4af6f105888daef64fe83362a.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/5733c5c4af6f105888daef64fe83362a.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/85d16d5ff205838fe01c657925b3a899.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3336,
+ "type": "gemology_base",
+ "name": "Gemology Base",
+ "description": "This glittering slab unearthed from the depths below the Fungal Cavern is an ancient composition of mineral, gemstone, and diamond. The Fungal Fiends go absolutely wild for the precious stones hidden within the veins of this base. \n \nWhile equipped at the Fungal Cavern, hunters will encounter more mice that drop higher quantities of Minerals, Gemstones, and Diamonds.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "fungal_cavern",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/6001d0d2ba9b3dfb020c667064cb4019.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/72db8ed6810cebd537254a0ea8b0627b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/6001d0d2ba9b3dfb020c667064cb4019.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/6001d0d2ba9b3dfb020c667064cb4019.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/4aac3578ecc900b7145bc27f53de2c86.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.18,
+ "power_bonus_formatted": "18%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.18,
+ "attraction_bonus_formatted": "18%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "duke_dutchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3337,
+ "type": "jingling_glazed_gift_basket_convertible",
+ "name": "Jingling Glazed Gift Basket",
+ "description": "Jingle bells, Glazed Pecan Pecorino and Let It Snow Charms boxed and topped with a Magical Winter Hunt Holiday Hat! Get a start on the gift giving season by sending one to a friend! \n \nInside you'll find: \n \n\n• 25 Glazed Pecan Pecorino Cheese \n• 25 Let It Snow Charms \n• 1 Magical Holiday Hat \n• 10 Festive Jingle Bells \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f8efff864e30519b3a5775266e50904e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a72237eed3dfc70ea7214aa37577a86d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2f6485cc0368a085f65310e797858105.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7022460cddbe46e77e7c60994deb4510.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a72237eed3dfc70ea7214aa37577a86d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a72237eed3dfc70ea7214aa37577a86d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a72237eed3dfc70ea7214aa37577a86d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3338,
+ "type": "jingling_glazed_supply_box_convertible",
+ "name": "Jingling Glazed Supply Box",
+ "description": "An ample assortment of festive goodies to help you and your Snow Golems spread the holiday spirit all across Gnawnia! \n \nInside you'll find: \n \n\n• 1,000 Glazed Pecan Pecorino Cheese \n• 250 Let It Snow Charms \n• 12 Magical Holiday Hats \n• 75 Festive Jingle Bells \n• 50 Throwable Snowballs \n• 1 Snowball Showdown Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/76e2bdcf585deb32fb5ec65d5efb2082.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ad8b21af1adef659e1702580c50fb321.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c482a9e4f7d9408fe4366e838002f9a6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/68b077bdfc1e45174d2566a988e13df9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ad8b21af1adef659e1702580c50fb321.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ad8b21af1adef659e1702580c50fb321.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ad8b21af1adef659e1702580c50fb321.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3339,
+ "type": "jingling_glazed_supply_kit_convertible",
+ "name": "Jingling Glazed Supply Kit",
+ "description": "A pile of Glazed Pecan Pecorino, Let It Snow charms and Jingle Bells nestled snugly into an inviting bed of snow that's been topped with not one but three magical holiday hats! \n \nInside you'll find: \n \n\n• 350 Glazed Pecan Pecorino Cheese \n• 100 Let It Snow Charms \n• 3 Magical Holiday Hats \n• 25 Festive Jingle Bells \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5bf76e017a721cb7c46297fc602ea7cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f524e161e53ca4a00444508a92b4dc41.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9d259688300f0fed5d2f250b41ccb049.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6fda951ff3017579470f065ce7660458.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f524e161e53ca4a00444508a92b4dc41.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f524e161e53ca4a00444508a92b4dc41.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f524e161e53ca4a00444508a92b4dc41.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3340,
+ "type": "naughty_2021_list_chest_convertible",
+ "name": "2021 Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ce291e79dedd83c24247d074cdc96b94.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7635fb4a31cf0fa14de495227b4add3c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/53425578ed153747e047b87535da70d3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dd02d1397370e08015a164e6a0654b85.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7635fb4a31cf0fa14de495227b4add3c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7635fb4a31cf0fa14de495227b4add3c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7635fb4a31cf0fa14de495227b4add3c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3341,
+ "type": "nice_2021_list_chest_convertible",
+ "name": "2021 Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/055c730ce58e641fe7ff091a6ad1bdf2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/247621d23870afc1f9682320edf9c6ef.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/773754e845d5ccfb6e6ccf8801828679.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/26c4544b5d01823a3d18521d1059e064.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/247621d23870afc1f9682320edf9c6ef.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/247621d23870afc1f9682320edf9c6ef.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/247621d23870afc1f9682320edf9c6ef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3342,
+ "type": "rare_naughty_2021_list_chest_convertible",
+ "name": "2021 Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty Treasure List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/68de8b19ea9a3034a4e4064d1bf02c84.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/631de8b95a8294b27a7f79f29a37dbb4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6fa36a062acdb9b409ec1eac99b76b46.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/82bc12cdde6149bc8d9ba3e42f22bcb4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/631de8b95a8294b27a7f79f29a37dbb4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/631de8b95a8294b27a7f79f29a37dbb4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/631de8b95a8294b27a7f79f29a37dbb4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3343,
+ "type": "rare_nice_2021_list_chest_convertible",
+ "name": "2021 Rare Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice Treasure List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/580eb5bb2eaeee94c7d7fb72b87bfb79.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c558b4544915cb8a9efa4df137f037fb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7323440d49e5a9f04d3bc5df024ddaa7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b9337a34c9fb044611088bbc4728f9ea.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c558b4544915cb8a9efa4df137f037fb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c558b4544915cb8a9efa4df137f037fb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c558b4544915cb8a9efa4df137f037fb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3344,
+ "type": "winter_hunt_2021_journal_theme_collectible",
+ "name": "The Holiday Express Journal Theme",
+ "description": "Choo Choo Choose this journal theme to celebrate the 2021 Great Winter Hunt event featuring the debut of the Holiday Express!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/67b9a2416f9657fe4789c57d547884cf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ea41d90d5ed01a68b51abb42daa54d39.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/67b9a2416f9657fe4789c57d547884cf.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/67b9a2416f9657fe4789c57d547884cf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3345,
+ "type": "2022_lucky_codex_stat_item",
+ "name": "2022 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2022!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1c4e21e76e8076c76f8278998477b21f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e06e2dbf1c4c931183e5591cf946e536.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/72f2bdfec7eb1e73d1f124dee11e7941.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e06e2dbf1c4c931183e5591cf946e536.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e06e2dbf1c4c931183e5591cf946e536.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e06e2dbf1c4c931183e5591cf946e536.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3346,
+ "type": "airship_balloon_holiday_express_stat_item",
+ "name": "Holiday Express Airship Balloon",
+ "description": "Up in the sky! Look, it's a bird, it's a plane... it's... a TRAIN?! It's the Holiday Express Airship allowing you to choo-choo through the clouds! A great way to remember the 2021 Great Winter Hunt! \n \nThis is the Balloon from the Holiday Express Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6cff3b93bf28f0e106c31158b29e8e86.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_holiday_express_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2bd264741e070825f2e3c54bec3e0ef6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_holiday_express_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_holiday_express_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3347,
+ "type": "airship_balloon_new_years_stat_item",
+ "name": "New Year's Airship Balloon",
+ "description": "Celebrate New Year's Eve all year round at the Floating Islands with this New Year's themed Airship set! \n \nThis is the Balloon from the New Year's Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/24788599d5fbaad605b4c9aa0c5c1bcc.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_new_years_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/1af8ee8b1727cfa1624c78066fc8df95.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_new_years_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_new_years_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3348,
+ "type": "airship_hull_holiday_express_stat_item",
+ "name": "Holiday Express Airship Hull",
+ "description": "Up in the sky! Look, it's a bird, it's a plane... it's... a TRAIN?! It's the Holiday Express Airship allowing you to choo-choo through the clouds! A great way to remember the 2021 Great Winter Hunt! \n \nThis is the Hull from the Holiday Express Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/323554ef5854f708d6cdb81fefbc2d8a.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_holiday_express_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9389809584647f32e84b007530a3358d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_holiday_express_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_holiday_express_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3349,
+ "type": "airship_hull_new_years_stat_item",
+ "name": "New Year's Airship Hull",
+ "description": "Celebrate New Year's Eve all year round at the Floating Islands with this New Year's themed Airship set! \n \nThis is the Hull from the New Year's Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/98476dfa8674251722e50ac1988089d5.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_new_years_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8bd933405e8ba85af93d9b6b3a877a64.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_new_years_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_new_years_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3350,
+ "type": "airship_sail_holiday_express_stat_item",
+ "name": "Holiday Express Airship Sail",
+ "description": "Up in the sky! Look, it's a bird, it's a plane... it's... a TRAIN?! It's the Holiday Express Airship allowing you to choo-choo through the clouds! A great way to remember the 2021 Great Winter Hunt! \n \nThis is the Sail from the Holiday Express Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f3b4fb5462c68292d8e4982474cbc002.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_holiday_express_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/539ed2ca2312fecea6f5ea2a9d6256f9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_holiday_express_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_holiday_express_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3351,
+ "type": "airship_sail_new_years_stat_item",
+ "name": "New Year's Airship Sail",
+ "description": "Celebrate New Year's Eve all year round at the Floating Islands with this New Year's themed Airship set! \n \nThis is the Sail from the New Year's Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d4b65ce6df9c52bbfbc60afb55faeff2.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_new_years_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c6286aff12bdfbf82c6716811a014db6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_new_years_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_new_years_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3352,
+ "type": "charcoal_yule_log_stat_item",
+ "name": "Charcoal Yule Log",
+ "description": " \n \nUse this to create some alternative, clean burning and seasonally sensational Yule Logs to infuse the Holiday Express with holiday spirit!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/457be8dba7785846ef60eb967c9d57ed.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7038d57eac98f8c0c2e54c3c386ef1e1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/918b8dfc3ad921e78cb5c3901cee8e57.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7038d57eac98f8c0c2e54c3c386ef1e1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7038d57eac98f8c0c2e54c3c386ef1e1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7038d57eac98f8c0c2e54c3c386ef1e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3353,
+ "type": "compressed_cinnamon_coal_stat_item",
+ "name": "Compressed Cinnamon",
+ "description": "On one very special hill in the Great Winter Taiga, there exists a unique breed of tree that produces the sweetest, cleanest, and most efficient energy source known to Gnawnia: Compressed Cinnamon! The ultra-dense and delightfully aromatic nuggets that are harvested from these trees are filled with an enormous amount of potential energy and as such are an extremely valuable resource during the festive season. Previously used as the exclusive power source for the King's Holiday Express, these energetic edibles are now used by the droids working in the Golem Workshop to power their Golem Part Forges!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/76d0484f0ac200cc376782efc89bff9b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c8b7a13ab5842120acfee3ca1e81de8e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d1ba3e3070d7df2532ece1bf203ac236.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c8b7a13ab5842120acfee3ca1e81de8e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c8b7a13ab5842120acfee3ca1e81de8e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c8b7a13ab5842120acfee3ca1e81de8e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "snowball_trinket": 1
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Loot from the mice in Cinnamon Hill"
+ },
+ {
+ "id": 3354,
+ "type": "jingle_bell_stat_item",
+ "name": "Festive Jingle Bell",
+ "description": "A special jingle bell used to return your Golem early during the Great Winter Hunt! \n \nRinging this bell will reduce the number of hunts until your golem returns by one!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/307e16efe0d46199eb5cca700243fb9b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ba84cbcc4bca2c96a1ae3af3845fbb42.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9da72c3f1efbc55d923ac3c7848c9156.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ba84cbcc4bca2c96a1ae3af3845fbb42.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ba84cbcc4bca2c96a1ae3af3845fbb42.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ba84cbcc4bca2c96a1ae3af3845fbb42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3355,
+ "type": "new_year_yule_log_stat_item",
+ "name": "New Year's Yule Log",
+ "description": " \n \nLoad this Yule Log to attract special mice that have a chance to drop Firework Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c7a35f5f9a393feb7fa1323dff4d00b6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/34844a214c5210ade800ab213455361d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7da9da373e40093ed1a0a177f3b48631.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/34844a214c5210ade800ab213455361d.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/34844a214c5210ade800ab213455361d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/34844a214c5210ade800ab213455361d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3356,
+ "type": "ornament_yule_log_stat_item",
+ "name": "Ornamental Yule Log",
+ "description": " \n \nLoad this Yule Log to attract special mice that have a chance to drop Ornament Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1f4a9b51ca164d5bf6bb700230c52379.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b8d1e6df56d627e0f3c039b884f58979.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/cccf43964a537ae7f4db58ae94a28637.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b8d1e6df56d627e0f3c039b884f58979.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b8d1e6df56d627e0f3c039b884f58979.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b8d1e6df56d627e0f3c039b884f58979.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3357,
+ "type": "snow_yule_log_stat_item",
+ "name": "Snowy Yule Log",
+ "description": " \n \nLoad this Yule Log to attract special mice that have a chance to drop Snowflake Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c2239f23189c89400232af7f21061ac4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2625a63a30dafdc9aa4d49f82fe62e96.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/99bdfb2c536163fff83851b523b6038a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2625a63a30dafdc9aa4d49f82fe62e96.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2625a63a30dafdc9aa4d49f82fe62e96.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2625a63a30dafdc9aa4d49f82fe62e96.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3358,
+ "type": "snowball_charm_maker_2022_stat_item",
+ "name": "Snowball Charm Maker 2022",
+ "description": "This Snowball Charm Maker has run out of festive energy and will no longer produce Snowball Charms.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ee4560429682a2706b8ba8923e0ffd1b_vexpired.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/32bae9ad4842129f86dc8dbb85334200_vexpired.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2bcc8453561c62af49aacface8cbd5de_vexpired.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/32bae9ad4842129f86dc8dbb85334200_vexpired.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/32bae9ad4842129f86dc8dbb85334200_vexpired.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/32bae9ad4842129f86dc8dbb85334200_vexpired.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3359,
+ "type": "sport_yule_log_stat_item",
+ "name": "Sporty Yule Log",
+ "description": " \n \nLoad this Yule Log to attract special mice that have a chance to drop Toboggan Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/72ba60535137b4ea27f71f091de12a98.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/4520d162059d5d336f9db0cef2a3dae3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e8b11f65706b05bd085ff7f75f684277.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/4520d162059d5d336f9db0cef2a3dae3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/4520d162059d5d336f9db0cef2a3dae3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/4520d162059d5d336f9db0cef2a3dae3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3360,
+ "type": "toy_yule_log_stat_item",
+ "name": "Toy Yule Log",
+ "description": " \n \nLoad this Yule Log to attract special mice that have a chance to drop Nutcracker Sugar Cookies when caught in the festive location.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/13ca7833464d85178891505063c8d741.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b1d87ca134b7b70b34b84009bc563f9d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/42e3554f6b1a9046dd36d6dc4fef077e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b1d87ca134b7b70b34b84009bc563f9d.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b1d87ca134b7b70b34b84009bc563f9d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b1d87ca134b7b70b34b84009bc563f9d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3361,
+ "type": "icy_melty_base",
+ "name": "All Season Express Track Base",
+ "description": "This base was made from a section of the beautifully-crafted all season train tracks developed specifically with the Holiday Express in mind. These extraordinary tracks magically change to suit the climate conditions of wherever the Holiday Express needs to go! \n \nThis special section of track has been adapted to react when certain charms are equipped. \n \n\nIcy Form: When a Snowball Charm is equipped, this base ices over and provides a 100% chance for the Snowball Charm to roll up into its more powerful version. \n \nMelty Form: When a Small Power Charm, Power Charm, Super Power Charm, or Extreme Power Charm is equipped, this base heats up and provides a 10% chance to warm that charm up into its more powerful version.\n",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/8a558a3671c6dec96191cf0f9a419582.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/70edeaab895ec5439bf94f5d87d2589d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/8a558a3671c6dec96191cf0f9a419582.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/8a558a3671c6dec96191cf0f9a419582.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/24cb8c3c16416416a7519c51ad809e81.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 200,
+ "power_formatted": "200",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.05,
+ "attraction_bonus_formatted": "5%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3362,
+ "type": "new_years_2022_base",
+ "name": "2022 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2022 all year long! \n \nDuring all of 2022, while this base is equipped, mice have a chance to drop 2022 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2023.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/d625bad6732934c17432434a20fe5bfc_v1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/9f0e97e4f009aef9278430834228437e_v1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/d625bad6732934c17432434a20fe5bfc_v1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/d625bad6732934c17432434a20fe5bfc_v1.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/c2f0e5cf0858e75112322e057a596515_v1.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 222,
+ "power_formatted": "222",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3363,
+ "type": "rift_mist_diffuser_base",
+ "name": "Rift Mist Diffuser Base",
+ "description": "A lovely diffuser infused with Rift energy. This base diffuses Calcified Rift Mist directly into an armed Snowball Charm thereby transforming it into its Rift equivalent! \n\t \n\tThe Rift Mist Diffuser Base will consume Calcified Rift Mist and convert an equipped Snowball Charm into its Rift version using the following conversion rates: \n\t \n\t1 Snowball Charm and 10 Calcified Rift Mist make 1 Rift Snowball Charm. \n\t1 Super Snowball Charm and 20 Calcified Rift Mist make 1 Rift Super Snowball Charm. \n\t1 Extreme Snowball Charm and 35 Calcified Rift Mist make 1 Rift Extreme Snowball Charm. \n\t1 Ultimate Snowball Charm and 50 Calcified Rift Mist make 1 Rift Ultimate Snowball Charm.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/40b591abddca5fa4b1cefb1d1a5c0116.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/b83269a7ebccc1e7b08c99ef48e00cf9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/40b591abddca5fa4b1cefb1d1a5c0116.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/40b591abddca5fa4b1cefb1d1a5c0116.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/16eb0a690fbe7bd92d607d2170dc88b6.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 5,
+ "luck_formatted": "5",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3364,
+ "type": "seasonal_gift_of_the_day_base",
+ "name": "Seasonal Gift of the Day Base",
+ "description": "This sensationally seasonal base channels the magic of the Great Winter Hunt all year round! Its special ability allows it to track the current Gift of the Day and slip it into the pocket of the closest unsuspecting mouse! Unfortunately for them, they won't realize it is there until it is too late! \n \nThis base provides a rare chance to add the current Gift of the Day to the loot of any caught mouse!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "great_winter_hunt",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/311e9e58ba0e5eca714b92ba7d7fbb23.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/74333ea9300c54b0dd8fe2bc144889a5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/311e9e58ba0e5eca714b92ba7d7fbb23.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/311e9e58ba0e5eca714b92ba7d7fbb23.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/fad7069d6108a8df9cd24ce6501df3c2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 100,
+ "power_formatted": "100",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3365,
+ "type": "holiday_express_weapon",
+ "name": "The Holiday Express Trap",
+ "description": "The Holiday Express has come to town bringing gifts to all the good and lawful people of Gnawnia. Any do-badders caught by the Holiday Express will have their name permanently recorded in the BAD section of the train's delivery manifest so that they'll never be delivered a gift ever again! \n \nHas a chance to deliver a Gift Wrapped Charm to the hunter when a mouse is caught!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/64d5ad718d63c6c8dda68453ce582012.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/68f1d28d83b99b300f069f2c8870cc74.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/64d5ad718d63c6c8dda68453ce582012.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7bb36b93783ac62d8084c5e2555c19b2.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2100,
+ "power_formatted": "2,100",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Uber Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "initiate",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3366,
+ "type": "2022_trinket",
+ "name": "2022 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,022 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2021 Great Winter Hunt and from the Limited Edition 2022 New Year's Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/9797108e0ca7bf5535706501023cf873.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/ba89918b418a21c1ba72b149ca93b2cb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/952786d90f68b3f27ddca274acf3926a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/ba89918b418a21c1ba72b149ca93b2cb.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/ba89918b418a21c1ba72b149ca93b2cb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/ba89918b418a21c1ba72b149ca93b2cb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2022,
+ "power_formatted": "2,022",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3367,
+ "type": "rift_2022_trinket",
+ "name": "Rift 2022 Charm",
+ "description": "A Rift version of the 2022 Charm! \n \nCelebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,022 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2021 Great Winter Hunt and from the Limited Edition 2022 New Year's Base.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/32c2181b43faa9576995f87e768ff866.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/8bd82c82688b902315c6106b2574bfe9.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/a868a65bb8ad72ee2462a9afd0f912d7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/8bd82c82688b902315c6106b2574bfe9.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/8bd82c82688b902315c6106b2574bfe9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/8bd82c82688b902315c6106b2574bfe9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2022,
+ "power_formatted": "2,022",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3368,
+ "type": "new_years_floating_arcane_weapon_skin",
+ "name": "New Year's Discothèque of Seeking Trap Skin",
+ "description": "This magically-enchanted, golden circlet floats between two prongs that are charged with Arcane energy. Upon detection of a mouse, the circlet begins to rotate and gain momentum while the silk wrapping gauges the speed and direction of the prevailing winds. Using this information, the circlet makes subtle adjustments to its angular velocity before propelling itself towards its target at mach speed. Once the circlet makes contact, it suspends the mouse in a magical force field and holds it in place as the winged crystal flies over to absorb the rodent whole.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/097f2c3d685e0a40834e436ddcd2a2c8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/331d16929b05e6f7b609e58475030535.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/097f2c3d685e0a40834e436ddcd2a2c8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ffe00531f1da58373ac016ebfd297e4f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_arcane_weapon",
+ "skin_weapon_name": "Circlet of Seeking Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8065f5c9eb9705d7c6b362980b2d842e.jpg",
+ "marketing_text": "Soup up your Circlet of Seeking with this New Year's discothèque trap skin! No need to find a New Year's Eve party when you've got this perpetual New Year's Eve celebration in your arsenal! Hidden inside of a ball of collapsible mirrored tiles, the circlet sits waiting to grab an unsuspecting mouse and have them dance their energy away until they can be safely relocated to a warm and cozy cage for a permanent party of one!"
+ },
+ {
+ "id": 3369,
+ "type": "winter_chrome_school_of_sharks_skin",
+ "name": "Icy Chrome School of Sharks Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/00d2508784aec7e5fe29ae8c5b2da7b5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a5908e642054665936b82f37f15ee5f2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/00d2508784aec7e5fe29ae8c5b2da7b5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/81cfd68ed30cc6b3685f06af9671df76.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "These ferociously frigid aquatic predators were specially designed to operate in the deepest, darkest, and coldest parts of the ocean. Their unique armour plating is composed of an Ice-Chrome alloy that emanates no heat whatsoever allowing them to remain completely invisible to even the most advanced forms of heat detection while they hunt. These chilling creatures of the deep believe that revenge is a dish best served cold. \n \nWARNING: They're as cold as ice and don't play nice!"
+ },
+ {
+ "id": 3370,
+ "type": "winter_geyser_draconic_skin",
+ "name": "Snowball Slayer Cannon",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d6b2f6af7c34a30c542645a25d44cf70.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d8bfe1a3103a4d0e96fd4a236fed5e45.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d6b2f6af7c34a30c542645a25d44cf70.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/96f53bb4579e098cce85b9983d519296.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "Wow! A super snowball shooting Slayer Cannon! The festive way to bring down those big baddies is with a super cold blast of densely-packed animated snow! Just what a dragon hunter always wanted on their Winter Hunt gift list!"
+ },
+ {
+ "id": 3371,
+ "type": "winter_geyser_physical_skin",
+ "name": "Snowball Sentinel Trap Skin",
+ "description": "A lumbering elemental built from powerful Geyser Smolder Stones, this massive weapon sits still until the thermal signature of a nearby mouse comes near. Driven by its craving for heat, the trap snatches up mice and consumes them to keep its core hot.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d1a80edcc9c14815ac462a518704164b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/74fb75157d2bcb7383a64768670a462e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d1a80edcc9c14815ac462a518704164b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/135749b65fa66359c189b0efcc6611d1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_physical_weapon",
+ "skin_weapon_name": "Smoldering Stone Sentinel Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/41cafb0fea35a04f1776d9d9bc4fa58b.jpg",
+ "marketing_text": "A rare sight! Smoulder Stone Sentinels that assemble during the snowy months ends up merging with the snow to adapt to the winter season! They seem to be more playful and can be seen engaging in snowball fights with their nearby brethren."
+ },
+ {
+ "id": 3372,
+ "type": "catch_xmas_2021_boss_adv",
+ "name": "Defeat Ol' King Coal",
+ "description": "Ol' King Coal and his goons are up in arms over the new environmentally-friendly fuel that the Holiday Express is using to deliver loads of gifts to all the good people of Gnawnia. Gather enough supplies, send out enough golems and collect enough Compressed Cinnamon to make your way to Ol' King Coal's Factory to lure him out and bring his environmentally evil empire to an end!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3373,
+ "type": "100_pack_of_lunar_lantern_candles_convertible",
+ "name": "100 Pack of Lunar Lantern Candles",
+ "description": "Raise your Lunar Lantern with this one hundred pack of Lunar Lantern Candles!
\nInside you'll find: \n \n\n• 100 Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2c1bf26f8dfd2edd502601e40a7fd4fd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ce07c997421b974184d294e833f0d236.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ccd53ecfb710c3353142d2139865f965.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/57071e345d6c801dc9e57f56c94d1358.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ce07c997421b974184d294e833f0d236.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ce07c997421b974184d294e833f0d236.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ce07c997421b974184d294e833f0d236.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3374,
+ "type": "100_pack_of_red_lunar_lantern_candles_convertible",
+ "name": "100 Pack of Red Lunar Lantern Candles",
+ "description": "Raise your Lunar Lantern with this one hundred pack of Red Lunar Lantern Candles!
\nInside you'll find: \n \n\n• 100 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/aa0a8a0171e8088aed9ab4b0344134c2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d2f07dd26ff01bd07ad122bf195ff00.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/28837ec4c44061408365002d0d11bddc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cfc8d64b1f6c100f66a2ab535568d2d2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d2f07dd26ff01bd07ad122bf195ff00.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1d2f07dd26ff01bd07ad122bf195ff00.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1d2f07dd26ff01bd07ad122bf195ff00.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3375,
+ "type": "10_pack_of_lunar_lantern_candles_convertible",
+ "name": "10 Pack of Lunar Lantern Candles",
+ "description": "Raise your Lunar Lantern with this ten pack of Lunar Lantern Candles!
\nInside you'll find: \n \n\n• 10 Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/de661526c27bc7623b363760fbb8c85d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d240315e669dcfc9ffa8a133d516baa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/00972e5d58ef9650116fc52aa8860103.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b147d87d50129afe0ca80097a12eec91.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1d240315e669dcfc9ffa8a133d516baa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1d240315e669dcfc9ffa8a133d516baa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1d240315e669dcfc9ffa8a133d516baa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3376,
+ "type": "10_pack_of_red_lunar_lantern_candles_convertible",
+ "name": "10 Pack of Red Lunar Lantern Candles",
+ "description": "Raise your Lunar Lantern with this ten pack of Red Lunar Lantern Candles!
\nInside you'll find: \n \n\n• 10 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1622402ebdc06f0f2cc758dc2fb53b45.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bcf0d4dd46abba88072c27ca1400954b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8d993d127d57958a0aba9ecc54fd57b4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cbba9a100e47c70e5e2b78f654dce611.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bcf0d4dd46abba88072c27ca1400954b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bcf0d4dd46abba88072c27ca1400954b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bcf0d4dd46abba88072c27ca1400954b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3377,
+ "type": "30_pack_of_lunar_lantern_candles_convertible",
+ "name": "30 Pack of Lunar Lantern Candles",
+ "description": "Raise your Lunar Lantern with this thirty pack of Lunar Lantern Candles!
\nInside you'll find: \n \n\n• 30 Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bf2e2e78c1a0b048626502658dc11232.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ddb7a52173298383b8f5ece28ebbbc17.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7bbd1d9f997dd2a53565b37ef511516c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/55c315a7d661e6469b88738a976ac4df.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ddb7a52173298383b8f5ece28ebbbc17.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ddb7a52173298383b8f5ece28ebbbc17.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ddb7a52173298383b8f5ece28ebbbc17.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3378,
+ "type": "30_pack_of_red_lunar_lantern_candles_convertible",
+ "name": "30 Pack of Red Lunar Lantern Candles",
+ "description": "Raise your Lunar Lantern with this thirty pack of Red Lunar Lantern Candles!
\nInside you'll find: \n \n\n• 30 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac6d9f3abf6dfea25197f793be90edd9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/930939529354ef56cbdd0c06b5287468.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e555c8900e04d45182c3b804f631a5a2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0346419dc1ee1278bf2564a1bdaaf39e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/930939529354ef56cbdd0c06b5287468.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/930939529354ef56cbdd0c06b5287468.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/930939529354ef56cbdd0c06b5287468.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3379,
+ "type": "year_of_the_tiger_gift_basket_convertible",
+ "name": "Year of the Tiger Gift Basket",
+ "description": "A mighty gift basket to share with friends as you celebrate the Year of the Tiger!\n
\nInside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nProvides the Lucky Golden Shield for one month from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e120c7bf860f4bb834d6ec6d6cc9bb09.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2d772e8d5c9b36ae31142f0e7f04ea62.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c2d51307884fc1363783a9252c035d63.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/60f38ee54329f5a9a674714f4bed8689.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2d772e8d5c9b36ae31142f0e7f04ea62.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2d772e8d5c9b36ae31142f0e7f04ea62.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2d772e8d5c9b36ae31142f0e7f04ea62.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3380,
+ "type": "year_of_the_tiger_supply_box_convertible",
+ "name": "Year of the Tiger Large Supply Kit",
+ "description": "Raise your lantern to new heights with this supremely powerful Year of the Tiger Large Supply Kit!
\nInside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nProvides the Lucky Golden Shield for four months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/78aa821af7ebd3dd2fffae0f5aea43ed.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a0856ee668773153349c8e5c7ed4269d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b5cf98c0236eb65defd548b049e4c4af.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3dd5dafa69e90bfc17ba445a7bf412f7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a0856ee668773153349c8e5c7ed4269d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a0856ee668773153349c8e5c7ed4269d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a0856ee668773153349c8e5c7ed4269d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3381,
+ "type": "year_of_the_tiger_supply_kit_convertible",
+ "name": "Year of the Tiger Supply Kit",
+ "description": "Celebrate the Year of the Tiger with confidence using this bountiful supply kit!
\nInside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.\n
\nProvides the Lucky Golden Shield for two months from date of opening.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c0afa91573d017fc7b5816abd20055bd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c98f6571f769a50da4070a10737d02ff.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/20ff17bca620b840ad9bbc12b4c1028b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d6be315f5c724950f9aa65af922e1bbe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c98f6571f769a50da4070a10737d02ff.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c98f6571f769a50da4070a10737d02ff.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c98f6571f769a50da4070a10737d02ff.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3382,
+ "type": "tiger_lny_journal_theme_collectible",
+ "name": "Year of the Tiger Journal Theme",
+ "description": "An elegantly crafted journal theme to celebrate the Year of the Tiger! \n \nRewarded to those who raised their lantern to great heights during the Lunar New Year 2022 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/28cc44ab41085ea8683aa57e4479fce4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b2d221e5270599d8048fe30779b36403.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/28cc44ab41085ea8683aa57e4479fce4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/28cc44ab41085ea8683aa57e4479fce4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3383,
+ "type": "water_tiger_wealth_ingot_collectible",
+ "name": "Tiger Wealth Ingot",
+ "description": "A symbol of great wealth and prosperity! It is said that displaying this in the Northeastern corner of your home, office, or trap will bring you a generous amount of luck and wealth!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/2af948760e358c22febebc5740bec8f5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4199461f40eeac6dadd1964e78e3fc7a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/2af948760e358c22febebc5740bec8f5.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/2af948760e358c22febebc5740bec8f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3384,
+ "type": "airship_balloon_tiger_stat_item",
+ "name": "Year of the Tiger Airship Balloon",
+ "description": "Celebrate the Year of the Tiger with this ferociously designed airship cosmetic! A hand-crafted solid jade hull, accented with gold and held aloft by the finest red silk sewn sails! Includes a free, professionally trained tiger pilot with every purchase! \n \nThis is the Balloon from the Year of the Tiger Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d9446e7c07e608a74a7d1587c9cbc189.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_tiger_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8d332715ca34e1d1f3c2412f96b724c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_tiger_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_tiger_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3385,
+ "type": "airship_hull_tiger_stat_item",
+ "name": "Year of the Tiger Airship Hull",
+ "description": "Celebrate the Year of the Tiger with this ferociously designed airship cosmetic! A hand-crafted solid jade hull, accented with gold and held aloft by the finest red silk sewn sails! Includes a free, professionally trained tiger pilot with every purchase! \n \nThis is the Hull from the Year of the Tiger Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2ce6a3c200b7fd83fba46d724448cef7.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_tiger_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/78933f31b988b557dad31f046a1913cb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_tiger_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_tiger_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3386,
+ "type": "airship_sail_tiger_stat_item",
+ "name": "Year of the Tiger Airship Sail",
+ "description": "Celebrate the Year of the Tiger with this ferociously designed airship cosmetic! A hand-crafted solid jade hull, accented with gold and held aloft by the finest red silk sewn sails! Includes a free, professionally trained tiger pilot with every purchase! \n \nThis is the Sail from the Year of the Tiger Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/58d18cd3d2106e8d90de45ace9373bd6.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_tiger_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c00ae9ce2770a4c7be42ea4c064a1289.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_tiger_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_tiger_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3387,
+ "type": "lny_2022_lantern_stat_item",
+ "name": "Tiger Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Tiger. This can be lit with Lunar Lantern Candles during the 2022 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/3064d9d5d966cd6fc09d2dd36adca682.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/120f4a7d7ea6c941ffe4787f9fb42438.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c69991665e5dfddeb6ed31f2ef27527b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/120f4a7d7ea6c941ffe4787f9fb42438.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/120f4a7d7ea6c941ffe4787f9fb42438.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/120f4a7d7ea6c941ffe4787f9fb42438.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3388,
+ "type": "tiger_jade_base",
+ "name": "Tiger Jade Base",
+ "description": "The image of the mighty tiger carved into this base imbues it with its powerful strength, energy, and ferocity. \n \nThose who completed the 2022 Lunar New Year adventure were awarded this beautiful and ferocious Tiger Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/5e3c6169910f4c9b64dc057837ac84a4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/eb639a23beff2bf51ce127075d2a777c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/5e3c6169910f4c9b64dc057837ac84a4.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/5e3c6169910f4c9b64dc057837ac84a4.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/c868f3409e2283697ee643beba7c5962.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 375,
+ "power_formatted": "375",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3389,
+ "type": "chrome_school_of_tiger_sharks_skin",
+ "name": "Chrome School of Tiger Sharks Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a82893498d830959c52550cb282b9024.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/31dbd2e0ab7bb26e6e6759dcc7f54710.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a82893498d830959c52550cb282b9024.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2b0dffc3ef67919e7e1e90bd05ad9828.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "Celebrate the Year of the Tiger with this beautifully handcrafted jade-chrome alloy trap skin! The spirit of the Tiger has enchanted these chrome sharks to create the ultimate combination of two fearsome apex predators. Use these sleek green sharks to unleash the power of the Tiger on mice throughout the Kingdom! \n \nThe firework lasers still function even while submerged underwater!"
+ },
+ {
+ "id": 3390,
+ "type": "jade_tiger_chrome_sphynx_skin",
+ "name": "Chrome Tiger Wrath Skin",
+ "description": "Coated in blinding chrome, this trap is a sight to behold! Light sparkles, shines, and reflects from the Sphynx's opulent wings scattering light throughout any Camp site. \n \nIt's a small wonder the small, moving dots of reflected light don't distract the kitty from its job at hand!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/45f83dd4feaae90ea1fe40e20297a708.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5f807d23c493d44d05c2ad9cad53fb92.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/45f83dd4feaae90ea1fe40e20297a708.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/163fa60f28a64008233e9aa7c935e44a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_sphynx_weapon",
+ "skin_weapon_name": "Chrome Sphynx Wrath",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/93b978b5b41d87b198ae44dac5558aa7.jpg",
+ "marketing_text": "Known to some as the King of All Beasts, this mighty tiger is a stalwart protector. Brave, strong, and confident, the tiger is trusted with protecting the dead and the vast riches belonging to the most wealthy of the Gods. \n \nDon't let its friendly facade fool you, a cunning killer conceals itself within that stunning statue!"
+ },
+ {
+ "id": 3391,
+ "type": "complete_lny_lantern_2022_adv",
+ "name": "Celebrate Lunar New Year 2022",
+ "description": "Celebrate the 2022 Lunar New Year by lighting your Tiger Lunar Lantern and earning the Tiger Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3392,
+ "type": "large_speedy_repair_kit_convertible",
+ "name": "Large Speedy Repair Supply Kit",
+ "description": "Load up with the Large Speedy Repair Supply Kit to make all your birthday wishes come true!\nInside you'll find: \n \n\n• 500 Speedy Coggy Colby \n• 300 Factory Repair Charms \n• 100 Ultimate Party Charms \n• 1 Party Size Gilded Birthday Scroll Case \n• 1 Rare Map Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/56a9cc524ba07c1c4a81b9a12516d699.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/118f647024cd38352a7534d3d65e20d8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3e03e9cfee42c34a485d9d70a9890ac8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/81943ba7f5eb3aa1ee0266e3139deba4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/118f647024cd38352a7534d3d65e20d8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/118f647024cd38352a7534d3d65e20d8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/118f647024cd38352a7534d3d65e20d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3393,
+ "type": "birthday_fourteenth_journal_theme_collectible",
+ "name": "Balloon Birthday Journal Theme",
+ "description": "When popping this theme on your journal take care not to pop any of its balloons! This whimsical and bright theme will be any hunter in the mood to party. \n \nOriginally designed to commemorate MouseHunt's 14th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/64b161ccd5af107d517a74be67a79d61.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/44672a9253ffcd57edbfa11bc756ad0b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/64b161ccd5af107d517a74be67a79d61.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/64b161ccd5af107d517a74be67a79d61.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3394,
+ "type": "airship_balloon_factory_stat_item",
+ "name": "Factory Airship Balloon",
+ "description": "What was once submerged in the Rodentia Ocean now flies high above the Kingdom. This bellowing factory soars through the air as it pumps cheese at maximum speed!\n \n \nThis is the Balloon from the Factory Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/98469a65b4bfb6b841a7fc765900c76e.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_factory_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e4011ed02f4bed8c3009fe26d9ae429a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_factory_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_factory_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3395,
+ "type": "airship_hull_factory_stat_item",
+ "name": "Factory Airship Hull",
+ "description": "What was once submerged in the Rodentia Ocean now flies high above the Kingdom. This bellowing factory soars through the air as it pumps cheese at maximum speed!\n \n \nThis is the Hull from the Factory Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b0f3a7b98d66837f65c93a24a6af914b.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_factory_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/eb0b670bf8215d8f001259ddc471e020.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_factory_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_factory_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3396,
+ "type": "airship_sail_factory_stat_item",
+ "name": "Factory Airship Sail",
+ "description": "What was once submerged in the Rodentia Ocean now flies high above the Kingdom. This bellowing factory soars through the air as it pumps cheese at maximum speed!\n \n \nThis is the Sail from the Factory Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/abc0e9b0f068ac75646ed3dff82de698.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_factory_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0b7f81029fd1921950dfd714105bd0c5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_factory_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_factory_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3397,
+ "type": "ice_cream_cake_base",
+ "name": "Ice Cream Cake Base",
+ "description": "This layered ice cream cake will make any brain freeze with its devilishly delicious double dose of chocolate and vanilla ice cream, stacked on a crisp cookie crumble, and separated by a thin layer of creamy caramel! Eat it quick before it melts! \n \nA flavour first savoured during MouseHunt's 14th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/ffc7933044247c4de0155e725a4e0b4c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/43b5e1d04f910c1b85679793a9ed4efd.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/ffc7933044247c4de0155e725a4e0b4c.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/ffc7933044247c4de0155e725a4e0b4c.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/afeb07f351b1909ba4ab0da9cc547473.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.14,
+ "power_bonus_formatted": "14%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.14,
+ "attraction_bonus_formatted": "14%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3398,
+ "type": "birthday_floating_arcane_upgraded_weapon_skin",
+ "name": "Piñata of Pursuing Party Trap Skin",
+ "description": "A significantly more powerful enchantment imbued by an ancient jewel transforms this winged crystal into a sentient familiar capable of strategic thinking. It can predict the movements of its quarry with remarkable accuracy which allows it to launch its golden circlet with impeccable timing and absolute precision. The Arcane power within this crystal is so potent that it can absorb the captured mouse's essence from a great distance which negates the need for its mighty and beautiful wings. However, now that the crystal is sentient, it chooses to keep the wings for reasons that can only be described as vanity.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b4a05bb74ea2ee0bcc6f8eecfc4091a1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/17e676ce19df03d934dc0baa2d13157f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b4a05bb74ea2ee0bcc6f8eecfc4091a1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/851d2de0053ba53f0dc3715cb6a0c579.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/765b65aca407a73d2b768a497c6c53dd.jpg",
+ "marketing_text": "This lovely Piñata of Pursuing magically fills itself with the nearest mouse that it can find and brings it back to the excitable droids anxiously waiting for the party to begin. The rings emit an upbeat \"Happy Birthday\" melody as they are struck in order to mask the less-than-cheery sounds coming from the lucky mouse trapped inside!"
+ },
+ {
+ "id": 3399,
+ "type": "birthday_queso_fount_skin",
+ "name": "Birthday Fount Trap Skin",
+ "description": "A bubbling fount of molten queso which is superheated faster than it can vaporize. The surface tension is so high that even the slightest vibration can trigger an explosion! The specially crafted spouts focus the eruption towards the placement of the cheese on the trap hoping to cover any mice that wander too close.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/0c96291f03ba9fde8bea41d1fae598fe.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/4bf828f2adeb0faab02c988fd1414697.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/0c96291f03ba9fde8bea41d1fae598fe.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fadb2ab4aa1bdcbf48e3cd54058b012e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_hydro_weapon",
+ "skin_weapon_name": "Queso Fount Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e7dfc6667f77fc2d6dc80ac7757127bc.jpg",
+ "marketing_text": "A birthday party in a box! Treat every day like your birthday and celebrate with a bombardment of presents, party supplies, and cake that will leave any mouse too exhausted to escape!"
+ },
+ {
+ "id": 3400,
+ "type": "complete_birthday_2022_adv",
+ "name": "Defend the SUPER|brie+ Factory!",
+ "description": "Vincent, The Magnificent thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and put an end to Vincent's grasp on the factory!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3401,
+ "type": "ancient_jade_egg_convertible",
+ "name": "Ancient Jade Egg",
+ "description": "An ancient emerald egg containing a hefty chunk of raw jade.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4f82b6e1f502a47f6958555354349540.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ed7a286aaba86f25fd1364584a9d56e4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7291a4dddec81274d39a9a5c83281cb7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/644ad0dcc59d7048e43b3606a800f660.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ed7a286aaba86f25fd1364584a9d56e4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ed7a286aaba86f25fd1364584a9d56e4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ed7a286aaba86f25fd1364584a9d56e4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3402,
+ "type": "century_of_luck_egg_convertible",
+ "name": "Century of Luck Egg",
+ "description": "What luck! An egg with a shell painted with pure, liquid luck! Finding one of these is no easy task!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/99cbcf075affdffce91c628edcd0650f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c80393b464ba3011559816c151942c7b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5060f07b67d1825091dbbad5127a48d7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/89ac76ffeee0a115c549355cc5bf8d14.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c80393b464ba3011559816c151942c7b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c80393b464ba3011559816c151942c7b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c80393b464ba3011559816c151942c7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3403,
+ "type": "empyrean_empress_egg_convertible",
+ "name": "Empyrean Empress Egg",
+ "description": "This custom made egg houses valuables from the private collection of the Empyrean Empress herself.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1f932907af7db5547ffda74766fdf4a3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/790acc36ced4d004235c0ca63b5a48b1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c86d6f2872ab893913b627edf90f9418.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dc4635c6d734f802a07835a387f8b783.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/790acc36ced4d004235c0ca63b5a48b1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/790acc36ced4d004235c0ca63b5a48b1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/790acc36ced4d004235c0ca63b5a48b1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3404,
+ "type": "empyrean_seal_egg_convertible",
+ "name": "Empyrean Seal Egg",
+ "description": "A generous amount of Empyrean Seals are contained within this equally ornate egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d7777946114097be86fd140f5222c657.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c179e2e5b28d0ebd69791096ff8733f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/28fcad11455c7e5efb0f98a52aab9e84.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/98526624e56160e7c81909d0c99cc9dc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3c179e2e5b28d0ebd69791096ff8733f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3c179e2e5b28d0ebd69791096ff8733f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3c179e2e5b28d0ebd69791096ff8733f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3405,
+ "type": "overflowing_pump_egg_convertible",
+ "name": "Overflowing Pump Egg",
+ "description": "Filled beyond capacity by a powerful pump. It's overflowing with delicious queso!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/64a73f8fc3c527ca21cfc923b8f353c6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c548e360b728ec5e8f5bd128b50143ae.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b562a09a3b7b3fefa99d4a817fed3446.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/989016f54b0bea191ab1c913c9fc2d2f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c548e360b728ec5e8f5bd128b50143ae.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c548e360b728ec5e8f5bd128b50143ae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c548e360b728ec5e8f5bd128b50143ae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3406,
+ "type": "peggy_egg_convertible",
+ "name": "Peggy's Egg",
+ "description": "An egg packed with treasures gathered by the most successful pirate.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b38607453886def80c7c330d0d343ea1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5515ab889ee296843a8ebfafec7132e8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dbdaa9c0436988777759f5a93ddf474a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2b623c5ab508f5c3a2ac2305d1975ac1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5515ab889ee296843a8ebfafec7132e8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5515ab889ee296843a8ebfafec7132e8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5515ab889ee296843a8ebfafec7132e8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3407,
+ "type": "richest_egg_convertible",
+ "name": "The Richest Egg",
+ "description": "The most lavish egg you have ever laid your eyes on.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6a3b12b9bb73da5a66f99967a81fb2f4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9c6733f7999a146138d96b7be12c2810.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fc5298ff9797f9681880a0d1077a06e7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5389b34153666f1f86170c0324d77064.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9c6733f7999a146138d96b7be12c2810.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9c6733f7999a146138d96b7be12c2810.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9c6733f7999a146138d96b7be12c2810.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3408,
+ "type": "gilded_egg_server_collectible",
+ "name": "Gilded Egg Server",
+ "description": "Dipped in gold and embellished with eggsquiste jewels, a royal receptacle for your ovicular delights.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "spring_hunt",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/a1c898a3ebd871715467e0489b66adf1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cc9d4fdf5caf8379ae91319154c889db.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/a1c898a3ebd871715467e0489b66adf1.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/a1c898a3ebd871715467e0489b66adf1-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3409,
+ "type": "airship_balloon_marzipan_stat_item",
+ "name": "Marzipan Airship Balloon",
+ "description": "Marzipan so fluffy and light it practically floats by itself! Watch out though this airship attracts a lot of critters who mistake it as a tasty snack. \n \n \n This is the Balloon from the Marzipan Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f4e1878d9a2f4b6088e1f37c4eafd392.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_marzipan_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9f485d47a11057c6e0520c5d9cf6e81d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_marzipan_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_marzipan_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3410,
+ "type": "airship_hull_marzipan_stat_item",
+ "name": "Marzipan Airship Hull",
+ "description": "Marzipan so fluffy and light it practically floats by itself! Watch out though this airship attracts a lot of critters who mistake it as a tasty snack. \n \n \n This is the Hull from the Marzipan Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e3e3075e8abd726c7e125a4a3b6cb7c7.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_marzipan_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/a40aff66c63d7d794a2c4b3325d5ae59.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_marzipan_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_marzipan_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3411,
+ "type": "airship_sail_marzipan_stat_item",
+ "name": "Marzipan Airship Sail",
+ "description": "Marzipan so fluffy and light it practically floats by itself! Watch out though this airship attracts a lot of critters who mistake it as a tasty snack. \n \n \n This is the Sail from the Marzipan Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/57fc7c5d110d4f9ab2dd8eb6b752f6d2.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_marzipan_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7f38412a7b1ec55a507fa72da51a101d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_marzipan_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_marzipan_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3412,
+ "type": "tulip_turret_weapon",
+ "name": "Tulip Turret",
+ "description": "What better way to slay dragons than with the power of spring! Some say this trap is an ancient remnant of the legendary Fae Folk while others insists that it's the result of the magical fertilizer being used throughout the kingdom. Regardless of its origin this trap is very effective at hunting dragons, firing magical blasts of energy at the mice it causes them to be disorientated and land near the vines which quickly ensnare them.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2581bdd11d978df7003e1843802421d9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/f6658bd653a243f554fa2e958cd4d04c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/2581bdd11d978df7003e1843802421d9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/9e5c700c889aa9317f36d1825335e5c1.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3413,
+ "type": "spring_hunt_draconic_cannon_skin",
+ "name": "Egg Slayer Cannon Skin",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1379288b6d2ec6745ee250daeb5c7e0d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/17786de672f7a8daa94d9ba049f39191.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1379288b6d2ec6745ee250daeb5c7e0d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/80190dc8895104ffc24ef0f6f4292544.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "A new variant of the Dragon Slayer Cannon that's particularly effective at harnessing the power of eggs and Draconic energy into something completely new and awesome."
+ },
+ {
+ "id": 3414,
+ "type": "spring_hunt_stinger_skin",
+ "name": "Music Box S.T.I.N.G.E.R. Trap Skin",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7c8a4b3174a644cda29d79bc5088c25d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/529d26c8ffb80cc7230777dc6df23edf.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7c8a4b3174a644cda29d79bc5088c25d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8bf697d8f4a474af611024b823411d89.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_law_upgraded_weapon",
+ "skin_weapon_name": "S.T.I.N.G.E.R. Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "marketing_text": "The latest retrofit for the S.T.I.N.G.E.R. goes all out to attract criminals. By playing enchanting notes it lulls suspects into a whimsical mood at which point they willing walk into its ornate musical lock box."
+ },
+ {
+ "id": 3415,
+ "type": "ronza_extra_rich_supply_ship_convertible",
+ "name": "Ronza's Floating Islands Supply Ship",
+ "description": "This lofty airship is overflowing with the atmospheric essentials necessary to soar gracefully through the Floating Islands and the Sky Palace! \n \nInside you'll find: \n \n\n• 400 Airship Charms \n• 400 Cloud Cheesecake \n• 200 Extra Rich Cloud Cheesecake \n• 500 Bottled Wind \n• 10 Cyclone Stones \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3fb4a82bae15113f76ff2decfa62c66c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f26b472ec7a4e7a968dfca1bdbc4042d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dd6c3b5b60f16d9ae7990ce994adc791.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/97132e55068ce4af1c0f23f01938a835.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f26b472ec7a4e7a968dfca1bdbc4042d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f26b472ec7a4e7a968dfca1bdbc4042d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f26b472ec7a4e7a968dfca1bdbc4042d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3416,
+ "type": "chrome_thought_obliterator_kit_crafting_item",
+ "name": "Chrome Thought Obliterator Upgrade Kit",
+ "description": "A stylized bottle of a unique, thoughtwave magnifying chrome. The bottle dances when someone nearby is thinking of it. \n \nInstallation is simple! Smash your Thought Obliterator and place its pieces into a box along with the content of the bottle. Shake, don't stir, and presto! The jewels will pull your trap back together into a shiny new Chrome Thought Obliterator trap! \n \nUse this kit with Thought Obliterator Trap Parts to create:\n
\n
Chrome Thought Obliterator
\n
\n\n
A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.
\n
\n\n
Power: 16025
\n
Power Bonus: 25%
\n
Attraction Bonus: 20%
\n
Luck: 21
\n
Power Type: Forgotten
\n
Title Required: Archduke/Archduchess
\n
Cheese Effect: Extremely Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/3fca3987d770c2e272732ada9fd41a84.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/150a8ca6f0a5b1d513b3ddb9d2847430.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/150a8ca6f0a5b1d513b3ddb9d2847430.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/150a8ca6f0a5b1d513b3ddb9d2847430.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/150a8ca6f0a5b1d513b3ddb9d2847430.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 3417,
+ "type": "thought_obliterator_parts_crafting_item",
+ "name": "Thought Obliterator Parts",
+ "description": "A mystical pile of stones attracted to the two powerful jewels that sit in the center of the box.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a36dff7cad8f37a3c2328229f8f678ba.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/a36dff7cad8f37a3c2328229f8f678ba.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3418,
+ "type": "chrome_codex_stat_item",
+ "name": "Chrome Codex",
+ "description": "A book detailing chrome working and maintenance techniques developed over years by Ronza. \n \nThe knowledge contained in this codex gives Chrome, Super Chrome, and Extreme Chrome Charms and their Rift counterparts a chance to turn into their next tier counterpart on successful catch!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a0a540b4ede0ea8a56b00708ac7cc8f3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5908adba0d68f0ea8a455355f06c1ebc.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9e93cfb618d3bfd87661d8ff8f099052.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5908adba0d68f0ea8a455355f06c1ebc.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5908adba0d68f0ea8a455355f06c1ebc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5908adba0d68f0ea8a455355f06c1ebc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe"
+ },
+ {
+ "id": 3419,
+ "type": "mist_meter_regulator_base",
+ "name": "Mist Meter Regulator Base",
+ "description": "An industrial mist quality regulator made in the laboratories found within the Burroughs. Powered by mist canisters, it can regulate the environment, keeping things locked in a healthy green range. \n \nWhile in the green zone, the Mist Meter Regulator Base will consume two Mist Canisters per hunt and the Mist Meter will remain steady at the current mist level.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "rift",
+ "rift_burroughs",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/aeeb39277ee5bb21bffd2d8e5eb91203.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/c41a5cbc0452f5444c0068ebcb8a5b75.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/aeeb39277ee5bb21bffd2d8e5eb91203.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/aeeb39277ee5bb21bffd2d8e5eb91203.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/43ef3f5ad7a8aa46243ed577f65d34ad.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 6,
+ "luck_formatted": "6",
+ "has_cheese_effect": true,
+ "cheese_effect": "Ultimately Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3420,
+ "type": "cheese_seeking_lighthouse_weapon",
+ "name": "Cheese Seeking Lighthouse Trap",
+ "description": "A light in the dark, a beacon of safety. \n \nThis trap illuminates cheese drawing mice to it, inviting them to rest with the soothing ocean sounds. When the mice let down their guard the light goes out, and creatures emerge from the shadows. \n \nNo one ever sees the mice after that, no one knows what lurks in the shadows.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/6c5cebbeef35a00b732adbf78c05fc18.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/337b592ae397f12a8b6f8e0c0f015262.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/6c5cebbeef35a00b732adbf78c05fc18.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/352144a6857fd873c9c51d82a138ccab.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 5250,
+ "power_formatted": "5,250",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 21,
+ "luck_formatted": "21",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3421,
+ "type": "chrome_floating_forgotten_upgraded_weapon",
+ "name": "Chrome Thought Obliterator Trap",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/8d5c2cc10f0c49586144efed5883912c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/0d1a29e0015ebad137d57247cf9a84fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 16025,
+ "power_formatted": "16,025",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 21,
+ "luck_formatted": "21",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": true,
+ "skins": [
+ "chrome_thought_entangler_skin",
+ "winter_chrome_floating_forgotten_upgraded_skin",
+ "lny_rabbit_chrome_thought_obliterator_skin",
+ "chrome_gold_foil_thought_obliterator_skin",
+ "halloween_chrome_thought_obliterator_skin",
+ "chrome_silo_chrome_thought_obliterator_skin",
+ "chrome_droid_surprise_skin",
+ "chrome_unchained_obliterator_skin",
+ "gilded_chrome_memory_obliterator_skin",
+ "chrome_regal_thinking_tree_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "chrome_thought_entangler_skin",
+ "winter_chrome_floating_forgotten_upgraded_skin",
+ "lny_rabbit_chrome_thought_obliterator_skin",
+ "chrome_gold_foil_thought_obliterator_skin",
+ "halloween_chrome_thought_obliterator_skin",
+ "chrome_silo_chrome_thought_obliterator_skin",
+ "chrome_droid_surprise_skin",
+ "chrome_unchained_obliterator_skin",
+ "gilded_chrome_memory_obliterator_skin",
+ "chrome_regal_thinking_tree_trap_skin"
+ ]
+ },
+ {
+ "id": 3422,
+ "type": "chrome_celestial_dissonance_tree_skin",
+ "name": "Chrome Celestial Jubokko Tree",
+ "description": "A powerful model replica of the Valour Rift Tower derived from its original blueprints. This replica tower uses the power of the Eclipse Core to recombine itself around the mouse, sending it into its own version of an infinite tower in another dimension.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8b958a85168878691de27158da04a59d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/65e24b883d303c3afb0fe521ba9fc40a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8b958a85168878691de27158da04a59d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8accb32f4770a472168fe78147041a24.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "From a distance, this trap resembles a peaceful tree, perpetually illuminated in sunshine by a magical core. \n \nThe disguised Eclipse Core lures unwitting mice in reach of the tree's roots and branches. \n \nOnce tangled by the branches, captured mice are trapped in another dimension, doomed to travel an eternal labyrinth of the tree's roots before it consumes them, feeding the tree."
+ },
+ {
+ "id": 3423,
+ "type": "peony_ember_prison_core_trap_skin",
+ "name": "Peony Prison Core Trap Skin",
+ "description": "By studying the design of the Meteor Prison Core, the clever Trapsmiths of Queso Canyon were able to create their own version of this fantastical device. \n \nRedesigned, reinforced and really, really hot! If you thought prison couldn't get any worse, just turn the temperature up... a couple hundred degrees! \n \nThis Prison Core takes things to a whole new level. Using Unstable Ember Gadgets to cycle heat, it makes working with hot temperatures a cool breeze! Works just like an air conditioner to remove just enough heat, keeping the temperature in the safe spot between incarceration and incineration. \n \nOn the bright side, any mice who end up in here end up with one heck of a tan!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f550c06341e3d69e30abd898d7efb4d2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/73c2e64f7045378f300c0adbdb4e290d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f550c06341e3d69e30abd898d7efb4d2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/64dd8a8267d8b69962529e4d63e007f5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "ember_prison_core_weapon",
+ "skin_weapon_name": "Ember Prison Core Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e0e26c990b1bc0bb4494b1aac43af86b.jpg",
+ "marketing_text": "The alluring scent of a peony entices mice in for a comfortable stay. Once inside, the relaxing aroma and soft petals gently lull them to sleep. In time, the mice realize this prison isn't so bad, not that they could escape. At least it's spacious!"
+ },
+ {
+ "id": 3424,
+ "type": "slumbering_baker_trap_skin",
+ "name": "Slumbering Baker Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/789396c188941d150f6a6ff6fc23a3e8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5b13ca1b5c23b9adf56d52dbe4123154.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/789396c188941d150f6a6ff6fc23a3e8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0e09d2715d50010a75e4b00b5c846354.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "This trap forgoes the traditional subharmonic frequencies to instead lure mice with the delicious aroma of cookies! Mice can’t help but follow their nose right into the perfectly still trap. When mice venture too closely this trap grabs them with its cookie encrusted pincers. Mice are then covered in cookie dough from its tail and baked for 15 to 20 minutes or until golden brown."
+ },
+ {
+ "id": 3425,
+ "type": "super_safe_drencher_steam_laser_mk_iii_skin",
+ "name": "Super-Safe™ Drencher 500 Trap Skin",
+ "description": "The ultimate in steam laser technology, the Steam Laser Mk. III is truly a marvel of engineering. Able to hyper-heat steam beyond normal (or safe) levels, this trap is truly the pinnacle of anti-Iceberg weaponry. Even Icewing herself fears and will attack this trap on sight! \n \nThis combination of hot and hydro works especially well on the Slushy Shoreline and in the Iceberg.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ef284acf1988f61869fc441a3be9315e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c56e973fedb8696ba680859c6f1fc71a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ef284acf1988f61869fc441a3be9315e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f78388caada09ab41c5052ba0981a26a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "steam_laser_mk_iii_weapon",
+ "skin_weapon_name": "Steam Laser Mk. III",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/782e857fa80d0bdb1293060ec8a520b7.jpg",
+ "marketing_text": "Don't just soak 'em, drench 'em with The Super-Safe™ Drencher 500, a water cannon of a higher caliber! Turn your water fight into a water war with a whopping 500 Super-PSI™! Now that's pressure! The Drencher fires new Super-Safe™ Water Balloons* with dual balloon hoppers which cuts reload times in half! \n \n* Safety Not Guaranteed \n \nWARNING: To avoid injury, refrain from using this product. Not suitable for children, adults, humans, or mice.\nSuper-Safe™ is just a trademark and has no relation to the actual safety standards associated with this product.\n* Balloons sold separately"
+ },
+ {
+ "id": 3426,
+ "type": "thoughtfully_enraged_rhinobot_skin",
+ "name": "Pensive Enraged Rhinobot Skin",
+ "description": "Digby scientists were hard at work trying to improve upon the already amazing RhinoBot when a fluke of chance led to the creation of the Enraged RhinoBot! The pure platinum cogs make it practically indestructible and a machine of pure raging power! It is hard to say whether the scientists think their masterpiece a success or a failure. Since the Enraged Rhinobot has emerged from the labs, no one has been able to discover those scientists' whereabouts!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/00765a70c2425fc62167d504a159e174.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/cb03aa4ecd4af2152eceb038dc3c792c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/00765a70c2425fc62167d504a159e174.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/b50362ca977d190012b0646f789b9196.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "enraged_rhinobot_weapon",
+ "skin_weapon_name": "Enraged RhinoBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/b8ac71ab58970962e7b9ebd6a072d459.jpg",
+ "marketing_text": "A Rhinobot that has become self-aware and pondering the nature of its rage. Its elaborate thought process is constantly interrupted by errant mice triggering the trap. Unfortunately each time the Rhinobot is triggered, it reboots, wiping away any progress that has been made. \n \nMaybe one day it will be left alone long enough to contemplate its rage and achieve \"trapvãna\"."
+ },
+ {
+ "id": 3427,
+ "type": "enchanted_page_collectible",
+ "name": "Enchanted Page",
+ "description": "This page seems very different from all of the other loose pages scattered throughout the Crystal Library. Something about it makes it feel very old despite it being in immaculate condition as though it somehow exists beyond the reach of entropy. Upon close inspection of the penmanship, it appears that this page was written by Zugzwang himself! Although... there are several notes scribbled around the margins in a very different handwriting altogether. Someone... or something has been studying this page very intensely and whatever it was must have been far more intelligent than the simple Bookborn that was caught clutching it. \n\t \n\tThere is one passage in particular that has been circled in bright red ink, it reads: \n\t \n\t\"The power and importance of this fantastical place cannot be overstated. It is my belief that the mystical creatures that are native to this region they call the Folklore Forest are not only recording the entire history of this land but are actively protecting its integrity! This Book of Lore that they've created possesses a type of magic that I have never encountered before and the magnitude of its power is downright frightening. Changing so much as a single word on one of these pages has the power to alter the course of our history forever! Thankfully their region is protected by a powerful enchanted veil that separates it from the rest of reality and that veil has proved strong enough to keep the mice from reaching this extraordinary place. I shudder to think what terrible things could befall Gnawnia if a mouse of superior intellect were to discover the way in and manage to get their paws on the Book of Lore!\" \n\t \n\tMany of the notes around the margins appear to have been scribbled hastily and are therefore difficult to make out but there is one that is just barely legible, it reads: \n\t \n\t\"I must find a way to lure out a guide from that suffocating subterranean underpass...\"",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c40cece15d2b24932998402f91a571f0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8c91de74ee8d982d8d1aed87803d8003.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/c40cece15d2b24932998402f91a571f0.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/c40cece15d2b24932998402f91a571f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3428,
+ "type": "antique_frame_stat_item",
+ "name": "Antique Frame",
+ "description": "This intricate and ornate frame, thick with cobwebs, is an antique so old that all memory of its original purpose is likely lost to the ages. It appears that it was intended to secure some sort of disc-shaped object in its centre. It also has an interlocking connection on one end where something could likely be slotted into it.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7606042bbd0f443ca8834a4815e5bfcb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a1ef1a3cd910a998ec3a94a47d93826c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7420008807fc138527f2435ced5ca9e7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a1ef1a3cd910a998ec3a94a47d93826c.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a1ef1a3cd910a998ec3a94a47d93826c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a1ef1a3cd910a998ec3a94a47d93826c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Loot drop from the Paragon of Forgotten"
+ },
+ {
+ "id": 3429,
+ "type": "draft_derby_curd_stat_item",
+ "name": "Draft Derby Curd",
+ "description": "This tasty nugget is filled from front to back with good ideas that are just waiting to be put down on the page! Combine these scrumptious scraps with Parable Papyrus and Inspiration Ink to create the various tiers of Draft Derby cheese in the Table of Contents.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7568fb28e0a2831d4d698c4323915501.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e57a0da72b428affd8626146c3ea2b16.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b746ce37433455ac359818b31ca08ca2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e57a0da72b428affd8626146c3ea2b16.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e57a0da72b428affd8626146c3ea2b16.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e57a0da72b428affd8626146c3ea2b16.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Table of Contents"
+ },
+ {
+ "id": 3430,
+ "type": "ingenuity_grub_stat_item",
+ "name": "Ingenuity Grub",
+ "description": "These brightly-coloured insects are known for their gumption, hypnotic glow, and their uniquely inspirational flavour! They are a favourite of the Grub Gatherer mice who dig them up along the shores of the Prologue Pond. Unbeknownst to them however, these grubs can be made into a special type of cheese that is a very alluring bait when fishing in the shallower parts of the pond. \n\t \n\tThis is the main ingredient necessary for creating Grubbeen Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8e2c9e1aac210ead3a6f2bcca682119f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f8674e9d3dfe810c8ef2193896f7321e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b357869b0f9b74bcc1e4ba05339b2fdb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f8674e9d3dfe810c8ef2193896f7321e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f8674e9d3dfe810c8ef2193896f7321e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f8674e9d3dfe810c8ef2193896f7321e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Prologue Pond"
+ },
+ {
+ "id": 3431,
+ "type": "liquid_lens_stat_item",
+ "name": "Liquid Lens",
+ "description": "This remarkable, hypnotic substance seems to exist in a state somewhere between liquid and solid. It ripples perpetually showing brief glimpses of a mysterious image on the crests of each wave. Perhaps if this lens could be contained within a secure frame and stabilized by an otherworldly power source, the ripples would settle and the image that it's trying to convey would become clear.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/bc7fe1942aa5d03e82bd241a2630d579.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ad2f4651eb19c68a5edf5e629ed55008.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/14e080025c47e7c7d6c217198504e83f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ad2f4651eb19c68a5edf5e629ed55008.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ad2f4651eb19c68a5edf5e629ed55008.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ad2f4651eb19c68a5edf5e629ed55008.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Loot drop from the Paragon of Water"
+ },
+ {
+ "id": 3432,
+ "type": "papyrus_seed_stat_item",
+ "name": "Papyrus Seed",
+ "description": "These tough little seeds are a valuable resource for the farmers of the Foreword Farm as they are necessary for growing both Mythical Mulch and Parable Papyrus Plants in those fertile fields. Unfortunately for the farmers, these seeds are considered a tasty treat to the Seed Stower mice in the area so they have a tendency to hoard them!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e929cbc8153cead19f63689420f5d721.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/fb2fd61d9c427f3a630df60d964878e7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/5558dc4f2e2c401db0f6a5cd8763dc8a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/fb2fd61d9c427f3a630df60d964878e7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/fb2fd61d9c427f3a630df60d964878e7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/fb2fd61d9c427f3a630df60d964878e7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Foreword Farm"
+ },
+ {
+ "id": 3433,
+ "type": "tactical_grip_stat_item",
+ "name": "Tactical Grip",
+ "description": "This elaborate handle grip is surprisingly mechanically advanced despite its apparent age. It has an interlocking mechanism on one end that seems to be meant as a means of secure connection with another object. It also has a mysterious two-pronged socket where it appears it might be able to draw energy from some sort of exquisite, otherworldly power source.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ab6eeae60495809f56c0131499d74917.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f2d73f3ec1e2663c50034f5de92c0401.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/404401b52263f0d5303ab63116d16d90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f2d73f3ec1e2663c50034f5de92c0401.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f2d73f3ec1e2663c50034f5de92c0401.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f2d73f3ec1e2663c50034f5de92c0401.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Loot drop from the Paragon of Tactics"
+ },
+ {
+ "id": 3434,
+ "type": "folklore_forest_map_piece",
+ "name": "Legendary Looking Glass",
+ "description": "This extraordinary looking glass emanates a bizarre and captivating power of mythical proportions. It was constructed from three unique pieces (a Liquid Lens, an Antique Frame, and a Tactical Grip) that could have only originated from a place where the line between reality and fantasy is blurred. \n \nOnce the three pieces were assembled and imbued with the awesome, otherworldly power of the Adorned Empyrean Jewel, this exquisite oddity transformed from a simple, ornate hand mirror into a window from our world into a place where imagination is the ultimate power. By gazing into its mystical lens, a hunter can see themselves in this place that is neither here nor there, neither fact nor fiction, neither reality nor fantasy; a place that puts the story in history. \n \nA small, nearly illegible inscription on the back of the frame hints that there is a specific spot in Gnawnia where the veil between perception and imagination is very thin. If an intrepid hunter were to take this Legendary Looking Glass to that one spot, open their mind, forgo all preconceptions as to the nature of their reality, and look very, very deeply into its lens then perhaps they might just find themselves on the other side of that reflection. \n \nOnly hunters ranked Archduke/Archduchess and above can gaze into this mystical reflection...\n
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e2492ffb3359a218a82f9355859729fe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9bc3ca513fc58aa024e26e6c3670bf6e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e44368161ac915b96b8044bc5543af99.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e7bde6a7d185f1ad8a5f452770538e03.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9bc3ca513fc58aa024e26e6c3670bf6e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9bc3ca513fc58aa024e26e6c3670bf6e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9bc3ca513fc58aa024e26e6c3670bf6e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3440,
+ "type": "folklore_forest_large_supply_kit_convertible",
+ "name": "Folklore Forest Large Supply Kit",
+ "description": "A copious collection of creative commodities for visionary hunters in the Folklore Forest!\nInside you'll find: \n \n\n• 650 Condensed Creativity \n• 650 SUPER|brie+ \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/842f1c7389fce69cebaa03dc8934568d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/146182a4168077141f4b60f706508d9d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3c4ba40f5baa78c9cdb7aa3b4b1543e0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ec060cd1fec5d57333ee1fbc92a56fdc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/146182a4168077141f4b60f706508d9d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/146182a4168077141f4b60f706508d9d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/146182a4168077141f4b60f706508d9d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3441,
+ "type": "folklore_forest_supply_kit_convertible",
+ "name": "Folklore Forest Supply Kit",
+ "description": "Useful supplies to get your creative juices flowing in the Folklore Forest!\nInside you'll find: \n \n\n• 200 Condensed Creativity \n• 200 SUPER|brie+ \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f2edcc75eed91c88e2c7c9cb92eb3f49.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d94d714b6288fef47c4f8f90c1f3852.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1c4eb18e167fd703a45cb9af68b7800e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b44bcc2597af66e189a909ce5754ce46.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0d94d714b6288fef47c4f8f90c1f3852.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0d94d714b6288fef47c4f8f90c1f3852.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0d94d714b6288fef47c4f8f90c1f3852.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3442,
+ "type": "grubbeen_pack_small_convertible",
+ "name": "2-Pack of Grubbeen Cheese",
+ "description": "Two pieces of tangy Grubbeen Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b7d784cb444e5db546d05041b4890cda.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d5d3adc4188b4ce07cdd042cf29b70.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3053d424f149e9e8a0b033c25021c211.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8a63902bb7db5bf41d3243a087301a51.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d5d3adc4188b4ce07cdd042cf29b70.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d5d3adc4188b4ce07cdd042cf29b70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c4d5d3adc4188b4ce07cdd042cf29b70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3443,
+ "type": "second_draft_derby_pack_small_convertible",
+ "name": "2-Pack of Second Draft Derby Cheese",
+ "description": "Two pieces of well-read Second Draft Derby Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/80d5a73ba7d3b5250373d1afa87962a3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/55965adff262919581f7b636e0d7cb5e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5fd6c373584eeffb10217fe8088bd34d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d9417022604331ff6f7b10fcc32a2dec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/55965adff262919581f7b636e0d7cb5e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/55965adff262919581f7b636e0d7cb5e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/55965adff262919581f7b636e0d7cb5e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3444,
+ "type": "stormy_clamembert_pack_small_convertible",
+ "name": "2-Pack of Stormy Clamembert Cheese",
+ "description": "Two pieces of tempestuous Stormy Clamembert Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3c4379b7aae888deb8ecbde5ed2b76e2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f24bdb00854b4eb15f5601b355208ef3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/736d2f919294773bcf817c57e7a142cf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ef7342f0ece3dd466082e907c39d0461.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f24bdb00854b4eb15f5601b355208ef3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f24bdb00854b4eb15f5601b355208ef3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f24bdb00854b4eb15f5601b355208ef3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3445,
+ "type": "brainstorm_chum_stat_item",
+ "name": "Brainstorm Chum",
+ "description": "This potent, volatile substance emits a brilliant glow so entrancing and a scent so intoxicating that it sends the mice of the Prologue Pond into a frenzy causing them give up their most coveted possessions when caught. \n\t \n\tScatter Brainstorm Chum with Grubbeen Cheese to loot Cleverness Clams instead of Pond Pennies. Scatter it with Clamembert or Stormy Clamembert to loot Inspiration Ink instead of Pond Pennies.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a9b52ddce444eae480c19c856ea51c0d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6de7dbc70877d7876ef58499c3ae593f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b8d33b8068792d560276e92893c4630d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6de7dbc70877d7876ef58499c3ae593f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6de7dbc70877d7876ef58499c3ae593f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6de7dbc70877d7876ef58499c3ae593f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "pond_penny_stat_item": 1,
+ "gold_stat_item": 1000
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase with Pond Pennies in the Prologue Pond"
+ },
+ {
+ "id": 3446,
+ "type": "cleverness_clam_stat_item",
+ "name": "Cleverness Clam",
+ "description": "There is more than meets the eye to these shrewd shellfish. They can be found clinging to the aquatic mice in the shallower parts of the Prologue Pond and it is believed that the two have a symbiotic relationship. These clever creatures attach themselves to the Shallow Swimmer mice in order to avoid the deeper regions of the pond where the mice down there see them as more of a snack than a sidekick. Only the intoxicating scent of Brainstorm Chum is strong enough to cause the Shallow Swimmers to shake these clams loose. \n\t \n\tThis is the main ingredient necessary for creating Clamembert Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/43a5ba502eea8b7793ef1b15a3390dba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/254a9be91a43cb3d0759ae3a5bde76c8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/ee09e60e24a4fe238eb9059799a18652.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/254a9be91a43cb3d0759ae3a5bde76c8.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/254a9be91a43cb3d0759ae3a5bde76c8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/254a9be91a43cb3d0759ae3a5bde76c8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops when using Grubbeen Cheese and Brainstorm Chum in the Prologue Pond"
+ },
+ {
+ "id": 3447,
+ "type": "condensed_creativity_stat_item",
+ "name": "Condensed Creativity",
+ "description": "These breathtakingly beautiful crystalline drops are believed to be the physical manifestation of pure creativity. Their true origin is unknown but legend has it that they are the captured tears from a living muse who existed in an age before time. For many years their purpose was a mystery but after the discovery of the Folklore Forest, these brilliant and enigmatic iridescent oddities revealed themselves to be containers for the extraordinary power of infinite imagination! \n\t \n\tIgnite these anywhere in the Folklore Forest to release the awesome power stored within and to gain exceptional and lucrative bonuses unique to each location!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/33a74fb409cc5bdb78a8a0aa5dd2384a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/839415e43cf9aa38547e9e6c5c1458f6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/4f5d55c1eff77474c7363f0e52d03e49.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/839415e43cf9aa38547e9e6c5c1458f6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/839415e43cf9aa38547e9e6c5c1458f6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/839415e43cf9aa38547e9e6c5c1458f6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Occasional loot drops from mice in the Folklore Forest or from the Premium Shop"
+ },
+ {
+ "id": 3448,
+ "type": "crop_coin_stat_item",
+ "name": "Crop Coin",
+ "description": "This aged coin may be worn around the edges but its value is likely even higher now than when it was first minted. These were originally discovered buried beneath the topsoil in the fields of the Foreword Farm and have since become the standard currency for the area. Intrepid farmers can earn these coins by harvesting tall, healthy plants from their fields or by plucking them from the Petulant Pests who are known to collect these coveted coppers.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/8a136bf53ad8944b44a1a555c0723a77.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/415f4fbe9f9cc19e181893c5387c004b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/d684728c0097e077c32ea0ecb211a542.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/415f4fbe9f9cc19e181893c5387c004b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/415f4fbe9f9cc19e181893c5387c004b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/415f4fbe9f9cc19e181893c5387c004b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Harvested in the Foreword Farm"
+ },
+ {
+ "id": 3449,
+ "type": "gnawbel_prize_stat_item",
+ "name": "Gnawbel Prize for Literature",
+ "description": "This is the most prestigious literary award in all of Gnawnia and it is the ultimate achievement for any artist who lives by the quill. It is awarded to authors who are capable of writing profound and lengthy books with relatable characters, an unforgettable story, and a powerful, moving message. These solid gold trophies are coveted by the ingenious but infamous Mythweaver who seeks to hoard them all as a way of legitimizing his sinister rewrites. \n\t \n\tEarn these esteemed accolades by writing the longest books in the Table of Contents.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e86c0be44a76baa861c3f17816d838a2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/262ee00dd81b7fbdf7a5a88b347e7847.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/8767d5e6f8ed5f4d2a66ae605b545a3f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/262ee00dd81b7fbdf7a5a88b347e7847.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/262ee00dd81b7fbdf7a5a88b347e7847.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/262ee00dd81b7fbdf7a5a88b347e7847.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Write books in the Table of Contents"
+ },
+ {
+ "id": 3450,
+ "type": "inspiration_ink_stat_item",
+ "name": "Inspiration Ink",
+ "description": "This illuminating substance is produced by the bizarre aquatic creatures that dwell in the deeper parts of the Prologue Pond. Only the intoxicating scent of Brainstorm Chum is strong enough to cause the Deep Divers to discard this curious concoction. It is so potent and influential that it can only be safely applied to the coarse, mystical pages of Parable Papyrus that are grown exclusively in the fields of the Foreword Farm. \n\t \n\tThis is one of the key ingredients for crafting the various Draft Derby cheeses in the Table of Contents.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/73e0dc358a42a71728b7cada5a73b601.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/214d757c5374e9d3ffe41dcc90300da7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0c6b3072de094facdc4a2fc20aae7d8c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/214d757c5374e9d3ffe41dcc90300da7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/214d757c5374e9d3ffe41dcc90300da7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/214d757c5374e9d3ffe41dcc90300da7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops when using Clamembert Cheese and Brainstorm Chum in the Prologue Pond"
+ },
+ {
+ "id": 3451,
+ "type": "mythical_mulch_stat_item",
+ "name": "Mythical Mulch",
+ "description": "This enchanted and entirely organic mixture is a byproduct harvested from Mythical Mulch Plants that have been grown in the fertile fields of the Foreword Farm. Unlike traditional mulches, this unique mixture has absorbed the profound mythical energy inherent in the soil of the Folklore Forest and is therefore a necessary ingredient for growing Parable Papyrus Plants.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/fe6d8cff194d2a9834621c066432bc76.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bd91b323d0000fd48601557ba2994536.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7fd96d894ca774e26a287f27594f6070.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bd91b323d0000fd48601557ba2994536.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bd91b323d0000fd48601557ba2994536.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/bd91b323d0000fd48601557ba2994536.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Harvested in the Foreword Farm"
+ },
+ {
+ "id": 3452,
+ "type": "parable_papyrus_stat_item",
+ "name": "Parable Papyrus",
+ "description": "This thick, coarse, paper-like material is harvested from the pith of Parable Papyrus Plants which only grows in the open fields of the Foreword Farm. Unlike traditional papyrus, these sheets are imbued with a unique metaphysical property which only allows them to absorb the bizarre but potent Inspiration Ink that comes from the curious aquatic creatures of the Prologue Pond. \n\t \n\tThis is one of the key ingredients for crafting the various Draft Derby cheeses in the Table of Contents.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/36e2c17331c220078aed8f5c8768f996.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/258584535b9a7bec275e68bc90307cc3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e78a038fcfe31219c19db3c312c983fe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/258584535b9a7bec275e68bc90307cc3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/258584535b9a7bec275e68bc90307cc3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/258584535b9a7bec275e68bc90307cc3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Harvested in the Foreword Farm"
+ },
+ {
+ "id": 3453,
+ "type": "pond_penny_stat_item",
+ "name": "Pond Penny",
+ "description": "The true origin of these sopping coppers is unknown but many believe that they were tossed into the Prologue Pond long ago in exchange for a wish. Whether these wishes were ever granted or whether the story is even true at all is up for debate but what is not debatable is how valuable these precious pennies have become! The strange aquatic creatures that dwell in the Prologue Pond are known to hoard this coveted currency and it is believed that the deeper they dwell, the more they possess!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/95785918c8ff5209ced2a45509873d4e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/f976a90f6fd7f8b86c2d5bd3d05ee5b6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0d9c27478f6e2a38f683da6ff0d274bd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/f976a90f6fd7f8b86c2d5bd3d05ee5b6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/f976a90f6fd7f8b86c2d5bd3d05ee5b6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/f976a90f6fd7f8b86c2d5bd3d05ee5b6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Prologue Pond"
+ },
+ {
+ "id": 3454,
+ "type": "charming_princebot_weapon",
+ "name": "Charming PrinceBot",
+ "description": "This state-of-the-art machine was designed using Gnawnia's most sophisticated droid technology and programmed using the latest version of Chivalric Code to ensure the most accurate honour and nobility algorithms. It comes equipped with 24-karat luscious golden locks as well as a glistening, stainless steel longsword that is nearly as sharp as the PrinceBot's charming wit. Every model comes complete with a Trusty SteedBot to improve height, speed, and dramatic flair.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/b6fa5b9479842ff871c91ed68142e6ee.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/904ae53d64d2ccc4a1eec99b0899f714.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 16500,
+ "power_formatted": "16,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.28,
+ "power_bonus_formatted": "28%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 36,
+ "luck_formatted": "36",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": true,
+ "skins": [
+ "horrifying_charming_princebot_skin",
+ "new_year_princebot_skin",
+ "tragic_princebot_skin",
+ "princessbot_princebot_skin",
+ "regal_princebot_trap_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "horrifying_charming_princebot_skin",
+ "new_year_princebot_skin",
+ "tragic_princebot_skin",
+ "princessbot_princebot_skin",
+ "regal_princebot_trap_skin"
+ ]
+ },
+ {
+ "id": 3455,
+ "type": "dark_magic_mirror_weapon",
+ "name": "Dark Magic Mirrors Trap",
+ "description": "This ornate and ominous three-sided mirror is said to be enchanted with the darkest magic in Gnawnia. Its magic is so powerful that any mouse who dabbles in the dark arts cannot help themselves but to gaze eagerly into its mysterious panes. \n\t \n\tEach majestic panel serves a unique purpose in the process of catching the unfortunate and unsuspecting mice who dare approach it. One mirror shows an unspoken truth to fill them with doubt. Another mirror shows them an alluring but unreachable place to fill them with longing. The final mirror shows them a magnified and distorted image of themselves to fill them with dread. As the three reflections converge, the mouse is driven nearly to madness and will seek refuge between the cracks in the mirrors. Once they venture beyond the glass, they disappear into a strange, shadowy realm never to return. \n\t \n\tHunters are recommended to avert their eyes and keep a safe distance before uttering the phrase: \"Magic Mirrors on my base, vanish this mouse without a trace!\"",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/145677c9c6792ee8597da3dd4791b29c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/227f90ee49e17047a854e7933fb53f34.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/145677c9c6792ee8597da3dd4791b29c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/639396a4ad1851732dae4e1620641f2b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 8000,
+ "power_formatted": "8,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.3,
+ "power_bonus_formatted": "30%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 35,
+ "luck_formatted": "35",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": true,
+ "skins": [
+ "birthday_dark_magic_mirror_skin",
+ "dark_magic_reflecting_pool_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "birthday_dark_magic_mirror_skin",
+ "dark_magic_reflecting_pool_skin"
+ ]
+ },
+ {
+ "id": 3456,
+ "type": "tome_of_the_minds_eye_weapon",
+ "name": "Tome of the Mind's Eye Trap",
+ "description": "Atop this ancient pillar lies a tome of solid stone, open and waiting, since time immemorial. Etched onto its page is the mighty Mind's Eye, a powerful symbol that collects thoughts and memories from the surrounding environment to conceive the stories that fill its pages. As a mouse approaches this ominous, ageless book, the Mind's Eye begins to siphon their memories away while they gnaw obliviously on the cheese below. By the time they finish the final crumb, all of their memories have been forgotten from this world and sealed away as just another story within these infinite stone pages.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "forgotten",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e1d1ed867a2f5ad1a14ed415d53f044f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/2b94af453a38b5da524408528d0993d3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/e1d1ed867a2f5ad1a14ed415d53f044f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7c5ea87d3b094ba7d8c29da674ec6ac6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "forgotten",
+ "has_power": true,
+ "power": 13000,
+ "power_formatted": "13,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 16,
+ "luck_formatted": "16",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": true,
+ "skins": [
+ "candle_tome_of_the_minds_eye_skin",
+ "egg_tome_of_the_minds_eye_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "candle_tome_of_the_minds_eye_skin",
+ "egg_tome_of_the_minds_eye_skin"
+ ]
+ },
+ {
+ "id": 3457,
+ "type": "clamembert_cheese",
+ "name": "Clamembert Cheese",
+ "description": "This smooth, creamy delight comes with a hard, crunchy exterior and a dash of wit. The Cleverness Clams used to make it provide an astute, illuminating flavour that is preferred by those who live in the deep, dark waters of the Prologue Pond. This is the bait of choice when fishing for the Deep Divers as they find it to be a most compelling and cunning cuisine.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "prologue_pond",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/e3fe144140bf844dfe89e8d83b53a01c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/bdef6fb2ed84af400a941e2fd1b0ec03.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/eca6b70ed4cc2d2ab0b21ab310006886.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/14abd450831027f91d2fd327a2a94334.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/bdef6fb2ed84af400a941e2fd1b0ec03.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/bdef6fb2ed84af400a941e2fd1b0ec03.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/bdef6fb2ed84af400a941e2fd1b0ec03.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3458,
+ "type": "final_draft_derby_cheese",
+ "name": "Final Draft Derby Cheese",
+ "description": "This semi-hard, extremely rich cheese is infused with a marbling of the greatest ideas ever conceived and put to paper! It is crafted with an enormous quantity of Parable Papyrus, Inspiration Ink, and Draft Derby Curds and is suitable for writing the longest books in the Table of Contents, including the Encyclopedia of Lore! The concepts contained within this cheese are so advanced that only the Mythweaver and the Bitter Grammarian can stomach it!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "table_of_contents",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/b795ead711d9f0923795eab9d38b7b41.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/38e4c8bed6a1a021e307a950bb51399d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/d9d9a5dfd023672f1679e35613e453a9.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/b6343e8b0da3aaefe152813060843ce2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/38e4c8bed6a1a021e307a950bb51399d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/38e4c8bed6a1a021e307a950bb51399d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/38e4c8bed6a1a021e307a950bb51399d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3459,
+ "type": "first_draft_derby_cheese",
+ "name": "First Draft Derby Cheese",
+ "description": "This semi-hard, delicate cheese has been infused with a marbling of good ideas that still need some iteration. It is crafted with a small quantity of Parable Papyrus, Inspiration Ink, and Draft Derby Curds and is suitable for writing moderate length books in the Table of Contents.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "table_of_contents",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/cc39ca7cddfaeef0a744467bce203e19.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/9782ba50ed4c64f8f8412563cf2ce709.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/8edd7572ed3a67756ffd23c249c42cf5.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/3ed97aeaa81473e0ac199050b21c18cd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/9782ba50ed4c64f8f8412563cf2ce709.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/9782ba50ed4c64f8f8412563cf2ce709.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/9782ba50ed4c64f8f8412563cf2ce709.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3460,
+ "type": "grubbeen_cheese",
+ "name": "Grubbeen Cheese",
+ "description": "This tangy, colourful delicacy is an extremely alluring bait to use when fishing in the shallower parts of the Prologue Pond. The Ingenuity Grubs used to make it provide a uniquely inspirational flavour as well as a texture that is both slimy and crunchy at the same time. While many land-dwelling mice would find it repulsive, the Shallow Swimmers find it to be simply irresistible!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "prologue_pond",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/77d19fc021bbd2d522795fdb93de5476.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/90d54a45bde5a369b22d53ee5362e701.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/5ffd1d6c23df26228333fa7b137f7484.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/71c5d231866d410c8f44411efdf39d41.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/90d54a45bde5a369b22d53ee5362e701.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/90d54a45bde5a369b22d53ee5362e701.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/90d54a45bde5a369b22d53ee5362e701.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3461,
+ "type": "second_draft_derby_cheese",
+ "name": "Second Draft Derby Cheese",
+ "description": "This semi-hard, robustly-flavoured cheese is infused with a marbling of great ideas that have been nicely refined. It is crafted with a generous quantity of Parable Papyrus, Inspiration Ink, and Draft Derby Curds and is suitable for writing long books in the Table of Contents.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "table_of_contents",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/822824eb72d75a5301a95ea9ec819eca.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/e0cb22771eba37bf047a801edbf7f91e.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/8aeebe4cd2308bac0204ce3f5930fc5e.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/df8a9c8adc68af73aec2119fd0f42806.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/e0cb22771eba37bf047a801edbf7f91e.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/e0cb22771eba37bf047a801edbf7f91e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/e0cb22771eba37bf047a801edbf7f91e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3462,
+ "type": "stormy_clamembert_cheese",
+ "name": "Stormy Clamembert Cheese",
+ "description": "This terrifyingly powerful concoction of Clamembert Cheese and Brainstorm Chum is so potent and unstable that it challenges the very definition of what can be considered a cheese. It emits a stench so abhorrent that no ordinary mouse can handle being near it and thus it causes all common pond dwellers to scatter the instant that it breaches the surface of the water. \n \nHowever, there is one mouse that lurks in the darkest depths of the Prologue Pond that has developed a taste for the electrifying flavour and membranous texture of this dangerous delight. Be warned, any hunter who dares to use this perilous cheese in the Prologue Pond must be prepared for an epic aquatic assault! \n \nHunt with this cheese in the Prologue Pond to attract Architeuthulhu of the Abyss!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "prologue_pond",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/041eff9f5b26aac2c288442f893e12aa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/a294d0a60574a9a92f63394a7c2020bc.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/64b7fdc3b624c75fd1b448a6b1a7e58a.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/8f23da06cd485397bfa8d3aa4e52067e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/a294d0a60574a9a92f63394a7c2020bc.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/a294d0a60574a9a92f63394a7c2020bc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/a294d0a60574a9a92f63394a7c2020bc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3463,
+ "type": "chrome_school_of_little_mermaids_skin",
+ "name": "Chrome School of Little Mermaids Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/06dc4892159b0ddd89987825f24101d4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/170f77d986ea010190b9ba26e4e126de.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/06dc4892159b0ddd89987825f24101d4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/190eca1e9120d0328e48301367e83a19.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "These aquatic droids represent the pinnacle of underwater elegance, beauty, and efficiency. Each one is programmed with a delightful singing voice and a rebellious teenage attitude to make them captivating but feisty marine predators. Any mouse who swims too close to this bratty brunch will soon regret becoming a part of their world!"
+ },
+ {
+ "id": 3464,
+ "type": "chrome_thought_entangler_skin",
+ "name": "Chrome Thought Entangler Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8b05044061be7805cdc89b9b302a6a8d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9066c2d3a539064b528dadfafcde34ac.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8b05044061be7805cdc89b9b302a6a8d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/55984756cbd4373fafca0ecb61d241a7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "Mice are drawn to this solid chrome tower from near and far by the hypnotic singing voice of the droid perched in the window, combing its long, beautiful locks of solid gold hair. As soon as the mesmerized mouse gets close enough, the droid does a mere flick of its head and those long golden locks swoop down, scoop the mouse up, and pull it inside the tower. Once inside, the mouse finds itself in a permanent daze as the infinite golden tangles siphon its thought energy and use it to power the droid's magnificent singing voice."
+ },
+ {
+ "id": 3465,
+ "type": "slumbering_beauty_skin",
+ "name": "Slumbering Beauty Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/64862d1da39fe3acdde36c6953534d78.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/09b2ecf350635e7c1f994af8ff9fea2c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/64862d1da39fe3acdde36c6953534d78.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/cf6a6484c76ce878c6e10b54f5e1b875.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "This exquisitely designed and remarkably comfortable trap stands poised with dual-wielding spindles at the ready. As soon as a mouse attempts to nibble on the cheese positioned at the foot of the bed, the curse-laden spindles spring into action, pricking the mouse, and putting it instantly to sleep. The trap then scoops the mouse up and lays them gently down between the satin sheets where they will slumber for an indefinite period of time. As far as curses go, this one is quite cozy!"
+ },
+ {
+ "id": 3466,
+ "type": "complete_folklore_forest_adv",
+ "name": "Outwrite the Mythweaver",
+ "description": "The dangerously clever Mythweaver has found a way through the protective veil of the Folklore Forest and is attempting to rewrite the magical Book of Lore! If he succeeds, the entire history of Gnawnia will be changed forever! Stock up on writing supplies from the Foreword Farm and Prologue Pond, gather your wits, and travel to the Table of Contents to outwrite this brilliant baddie!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "tactical",
+ "hydro",
+ "forgotten",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3467,
+ "type": "farming_and_fishing_scroll_case_convertible",
+ "name": "Farming and Fishing Scroll Case",
+ "description": "A worn and weathered scroll case held together by the stem of a flower. \n\t \n\tThis will take you on a treasure hunt throughout the Foreword Farm and Prologue Pond and leads to a treasure chest containing Draft Derby Curds.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a4c17faeac0652e841393fbf13b2f65d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/41cbd9b1932bd0001e7a8e374c331746.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bfc3824244b4ec9733c76830ebd2e203.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/557198c7ff9b2899bb48ab56985ae3c6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/41cbd9b1932bd0001e7a8e374c331746.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/41cbd9b1932bd0001e7a8e374c331746.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/41cbd9b1932bd0001e7a8e374c331746.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3468,
+ "type": "farming_fishing_treasure_chest_convertible",
+ "name": "Farming and Fishing Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this rewarding Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/430088aea6927ab9b335229ff4e0856c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/18189b6572f7762b2f724955761b33a7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d40fa4c45af0d4298d4319b0df1259ce.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cb412eea25326987179583e512832acb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/18189b6572f7762b2f724955761b33a7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/18189b6572f7762b2f724955761b33a7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/18189b6572f7762b2f724955761b33a7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3469,
+ "type": "ff_prelude_treasure_chest_convertible",
+ "name": "Folklore Forest Prelude Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this rewarding Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8fd531683344af8df0c807626fff0863.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cf822dd3a3e145c09d89bc328614b1a7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/32a66ea1a7b190c7a990c0ce47ebbec3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/03b89ef1ad3a6822d1e559a9c32acb3d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cf822dd3a3e145c09d89bc328614b1a7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cf822dd3a3e145c09d89bc328614b1a7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cf822dd3a3e145c09d89bc328614b1a7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3470,
+ "type": "folklore_forest_prelude_scroll_case_convertible",
+ "name": "Folklore Forest Prelude Scroll Case",
+ "description": "An elegant and exotic scroll case with gilded trimmings being held together with an exquisite golden quill. \n\t \n\tThis will take you on a treasure hunt throughout the Foreword Farm, Prologue Pond, and Table of Contents and leads to a treasure chest containing powerful charms.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7a54f33ea7379acdff6fd6dea5cc119b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4924c861ae79f3c34cfc72468372e3a6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2fa4b54b112ab2c3c33e4de07ea58a15.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a45949c2c1fd7919290d6bbc0323a646.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4924c861ae79f3c34cfc72468372e3a6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4924c861ae79f3c34cfc72468372e3a6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4924c861ae79f3c34cfc72468372e3a6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3471,
+ "type": "folklore_forest_treasure_hunting_kit_convertible",
+ "name": "Folklore Forest Treasure Hunting Kit",
+ "description": "This compelling kit is loaded with useful goodies for any treasure hunter with a story to tell! \n \n Inside you'll find: \n \n\n• 50 Condensed Creativity \n• 50 SUPER|brie+ \n• 3 Rare Map Dust \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6714aed32284b3067556729a395d89c2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/38079b96c21602ec47c6fa2020fa8e47.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9c456f0ba24ec5ee73cc21d9d1401b5d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6ca30454d51495011737147f849546a5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/38079b96c21602ec47c6fa2020fa8e47.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/38079b96c21602ec47c6fa2020fa8e47.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/38079b96c21602ec47c6fa2020fa8e47.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3472,
+ "type": "rare_farming_fishing_treasure_chest_convertible",
+ "name": "Rare Farming and Fishing Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/111553d708150018f3ebe2a60363f6bf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/079df796736c3155930e6d247369dc45.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7873d5525d8170bf804b1336b277cc66.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/67443fe321b162b887788aeb0d174e9c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/079df796736c3155930e6d247369dc45.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/079df796736c3155930e6d247369dc45.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/079df796736c3155930e6d247369dc45.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3473,
+ "type": "rare_ff_prelude_treasure_chest_convertible",
+ "name": "Rare Folklore Forest Prelude Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/984f054080de530c62f25fff4e82933a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/466ca243371c7c70a565de40c2e637f2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4f80b51f850693185675102c87451003.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4ec1934d061bc5ed7bf74c9aaf077f72.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/466ca243371c7c70a565de40c2e637f2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/466ca243371c7c70a565de40c2e637f2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/466ca243371c7c70a565de40c2e637f2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3474,
+ "type": "unstable_magnum_opus_convertible",
+ "name": "Unstable Magnum Opus",
+ "description": "This meticulously crafted masterwork is the ultimate culmination of the most grandiose, thought-provoking, and culture-defining ideas that the Gnawnian literary world has ever known. The elegantly written prose contained on these pages is so dangerously avant-garde that it narrowly straddles the line between genius and madness and as such, is far too unstable to be read by the general public. Only esteemed authors that have earned sufficient accolades for themselves are qualified to obtain and read this highly volatile but extremely valuable masterpiece. \n\t \n\tThis unstable item will reward powerful charms including Rainbow Spore charms as well as other useful and valuable items.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1575613545dc873c30bb07e00e8bbf9f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d341f1c700c9f8c2a18964ef2cc15a50.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/69f49c59e0aea9d8421a9ff2278b698a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bff79c168c36fc1184b8ad2730290bce.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d341f1c700c9f8c2a18964ef2cc15a50.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d341f1c700c9f8c2a18964ef2cc15a50.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d341f1c700c9f8c2a18964ef2cc15a50.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3475,
+ "type": "unstable_manuscript_convertible",
+ "name": "Unstable Manuscript",
+ "description": "The concepts, characters, and plot points scribbled on these pages are so wild and unstable that they're not only unfit for publication but they're unfit for this plane of existence! Beware that reading the raw content on these unedited pages may result in a dangerous but useful explosion of creative energy! \n\t \n\tThis unstable item will reward Draft Derby Curds, supplies for the Foreword Farm or Prologue Pond, and spore charms.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/047c7913f1a796e81bd9c3af615fe545.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3da9662f7036cc030716044021a49319.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b95329fa4465f8e985aee91edc76cb4b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/31d9cd65a7a00fb727d0be17456092b7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3da9662f7036cc030716044021a49319.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3da9662f7036cc030716044021a49319.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3da9662f7036cc030716044021a49319.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3476,
+ "type": "table_of_contents_journal_theme_collectible",
+ "name": "Table of Contents Journal Theme",
+ "description": "Demonstrate your literary prowess and mastery of the written word with this Table of Contents Journal Theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/4233c403187458d657d83e48db33dd2e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4d89455054dce3d10111675dc5a3e8e1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/4233c403187458d657d83e48db33dd2e.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/4233c403187458d657d83e48db33dd2e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3477,
+ "type": "airship_balloon_bookmobile_stat_item",
+ "name": "Floating Bookmobile Airship Balloon",
+ "description": "This remarkable Floating Bookmobile is often referred to as the \"Library in the Sky\" as it drifts from island to island delivering all manner of enlightening knowledge and engaging fiction. It is powered by lofty ideas scribbled on thousands of pages and held together by leather binding and silk ribbon bookmarks.\n \nThis is the Balloon from the Floating Bookmobile Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d1815355fde25669991ea0e540556aa7.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_bookmobile_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f6eb46d2ed8fcb382685ebbda694c548.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_bookmobile_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_bookmobile_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3478,
+ "type": "airship_hull_bookmobile_stat_item",
+ "name": "Floating Bookmobile Airship Hull",
+ "description": "This remarkable Floating Bookmobile is often referred to as the \"Library in the Sky\" as it drifts from island to island delivering all manner of enlightening knowledge and engaging fiction. It is powered by lofty ideas scribbled on thousands of pages and held together by leather binding and silk ribbon bookmarks.\n \nThis is the Hull from the Floating Bookmobile Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/324ca9aef77d4608bc80515269d9a757.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_bookmobile_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/9f272e41c9aab94d47a6af326f3f56d2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_bookmobile_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_bookmobile_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3479,
+ "type": "airship_sail_bookmobile_stat_item",
+ "name": "Floating Bookmobile Airship Sail",
+ "description": "This remarkable Floating Bookmobile is often referred to as the \"Library in the Sky\" as it drifts from island to island delivering all manner of enlightening knowledge and engaging fiction. It is powered by lofty ideas scribbled on thousands of pages and held together by leather binding and silk ribbon bookmarks.\n \nThis is the Sail from the Floating Bookmobile Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5f52e0cd80d56a95d40dd61761dfd8c3.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_bookmobile_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/604f6faeec62833cd9864f1f2a9f165a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_bookmobile_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_bookmobile_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3480,
+ "type": "rainbow_spore_trinket",
+ "name": "Rainbow Spore Charm",
+ "description": "This immensely powerful and extremely colourful charm uses Crystal Crucibles to focus the brilliant light from a rainbow directly into Nightshade resulting in an explosion of power and luck!",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ae8a740783924e7dcc92d976799b821e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/4c2f168e9f4178545ad66219c7be7af8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/0b6c886b586aca06a7a0109fd0a32ad1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/4c2f168e9f4178545ad66219c7be7af8.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/4c2f168e9f4178545ad66219c7be7af8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/4c2f168e9f4178545ad66219c7be7af8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.25,
+ "attraction_bonus_formatted": "25%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3481,
+ "type": "stormy_clamembert_potion",
+ "name": "Stormy Clamembert Potion",
+ "description": "This potent aquatic concoction has the remarkable ability to compress large quantities of Grubbeen Cheese directly into extremely valuable and volatile Stormy Clamembert Cheese!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "prologue_pond",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/196c5390c05e1b4069fed1d7108cf422.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/64f312fb9e29a0db4b0a79966d7f078e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/5cb02e024838b54eaf361d246d54309d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/64f312fb9e29a0db4b0a79966d7f078e.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/64f312fb9e29a0db4b0a79966d7f078e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/64f312fb9e29a0db4b0a79966d7f078e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3482,
+ "type": "alchemist_supply_box_convertible",
+ "name": "Alchemist's Supply Box",
+ "description": "A lovely box carefully packed with enough supplies to brew some perilous potions with some Spooky Shuffle supplies included!
\nInside you'll find: \n \n\n• 250 Bonefort Cheese \n• 400 Insidious Incense \n• 400 Reactive Reagents \n• 25 Spooky Shuffle Tickets \n• 3 Spooky Shuffle Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c348b506e89268b08970ce64eba1f622.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d9f5a5abd35d74a24e8144b3f857b52.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d911c583f9f8440da361167d02050818.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/60a7f76a7831a4afb996e42990d97e45.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d9f5a5abd35d74a24e8144b3f857b52.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9d9f5a5abd35d74a24e8144b3f857b52.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9d9f5a5abd35d74a24e8144b3f857b52.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3483,
+ "type": "apothecary_supply_kit_convertible",
+ "name": "Apothecary's Supply Kit",
+ "description": "A small supply kit full of items to help an aspiring apothecary forage for ingredients!
\nInside you'll find: \n \n\n• 100 Bonefort Cheese \n• 100 Insidious Incense \n• 100 Reactive Reagents \n• 10 Spooky Shuffle Tickets \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/71ebe37c86a7cf9a48fe8e07af94af28.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9ba7bc3cbdc7b9b31c470a6dd2144a5c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4b79cf96f765088b107cce43d12f9085.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e17fd386aa828d521516d3e7542c73bb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9ba7bc3cbdc7b9b31c470a6dd2144a5c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9ba7bc3cbdc7b9b31c470a6dd2144a5c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9ba7bc3cbdc7b9b31c470a6dd2144a5c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3484,
+ "type": "insidious_gift_basket_convertible",
+ "name": "Insidious Gift Basket",
+ "description": "An insidiously looking gift basket that reeks of terror!
\nInside you'll find: \n \n\n• 10 Bonefort Cheese \n• 10 Insidious Incense \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/99d827460dd2c72fa3290fe8f892b8ea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ce3e4fa51c5910c031f5ce43d4daf4fd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e56b00fc6c1cb42fb82fdf6b9312ba03.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/49e213c95a32969bfbb6d33903e7b10f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ce3e4fa51c5910c031f5ce43d4daf4fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ce3e4fa51c5910c031f5ce43d4daf4fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ce3e4fa51c5910c031f5ce43d4daf4fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3485,
+ "type": "insidious_incense_stat_item",
+ "name": "Insidious Incense",
+ "description": "This foul-smelling incense fills the air with a sickly sweet aroma, instilling a sense of dread and impending doom. It almost feels as though Baba Gaga herself is watching through the smoke. \n \nThis uneasy feeling motivates mice to bring back extra ingredients so as to not upset the one who may be watching... \n \nIgniting this will add +1 to all ingredients and doubles Mousedrake Roots dropped by mice in the Gloomy Greenwood.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5e6e9335ad0aec488f293e7463913f4e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ab512b7907f010903efb2f6b469a461b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c8576ae27b0bc255f17d7dbaaccc1432.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ab512b7907f010903efb2f6b469a461b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ab512b7907f010903efb2f6b469a461b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ab512b7907f010903efb2f6b469a461b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3486,
+ "type": "rift_rainbow_spore_trinket",
+ "name": "Rift Rainbow Spore Charm",
+ "description": "This immensely powerful and extremely colourful charm uses Crystal Crucibles to focus the brilliant light from a rainbow through a dense cloud of Rift Mist and into Nightshade which results in a rift enhanced explosion of power and luck!
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8c4803a06b91628e97d7cefeebb4275a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/dcfbfcef75b60817c4d383fcbfa7dbdd.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/b35701e0fd6e96c56095e95b5832e39a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/dcfbfcef75b60817c4d383fcbfa7dbdd.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/dcfbfcef75b60817c4d383fcbfa7dbdd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/dcfbfcef75b60817c4d383fcbfa7dbdd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.25,
+ "attraction_bonus_formatted": "25%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3487,
+ "type": "liquid_oxygen_potion",
+ "name": "Liquid Oxygen Potion",
+ "description": "This liquid concoction causes a metabolic process to occur with the various ingredients found within Fishy Fromage. By applying it directly to the cheese, the active enzymes contained in the mixture eat away at it and produce pure oxygen as a byproduct!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/3bdf03c97377e77aea42e6972580da77.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/50b6384f98827ef9521353a3442dee68.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/efe1097d16b01de03b58068e90320318.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/50b6384f98827ef9521353a3442dee68.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/50b6384f98827ef9521353a3442dee68.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/50b6384f98827ef9521353a3442dee68.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3488,
+ "type": "promotion_potion",
+ "name": "Promotion Potion",
+ "description": "A vial of pure, distilled frustration carefully extracted from the blood, sweat, and tears of devoted MouseHunters. Leverage their extracted efforts and skip the grind by turning those event and Ultimate-tier charms into their next-level versions with one dose of this powerful potion!",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "halloween_event_location",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/7cabe92458ea12262c5ccb3675c0d687.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/d51c17771c26c3cdd305e462d293f5e7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/e554d75f1d09eb1f77c8b232836bbf80.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/d51c17771c26c3cdd305e462d293f5e7.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/d51c17771c26c3cdd305e462d293f5e7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/d51c17771c26c3cdd305e462d293f5e7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3489,
+ "type": "horrifying_charming_princebot_skin",
+ "name": "Horrifying PrinceBot Trap Skin",
+ "description": "This state-of-the-art machine was designed using Gnawnia's most sophisticated droid technology and programmed using the latest version of Chivalric Code to ensure the most accurate honour and nobility algorithms. It comes equipped with 24-karat luscious golden locks as well as a glistening, stainless steel longsword that is nearly as sharp as the PrinceBot's charming wit. Every model comes complete with a Trusty SteedBot to improve height, speed, and dramatic flair.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3ef99593a0cd382993df1c1ff449042f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7e654e4a4ac19c829be8b5ee92b77f41.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3ef99593a0cd382993df1c1ff449042f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/bde9bc8bedbc6b761dd184ea80847100.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "charming_princebot_weapon",
+ "skin_weapon_name": "Charming PrinceBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "marketing_text": "Give your Charming PrinceBot a horrifying makeover for Halloween!"
+ },
+ {
+ "id": 3490,
+ "type": "spectral_floating_tactical_skin",
+ "name": "Spectral Sleeping Stone Trap Skin",
+ "description": "At a glance, this inconspicuous-looking boulder blends in seamlessly with the local geological formations. This remarkable creation can detect infinitesimal seismic waves in the ground caused by even the tiniest mouse scurrying in the vicinity. Upon detection, the trap activates instantly, causing it to roll into action, and unfold onto its prey. Once caught, it traps the mouse by sealing it into a nearby rock face using its tail-mounted laser cutter and then marks it for later retrieval.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3787500474975412d9e79d2035376fa5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6a4c6a96b20e81c18acbe50d97c40f72.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3787500474975412d9e79d2035376fa5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a6dc3b68e76f495ec8e078d05a449542.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_weapon",
+ "skin_weapon_name": "Sleeping Stone Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/7b69757462d046f8a5e71204d04e4fee.jpg",
+ "marketing_text": "Spook up your Sleeping Stone trap with a spectral resonance projection machine to give it a more reanimated look!"
+ },
+ {
+ "id": 3491,
+ "type": "spectral_floating_tactical_upgraded_skin",
+ "name": "Spectral Slumbering Boulder Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1717dc66e08b36b23446999de46405ec.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9001807ec3b6b7f59b709ab6594250ba.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1717dc66e08b36b23446999de46405ec.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/242e110185d62e5d581219563d1c8166.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "Spook up your Slumbering Boulder trap with a spectral resonance projection machine to give it a more reanimated look!"
+ },
+ {
+ "id": 3492,
+ "type": "stewing_boiling_cauldron_trap_skin",
+ "name": "Stewing Cauldron Trap Skin",
+ "description": "Baba Gaga created this ornate cauldron by harnessing the arcane energies that grow naturally in the enchanted vines of the Gloomy Greenwood. She built it for the purpose of brewing magical potions powerful enough to defeat all the hunters of Gnawnia so it was poetic justice that those same hunters learned how to turn her creation against her! \n\t \n\tThis cauldron has been repurposed into a devastating mouse trap that lures in mice who seek to absorb some of its arcane energy but instead find themselves engulfed in a very mysterious and very unpleasant boiling liquid. Most of the time this liquid causes the mouse to vanish into thin air but every once in a while, it actually transforms the unfortunate creature into a useful potion! \n\t \n\tThis trap has a rare chance to produce a random potion after catching a mouse. \n\t \n\tWhen armed with the Alchemist's Cookbook Base, the base is guaranteed to duplicate any potion that this trap produces.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b9aa3b1d6c35f7910979f1ba7040bdd8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c1867116848453eca18113a1444f2760.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b9aa3b1d6c35f7910979f1ba7040bdd8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1704a8aa74a716ed23442acebe0cecce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "boiling_cauldron_weapon",
+ "skin_weapon_name": "Boiling Cauldron Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3dfaeaa9495443074bb2615e99e38dd.jpg",
+ "marketing_text": "You know the saying \"You'll attract more flies with honey\"? Well, there's a lesser known saying, \"You'll attract more spooks with stew\"! Capture all those spooky mice this haunting season with a big, delicious, wholesome cauldron of spooky stew! \n \n*Caution* Stew may contain potion residue resulting in one or more of the following conditions: dermatitis, dysentery, dizziness, drowsiness, dry mouth, headache, and horrifying nightmares resulting in bouts of insomnia. Consume at your own risk."
+ },
+ {
+ "id": 3493,
+ "type": "complete_hween_2022_adv",
+ "name": "Triple, Triple Toil and Trouble",
+ "description": "Gather your courage and head deep into the Gloomy Greenwoods to face the monstrous, yet gorgeous, Baba Gaga! Learn her sinister recipes and use them to brew up some bubbling batches of bloodcurdling bait! Master the alchemical arts and bring down Baba Gaga with her own boiling cauldrons!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3494,
+ "type": "arduous_treasure_chest_s10_convertible",
+ "name": "Arduous Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b15ce9127230e369aa366ce1e451a763.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/539a10eb7584a7dd19a5bb0db5b91589.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/33d05c22d8683091356a194a9d141ec3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3ffe2a3b7cf7f164daabbb9962c1c0a9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/539a10eb7584a7dd19a5bb0db5b91589.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/539a10eb7584a7dd19a5bb0db5b91589.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/539a10eb7584a7dd19a5bb0db5b91589.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3495,
+ "type": "easy_treasure_chest_s10_convertible",
+ "name": "Easy Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6c5c8a263d8c7a558ebe418eb0406d10.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bfca4a1c658e49903654d0a84f52c9fd.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/19281d9e83847072667480790f52d3c8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fbec140f3a4fa2f58bc6247526857fba.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bfca4a1c658e49903654d0a84f52c9fd.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bfca4a1c658e49903654d0a84f52c9fd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bfca4a1c658e49903654d0a84f52c9fd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3496,
+ "type": "elaborate_treasure_chest_s10_convertible",
+ "name": "Elaborate Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1ed7164e7b616ac8e80cb58190fbc8de.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e02103f939bed3c6681889251238627.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/04512403d8d8956ee06aba13c8a242f8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/70b8030d57553ef3a0739b0ce3238bef.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e02103f939bed3c6681889251238627.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9e02103f939bed3c6681889251238627.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9e02103f939bed3c6681889251238627.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3497,
+ "type": "elite_treasure_chest_s10_convertible",
+ "name": "Elite Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d407cf444ff40a33f032189663683366.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/56e2ba1b906e2993d6f6dd619ecce34f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a0d6ecb49d5a203c5c85e6597f253d38.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/af63548db1b8a1eaface9582e9e80240.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/56e2ba1b906e2993d6f6dd619ecce34f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/56e2ba1b906e2993d6f6dd619ecce34f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/56e2ba1b906e2993d6f6dd619ecce34f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3498,
+ "type": "hard_treasure_chest_s10_convertible",
+ "name": "Hard Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d77c36f7eb71988c510ea611caf98bc3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/97b01f2b766f4178fe37c67351ab90fa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e4d2ee1882f3a2bd1e3fbc35c1fca0bf.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/496f5cea8554dfe0d9b3ba8c1d130f76.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/97b01f2b766f4178fe37c67351ab90fa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/97b01f2b766f4178fe37c67351ab90fa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/97b01f2b766f4178fe37c67351ab90fa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3499,
+ "type": "medium_treasure_chest_s10_convertible",
+ "name": "Medium Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ea35e7e7466f8f6cf21fcf5cc34b5272.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1aedf8a6d07e593fc5648c5a260dc696.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/787463c0b96c7f82f965d73037065e5f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3d2128f2802678f099cde17d2bded601.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1aedf8a6d07e593fc5648c5a260dc696.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1aedf8a6d07e593fc5648c5a260dc696.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1aedf8a6d07e593fc5648c5a260dc696.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3500,
+ "type": "rare_arduous_treasure_chest_s10_convertible",
+ "name": "Rare Arduous Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6bef77d811b50b8d5b0790cff5ada57e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/defdf7ae50dc3ad4a0e7f7b8c7dc775e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5ee49b97b86a0393be81d55016b6d6b5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f4a1bf0835476f43b4aebd77aea4a924.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/defdf7ae50dc3ad4a0e7f7b8c7dc775e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/defdf7ae50dc3ad4a0e7f7b8c7dc775e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/defdf7ae50dc3ad4a0e7f7b8c7dc775e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3501,
+ "type": "rare_easy_treasure_chest_s10_convertible",
+ "name": "Rare Easy Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c4a03b2aff3ffd0af0e5c7eb7dcf2c8a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/53859a098d49a8c11882b43e754484f0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4468c75492b066568642302901a44f12.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ba2547368edbabda256ceda1b2dcad7f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/53859a098d49a8c11882b43e754484f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/53859a098d49a8c11882b43e754484f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/53859a098d49a8c11882b43e754484f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3502,
+ "type": "rare_elaborate_treasure_chest_s10_convertible",
+ "name": "Rare Elaborate Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/989ed24eb7fd25de12f1511592133479.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/bcfadb029176fc4b639020dc57685e63.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5cbb25fcb0773985fcd1e688a93c9b74.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/258ff674b60a4a50063a039868dfaaa6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/bcfadb029176fc4b639020dc57685e63.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/bcfadb029176fc4b639020dc57685e63.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/bcfadb029176fc4b639020dc57685e63.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3503,
+ "type": "rare_elite_treasure_chest_s10_convertible",
+ "name": "Rare Elite Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/766c3805f1825293329c138d150ab680.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/144fb597531f3705f5a7e0e956b431d0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4dea5eee5d36deda486dd6d6d808bd05.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d05af915a2dbe760de20c6a10496cdd9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/144fb597531f3705f5a7e0e956b431d0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/144fb597531f3705f5a7e0e956b431d0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/144fb597531f3705f5a7e0e956b431d0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3504,
+ "type": "rare_hard_treasure_chest_s10_convertible",
+ "name": "Rare Hard Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7eb8b0e17e3481a519def8d1656f9250.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9f8c7bab7d554e98d21d3319e6feb0eb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed41e6c922c444931483f70a9b4c960d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/40f5bb90d678ecfb0bfc205c666c7cb7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9f8c7bab7d554e98d21d3319e6feb0eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9f8c7bab7d554e98d21d3319e6feb0eb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9f8c7bab7d554e98d21d3319e6feb0eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3505,
+ "type": "rare_medium_treasure_chest_s10_convertible",
+ "name": "Rare Medium Treasure Chest (Season 10)",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/44c72e8e7c123e446ee4ba20481f97e4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/cf67b34299c6d3761fc96486d1ed777f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/02839b072bdd0977936cd51ce6572261.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6b2a065347bfb6c4bc44bbbe27cd684e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/cf67b34299c6d3761fc96486d1ed777f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/cf67b34299c6d3761fc96486d1ed777f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/cf67b34299c6d3761fc96486d1ed777f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3506,
+ "type": "curse_breaker_base",
+ "name": "Curse Breaker Base",
+ "description": "The powerful, mystical energies contained within this base act as a ward against the heinous curses that plague the Lost and Cursed cities. These energies are indiscriminate and unpredictable so sometimes they may simply remain dormant while other times they will lash out against the forces of evil and break a random curse! \n \nArm this base for a 50% chance to break any curse in the Lost City and Cursed City upon catching a mouse. \n \nCurse-specific charms will always apply first, allowing hunters to potentially break up to two curses in a single hunt!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "lost_city_normal",
+ "lost_city_cursed",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/25cc7c159ca2444a9a5219eb6dda0588.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/5f8da3550a09ebd381b3999ceedb3cc7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/25cc7c159ca2444a9a5219eb6dda0588.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/25cc7c159ca2444a9a5219eb6dda0588.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/30edf89260e4422b79cd2317bea23516.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 310,
+ "power_formatted": "310",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3507,
+ "type": "smelly_sodium_base",
+ "name": "Smelly Sodium Base",
+ "description": "The highly unstable metallic alloy that was used to construct this base produces a bizarre chemical reaction when exposed to massive amounts of sodium chloride. When completely enveloped by salt, the outer layers of this base will begin to corrode and that process releases a noxious gas that oddly smells exactly like a Grub Scent Charm! \n \nThis salty base will add +1 to the salt level in the Sand Crypts upon catching a mouse with any salt charm. \n \nOnce the salt level reaches 50 in the Sand Crypts, this base will automatically attract the King Grub Mouse without the need for a Grub Scent Charm!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "sand_dunes_crypt",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/abaa09170a8df6917eef96f61341ff22.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/ffb3d3f3a82d2ceac35db6d65ce88480.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/abaa09170a8df6917eef96f61341ff22.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/abaa09170a8df6917eef96f61341ff22.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/919b2808bda813d30314c511dd5f5736.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 310,
+ "power_formatted": "310",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Uber Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3508,
+ "type": "gwh_2022_gift_basket_convertible",
+ "name": "Winter Taiga Gift Basket",
+ "description": "This holiday stocking is stuffed with loads of festive goodies for anyone on your gift-giving list! \n\t \n\tInside you'll find: \n \n\n• 25 Glazed Pecan Pecorino Cheese \n• 20 Festive Spirit \n• 1 Magical Holiday Hat \n• 10 Festive Jingle Bells \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1d655fedb2d5a42be385937a691bec39.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9bac54afeed29919b2838b131dff9942.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/718ce09a0bf7ea299cb13b940d039825.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ccbe5a5613120e5dbbc4d475323b67ed.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9bac54afeed29919b2838b131dff9942.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9bac54afeed29919b2838b131dff9942.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9bac54afeed29919b2838b131dff9942.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3509,
+ "type": "gwh_2022_large_supply_kit_convertible",
+ "name": "Winter Taiga Large Supply Kit",
+ "description": "Take the holiday season by storm by riding in on this massive sleigh full of festive supplies! \n\t \n\tInside you'll find: \n \n\n• 1,000 Glazed Pecan Pecorino Cheese \n• 250 Festive Spirit \n• 12 Magical Holiday Hats \n• 75 Festive Jingle Bells \n• 100 Throwable Snowballs \n• 1 Snowball Showdown Dust \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9a3129499da098aa5c5085b95f3e9e8c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/93868f3b8ef8214ca1824d912f0cabb2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fccd2b5be457573931dca9c46844c6f5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0d5a59adb28334a5a1524e139315a2e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/93868f3b8ef8214ca1824d912f0cabb2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/93868f3b8ef8214ca1824d912f0cabb2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/93868f3b8ef8214ca1824d912f0cabb2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3510,
+ "type": "gwh_2022_small_supply_kit_convertible",
+ "name": "Winter Taiga Small Supply Kit",
+ "description": "Start your holidays off right by unwrapping this overflowing box of festive supplies! \n\t \n\tInside you'll find: \n \n\n• 350 Glazed Pecan Pecorino Cheese \n• 100 Festive Spirit \n• 3 Magical Holiday Hats \n• 25 Festive Jingle Bells \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a9be62b2eada3936d9f6531af6d35ac7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d145a0348f8f7fb9c1f4ae0ed7261a12.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4a3155c937530de740ee340067f5af51.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/35f10d2d680a315fd4af89802bb89d99.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d145a0348f8f7fb9c1f4ae0ed7261a12.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d145a0348f8f7fb9c1f4ae0ed7261a12.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d145a0348f8f7fb9c1f4ae0ed7261a12.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3511,
+ "type": "jet_stream_crate_convertible",
+ "name": "Compressed Jet Stream",
+ "description": "Careful study of meteorological patterns has resulted in the ability to focus, compress, and contain the powerful jet streams that blow through the Floating Islands! \n\t \n\tAny hunter who pries open this exquisite crate had best be ready to take flight because doing so will instantly release a Jet Stream in the Floating Islands. The Jet Stream will dissipate one day after opening but during that time, airships will travel faster in the Low and High Altitude islands. In addition to the speed bonus, this temporary force of nature will shake loose additional Storm Cells from Wardens and Paragons! \n\t \n\tOpening this crate will extend the Jet Stream Aura for 24 hours which causes the following effects: \n\t
\n\t\t
+1 Exploration Bonus in Low and High Altitude islands
\n\t\t
Sky Wardens will drop +4 Storm Cells
\n\t\t
Sky Paragons will drop +8 Storm Cells
\n\t
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/573cdea0061a0dcc1ab36c4db6ce4d42.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/46691a85f5f4596acc4deecf4647ab88.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b0faccc874e869f0eda147a938480776.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a4d35915a2616a3a948a7db8115e76c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/46691a85f5f4596acc4deecf4647ab88.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/46691a85f5f4596acc4deecf4647ab88.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/46691a85f5f4596acc4deecf4647ab88.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3512,
+ "type": "naughty_2022_list_chest_convertible",
+ "name": "Naughty Treasure Chest",
+ "description": "You and your friends have completed a Naughty List and have discovered this Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/73ce87f96fe15f039f0953e3aae63df0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c84995455ed7c1c70e9fe896ebfaf8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/55c797b4e196ec0edc1607e3564c8536.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/66a5afb6d2bd2307d768eb459fe27912.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c84995455ed7c1c70e9fe896ebfaf8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c84995455ed7c1c70e9fe896ebfaf8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e1c84995455ed7c1c70e9fe896ebfaf8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3513,
+ "type": "new_year_scroll_case_convertible",
+ "name": "New Year's Party Scroll Case",
+ "description": "Party hard this New Year's with up to 10 hunters by tracking down a longer list of naughty mice that includes the New Year's mice and leads to an even more valuable treasure chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e8c61730dd261134ef5161aa300223c4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5da569e270329220234d0666347e41dc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ddeb51d2369fcca54c0707802c2d101f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8a54d1286aee29dbc806bc477c91fa37.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5da569e270329220234d0666347e41dc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5da569e270329220234d0666347e41dc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5da569e270329220234d0666347e41dc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3514,
+ "type": "new_years_chest_convertible",
+ "name": "New Year's Party Treasure Chest",
+ "description": "You and your friends have completed a New Year's Party treasure map and have discovered this New Year's Party Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fdfcc6d6d83e809681a7644f911ac60a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7f70dae85ebc51e760693fd0b54c15b8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/798b5ac3fb513ed297bf847a4d4a0d62.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/108c8fb37a60feacdc49cbafee776bbc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7f70dae85ebc51e760693fd0b54c15b8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7f70dae85ebc51e760693fd0b54c15b8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7f70dae85ebc51e760693fd0b54c15b8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3515,
+ "type": "nice_2022_list_chest_convertible",
+ "name": "Nice Treasure Chest",
+ "description": "You and your friends have completed a Nice List and have discovered this Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bdfb49151cc9044b23909fd2224734e1.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d3aecd3cd06573ad1cd6164cddbabb1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c81942336d2b6fbbd73a6e61805c529f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c5bd6cd3e1069b2843a09ec62b464a2b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6d3aecd3cd06573ad1cd6164cddbabb1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6d3aecd3cd06573ad1cd6164cddbabb1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6d3aecd3cd06573ad1cd6164cddbabb1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3516,
+ "type": "rare_naughty_2022_list_chest_convertible",
+ "name": "Rare Naughty Treasure Chest",
+ "description": "You and your friends have completed a Rare Naughty List and have discovered this Rare Naughty Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2cb91cc82194ed9339c9636a36842b93.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2127e9281e41a9e49ba3ee21019c6031.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/a878fd02ecc51bb3054e9e0356d2a93a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2c858e4e806a04fa867ec59551a35f2d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2127e9281e41a9e49ba3ee21019c6031.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2127e9281e41a9e49ba3ee21019c6031.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2127e9281e41a9e49ba3ee21019c6031.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3517,
+ "type": "rare_new_years_chest_convertible",
+ "name": "Rare New Year's Party Treasure Chest",
+ "description": "You and your friends have completed a Rare New Year's Party treasure map and have discovered this Rare New Year's Party Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e50dc39ef893ab503e994e4723463e7f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6890eb0ba3cb33a2428fdbadcbbb278b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bf309a584f3cb8681492af76c49fa2a5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6316ec940fcd51138a8fd3834e25b9d9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6890eb0ba3cb33a2428fdbadcbbb278b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6890eb0ba3cb33a2428fdbadcbbb278b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6890eb0ba3cb33a2428fdbadcbbb278b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3518,
+ "type": "rare_nice_2022_list_chest_convertible",
+ "name": "Rare Nice Treasure Chest",
+ "description": "You and your friends have completed a Rare Nice List and have discovered this Rare Nice Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/de75d002d3475ca4b137f589aa697b16.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e710c7e5cff1ac555e7d5d7aca78a6e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f1d5ea44a422d21116043fd145a30fe1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/217ff018a8fe06f752c589a1da4b2069.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9e710c7e5cff1ac555e7d5d7aca78a6e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9e710c7e5cff1ac555e7d5d7aca78a6e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9e710c7e5cff1ac555e7d5d7aca78a6e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3519,
+ "type": "winter_hunt_2022_journal_theme_collectible",
+ "name": "Magical Scarf Journal Theme",
+ "description": "Wrap your journal in this comfy and cozy magical scarf to keep you warm this holiday season!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/a9f86d90c9c14db9facd1084eff69fad.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dbafa0ab31a9daaef4ffb76149d74391.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/a9f86d90c9c14db9facd1084eff69fad.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/a9f86d90c9c14db9facd1084eff69fad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchased from the General Store in any Great Winter Taiga location"
+ },
+ {
+ "id": 3520,
+ "type": "2023_lucky_codex_stat_item",
+ "name": "2023 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2023!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/85416771d9830d4ad539ee1bcfb29296.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/46bd2f7f6f6055ddc9cfb6e40e9d54f1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/695792c3f0f22db0eeb070aad90fdb98.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/46bd2f7f6f6055ddc9cfb6e40e9d54f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/46bd2f7f6f6055ddc9cfb6e40e9d54f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/46bd2f7f6f6055ddc9cfb6e40e9d54f1.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3521,
+ "type": "festive_spirit_stat_item",
+ "name": "Festive Spirit",
+ "description": "When all the warm and fuzzy feelings from the holiday season are condensed and coalesced by a crisp north wind it produces this truly miraculous vapour that is believed to be the physical manifestation of joy itself. \n\t \n\tWhen this cheerful magic is released in the Great Winter Taiga it has the following effects: \n\t \n\t
\n\t\t
Adds +1 progress to Golem Part Forges and Hailstone Cannon damage
\n\t\t
Doubles a wide variety of festive-themed loot drops
\n\t\t
Rewards 1 Throwable Snowball with every hunt
\n\t
",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9a6c47833a784a0da3c41abfb44af897.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cda292833fce3b65b7a6a38c000e8620.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/6289a6916377e1d9a9d89f6e10eadc05.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cda292833fce3b65b7a6a38c000e8620.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cda292833fce3b65b7a6a38c000e8620.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cda292833fce3b65b7a6a38c000e8620.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Occasional loot drops from mice in the Great Winter Taiga or from the Premium Shop"
+ },
+ {
+ "id": 3522,
+ "type": "golden_scarf_stat_item",
+ "name": "Magical Holiday Scarf",
+ "description": "This cozy and luxurious scarf was meticulously hand-crafted by the Frost King himself from the finest frosty fabrics north of Gnawnia. Each woven fibre has been saturated with the very essence of the holiday season making this scarf into an enormously powerful amplifier for festive magic! \n\t \n\tDress your Snow Golem with this ultimate festive accessory and it will return from its journey with an extremely valuable reward!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/dd2f0677dace03541ef4de7e3e3634fc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b07954771f93d36f125caab617573edf.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c91c3c38648f7ae9f71b32bc33ea6d6e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b07954771f93d36f125caab617573edf.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b07954771f93d36f125caab617573edf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b07954771f93d36f125caab617573edf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "ultimate_snowball_trinket": 1
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Loot from the Frost King in the Ice Fortress"
+ },
+ {
+ "id": 3523,
+ "type": "hailstone_stat_item",
+ "name": "Hailstone",
+ "description": "These massive balls of ice coalesce from the perspiration of hard-working Snow Golems who have just returned from an arduous journey. They are far more dense than traditional hail and because they are imbued with a touch of the magic that animates the Snow Golems, they are the only substance powerful enough to shatter Reinforced Ice. \n \nLaunch these Hailstones at the Ice Fortress to destroy its protective shield!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4b417eebc20182e614e91d9b7f16d0af.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/972937f8febcda1ed8e6f592ce34d1eb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0c99e51e2c4f8f31285d1745eaf7ddec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/972937f8febcda1ed8e6f592ce34d1eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/972937f8febcda1ed8e6f592ce34d1eb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/972937f8febcda1ed8e6f592ce34d1eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "super_snowball_trinket": 1
+ },
+ "quantity_limit": 0,
+ "obtain_hint": "Claim from Snow Golem rewards"
+ },
+ {
+ "id": 3524,
+ "type": "winter_hunt_2022_boss_loot_stat_item",
+ "name": "Frost Globe",
+ "description": "Contained within this mysterious globe is a miniature replica of the Ice Fortress fashioned from a sliver of the same sinister ice that froze the Frost King's heart and transformed him into the wintry wretch that he has become. He constructed this terrible trinket as a means to amplify the awesome power of that sliver so that it could spread its bitter bleakness throughout the entire Kingdom, shrouding it in an eternal frost, and freezing the festive season in place forever! \n\t \n\tRetrieve these dangerously powerful artifacts from the Frost King and exchange them in the shoppes of the Great Winter Taiga for a variety of valuable rewards!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/791d793823161857d6e191fd22f8033b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9e1d1b4faec1b4df4ca4dcb3216de6bb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c291f08fb5f33e2a585acb1d74da1e39.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9e1d1b4faec1b4df4ca4dcb3216de6bb.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9e1d1b4faec1b4df4ca4dcb3216de6bb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9e1d1b4faec1b4df4ca4dcb3216de6bb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot from the Frost King in the Ice Fortress"
+ },
+ {
+ "id": 3525,
+ "type": "new_years_2023_base",
+ "name": "2023 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2023 all year long! \n \nDuring all of 2023, while this base is equipped, mice have a chance to drop 2023 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2024.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/73a2c0b3eb06f44ec7cec12f348c873f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/e4197e78490ce3b22eb5d0d9ec7f6283.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/73a2c0b3eb06f44ec7cec12f348c873f.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/73a2c0b3eb06f44ec7cec12f348c873f.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/41722d476f8894a9034b83b28678fc0a.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 223,
+ "power_formatted": "223",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3526,
+ "type": "queso_cannonstorm_base",
+ "name": "Queso Cannonstorm Base",
+ "description": "This repurposed Hailstone Cannon has been permanently set in a bed of hardened amber queso making it portable and allowing it to be used outside of the Great Winter Taiga. When used in the Queso Canyon region, this augmented cannon fires Solidified Amber Queso at any mouse that approaches your trap and each successful hit will explode into bonus Queso Canyon loot! \n \nWhile armed within the Queso Canyon Region: \n• This base will destroy 5 Solidified Amber Queso on every hunt \n• Bonus Queso Canyon loot will be found in the rubble after catching a mouse",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "queso_geyser",
+ "queso_plains",
+ "queso_quarry",
+ "queso_river",
+ "queso_canyon",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/9812fe213683fe707d5d03d6c559165d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/eed2f248278c94a7df47e0153837279e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/9812fe213683fe707d5d03d6c559165d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/9812fe213683fe707d5d03d6c559165d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/25b1daa7dac381762f69b987efac2aa5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 1000,
+ "power_formatted": "1,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Stale",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "knight",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3527,
+ "type": "2023_trinket",
+ "name": "2023 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,023 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2022 Great Winter Hunt and from the Limited Edition 2023 New Year's Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8cd7d1ad0186c244d7adaca4d8bef458.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/fe194610a7950d9c047fba82a0f25fc0.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/04f2d7f261985bb3295eca7fc751996c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/fe194610a7950d9c047fba82a0f25fc0.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/fe194610a7950d9c047fba82a0f25fc0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/fe194610a7950d9c047fba82a0f25fc0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2023,
+ "power_formatted": "2,023",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3528,
+ "type": "rift_2023_trinket",
+ "name": "Rift 2023 Charm",
+ "description": "A Rift version of the 2023 Charm! \n \nCelebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,023 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2022 Great Winter Hunt and from the Limited Edition 2023 New Year's Base.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/c33340dc8d5bdc0631ffacc1336ae6d8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4732efa348967c4b62e047f76e2bc7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/d7876e6c552abaf58ee261edf9b67f44.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4732efa348967c4b62e047f76e2bc7.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4732efa348967c4b62e047f76e2bc7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4732efa348967c4b62e047f76e2bc7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2023,
+ "power_formatted": "2,023",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3529,
+ "type": "angel_floating_arcane_weapon_skin",
+ "name": "Angel of Apprehension Trap Skin",
+ "description": "A significantly more powerful enchantment imbued by an ancient jewel transforms this winged crystal into a sentient familiar capable of strategic thinking. It can predict the movements of its quarry with remarkable accuracy which allows it to launch its golden circlet with impeccable timing and absolute precision. The Arcane power within this crystal is so potent that it can absorb the captured mouse's essence from a great distance which negates the need for its mighty and beautiful wings. However, now that the crystal is sentient, it chooses to keep the wings for reasons that can only be described as vanity.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2afb498580228415b5e9b4cb004fa753.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d63f1ba0e5e87524e9a7c72e601e0187.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2afb498580228415b5e9b4cb004fa753.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f5a5e01d3f458af15f1565f491f5a2db.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/765b65aca407a73d2b768a497c6c53dd.jpg",
+ "marketing_text": "This angelic droid perches gracefully atop a twinkling Christmas tree waiting to seek out and apprehend any mischievous mice that might attempt to disturb its peaceful winter wonderland. Once caught, the droid carefully wraps them up with a gold ribbon as a Christmas present for the King."
+ },
+ {
+ "id": 3530,
+ "type": "candle_tome_of_the_minds_eye_skin",
+ "name": "Candle of the Mind's Eye Trap Skin",
+ "description": "Atop this ancient pillar lies a tome of solid stone, open and waiting, since time immemorial. Etched onto its page is the mighty Mind's Eye, a powerful symbol that collects thoughts and memories from the surrounding environment to conceive the stories that fill its pages. As a mouse approaches this ominous, ageless book, the Mind's Eye begins to siphon their memories away while they gnaw obliviously on the cheese below. By the time they finish the final crumb, all of their memories have been forgotten from this world and sealed away as just another story within these infinite stone pages.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/e515ead1b01e6fc184d411450d2e9887.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/50dd375f080573d093ec551077dbeaf4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/e515ead1b01e6fc184d411450d2e9887.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e740c7551b20df61f1b4943490cfc2de.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "tome_of_the_minds_eye_weapon",
+ "skin_weapon_name": "Tome of the Mind's Eye Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e1d1ed867a2f5ad1a14ed415d53f044f.jpg",
+ "marketing_text": "The enchanted candle sitting atop this gilded taper holder ignites whenever a mouse approaches. The hypnotizing flame is fuelled by the interloper's thoughts and memories, slowly burning them all away and eventually leaving the mouse with nothing but warm holiday feelings."
+ },
+ {
+ "id": 3531,
+ "type": "glacial_geyser_tactical_skin",
+ "name": "Glacial Geyserite Trap Skin",
+ "description": "A devious canopy of Amber Queso stalactites and stalagmites await any hungry mice that approach this trap. Once a mouse takes a sip of cheese, the resonating sound from the slurp bounces off of the back of the cave wall and begins to vibrate the stalactites overhead, causing them to dislodge and trap the mouse in a cage of fallen queso. \n \nThe fallen shards melt back into the reservoir beneath and get pulled back up into the canopy to slowly drip and form new stalactites. A completely self-renewable trap system!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/fc53c68ba9e643e6f4d5118047ba0af0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/23ef14e7eaa3cab4a3922974fed76ec3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/fc53c68ba9e643e6f4d5118047ba0af0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d038377a1e925603ec360c3687c18288.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_tactical_weapon",
+ "skin_weapon_name": "Gouging Geyserite Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/24a69db46c990d52474adccfaba11c46.jpg",
+ "marketing_text": "This completely frozen Gouging Geyserite Trap has been repurposed as a lightning fast and extremely dangerous solid ice tobogganing hill! The lookout droid perched on top signals the sledder to begin its rapid, unstoppable descent whenever an unsuspecting mouse wanders near the base of this treacherous hill."
+ },
+ {
+ "id": 3532,
+ "type": "hearth_floating_law_upgraded_skin",
+ "name": "H.E.A.R.T.H. S.T.I.N.G.E.R. Trap Skin",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/43184d8cca1debae4c0cc0ec96d35aec.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/26818265986fac7f36f788eba46b2353.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/43184d8cca1debae4c0cc0ec96d35aec.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/55e0cc085a12c18f7f48c6f3d55deb74.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_law_upgraded_weapon",
+ "skin_weapon_name": "S.T.I.N.G.E.R. Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "marketing_text": "The Holiday Enhanced Assemblage for Roasting Thieving Hooligans is an augmented version of the S.T.I.N.G.E.R. specially designed to thwart home burglars during the holidays. \n \nGuaranteed to dry out any wet bandits this festive season!"
+ },
+ {
+ "id": 3533,
+ "type": "new_year_princebot_skin",
+ "name": "Rowdy PartyBots Skin",
+ "description": "This state-of-the-art machine was designed using Gnawnia's most sophisticated droid technology and programmed using the latest version of Chivalric Code to ensure the most accurate honour and nobility algorithms. It comes equipped with 24-karat luscious golden locks as well as a glistening, stainless steel longsword that is nearly as sharp as the PrinceBot's charming wit. Every model comes complete with a Trusty SteedBot to improve height, speed, and dramatic flair.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/008f108488e6cd4ee634ede6aced2157.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/76253707100f4ccb2bfabc86be45da9c.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/008f108488e6cd4ee634ede6aced2157.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2df94e168182126ff08f6a8c9e959d9b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "charming_princebot_weapon",
+ "skin_weapon_name": "Charming PrinceBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "marketing_text": "This rambunctious trio was custom-built to ring in the new year with a bang!"
+ },
+ {
+ "id": 3534,
+ "type": "winter_chrome_floating_forgotten_upgraded_skin",
+ "name": "Chrome Gingerbread Thought Obliterator Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b177f0b19b9a71611b0a991df4784dbb.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/910f6ea637c2b8b053b418de59ed2a43.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b177f0b19b9a71611b0a991df4784dbb.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c9b81cfbeea4695af9d9ccc56758ef18.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "The seductive scent of gingerbread wafting from this appetizing abode is irresistible to any mouse with the festive season on its mind. They enter with an empty tummy and a full mind but are guaranteed to leave with nothing but visions of sugar plums dancing in their heads!"
+ },
+ {
+ "id": 3535,
+ "type": "catch_xmas_2022_boss_adv",
+ "name": "Defeat the Frost King (2022)",
+ "description": "The Frost King has constructed a large and terrifying fortress of ice in the Great Winter Taiga and must be stopped!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3536,
+ "type": "year_of_the_rabbit_gift_basket_convertible",
+ "name": "Year of the Rabbit Gift Basket",
+ "description": "A fluffy gift basket to share with friends as you celebrate the Year of the Rabbit!\n
\nInside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2a0e68cc04bcfd485593e2a9d3e128cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/255c9f0ec1e0c9f08294a1aff0111c09.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1aeed98ab5b0b37938bb9b49425bafb0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c35bca0f6c3cfd32eeaf8873a066abf7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/255c9f0ec1e0c9f08294a1aff0111c09.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/255c9f0ec1e0c9f08294a1aff0111c09.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/255c9f0ec1e0c9f08294a1aff0111c09.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3537,
+ "type": "year_of_the_rabbit_supply_box_convertible",
+ "name": "Year of the Rabbit Large Supply Kit",
+ "description": "Raise your lantern to new heights with the Year of the Rabbit Large Supply Kit!
\nInside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d7ccb914c23ae27d2d8b9f7553743d54.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/47019f09da5136be7fb5fab78c9263c5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/14bf9c14c87363de9367a943d5caf15c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/645d1c69ff9ca32b99e10ab0a4c6bccd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/47019f09da5136be7fb5fab78c9263c5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/47019f09da5136be7fb5fab78c9263c5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/47019f09da5136be7fb5fab78c9263c5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3538,
+ "type": "year_of_the_rabbit_supply_kit_convertible",
+ "name": "Year of the Rabbit Supply Kit",
+ "description": "Celebrate the Year of the Rabbit with this beautiful supply kit!
\nInside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c1efd37b841e0e6f8eb8d0df7e2d5eaf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7ea4a4699e671a413b6d5880006fb013.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/caaddfbea7e8f6040d758ae295345b70.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b0c76d67fe6b313f1df99c6d9f12691a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7ea4a4699e671a413b6d5880006fb013.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7ea4a4699e671a413b6d5880006fb013.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7ea4a4699e671a413b6d5880006fb013.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3539,
+ "type": "rabbit_lny_journal_theme_collectible",
+ "name": "Year of the Rabbit Journal Theme",
+ "description": "An elegantly crafted journal theme to celebrate the Year of the Rabbit! \n \nRewarded to those who raised their lantern to great heights during the Lunar New Year 2023 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/d83dfab5fb64e15945369c230c009c42.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/10d85ad4e30844fe942a03ec26908af4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/d83dfab5fb64e15945369c230c009c42.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d83dfab5fb64e15945369c230c009c42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3540,
+ "type": "water_rabbit_wealth_ingot_collectible",
+ "name": "Rabbit Wealth Ingot",
+ "description": "A novelty token with the blessing of a lucky rabbit's foot. Keep this with you to ensure the blessing of prosperity! ",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e71eecb14ac6d86bed5a1cf885df742b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6e220abb34cd63ae9bcc6148eba7dea7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/e71eecb14ac6d86bed5a1cf885df742b.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/e71eecb14ac6d86bed5a1cf885df742b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3541,
+ "type": "airship_balloon_lny_stat_item",
+ "name": "Lunar New Year Airship Balloon",
+ "description": "Celebrate the Lunar New Year with this hand-crafted ornate dirigible airship set that includes all the animals of the Zodiac! Can you spot them all?\n \n \nThis is the Balloon from the Lunar New Year Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4c3e247cdff0e3890a160d038b7cb4f6.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_lny_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/65696744df5938a6c2042898568ce275.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_lny_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/balloon/airship_balloon_lny_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "balloon"
+ },
+ {
+ "id": 3542,
+ "type": "airship_hull_lny_stat_item",
+ "name": "Lunar New Year Airship Hull",
+ "description": "Celebrate the Lunar New Year with this hand-crafted ornate dirigible airship set that includes all the animals of the Zodiac! Can you spot them all?\n \n \nThis is the Hull from the Lunar New Year Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1fddb43dbd9a7af7d963530146b3c88f.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_lny_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/78c73811644117de27f023d366e6365a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_lny_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/hull/airship_hull_lny_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "hull"
+ },
+ {
+ "id": 3543,
+ "type": "airship_sail_lny_stat_item",
+ "name": "Lunar New Year Airship Sail",
+ "description": "Celebrate the Lunar New Year with this hand-crafted ornate dirigible airship set that includes all the animals of the Zodiac! Can you spot them all?\n \n \nThis is the Sail from the Lunar New Year Airship Set. Equip this on your airship using the Workshop at the Launch Pad in the Floating Islands.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "cosmetics",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/77bffba0748f44880c010867f980e522.gif",
+ "large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_lny_stat_item.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f6bcdcd8ecc8970e925f905b29b58239.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_lny_stat_item.png",
+ "best": "https://www.mousehuntgame.com/images/ui/hud/floating_islands/airship/sail/airship_sail_lny_stat_item.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": true,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "airship_part_type": "sail"
+ },
+ {
+ "id": 3544,
+ "type": "lny_2023_lantern_stat_item",
+ "name": "Rabbit Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Rabbit. This can be lit with Lunar Lantern Candles during the 2023 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c94f1b450eed7734517df5c343e487f0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/559800ca358056edc7654d00de3c7133.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b67398e8989f9c31963a7383063e5fdd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/559800ca358056edc7654d00de3c7133.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/559800ca358056edc7654d00de3c7133.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/559800ca358056edc7654d00de3c7133.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3545,
+ "type": "rabbit_jade_base",
+ "name": "Rabbit Jade Base",
+ "description": "A beautiful image of a rabbit is delicately etched into this base bringing luck, generosity, and kindness year round. \n \nThose who completed the 2023 Lunar New Year adventure were awarded this elegant Rabbit Jade Base!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/0d1de93bfbba3c83d0d5ba9719f8fa4d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/45f5c94e58dca4ea11f7475aace3650d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/0d1de93bfbba3c83d0d5ba9719f8fa4d.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/0d1de93bfbba3c83d0d5ba9719f8fa4d.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/b1ec100abb7e6695ab2f0b1639234a1d.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 350,
+ "power_formatted": "350",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grandmaster",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3546,
+ "type": "lny_rabbit_chrome_thought_obliterator_skin",
+ "name": "Chrome Rabbit Paifang Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7a07ae5f13f32c18d601a395c930f999.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d3da476c19d2d74b1dbaa626389768ae.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7a07ae5f13f32c18d601a395c930f999.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4e534b5acdf251151fcf76eab75ba2ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "Commemorate the year of the Rabbit with this beautiful Lunar New Year Paifang trap skin!"
+ },
+ {
+ "id": 3547,
+ "type": "complete_lny_lantern_2023_adv",
+ "name": "Celebrate Lunar New Year 2023",
+ "description": "Celebrate the 2023 Lunar New Year by lighting your Rabbit Lunar Lantern and earning the Rabbit Jade Base!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3548,
+ "type": "birthday_fifteen_journal_theme_collectible",
+ "name": "15th Anniversary Birthday Journal Theme",
+ "description": "Celebrate 15 years of hunting with this journal theme! \n \nOriginally designed to commemorate MouseHunt's 15th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/d017ada489b2cd62679ecf9eebd48556.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/89b28930237861a0cb192d8aab85be68.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/d017ada489b2cd62679ecf9eebd48556.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/d017ada489b2cd62679ecf9eebd48556.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3549,
+ "type": "red_velvet_cake_base",
+ "name": "Red Velvet Cake Base",
+ "description": "A delicious layer of cream cheese frosting covers a bed of deep red velvet! \n \nA flavour first savoured during MouseHunt's 15th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/596228f2631972446c384d7a3e764ebd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/752a214394a849a49d2935d9aaadf723.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/596228f2631972446c384d7a3e764ebd.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/596228f2631972446c384d7a3e764ebd.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/33efef1049a8f9e3d40e82aea61c518a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3550,
+ "type": "birthday_dark_magic_mirror_skin",
+ "name": "Distorting Party Mirror Trap Skin",
+ "description": "This ornate and ominous three-sided mirror is said to be enchanted with the darkest magic in Gnawnia. Its magic is so powerful that any mouse who dabbles in the dark arts cannot help themselves but to gaze eagerly into its mysterious panes. \n\t \n\tEach majestic panel serves a unique purpose in the process of catching the unfortunate and unsuspecting mice who dare approach it. One mirror shows an unspoken truth to fill them with doubt. Another mirror shows them an alluring but unreachable place to fill them with longing. The final mirror shows them a magnified and distorted image of themselves to fill them with dread. As the three reflections converge, the mouse is driven nearly to madness and will seek refuge between the cracks in the mirrors. Once they venture beyond the glass, they disappear into a strange, shadowy realm never to return. \n\t \n\tHunters are recommended to avert their eyes and keep a safe distance before uttering the phrase: \"Magic Mirrors on my base, vanish this mouse without a trace!\"",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/7360f03d6cc1795c6f7b72b2e1691640.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/243fa9c31bab140d459c39f0664e57e3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/7360f03d6cc1795c6f7b72b2e1691640.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/311c6325a04b1b5b61e34eee0654729f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dark_magic_mirror_weapon",
+ "skin_weapon_name": "Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/145677c9c6792ee8597da3dd4791b29c.jpg",
+ "marketing_text": "A fun house mirror that distorts a mouse's reflection into that of a delicious cake. The sight of turning into a sugary treat is often too much for the poor mice!"
+ },
+ {
+ "id": 3551,
+ "type": "birthday_geyser_draconic_skin",
+ "name": "Cake Slayer Cannon Trap Skin",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d993525277a0b39bac89defadfdaad15.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/a3e1cfce9bf81cca2948539504674451.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d993525277a0b39bac89defadfdaad15.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/0443c6b4470531e87206ccc467a62163.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "Launch gobs of confectionary delights at unsuspecting mice. Overwhelm your enemies with raw power and induce a sugar crash!"
+ },
+ {
+ "id": 3552,
+ "type": "complete_birthday_2023_adv",
+ "name": "Liberate the SUPER|brie+ Factory!",
+ "description": "Vincent, The Magnificent thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and liberate the factory from Vincent's grasp!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3553,
+ "type": "agriculture_egg_convertible",
+ "name": "Agriculture Egg",
+ "description": "A plump, farm-grown egg fresh from the plots of the Foreword Farm.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e2db67e0f208a5ba022e10ab1dfc4fdc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/810d262bc2fe10a3c99b59993e8dd737.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/00c16b721f62426a9c5ffaa3039bc8f1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a212c88f5920bbc175774115ab57217c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/810d262bc2fe10a3c99b59993e8dd737.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/810d262bc2fe10a3c99b59993e8dd737.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/810d262bc2fe10a3c99b59993e8dd737.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3554,
+ "type": "archduke_eggsweeper_convertible",
+ "name": "Small Eggsweeper Egg (Tier 5)",
+ "description": "Found while playing the Eggsweeper mini-game! \n \nContains a variety of rewards from Archduke/Archduchess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8950a54988f812c4de28694ddf755ada.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5ac4d6da9f8e28d01adaccec620cb1d2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7063c2948a181df4b32a49c625f12beb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/84797994b3e136d5716069da46c85ab3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5ac4d6da9f8e28d01adaccec620cb1d2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5ac4d6da9f8e28d01adaccec620cb1d2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5ac4d6da9f8e28d01adaccec620cb1d2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "duke_grandduke_eggsweeper_2020_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3555,
+ "type": "architeuthulhu_egg_convertible",
+ "name": "Architeuthulhu Egg",
+ "description": "The fiendishly yellow glow of its eyes follow you around. Its visage is as horrifying as the one who created it.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0b8801f66ce714eef3cf0c65606fd9ba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ef6336b16c27cc3eb83d6babb62c54b4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/04a4dc2548be356fa9f8b3126b57ca36.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/516a9f806023e8f5c50e8ad7c567f9e5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ef6336b16c27cc3eb83d6babb62c54b4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ef6336b16c27cc3eb83d6babb62c54b4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ef6336b16c27cc3eb83d6babb62c54b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3556,
+ "type": "chummy_egg_convertible",
+ "name": "Chummy Egg",
+ "description": "A fleshy, foul-smelling, ovicular mass that pulsates with a slight rhythm that matches the waves in the Prologue Pond.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5391c39379afe8de1032deb5b0236dcb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/22022f49a2971100620162510f45a493.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6d505f28380e2fd91e6a3de35c1190cb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/db5bf9e03c211bd81bf5130469b487d9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/22022f49a2971100620162510f45a493.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/22022f49a2971100620162510f45a493.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/22022f49a2971100620162510f45a493.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3557,
+ "type": "dusted_archduke_eggsweeper_convertible",
+ "name": "Large Eggsweeper Egg (Tier 5)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Archduke/Archduchess areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/d188d976950deec825fb6ee21fbf868f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7d1b3cf75058c66f8a18ad40ed4bafae.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7360a9495fcc5bd48c38fef4004be1cd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8ebb7d4d15dc6672691f90753cffccbf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7d1b3cf75058c66f8a18ad40ed4bafae.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7d1b3cf75058c66f8a18ad40ed4bafae.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7d1b3cf75058c66f8a18ad40ed4bafae.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dusted_duke_grandduke_eggsweeper_2020_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3558,
+ "type": "monstrous_midge_egg_convertible",
+ "name": "Monstrous Midge Egg",
+ "description": "An ominous hum can be heard emitting from this egg. It's so big that you breathe an audible sigh of relief that nothing has to lay this monstrosity!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1a273f68c1411cf4c7a033189cf6e97a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/db525f45235eb31938088e276beed622.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d9fb209833dd8fae98848b2bf4974d39.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/896563a7b2a5cfcd081a57fa18cb0990.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/db525f45235eb31938088e276beed622.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/db525f45235eb31938088e276beed622.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/db525f45235eb31938088e276beed622.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3559,
+ "type": "mythweaver_egg_convertible",
+ "name": "Mythweaver Egg",
+ "description": "A miniature reflection of the Mythweaver in the shape of an egg, What mysteries await inside...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/05b18912df7ed81c388181653cffab8d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0a57f3c7f8e7f3b031b740280e54ab61.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/de1cd9052f7400a4e84407e09745bd49.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8f3b685f2d8f88aac30964a82cd972e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0a57f3c7f8e7f3b031b740280e54ab61.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0a57f3c7f8e7f3b031b740280e54ab61.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0a57f3c7f8e7f3b031b740280e54ab61.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3560,
+ "type": "wordy_egg_convertible",
+ "name": "Wordy Egg",
+ "description": "A nonsensical bundle of pages hide the contents inside. Seems to consist of random lost pages from incomplete books.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ff34f68021b7b98b388abe594cf9230f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c5bc3c1bd62a3c7e9a8c3013b80bfa18.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4881ab2e12c30e11d512a961511372a3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c15f32d4a1abe5a4079893e7e71e34fe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c5bc3c1bd62a3c7e9a8c3013b80bfa18.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c5bc3c1bd62a3c7e9a8c3013b80bfa18.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c5bc3c1bd62a3c7e9a8c3013b80bfa18.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3561,
+ "type": "jacked_rabbot_weapon",
+ "name": "Jacked Rabbot™ Trap",
+ "description": "This trap is designed to look like a muscular Jackrabbit, complete with detailed musculature and a realistic rabbit fur tank top. A brawny, hulking, and jacked-up bot that blends in with the local fauna looking like an innocent rabbit. \n \nOnce activated, the Rabbot rises and springs into action! Using a multitude of wrestling manoeuvres, it can easily subdue a mouse until it can be safely and humanely disposed of. \n \nIn addition to being highly effective at catching mice, the Jacked Rabbot™ trap is also an attractive and unique decorative addition to any home or business. Its lifelike design makes it a conversation starter and its durability ensures that it will be a reliable mouse trap for years to come.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0b100621d90db05d9de7f0b026305b28.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/26fa4e8d1f967cefffa6e000c9859085.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/0b100621d90db05d9de7f0b026305b28.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/8751eac926fadd81ba2748bb0b490273.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 6600,
+ "power_formatted": "6,600",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 25,
+ "luck_formatted": "25",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3562,
+ "type": "chrome_fluffle_of_bunnies_skin",
+ "name": "Chrome Fluffle of Bunnies Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a60367f854be03b19980209c27544748.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2482ea91cacf24a91805aabe5b6bd8f9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a60367f854be03b19980209c27544748.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e90ec13b7cb6aa97e2fa9819793c0164.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "A cute and cuddly fluffle of chrome-plated bunnies with piercing red laser eyes and tiny razor-sharp teeth! A perfect defence system to make sure no one finds your Spring Hunt eggs!"
+ },
+ {
+ "id": 3563,
+ "type": "chrome_gold_foil_thought_obliterator_skin",
+ "name": "Chrome Gold Foiled Thought Obliterator Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/352cdc2e0060b6b3b270a3869d9bc5ed.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0f8854f4177c851464fef3f8a3e8eaec.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/352cdc2e0060b6b3b270a3869d9bc5ed.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5ee04233bc23662bc1137f67a7ad1c82.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "A delicious mouse-catching treat! A chocolate replica of the Chrome Thought Obliterator coated with a chrome and gold alloy foil. A perfect disguise looking like a Spring Hunt treat with a lovely chocolatey aroma."
+ },
+ {
+ "id": 3564,
+ "type": "mysterious_mythical_scroll_case_2_convertible",
+ "name": "Folklore Companion Vol. 2",
+ "description": "This is the second volume in the Folklore Companion series that leads towards the true source of the folktale magic of the Tale of the Bountiful Beanstalk. \n\t \n\tOpen this bizarre but friendly-looking book and you'll embark upon the next step of this extraordinary scavenger hunt. The riddles are tougher in this volume and your unusual trap setups will likely need to get even more unusual and more specific! Remember that this book will whisper helpful hints when you're on the right track so be sure to check your journal often. \n\t \n\tWarning: The magic that powers this book and its scavenger hunt will end on Tuesday, May 9, 2023 at 3:00pm UTC so make sure to solve it before then!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/42bf53807b9a0a221e8ce8d62fafdefc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3498188515ab6787e4bdbe18894ed7ac.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e95eb132ba3572118487b0c89747ba6c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e9befb5206a366d3ae9db0458f92501b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3498188515ab6787e4bdbe18894ed7ac.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3498188515ab6787e4bdbe18894ed7ac.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3498188515ab6787e4bdbe18894ed7ac.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3565,
+ "type": "mysterious_mythical_scroll_case_3_convertible",
+ "name": "Folklore Companion Vol. 3",
+ "description": "This is the third and final volume in the Folklore Companion series that leads towards the true source of the folktale magic of the Tale of the Bountiful Beanstalk. \n\t \n\tOpen this curious and kindly volume to embark upon the final step of this extraordinary scavenger hunt. These riddles are the toughest ones yet so read them very carefully and prepare to really think outside the box! Remember that this book will whisper helpful hints when you're on the right track so be sure to check your journal often. \n\t \n\tWarning: The magic that powers this book and its scavenger hunt will end on Tuesday, May 9, 2023 at 3:00pm UTC so make sure to solve it before then!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e7f8869e0496d0d59ef7f90323cd7fbd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1add31144786cdc0a90e6c105518c840.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b886253059d83758c596f984a0ddc6aa.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/25e168cd91cd63df1dbed613a921d11c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1add31144786cdc0a90e6c105518c840.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1add31144786cdc0a90e6c105518c840.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1add31144786cdc0a90e6c105518c840.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3566,
+ "type": "mysterious_mythical_scroll_case_convertible",
+ "name": "Folklore Companion Vol. 1",
+ "description": "This extraordinary, enchanted book is the first in a series that contains everything a literary enthusiast could ever want to know about Gnawnian Folklore. However, instead of direct facts and figures, it is written as a series of riddles that will lead whomever is able to solve them towards the true source of a folktale's magic. The first few volumes in this series seem to lead towards the origin of the timeless classic: The Tale of the Bountiful Beanstalk! \n\t \n\tUpon opening this book, you'll embark on a scavenger hunt for items that have never existed in Gnawnia before so you'll need to solve the riddles provided in order to find them. The mice that are holding these items are hiding in places they don't belong so you'll need to hunt with strange and unusual setups and you won't be able to trust your Trap Effectiveness Meter! But luckily, this book is not just a literary companion, it's a... literal companion so it will whisper helpful hints to you when you're on the right track! \n\t \n\tSo open the book, open your mind, and embark upon the strangest scavenger hunt in Gnawnian history! \n\t \n\tWarning: The magic that powers this book and its scavenger hunt will end on Tuesday, May 9, 2023 at 3:00pm UTC so make sure to solve it before then!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e5ff87d3c60bc1e464b2b826e2ab34b7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2d6d74ca4f7066b42c84278ca74e8174.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/082d06f90b210291ac3a38286e146e24.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/55d03ce5c5fd4a3878e0246531448832.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2d6d74ca4f7066b42c84278ca74e8174.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2d6d74ca4f7066b42c84278ca74e8174.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2d6d74ca4f7066b42c84278ca74e8174.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3567,
+ "type": "mysterious_mythical_treasure_chest_2_convertible",
+ "name": "Fantastical Folkloric Treasure Chest Vol. 2",
+ "description": "You have successfully solved the riddles of the Folklore Companion Vol. 2 and have discovered this marvelous, enchanted Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a2e26732b3edb813c886452493916118.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/55cf2f179962e17c4a75b49c27654c3a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/889be447432bc888de47f032129d7c73.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0d6a651a07e666a3813d3e0aa99ead99.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/55cf2f179962e17c4a75b49c27654c3a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/55cf2f179962e17c4a75b49c27654c3a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/55cf2f179962e17c4a75b49c27654c3a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3568,
+ "type": "mysterious_mythical_treasure_chest_3_convertible",
+ "name": "Fantastical Folkloric Treasure Chest Vol. 3",
+ "description": "You have successfully solved the riddles of the Folklore Companion Vol. 3 and have discovered this marvelous, enchanted Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/15f511503d6ecd0403d015ea11b265f5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0756a70136b24a4935eeafeee053be99.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1b3ea5783ec9df55d65a9b9e9adce3a7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/372bb6884cdf2273c109a8e98719cf6b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0756a70136b24a4935eeafeee053be99.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0756a70136b24a4935eeafeee053be99.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0756a70136b24a4935eeafeee053be99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3569,
+ "type": "mysterious_mythical_treasure_chest_convertible",
+ "name": "Fantastical Folkloric Treasure Chest Vol. 1",
+ "description": "You have successfully solved the riddles of the Folklore Companion Vol. 1 and have discovered this marvelous, enchanted Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f579ae2bc8f47204d2209d93a7996c39.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a9843521e4f638b9857ccbdc0add5b42.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2e82b59e50201515e4737eada7f2331a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e98bb7528cdeceab8c108d51a1054f4e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a9843521e4f638b9857ccbdc0add5b42.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a9843521e4f638b9857ccbdc0add5b42.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a9843521e4f638b9857ccbdc0add5b42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3570,
+ "type": "folklore_companion_vol_1_3_collectible",
+ "name": "Folklore Companion Vol. 1 - 3",
+ "description": "This extraordinary, enchanted book is the first three volumes in a series that contains everything a literary enthusiast could ever want to know about Gnawnian Folklore. These volumes are specifically dedicated to the Tale of the Bountiful Beanstalk. \n\t \n\tThis friendly but enigmatic book was originally discovered by the Mythweaver in his quest to unlock the means of writing himself into the Tale of the Bountiful Beanstalk. He used the hints contained within to send his most loyal allies on a bizarre but fruitful scavenger hunt all around Gnawnia to retrieve the necessary supplies to enact his devious master plan. \n\t \n\tFortunately for the Kingdom, the most experienced MouseHunters from all across the land banded together to solve the mysterious riddles contained in each volume. Upon completing the elusive and exhaustive scavenger hunt, the hunters were able to obtain a copy of the lost folklore tale for themselves so that they could follow the Mythweaver into the story and undo his nefarious deeds from within.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/8890a7ffe292185dcbef6cbbd4aa1bbc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8f998aed43f5d900895f91ace6f2b783.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/8890a7ffe292185dcbef6cbbd4aa1bbc.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/8890a7ffe292185dcbef6cbbd4aa1bbc-new.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3571,
+ "type": "fabled_fertilizer_stat_item",
+ "name": "Fabled Fertilizer",
+ "description": "These mysterious glowing pellets are enchanted with an old and powerful magic that is believed to originate from a legendary age that has long since been forgotten. The fertile magic contained in this burlap sack is far too potent for any normal plant but sprinkle some onto the mighty Bountiful Beanstalk and it will grow new vines that reach up beyond the clouds! \n \nUse this Fabled Fertilizer in the Bountiful Beanstalk to grow vines that will take you into the various floors of the Castle in the Clouds.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a22034141c2d83d9230e5167fa116665.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7172897965fc2aa1fca94675d002891c.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/71d2265100257e1c8d7de308ea02bfd7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7172897965fc2aa1fca94675d002891c.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7172897965fc2aa1fca94675d002891c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7172897965fc2aa1fca94675d002891c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drop from Vinneus and the Giants in the Bountiful Beanstalk"
+ },
+ {
+ "id": 3572,
+ "type": "golden_goose_egg_stat_item",
+ "name": "Golden Goose Egg",
+ "description": "The rare and beautiful Golden Goose has a habit of laying these valuable, solid gold eggs throughout the Castle in the Clouds above the Bountiful Beanstalk. The Mythical Giant King has hoarded so many of them that he's dedicated all of the rooms in the Great Hall to storing these tiny treasures. \n \nUse these Golden Goose Eggs to purchase the coveted Golden Goose from the Bountiful Beanstalk General Store.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f5df44a4d20134f38dacd32bd3c694b8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/178d8b743ef536688412a1f9fa60523a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/fed306408239bee0cadb771f166d1a3e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/178d8b743ef536688412a1f9fa60523a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/178d8b743ef536688412a1f9fa60523a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/178d8b743ef536688412a1f9fa60523a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Castle above the Bountiful Beanstalk"
+ },
+ {
+ "id": 3573,
+ "type": "golden_harp_string_stat_item",
+ "name": "Golden Harp String",
+ "description": "These miraculous little instruments are some of the Mythical Giant King's most prized possessions because of their remarkable ability to play complex magical melodies despite only having a single string! Plucking these golden strings has the extraordinary ability to increase or decrease the amount of noise in the castle based on how they're played. Play them loudly to wake the Giants up or play them softly to put them back to sleep! These marvelous strings are so delicate that they snap instantly after being played only once. \n \nEach Golden Harp String will increase the noise meter by one when played loudly or decrease the noise meter by one when played softly and will be consumed after use.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/beb4de79a3e5bfdd766c382db5746b35.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0077528e751b8f8e9bdc3c7d66305222.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/efda67fa3181ef6ea95bf41cb7082d6a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0077528e751b8f8e9bdc3c7d66305222.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0077528e751b8f8e9bdc3c7d66305222.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0077528e751b8f8e9bdc3c7d66305222.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Castle above the Bountiful Beanstalk"
+ },
+ {
+ "id": 3574,
+ "type": "lavish_lapis_bean_stat_item",
+ "name": "Lavish Lapis Bean",
+ "description": "These beans are said to be made of pure Lapis Lazuli and as such are a very valuable yet common commodity in the Dungeon Floor of the Castle in the Clouds. The prisoners and guards alike have been known to hoard and stash these dazzling delights all throughout that dark and dreary place. \n \nUse these gorgeous gems to craft Lavish Beanster Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/edadf4aa4abf00da3c89825cd0b8b1b6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/94eadf653963b5eee8d3d2c6b0288cca.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3c25006d3bcde379288367db25f92234.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/94eadf653963b5eee8d3d2c6b0288cca.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/94eadf653963b5eee8d3d2c6b0288cca.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/94eadf653963b5eee8d3d2c6b0288cca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Castle above the Bountiful Beanstalk"
+ },
+ {
+ "id": 3575,
+ "type": "magic_bean_stat_item",
+ "name": "Magic Bean",
+ "description": "What these extraordinary beans lack in flavour, they make up for in magic! They grow naturally on the Bountiful Beanstalk where they are plucked by the strange mice who call that stalk their home. There is an old folktale that claims that the original Magic Beans that were used to plant the Bountiful Beanstalk were purchased for the price of a single cow. It is perhaps slightly ironic that now these beans are most famously associated with making cheese. \n \nUse these wondrous beans to craft Beanster Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/cfbea976fc012f6d8af75b4756cf1973.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ff21b5771aeca04ad1ccdfe0643cfa7e.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2fe750813ff4fcb5fe510a1996958003.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ff21b5771aeca04ad1ccdfe0643cfa7e.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ff21b5771aeca04ad1ccdfe0643cfa7e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ff21b5771aeca04ad1ccdfe0643cfa7e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops on the Bountiful Beanstalk"
+ },
+ {
+ "id": 3576,
+ "type": "royal_ruby_bean_stat_item",
+ "name": "Royal Ruby Bean",
+ "description": "These exceptionally valuable beans are often referred to as the \"Crown Jewel of the Castle in the Clouds\". Some believe that they are grown from tiny ruby seeds that are planted directly into the clouds outside of the castle. This is absurd of course but no one has a better explanation as of yet. Regardless of their origin, they are all the rage amongst the socialites and musicians that frequent the castle's Ballroom Floor. \n \nUse these exquisite gems to craft Royal Beanster Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/5f3f62df9b7a0d1fdef93026fd2277d9.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6753553ca41cb4754fba0ebf7600378b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c5b85aa5e8c9d67070f96a82a9b0038d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6753553ca41cb4754fba0ebf7600378b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6753553ca41cb4754fba0ebf7600378b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6753553ca41cb4754fba0ebf7600378b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Castle above the Bountiful Beanstalk"
+ },
+ {
+ "id": 3577,
+ "type": "bountiful_beanstalk_map_piece",
+ "name": "Tale of the Bountiful Beanstalk",
+ "description": "This ancient tale has been told for countless generations throughout the Kingdom of Gnawnia and has become a staple of the folklore and therefore the cultural identity of the land and its peoples. For eons, these enchanted pages remained secure and unaltered behind the safety of the magical veil that once shrouded and protected the Folklore Forest. \n \nHowever, now that the mischievous and malevolent plans of the Mythweaver have exposed that realm to the outside world, so too has this pivotal tale been exposed to the possibility of a rewrite! \n \nRead at your own risk! \n \nOnly hunters ranked Viceroy and above can read from these enchanted pages...\n
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ebefc3597d24ca45d5451d79a2bf3980.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/265597da7d0f0224a164a366b7d4ddfb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/160c2a4c39eb44015c5de178b6792f0e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/74eef9a43cb0e7bbd44a6395c8b773d0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/265597da7d0f0224a164a366b7d4ddfb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/265597da7d0f0224a164a366b7d4ddfb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/265597da7d0f0224a164a366b7d4ddfb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3582,
+ "type": "bountiful_large_supply_kit_convertible",
+ "name": "Large Bountiful Supply Kit",
+ "description": "Conquer the Castle in the Clouds at the top of the Bountiful Beanstalk with this massive kit of useful supplies!\nInside you'll find: \n \n\n• 500 Condensed Creativity \n• 500 SUPER|brie+ \n• 1,000 Beanster Cheese \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f5c6946afc4d16454711e5bc1c136fbb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e92e297dadc12a3a2053ec8fa619fb67.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fc9eeb10b98d9b5fecebc54fa85b3836.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e6f789c2743345f3793b09ce72362a01.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e92e297dadc12a3a2053ec8fa619fb67.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e92e297dadc12a3a2053ec8fa619fb67.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e92e297dadc12a3a2053ec8fa619fb67.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3583,
+ "type": "bountiful_supply_kit_convertible",
+ "name": "Bountiful Supply Kit",
+ "description": "A hefty kit of supplies to aid any hunter brave enough to climb the Bountiful Beanstalk!\nInside you'll find: \n \n\n• 125 Condensed Creativity \n• 500 Beanster Cheese \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/af6894e3c3e83f7cf147fdfee079b440.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a8958360e405e73886829e5d1233963.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e522768e17897989a37c53e58a408395.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/161a075ee6beda7fbfab78bd840a0aa6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2a8958360e405e73886829e5d1233963.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2a8958360e405e73886829e5d1233963.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2a8958360e405e73886829e5d1233963.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3584,
+ "type": "lavish_beanster_pack_small_convertible",
+ "name": "2-Pack of Lavish Beanster Cheese",
+ "description": "Two pieces of Lavish Beanster Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7f423793556ab95fbd211510fd65f71e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f7b49020dd7d1a13a811ef39daeef163.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3a7015c75bb4bb713a5216ce9d337377.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/66a6d1f7181fa8fe6edfaa9f197ae893.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f7b49020dd7d1a13a811ef39daeef163.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f7b49020dd7d1a13a811ef39daeef163.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f7b49020dd7d1a13a811ef39daeef163.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3585,
+ "type": "royal_beanster_pack_small_convertible",
+ "name": "2-Pack of Royal Beanster Cheese",
+ "description": "Two pieces of Royal Beanster Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/93dc17f680ad9636e5db1cd7294db16a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6c033595aa8ac48e4838aab6202d11cc.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8c1dc5b0e1cf3088e0604d9e46b4f9da.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/d81d4d717f8a01bd3fbd5092cae37840.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6c033595aa8ac48e4838aab6202d11cc.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6c033595aa8ac48e4838aab6202d11cc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6c033595aa8ac48e4838aab6202d11cc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3586,
+ "type": "giant_golden_key_stat_item",
+ "name": "Giant's Golden Key",
+ "description": "The Giants use these massive golden keys to bypass the lesser rooms in the Castle in the Clouds above the Bountiful Beanstalk when they're looking to walkabout and revel in their extensive wealth. This is one of their most closely guarded possessions so any hunter skilled enough to take it from them will find it to be a very handsome reward! \n \nBy using this key before entering any floor in the castle, all the standard quality rooms will vanish and only super quality rooms and above will appear for the duration of that run.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/6e5fcb3f28404e72eeca3b6aaf2d1659.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/d855937c33e0fc0db25fbdf1aea70aa2.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/e9cba6922945c08a0144ae9b9cb77f48.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/d855937c33e0fc0db25fbdf1aea70aa2.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/d855937c33e0fc0db25fbdf1aea70aa2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/d855937c33e0fc0db25fbdf1aea70aa2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drop from the Giants"
+ },
+ {
+ "id": 3587,
+ "type": "golden_goose_feather_stat_item",
+ "name": "Golden Goose Feather",
+ "description": "The elusive Golden Goose has a tendency to shed her exquisite feathers from time to time and the Giants always make sure to collect them. These beautiful golden treasures are so valuable that they will inspire the castle dwellers to drop even more loot when caught and they become doubly valuable when wielded by those who possess a Golden Quill! \n \nBy using this feather before entering any floor in the castle, you will receive an additional x2 Loot Multiplier for the duration of that run. If you've unlocked the Golden Quill upgrade in the Table of Contents then you'll receive a x4 Loot Multiplier instead!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2c15dade559e1e88efd7f59cd3dee291.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/654d4e0c8308c3ab0ee99d32503bf82a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/0705d0b6a4e0abd12492cac9aa4b8c8a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/654d4e0c8308c3ab0ee99d32503bf82a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/654d4e0c8308c3ab0ee99d32503bf82a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/654d4e0c8308c3ab0ee99d32503bf82a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drop from the Giants"
+ },
+ {
+ "id": 3588,
+ "type": "golden_goose_stat_item",
+ "name": "Golden Goose",
+ "description": "The most coveted of all the Mythical Giant King's possessions is the magnificent Golden Goose of legend. This extraordinarily rare bird is covered in magical golden feathers and lays extremely valuable golden eggs. However, beyond its beauty, its feathers, and its eggs, it is rumoured that the true value of this marvelous creature is the ancient wisdom that it possesses. The Golden Goose knows the secrets of powerful, long-forgotten mouse hunting technology and in the right hands, can aid in the construction of amazing things.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/534d2621cf8a8dc97a80dfae40167060.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/5a48475b9a90bebbddd13ce1f8e58877.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/59dd72093a93e9f3af2ea146f24b6d63.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/5a48475b9a90bebbddd13ce1f8e58877.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/5a48475b9a90bebbddd13ce1f8e58877.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/5a48475b9a90bebbddd13ce1f8e58877.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Bountiful Beanstalk General Store"
+ },
+ {
+ "id": 3589,
+ "type": "royal_ruby_refractor_base",
+ "name": "Royal Ruby Refractor Base",
+ "description": "By harnessing the extraordinary properties of Royal Ruby Beans and Golden Goose Eggs, the Trapsmith at the Bountiful Beanstalk was able to apply the same scientific principles that powered the Adorned Empyrean Jewel Base towards the construction of this stunning successor. The higher refractive index of Royal Ruby Beans allows for even more power to be amplified and focussed through their facets into the trap above. The impressive mouse-catching ability of this base is rivalled only by its breathtaking beauty. \n\t \n\tIn addition to its extraordinary mouse-catching power, this miracle of modern science has the following special effects: \n\t \n\t
\n\t\t
Floating Islands: Chance to add +1 to area-specific loot drops
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "bountiful_beanstalk",
+ "floating_islands",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/24e306ffd63ef1c14412597ed995f2ca.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/f5a77b23430a6f0206c0173899b41bb6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/24e306ffd63ef1c14412597ed995f2ca.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/24e306ffd63ef1c14412597ed995f2ca.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/0ec2fbf59d7fdb6f5dac4c8c9c513c30.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 26,
+ "luck_formatted": "26",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3590,
+ "type": "infinite_dark_magic_mirror_weapon",
+ "name": "Infinite Dark Magic Mirrors Trap",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "shadow",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/da44554c2a4e360cb1dcc155258ef42d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/434254ea8b30cbd2288b59980867fb76.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "shadow",
+ "has_power": true,
+ "power": 10000,
+ "power_formatted": "10,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.32,
+ "power_bonus_formatted": "32%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 40,
+ "luck_formatted": "40",
+ "has_cheese_effect": true,
+ "cheese_effect": "Extremely Stale",
+ "has_skins": true,
+ "skins": [
+ "dnd_dark_magic_mirror_skin",
+ "draculoid_dark_magic_mirror_skin",
+ "infinite_holiday_magic_windows_skin",
+ "infinite_dark_magic_chocolate_skin",
+ "infinite_dark_magic_prisms_skin",
+ "regal_infinite_dark_magic_mirror_skin",
+ "surfboard_infinite_dark_magic_mirror_skin",
+ "infinite_dark_extraplanar_portals_skin",
+ "infinite_nutcrackers_trap_skin",
+ "infinite_party_possibilities_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "dnd_dark_magic_mirror_skin",
+ "draculoid_dark_magic_mirror_skin",
+ "infinite_holiday_magic_windows_skin",
+ "infinite_dark_magic_chocolate_skin",
+ "infinite_dark_magic_prisms_skin",
+ "regal_infinite_dark_magic_mirror_skin",
+ "surfboard_infinite_dark_magic_mirror_skin",
+ "infinite_dark_extraplanar_portals_skin",
+ "infinite_nutcrackers_trap_skin",
+ "infinite_party_possibilities_skin"
+ ]
+ },
+ {
+ "id": 3591,
+ "type": "legendary_kingbot_weapon",
+ "name": "Legendary KingBot",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "physical",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/cd379a99ae6022aeea3dbdb0400fbbd6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/216c2c26a4f64405c59b370201f3b02d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "physical",
+ "has_power": true,
+ "power": 20000,
+ "power_formatted": "20,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.35,
+ "power_bonus_formatted": "35%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 42,
+ "luck_formatted": "42",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": true,
+ "skins": [
+ "king_midasbot_skin",
+ "cosmic_kingbot_trap_skin",
+ "halloween_king_bot_skin",
+ "snow_king_bot_skin",
+ "magical_magician_king_bot_skin",
+ "regal_legendary_kingbot_skin",
+ "legendary_snowbot_trap_skin",
+ "mad_princess_party_bot_skin",
+ "eggstravagant_kingbot_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "king_midasbot_skin",
+ "cosmic_kingbot_trap_skin",
+ "halloween_king_bot_skin",
+ "snow_king_bot_skin",
+ "magical_magician_king_bot_skin",
+ "regal_legendary_kingbot_skin",
+ "legendary_snowbot_trap_skin",
+ "mad_princess_party_bot_skin",
+ "eggstravagant_kingbot_skin"
+ ]
+ },
+ {
+ "id": 3592,
+ "type": "beanster_cheese",
+ "name": "Beanster Cheese",
+ "description": "This magically-infused hard cheese is a staple for many of the lower echelon mice that live in the Castle in the Clouds. Hunters who arm this cheese in the castle will attract mice with a better palate and better rewards! \n \nThis cheese provides a x2 Loot Multiplier in the Castle in the Clouds above the Bountiful Beanstalk.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bountiful_beanstalk",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/aaf9cbf2869757ca7400f0a6f9a87de4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/367c93dfba0708a08bd4515c3d696e15.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/c0c0b6af4ac60fd3966ef0aec5d82801.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/77e4a557aa708cf1f4d0bdbc9d3ee834.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/367c93dfba0708a08bd4515c3d696e15.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/367c93dfba0708a08bd4515c3d696e15.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/367c93dfba0708a08bd4515c3d696e15.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "magic_bean_stat_item": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3593,
+ "type": "lavish_beanster_cheese",
+ "name": "Lavish Beanster Cheese",
+ "description": "This cheese is almost as tasty as it is beautiful! This is no commoner cheese and can only be afforded by some of the more well-to-do inhabitants of the Castle in the Clouds. Hunters who arm this cheese in the various floors of the castle will face off against tougher mice with better rewards. \n \nThis cheese provides a x4 Loot Multiplier in the Castle in the Clouds above the Bountiful Beanstalk.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bountiful_beanstalk",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/19fc88bdeaa3d8e184a143de9199c78b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/d38beac0a83f0df7dbcd3df33a1de870.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/7be0352ba403237a1586dfcfe9df0f4f.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/fda8624909f021a7e39708547b8aba0a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/d38beac0a83f0df7dbcd3df33a1de870.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/d38beac0a83f0df7dbcd3df33a1de870.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/d38beac0a83f0df7dbcd3df33a1de870.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "lavish_lapis_bean_stat_item": 8,
+ "beanster_cheese": 2
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3594,
+ "type": "royal_beanster_cheese",
+ "name": "Royal Beanster Cheese",
+ "description": "This is the most opulent and valuable cheese in the Castle in the Clouds and thus only the wealthiest and most dangerous mice have developed a taste for it. Any hunter brave enough to arm this exquisite edible will face a considerable challenge but also stands to earn a considerable reward! \n \nThis cheese provides a x16 Loot Multiplier in the Castle in the Clouds above the Bountiful Beanstalk.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bountiful_beanstalk",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/9d133484bac51b450b33ced62df6f016.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/86f620c07ab394de415fb258cefbf1d8.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/e2322986871350d7c3754e4f60513eb3.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/78066e6466b22e7978faf7601c84f995.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/86f620c07ab394de415fb258cefbf1d8.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/86f620c07ab394de415fb258cefbf1d8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/86f620c07ab394de415fb258cefbf1d8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "royal_ruby_bean_stat_item": 64,
+ "lavish_beanster_cheese": 4
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3595,
+ "type": "chrome_queen_of_the_seas_skin",
+ "name": "Chrome Queen of the Seas Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/38174436b63d6c53f03b517e99180c85.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/aff50cb0866c87c37c7544ca57c0d5e1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/38174436b63d6c53f03b517e99180c85.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/aaaa4a887425aba4a5d0d1ccb968856a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "This aquatic robotic royal rules the seas with a literal iron fist! Her marine majesty is so mighty that one trident just wasn't enough!"
+ },
+ {
+ "id": 3596,
+ "type": "king_midasbot_skin",
+ "name": "King MidasBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/2ee8b3c624e2e15e3600675fb33c9f0c.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/9c5f33ab022eeaaed2dd229f28f0d631.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/2ee8b3c624e2e15e3600675fb33c9f0c.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/97a8fff44c94bf3698cf595176d0a020.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "Some call it a gift and some call it a curse but whatever you call it, this mechanical majesty seems to be really enjoying its latest Golden Touch firmware update! This wealthy royal robot is on a mission to make Gnawnia shinier one mouse at a time."
+ },
+ {
+ "id": 3597,
+ "type": "tragic_princebot_skin",
+ "name": "Tragic PrinceBot Trap Skin",
+ "description": "This state-of-the-art machine was designed using Gnawnia's most sophisticated droid technology and programmed using the latest version of Chivalric Code to ensure the most accurate honour and nobility algorithms. It comes equipped with 24-karat luscious golden locks as well as a glistening, stainless steel longsword that is nearly as sharp as the PrinceBot's charming wit. Every model comes complete with a Trusty SteedBot to improve height, speed, and dramatic flair.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/79a61b0edc117e09ee4ab2fa71e018ec.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1bc3a21e8c8af418b0b1d142e136b8c8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/79a61b0edc117e09ee4ab2fa71e018ec.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e365319cf5e702be5461e26ae32540c9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "charming_princebot_weapon",
+ "skin_weapon_name": "Charming PrinceBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "marketing_text": "To hunt, or not to hunt, that is the question: \nWhether 'tis nobler in the mind to suffer stolen cheese \nOr arm charms against a sea of pests and by opposing, end them. \nTo catch, to miss no more."
+ },
+ {
+ "id": 3598,
+ "type": "complete_bountiful_beanstalk_adv",
+ "name": "Slay the Mythical Giant King",
+ "description": "After being defeated at the Table of Contents, the elusive and resilient Mythweaver has escaped by writing himself directly into one of Gnawnia's oldest fairy tales: The Tale of the Bountiful Beanstalk. He must be stopped before he rewrites the outcome of this classic tale from the inside. Ascend the Bountiful Beanstalk, collect its many valuable beans, invade the Castle in the Clouds, and put an end to the tyrannical reign of the Mythical Giant King!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "physical",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3599,
+ "type": "leaping_lavish_beanster_pack_small_convertible",
+ "name": "2-Pack of Leaping Lavish Beanster Cheese",
+ "description": "Two pieces of Leaping Lavish Beanster Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c4c453fb359c51b5970b2ecbf02d1397.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7c5b8358197e7b92079905868dd74ac6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/aaeefbe90c4eb35ed94dbc8df76a61d1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/853ff21bff16aae32905d2f2b7cf0003.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7c5b8358197e7b92079905868dd74ac6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7c5b8358197e7b92079905868dd74ac6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7c5b8358197e7b92079905868dd74ac6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3600,
+ "type": "leaping_lavish_beanster_cheese",
+ "name": "Leaping Lavish Beanster Cheese",
+ "description": "Infusing Lavish Beanster Cheese with the magically melodious power of Golden Harp Strings creates this dexterous delight that has the extraordinary ability to leap through the Castle in the Clouds at unprecedented speed! \n\t \n\tHunting with this cheese on any floor of the Castle in the Clouds will attract the same mice as the original Lavish Beanster Cheese and provide the same x4 Loot Multiplier but with each hunt, hunters will leap forward a whopping 5 steps! Be warned though, the extra spring in your step will be negated by the big, booming stomps of any chasing Giant! \n\t \n\tThis cheese provides the following effects: \n\t
\n\t\t
• Moves 5 steps per hunt in the castle except during the Giant chase
\n\t\t
• Provides a x4 Loot Multiplier
\n\t\t
• Makes the same amount of noise whether a mouse is caught or missed
\n\t\t
• Attracts the same mice as Lavish Beanster Cheese
\n\t\t
• When leaping out of a room, you will always land on the first step of the following room even if that leap was shorter than 5 steps
\n\t
",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bountiful_beanstalk",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/388fa1a2296fb82d94158e09c9b190d4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/7aa701b3170ae4a9656d505e1f5e11ab.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/5a0f56075da817eb35f617ef6ab910fe.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/a6f4c87c576b611b3e21ca3a6914346c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/7aa701b3170ae4a9656d505e1f5e11ab.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/7aa701b3170ae4a9656d505e1f5e11ab.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/7aa701b3170ae4a9656d505e1f5e11ab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "golden_harp_string_stat_item": 32,
+ "lavish_beanster_cheese": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3601,
+ "type": "ronza_beanstalk_supply_ship_convertible",
+ "name": "Ronza's Beanstalk Supply Ship",
+ "description": "A floral dirigible containing supplies for climbing the Bountiful Beanstalk and conquering the Castle in the Clouds! \n \nYou will receive: \n \n• 300 Condensed Creativity \n• 1,000 Beanster Cheese \n• 300 SUPER|brie+ \n• 400 Airship Charms \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e0873175dd24a84455cba1aed42e78b8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dd4f4bc229a5dbbb64bd000304be8a2d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f6f44cc4a060b936b6f73e5d5b97e5ca.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ab7bae65d9893900dd6fbccd11c0e8e9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dd4f4bc229a5dbbb64bd000304be8a2d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dd4f4bc229a5dbbb64bd000304be8a2d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dd4f4bc229a5dbbb64bd000304be8a2d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3602,
+ "type": "chrome_floating_arcane_upgraded_kit_crafting_item",
+ "name": "Chrome Circlet of Pursuing Upgrade Kit",
+ "description": "A collection of recast chrome circlets and coated wings designed to improve the performance of the Circlet of Pursuing Trap. An extra charged arcane crystal is included to support the extra power required to open the portals! \n \nUse this kit with Circlet of Pursuing Trap Parts to create:\n
\n
Chrome Circlet of Pursuing
\n
\n\n
Recasting the enchanted metal in chrome amplifies its reach and power. So much so that it can now open a portal directly to the targets location to snatch it up immediately and consume its essence with increased efficiency! \n
\n
\n\n
Power: 12000
\n
Power Bonus: 25%
\n
Attraction Bonus: 18%
\n
Luck: 40
\n
Power Type: Arcane
\n
Title Required: Archduke/Archduchess
\n
Cheese Effect: Very Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/f61815ba6ee02c13747184627bdc28e0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1e28e7107f0db3c00f58fec2ccf9adad.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/1e28e7107f0db3c00f58fec2ccf9adad.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/1e28e7107f0db3c00f58fec2ccf9adad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/1e28e7107f0db3c00f58fec2ccf9adad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 3603,
+ "type": "floating_arcane_upgraded_parts_crafting_item",
+ "name": "Circlet of Pursuing Trap Parts",
+ "description": "A pile of parts from a dismantled Circlet of Pursuing Trap.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/98b68204f63177666f284771fb8772dd.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/98b68204f63177666f284771fb8772dd.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3604,
+ "type": "chrome_floating_arcane_upgraded_weapon",
+ "name": "Chrome Circlet of Pursuing Trap",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "arcane",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/ea384563a372a06a07bbce053ad24d89.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/4e539b1f1d6067a1c3a287cad83b8aab.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "arcane",
+ "has_power": true,
+ "power": 12000,
+ "power_formatted": "12,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.25,
+ "power_bonus_formatted": "25%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.18,
+ "attraction_bonus_formatted": "18%",
+ "has_luck": true,
+ "luck": 40,
+ "luck_formatted": "40",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": true,
+ "skins": [
+ "chrome_bee_floating_arcane_upgraded_skin",
+ "chrome_ice_angel_of_freezing_skin",
+ "chrome_balloon_of_celebration_skin",
+ "chrome_magic_billiard_ball_of_foretelling_skin",
+ "regal_chrome_floating_arcane_upgraded_skin",
+ "chrome_circlet_of_the_seas_skin",
+ "chrome_cavern_of_conjuring_skin",
+ "chrome_pursuing_ghost_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "chrome_bee_floating_arcane_upgraded_skin",
+ "chrome_ice_angel_of_freezing_skin",
+ "chrome_balloon_of_celebration_skin",
+ "chrome_magic_billiard_ball_of_foretelling_skin",
+ "regal_chrome_floating_arcane_upgraded_skin",
+ "chrome_circlet_of_the_seas_skin",
+ "chrome_cavern_of_conjuring_skin",
+ "chrome_pursuing_ghost_skin"
+ ]
+ },
+ {
+ "id": 3605,
+ "type": "nautilus_weapon",
+ "name": "The Dread Nautilus Trap",
+ "description": "Designed by one of the prolific Trapsmiths who went to sea during the maiden voyage of the S.S. Huntington II. The harsh conditions and exotic aquatic mice encountered along the journey prompted the creation of this unstoppable, unsinkable, submersible marine machine! \n \nThis submarine is piloted by a specially-trained crew of amphibious, seafaring droids that are equipped to go toe to toe with any mouse at any depth! \n \nThe Dread Nautilus is even equipped with mudskipper-like flaps, allowing it to flop along the land to hunt down the more pesky, landlocked hydro mice!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e84bb5400b2b402c47e855e8e939ad0e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/561f8b1971a2432204e156e65519ffa4.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/e84bb5400b2b402c47e855e8e939ad0e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/24b3accf4bca5fba996433526455c077.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 6000,
+ "power_formatted": "6,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 23,
+ "luck_formatted": "23",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3606,
+ "type": "chrome_bee_floating_arcane_upgraded_skin",
+ "name": "Chrome Bumbling Bee of Pursuing Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/54e97f9f7b2867a398f4f6710caadc64.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fc0b8bfee92c72dbb5d3228469910c85.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/54e97f9f7b2867a398f4f6710caadc64.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e037fc1d2fa90491fcab2f6e8fd21b81.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "This lovely and environmentally friendly chrome and gold bumbling bee trap was crafted using enchanted metals. The arcane flower projectors located near the base are used to highlight nearby targets, both mouse and plant, for the bumbling bee to pursue. Utilizing a flower shaped portal helps the bumbling bee focus while making up for its lack of speed. \n \nCreated by an environmentally conscious Trapsmith who wanted a practical mouse catching device that would help pollinate the local flora while also looking great in the garden!"
+ },
+ {
+ "id": 3607,
+ "type": "cloud_covered_floating_law_upgraded_skin",
+ "name": "Under Cloud Cover S.T.I.N.G.E.R. Trap Skin",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/dd12d483a1df25a8811af83a91184a39.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5cce0b0ed671e94eedf6d9a5165b80f2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/dd12d483a1df25a8811af83a91184a39.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/79fa8627437fd399526706b414546ec8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_law_upgraded_weapon",
+ "skin_weapon_name": "S.T.I.N.G.E.R. Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "marketing_text": "Immediately after deployment, this leading member of the S.C.C.U. (Special Cloud Cover Unit) releases a thick, billowing cloudscreen to conceal its location allowing it to work undercover. \n \nThe light up star in its centre can be deployed to further enhance the illusion at night!"
+ },
+ {
+ "id": 3608,
+ "type": "cosmic_kingbot_trap_skin",
+ "name": "Cosmic KingBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8943da129ee6151a35f724b2219d09d0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/19d8b306b1ee2a765e3276801f2d517b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8943da129ee6151a35f724b2219d09d0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c91c4112f3eee3729f21cb4477f37fcd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "The Cosmic KingBot soars in with an out of this world design to astound mice with his grandiose arrival on the back of a winged Equinicorn. The cosmic crystals keep this KingBot fully charged and ready to fly on his trusty steed. Those that don't immediately kneel in awe and surrender themselves are swiftly defeated!"
+ },
+ {
+ "id": 3609,
+ "type": "dnd_dark_magic_mirror_skin",
+ "name": "Infinite DnD Magic Mirrors Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/db84a19cfd9be91ec0d716dc416c32b3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8f3d2bac1878f35dff95d87ef779ff59.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/db84a19cfd9be91ec0d716dc416c32b3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/bec7689e5ca2900e17d7ba4bfeb51b8b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "A seemingly innocuous set of dice rests upon a tri-folded panel of dark magic mirrors. When approached, the panel opens in front of the invading rapscallion, starting up a magical game of Dice and Dress-up™. The mouse sees a reflection of themselves dressed in fantastical attire as the panel unfolds revealing an astonishing realm of magic and adventure! The dice and illustrations come to life and the infinite game begins..."
+ },
+ {
+ "id": 3610,
+ "type": "princessbot_princebot_skin",
+ "name": "Charming PrincessBot Trap Skin",
+ "description": "This state-of-the-art machine was designed using Gnawnia's most sophisticated droid technology and programmed using the latest version of Chivalric Code to ensure the most accurate honour and nobility algorithms. It comes equipped with 24-karat luscious golden locks as well as a glistening, stainless steel longsword that is nearly as sharp as the PrinceBot's charming wit. Every model comes complete with a Trusty SteedBot to improve height, speed, and dramatic flair.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/087a79a7ac011df0110eef50f6f913ae.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2a9df42e927280bce4b00b6fc2ecad59.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/087a79a7ac011df0110eef50f6f913ae.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/b7343ed8cca3afa9efd0f0223f0eef09.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "charming_princebot_weapon",
+ "skin_weapon_name": "Charming PrinceBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "marketing_text": "Introducing the latest addition to the RoyaltyBots lineup: the Charming PrincessBot! It was programmed using the esteemed Chivalric Code Base with slight modifications to enhance its functionality and aesthetics. This model is draped in an elegant, free-flowing dress that enables unrestricted movement allowing it to swing its beautiful battle axe in an effective yet dramatic flurry of slashes and spins! \n \nWarning: This princess does NOT need saving!"
+ },
+ {
+ "id": 3611,
+ "type": "beanstalk_treasure_chest_convertible",
+ "name": "Bountiful Beanstalk Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this rewarding Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3faa925e04006aa7cc7aad7f1d24008d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9aa86a1cd6866b94864a84a2eeeed90d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f2af11cf591b11dbf571c14cb415cc48.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b96c21278700159c00ec9a08b5ac8011.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9aa86a1cd6866b94864a84a2eeeed90d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9aa86a1cd6866b94864a84a2eeeed90d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9aa86a1cd6866b94864a84a2eeeed90d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3612,
+ "type": "bountiful_beanstalk_scroll_case_convertible",
+ "name": "Bountiful Beanstalk Scroll Case",
+ "description": "This scroll case was fashioned from a vine that was trimmed from the Bountiful Beanstalk and then bejewelled with the many precious beans from the Castle in the Clouds.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/de729051f044a8e02f1bae78e1064bac.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c5d762812c03cd18a229d05a69476d3d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/61b9b7055ea54d123e9dc5b779adc834.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0a04ad561d01f12efa57921eb138be99.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c5d762812c03cd18a229d05a69476d3d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c5d762812c03cd18a229d05a69476d3d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c5d762812c03cd18a229d05a69476d3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3613,
+ "type": "bountiful_treasure_hunting_kit_convertible",
+ "name": "Bountiful Treasure Hunting Kit",
+ "description": "This bountiful kit is loaded with useful goodies for any treasure hunter that's ready to conquer the Castle in the Clouds! \n \n Inside you'll find: \n \n\n• 50 Condensed Creativity \n• 100 Beanster Cheese \n• 2 Rare Map Dust \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/663eee58d8ccfcec15ecb407cfcf8bc3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/903dc158a7a6ffc746edfc5e2a1a0800.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/48cdea034b6725c0d217a52d75016b71.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7aa25a0d44bbd001ca099ff193537d90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/903dc158a7a6ffc746edfc5e2a1a0800.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/903dc158a7a6ffc746edfc5e2a1a0800.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/903dc158a7a6ffc746edfc5e2a1a0800.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3614,
+ "type": "rare_beanstalk_treasure_chest_convertible",
+ "name": "Rare Bountiful Beanstalk Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/69339eb720246c6bdb52c9ed69c61153.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/15ccc9a759a16afe7517fcba08a2c421.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fcabbb74823de7e0550767d7b19aab64.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f8fdd458575ab955e68889689ad066a7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/15ccc9a759a16afe7517fcba08a2c421.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/15ccc9a759a16afe7517fcba08a2c421.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/15ccc9a759a16afe7517fcba08a2c421.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3615,
+ "type": "bountiful_beanstalk_journal_theme_collectible",
+ "name": "Bountiful Beanstalk Journal Theme",
+ "description": "Ascend confidently into the Castle in the Clouds with this Bountiful Beanstalk Journal Theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/311d40e87ae701ff85b9b89e7ee2d4df.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7212b1c68a7a52fbde79a13e6e58d7aa.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/311d40e87ae701ff85b9b89e7ee2d4df.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/311d40e87ae701ff85b9b89e7ee2d4df.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3616,
+ "type": "super_regal_gift_basket_convertible",
+ "name": "Super Regal Gift Basket",
+ "description": "The Super Regal Gift Basket is a sweet way to show that special someone they are indeed super! Comes packed with SUPER|brie+ cheese and Super Regal Charms!
\nInside you'll find: \n \n\n• 100 SUPER|brie+ \n• 100 Super Regal Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b77b1c1f6aaa274f4c036f5b3acdede6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/203b2733e3392d67c0cffc44ab2bdca7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2776631b882fe2a985a9034ccfe10c15.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c90c49282bbdd60fac3d7aa21a229a26.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/203b2733e3392d67c0cffc44ab2bdca7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/203b2733e3392d67c0cffc44ab2bdca7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3617,
+ "type": "ultimate_regal_trinket",
+ "name": "Ultimate Regal Charm",
+ "description": "Held in reserve within the King's Vault, these meticulously crafted charms are handmade by the King's very own Royal Trapsmith. This opulent charm is usually held for exclusive use by the Royal Hunters that guard the King. \n \nThe Ultimate Regal Charm provides massive Power and Attraction bonuses to a hunter's trap along with an impressive +18 Luck. \n \nThese powerful charms are obtained by exchanging 2 Extreme Regal Charms and 2 King's Credits in the King's Cart.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/553d74f9419c15b0ea85ee64ceb410eb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e1b533b9db4eb922922086e412244ca6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/a3f362d11ee8d5c7bedd887e56bb9858.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e1b533b9db4eb922922086e412244ca6.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e1b533b9db4eb922922086e412244ca6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e1b533b9db4eb922922086e412244ca6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 4000,
+ "power_formatted": "4,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.1,
+ "power_bonus_formatted": "10%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 1,
+ "attraction_bonus_formatted": "100%",
+ "has_luck": true,
+ "luck": 18,
+ "luck_formatted": "18",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3618,
+ "type": "cauldron_from_the_black_lagoon_skin",
+ "name": "Cauldron from the Black Lagoon Trap Skin",
+ "description": "Baba Gaga created this ornate cauldron by harnessing the arcane energies that grow naturally in the enchanted vines of the Gloomy Greenwood. She built it for the purpose of brewing magical potions powerful enough to defeat all the hunters of Gnawnia so it was poetic justice that those same hunters learned how to turn her creation against her! \n\t \n\tThis cauldron has been repurposed into a devastating mouse trap that lures in mice who seek to absorb some of its arcane energy but instead find themselves engulfed in a very mysterious and very unpleasant boiling liquid. Most of the time this liquid causes the mouse to vanish into thin air but every once in a while, it actually transforms the unfortunate creature into a useful potion! \n\t \n\tThis trap has a rare chance to produce a random potion after catching a mouse. \n\t \n\tWhen armed with the Alchemist's Cookbook Base, the base is guaranteed to duplicate any potion that this trap produces.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6c29eb31ddd57b027803c7073bc81b37.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6aa85e651341d1ae87c95c70eb740411.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6c29eb31ddd57b027803c7073bc81b37.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/76834d0decc358bce9174fd286f6a4c1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "boiling_cauldron_weapon",
+ "skin_weapon_name": "Boiling Cauldron Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3dfaeaa9495443074bb2615e99e38dd.jpg",
+ "marketing_text": "A thick, bile-like bog water conceals the monstrous Gill-bot. Mice that venture too close get swept up in its mighty arms and carried off into the distance, presumably on its way to turn them in for gold but no one knows!"
+ },
+ {
+ "id": 3619,
+ "type": "chrome_celestial_creator_skin",
+ "name": "Celestial Chrome Creator Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ec85dbadc0013c281439178d88a5b1ef.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8c1ce62cf9e0302101d80210ef60de74.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ec85dbadc0013c281439178d88a5b1ef.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/76458fbd128611066c34784c83527bdb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "A chromed, mad creator's laboratory that utilizes the power of the Eclipse Core to create monstrous droids assembled from an infinite number of strange, bizarre and horrifying parts. \n \nThese contraptions are assembled and lie waiting until the iGor unit flips the switch, bringing the creator's latest masterpiece to life! These creations are hell-bent on capturing the target mouse and don't stop until they grab them or fall apart trying!"
+ },
+ {
+ "id": 3620,
+ "type": "draculoid_dark_magic_mirror_skin",
+ "name": "Infinite Dark Draculoids Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/753ebe4262c97cfe8a58b1a846332290.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fef17e7d2d1a6b53fe3a890dd091187a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/753ebe4262c97cfe8a58b1a846332290.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/c1753b01cbf88ddbe48c3c90b3eeb877.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "Utilizing a specially crafted coffin made from discarded Dark Magic Mirror Traps, this daring yet ominous design creates realistic illusionary duplicates of itself. It is equipped with a custom-made Draculoid™ bot that employs infrared technology to effectively track mice in the dark. \n \nOnce triggered, the coffin creaks open in a dramatic flair to arrest the gaze of the unsuspecting mouse who triggered it. With its gaze affixed on the coffin, hauntingly real illusions start to encroach on the mouse from all sides, causing confusion and preventing their escape until the Draculoid™ can descend upon its prey..."
+ },
+ {
+ "id": 3621,
+ "type": "halloween_chrome_thought_obliterator_skin",
+ "name": "Chrome Bride of Obliteration Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b23f89c2e5304ddf534981faba590a9a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/4fee86386c9857a0f12e35b9fc0dfa46.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b23f89c2e5304ddf534981faba590a9a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5451cf7931de9926159ae2526519c2ef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "The Bride of Obliteration is fitted with a miniaturized Chrome Thought Obliterator discreetly hidden beneath its striking hair. This compact device simplifies the obliteration process by grabbing mice to complete the circuit and then releasing a potent electrical charge. This charge transfers the memories of the mice through the obliterator, replacing them with blank ones."
+ },
+ {
+ "id": 3622,
+ "type": "halloween_king_bot_skin",
+ "name": "Terrified KingBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/663467d16f91c4a182e7e6b651f1989d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d7e6a00bc9bfdbfc0fc4248bf6596dfe.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/663467d16f91c4a182e7e6b651f1989d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/cf4c69f8266424cbb87d22714f219b87.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "A terrified KingBot cowers as the steel on his trusty steed begins to twist and contort. Transforming a once noble stallion into a mouse-hunting monstrosity! \n \nUnfortunately, it looks like no one informed the KingBot of this steed's new found ability..."
+ },
+ {
+ "id": 3623,
+ "type": "complete_hween_2023_adv",
+ "name": "Fire Burn and Cauldron Bubble",
+ "description": "Gather your courage and head deep into the Gloomy Greenwoods to face the monstrous, yet gorgeous, Baba Gaga! Learn her sinister recipes and use them to brew up some bubbling batches of bloodcurdling bait! Master the alchemical arts and bring down Baba Gaga with her own boiling cauldrons!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3624,
+ "type": "chrome_silo_chrome_thought_obliterator_skin",
+ "name": "Chrome Crop Obliterator Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bfb936c2e5bb15f745fbc8cac16f8a04.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8d8b5dc826bb95e14b4024157f50f527.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bfb936c2e5bb15f745fbc8cac16f8a04.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/54251ef2b07101ece03ac9c8c8ad58be.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "Harvest the thoughts of mice while embodying a true farmer's spirit! The mystical stones of the Thought Obliterator have been reconfigured into an ominous silo where the harvested thoughts of mice are carefully protected by a diligent droid."
+ },
+ {
+ "id": 3625,
+ "type": "golem_part_convertible",
+ "name": "Golem Gift Box",
+ "description": "A perfectly insulated box sealing in the cold. Inside you'll find enough parts to build at least three full golems! It's also packed with Throwable Snowballs, Snowball Charms, Hailstones, and a few other goodies!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/de332b026f824e2ad69450c98ba061f2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/32395cfb8063b2ae02d6ad00c0ca8659.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/452263314c9134dc4e57b93aed9803eb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f081fd821efc63c5b66e45fee9225c0a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/32395cfb8063b2ae02d6ad00c0ca8659.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/32395cfb8063b2ae02d6ad00c0ca8659.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/32395cfb8063b2ae02d6ad00c0ca8659.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3626,
+ "type": "2024_lucky_codex_stat_item",
+ "name": "2024 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2024!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/14d47f9578803ecab18b00cdceef9d5a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/7f35def086d48aece163fd7499ab30e5.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/02d2fc216552c8134cbd6f17272f6dc6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/7f35def086d48aece163fd7499ab30e5.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/7f35def086d48aece163fd7499ab30e5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/7f35def086d48aece163fd7499ab30e5.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from any Great Winter Taiga General Store"
+ },
+ {
+ "id": 3627,
+ "type": "printing_press_charge_stat_item",
+ "name": "Prolific Printing Paper",
+ "description": "Each roll of this truly extraordinary paper is handcrafted by the talented artisans that work in the General Stores throughout the Folklore Forest. It is infused with a unique, magical blend of inspiration, creativity, and artistic genius. Any words printed onto these rolls are instantly imbued with such prolific gravitas that it will blow the mind of any mouse who dares to read it! \n\t \n\tThe Folklore Printing Press Base and Naughty List Printing Press Base will consume one of these rolls per hunt in any Folklore Forest location in order to boost its stats tremendously!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b0ae4e33b26c0c0f2db5e45970d91e7e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/e883c927fa380663d1f3f3ab218c76cc.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/855e4fc26f5a8ec43bbe2474e52c2dad.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/e883c927fa380663d1f3f3ab218c76cc.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/e883c927fa380663d1f3f3ab218c76cc.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/e883c927fa380663d1f3f3ab218c76cc.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3628,
+ "type": "naughty_list_printing_press_base",
+ "name": "Naughty List Printing Press Base",
+ "description": "The droids at the Golem Workshop really outdid themselves when they designed and built this mouse-catching powerhouse! Just load some Prolific Printing Paper into this intricately and expertly crafted base and take it to any location in the Folklore Forest. As you hunt there, it will print the names of all the mice you catch onto the Naughty List which leaves them questioning their dastardly ways and generating a massive power and luck bonus for you in the process! \n \nWhile hunting in any Folklore Forest location, this base will consume one Prolific Printing Paper per hunt to increase its stats to: \n \n
\n
4,500 Power
\n
35% Power Bonus
\n
35% Attraction Bonus
\n
57 Luck
\n
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "folklore_forest",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/e48b316b9dc86df6bad5240bd5bd56fc.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/0e76f9caa6e7222634d410a66b195e6e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/e48b316b9dc86df6bad5240bd5bd56fc.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/e48b316b9dc86df6bad5240bd5bd56fc.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/2bddb3be3240d81bf3b6d6e8aaafc228.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "baron_baroness",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3629,
+ "type": "new_years_2024_base",
+ "name": "2024 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2024 all year long! \n \nDuring all of 2024, while this base is equipped, mice have a chance to drop 2024 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2025.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/9dc776bf48cd1ea2c611f3ec9d3f67ec.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/89ed7231d3ff0571c8909ef0ab2516a8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/9dc776bf48cd1ea2c611f3ec9d3f67ec.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/9dc776bf48cd1ea2c611f3ec9d3f67ec.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/cad73674d13532bc886c59ef15473259.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 224,
+ "power_formatted": "224",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3630,
+ "type": "2024_trinket",
+ "name": "2024 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,024 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2023 Great Winter Hunt and from the Limited Edition 2024 New Year's Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/07491d591c55c2a4bb7df35219dd6bf8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/1c36ccc67965717b65cd5b3124588916.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/02822dbab5cfaf8c8a5fc3ac081b6c13.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/1c36ccc67965717b65cd5b3124588916.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/1c36ccc67965717b65cd5b3124588916.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/1c36ccc67965717b65cd5b3124588916.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2024,
+ "power_formatted": "2,024",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3631,
+ "type": "rift_2024_trinket",
+ "name": "Rift 2024 Charm",
+ "description": "A Rift version of the 2024 Charm! \n \nCelebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,024 Power to commemorate the New Year! \n \nThese charms were rewarded to hunters during the New Year's Celebration of the 2023 Great Winter Hunt and from the Limited Edition 2024 New Year's Base.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/e0b6ee93bd29b63ce7fb25342e571376.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/1d16be96185649b8dcf5e94f4dfc79ff.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/8ec6c7e42396671ca0f75a5347eac0bc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/1d16be96185649b8dcf5e94f4dfc79ff.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/1d16be96185649b8dcf5e94f4dfc79ff.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/1d16be96185649b8dcf5e94f4dfc79ff.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2024,
+ "power_formatted": "2,024",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3632,
+ "type": "chrome_ice_angel_of_freezing_skin",
+ "name": "Chrome Ice Angel of Freezing Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a4822ed9407a711421584583855ab0cf.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2073735674cf50b42102e8f390857448.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a4822ed9407a711421584583855ab0cf.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d41d8ddd79c9546963f0aeff324b59cb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "This angelic droid was designed to harness the awesome power of ice in order to freeze mice in their tracks and capture them inside a beautiful, unique snowflake."
+ },
+ {
+ "id": 3633,
+ "type": "chrome_school_of_aquatic_ornaments_skin",
+ "name": "Chrome School of Aquatic Ornaments Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bca2c4aa250c9eff3e6c766abafbabe9.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/322ea75bac66909294dbc7ee31ad1544.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bca2c4aa250c9eff3e6c766abafbabe9.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/dd2ec8a88e0fdc3c5781994d4e9a00d5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "No holiday decorations are complete without these adorable (but extremely fragile) aquatic predators swimming around your tree! They have a polished, chrome-plated porcelain exterior and rows upon rows of razor-sharp, twinkling teeth. They are sure to bring light and joy to the festive season... as long as you don't step on one!"
+ },
+ {
+ "id": 3634,
+ "type": "hibernating_boulder_skin",
+ "name": "Hibernating Snow Boulder Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5ca110895d27fc635488f79808832c8f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/55e38bccf468ba30df87c729c1060ab8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5ca110895d27fc635488f79808832c8f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/da67916cf61706a38eabf46e0205f0b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "This formidable, mouse-catching contraption prefers to stay as warm and cozy as possible during the winter months so it uses its powerful metallic claws to burrow deep into snow banks where it can curl up for a holiday nap. But don't worry, it will wake up and spring into action as soon as it hears the gentle footfalls of paws on snow!"
+ },
+ {
+ "id": 3635,
+ "type": "infinite_holiday_magic_windows_skin",
+ "name": "Infinite Holiday Magic Windows Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ead25a145cf83e02f0cfdaa491165334.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/290ba8b72591b3bfad98e00674c3ef77.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ead25a145cf83e02f0cfdaa491165334.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4d7946503fd07e00ac0b6da90b40ba2b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "The magic of the holidays exists perpetually in these infinite red brick windows that look in on cozy, festive celebrations. Any mouse that glances into these windows can't help but to have their heart warmed by the ongoing joy on the other side of the frosted glass panes."
+ },
+ {
+ "id": 3636,
+ "type": "snow_king_bot_skin",
+ "name": "Legendary Snowy KingBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/e8a4af6c239da41550a1bd4080cdf6c6.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/34b82ed879fbba05053578e884b3b475.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/e8a4af6c239da41550a1bd4080cdf6c6.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a53ab9c916f6961c9256ef30fd912bad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "A snowy facsimile of the Legendary KingBot that will warm your heart! These special holiday droids accompany the trap and are outfitted with snow machines so they can keep it looking fresh even outside of the snowy season!"
+ },
+ {
+ "id": 3637,
+ "type": "catch_xmas_2023_boss_adv",
+ "name": "Defeat the Frost King (2023)",
+ "description": "The Frost King has constructed a large and terrifying fortress of ice in the Great Winter Taiga and must be stopped!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3638,
+ "type": "new_years_celebratory_party_cannon_skin",
+ "name": "New Year's Celebratory Party Cannon Trap Skin",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/27966ca0a4582e9d54491d1c88ed317f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/02f486e55b850e2defa9622964966356.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/27966ca0a4582e9d54491d1c88ed317f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ae88af473c48951f2e7a0638e0e829c8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "Ring in the new year right with this spectacular, all-in-one, celebratory party cannon! It has everything you need for a memorable New Year's party: fireworks, confetti, a countdown clock, and of course, a bottle of the King's finest Reserve Bubbleh filled with balloons that are ready to pop!"
+ },
+ {
+ "id": 3639,
+ "type": "lny_treasure_chest_2024_convertible",
+ "name": "Lantern Lighter Treasure Chest",
+ "description": "You and your friends have completed a Lantern Lighter Treasure List and have discovered this Lantern Lighter Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c607535cee39ad47476ca1e0bd33e796.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/41167fce62bcefe7082b370db882143e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/c607535cee39ad47476ca1e0bd33e796.gif",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2004f942df43d843bf2001fba13ea2fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3640,
+ "type": "rare_lny_treasure_chest_2024_convertible",
+ "name": "Rare Lantern Lighter Treasure Chest",
+ "description": "You and your friends have completed a Rare Lantern Lighter Treasure List and have discovered this Rare Lantern Lighter Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/608e1bd845f02275d3db1ab2e5414e47.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/eec2c5309ebf4e95460da633bf9ffd63.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/608e1bd845f02275d3db1ab2e5414e47.gif",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/99421fa5610cb8542feb3877f2c92a83.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3641,
+ "type": "year_of_the_dragon_2024_gift_basket_convertible",
+ "name": "Year of the Dragon Gift Basket",
+ "description": "A gift basket to share with friends and spread good health and fortune as you celebrate the Year of the Dragon!\n
\nInside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/efbdf4ec804289e632d3a9ae1a596a9c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/45771369f7a9a3086ba42f49ca675b6e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4f097c40a6af15bf98d5aede6082e98a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6bae1bc51470fcdcda539c1ac526c1db.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/45771369f7a9a3086ba42f49ca675b6e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/45771369f7a9a3086ba42f49ca675b6e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/45771369f7a9a3086ba42f49ca675b6e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3642,
+ "type": "year_of_the_dragon_2024_supply_box_convertible",
+ "name": "Year of the Dragon Large Supply Kit",
+ "description": "Raise your lantern to new heights with the Year of the Dragon Large Supply Kit!
\nInside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5002ddd907b64a33694d8f0b1ca790e8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c7068cd30719d88de596a403e17252a5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b4a718f56fd5bd3eafa2e97682ab9067.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fb4342c4c0c41982006682e85ebff896.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c7068cd30719d88de596a403e17252a5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c7068cd30719d88de596a403e17252a5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c7068cd30719d88de596a403e17252a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3643,
+ "type": "year_of_the_dragon_2024_supply_kit_convertible",
+ "name": "Year of the Dragon Supply Kit",
+ "description": "Stock up for celebrations with this powerful supply kit honoring the Year of the Dragon!
\nInside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b3a1f5d2da97e474cbacccec4f925774.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/0e685497f1898b8cfa72f240b932b1eb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d6ebfb0afc9d9654196382f951c2c92b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8d5d7cde62d7e8d208c13f846b954589.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/0e685497f1898b8cfa72f240b932b1eb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/0e685497f1898b8cfa72f240b932b1eb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/0e685497f1898b8cfa72f240b932b1eb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3644,
+ "type": "dragon_lny_journal_theme_collectible",
+ "name": "Year of the Dragon Journal Theme",
+ "description": "A bright and vivid theme depicting a powerful yet elegant dragon.\n \nRewarded to those who raised their lantern to great heights during the Lunar New Year 2024 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/b72e30ed8afaa708cd00b738240cae8d.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/d8ebb37a2d03c4f7f86b018190686405.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5b07c753d844f2f38df606b32656e702.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/d8ebb37a2d03c4f7f86b018190686405.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/d8ebb37a2d03c4f7f86b018190686405.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/d8ebb37a2d03c4f7f86b018190686405.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3645,
+ "type": "dragon_wealth_ingot_collectible",
+ "name": "Dragon Wealth Ingot",
+ "description": "An auspicious emblem of the powerful dragon. Displaying this token is said to bring health and good fortune to your Camp.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/effb0916467ce288490dfd4980822a56.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/9cccb4f9b9fa1bb8ba8e7df5273ff1c3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7e53a4c660adb2b5f61289441feeb6a4.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/9cccb4f9b9fa1bb8ba8e7df5273ff1c3.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/9cccb4f9b9fa1bb8ba8e7df5273ff1c3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/9cccb4f9b9fa1bb8ba8e7df5273ff1c3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3646,
+ "type": "lny_2024_lantern_stat_item",
+ "name": "Dragon Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Dragon. This can be lit with Lunar Lantern Candles during the 2024 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "vintage",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/78c9c1162a2fa8b7f0b1ec9bd8649755.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0814c829e71616b127f0168bc37fab29.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/f8af8e9e1673ceece3b96140aac24691.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0814c829e71616b127f0168bc37fab29.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0814c829e71616b127f0168bc37fab29.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0814c829e71616b127f0168bc37fab29.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3647,
+ "type": "lny_dragon_slayer_cannon_skin",
+ "name": "Dance of the Dragon Trap Skin",
+ "description": "A devastating machine created with an incredibly rare rib of a terrifying dragon, housed in a heat-resistant shell. It draws power from the Kalor'ignis Rib stored within, focusing it in its centre, building a giant bubble of Draconic energy that expands outwards. Once it has expanded beyond critical mass, the outer blades begin to spin at an incredible velocity, shaping the energy from spherical to cylindrical and finally to a sharpened point. Once the formed mass of energy comes into contact with the point of the firing pin, it explodes forwards in an awesome beam of Draconic energy. \n \n Enhanced by dark dragon magic drawn from Ful'Mina's powerful tooth, its powerful energy can blast an additional Dragon Scale from the clutches of its victims.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c4027442beecf64a7e68aad4d7cdc447.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/dc559386b19b7e28753a8605883c89d3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c4027442beecf64a7e68aad4d7cdc447.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/52c0ae9be136e5fb6177a951a133ca25.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_draconic_weapon",
+ "skin_weapon_name": "Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d6745032499e39bf735509b6c4d48c03.jpg",
+ "marketing_text": "Celebrate Lunar New Year to the beat of drums and cymbals! The dance of the dragon, controlled by choreographed droids, is capable of mesmerizing mouse and hunter alike."
+ },
+ {
+ "id": 3648,
+ "type": "complete_lny_lantern_2024_adv",
+ "name": "Celebrate Lunar New Year 2024",
+ "description": "Celebrate the 2024 Lunar New Year by lighting your Dragon Lunar Lantern!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12",
+ "13"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3649,
+ "type": "birthday_sixteen_journal_theme_collectible",
+ "name": "Birthday Celebration Journal Theme",
+ "description": "Illuminate your journal with the essence of sweet celebratory confectionery! \n \nOriginally designed to commemorate MouseHunt's 16th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/c0a163dab88e83e5fa8a07391c4e056b.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/f7e2e586628af40950ff23decdc90672.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c3a9b0170d320cf958d7d16178667ac4.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/f7e2e586628af40950ff23decdc90672.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/f7e2e586628af40950ff23decdc90672.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/f7e2e586628af40950ff23decdc90672.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3650,
+ "type": "marble_cake_base",
+ "name": "Marble Cake Base",
+ "description": "A delightful dance of rich chocolate and vanilla swirls jump across each slice. The flavours join forces in a tasty tango to make each bite better than the last. \n \nA flavour first savoured during MouseHunt's 16th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/3e3432ac89aad2232913da6009479a09.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/509f29b45a778e60129b5e415d1d1043.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/3e3432ac89aad2232913da6009479a09.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/9c3f895e8e8fbb038a18876dfb8685e9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.16,
+ "power_bonus_formatted": "16%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.16,
+ "attraction_bonus_formatted": "16%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3651,
+ "type": "chrome_balloon_of_celebration_skin",
+ "name": "Chrome Balloon of Celebration Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f7b7bef6c18c3af010650f1807bb0ee4.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1ab9e3b2f080acfbd6e8f727be6f857e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f7b7bef6c18c3af010650f1807bb0ee4.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/3ebcb83daa5739f46d9e4bd3cd74feb3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "Adorn the Circlet of Pursuing with a powerful party enchantment! A familiar face on a balloon watches over to make sure no one sneaks a peek at what's under wraps."
+ },
+ {
+ "id": 3652,
+ "type": "chrome_celestial_cupcake_skin",
+ "name": "Chrome Celestial Cupcake Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/30c59224bbc2bbff0154eb3ffc73b938.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/edbc4c3410364bfcf44d2a975d85597d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/30c59224bbc2bbff0154eb3ffc73b938.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/6e1dbe1cf98136a0ab81eb3d421c4970.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "A monument of confectionery perfection! This cupcake radiates a sweet aroma as far as the nose can smell. Closer and closer the mice approach hoping to get a single bite of this tasty masterpiece."
+ },
+ {
+ "id": 3653,
+ "type": "chrome_droid_surprise_skin",
+ "name": "Chrome Droid Surprise Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b690ff77897213636852403e5bc521e1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6b5d27a2030aea24cafc89a5666d2647.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b690ff77897213636852403e5bc521e1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/56a4429a2bac3b29bd1ada904f8dbf56.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "This birthday droid is excited to open up their gift while their best droid-friends gather around. Mice draw near with anticipation to see what's inside the box."
+ },
+ {
+ "id": 3654,
+ "type": "magical_magician_king_bot_skin",
+ "name": "Magical Magician KingBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/0733f64a1b876a20a3a2ba8efcb0d74f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/764d47f96145fdc8473524b9ea5d072f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/0733f64a1b876a20a3a2ba8efcb0d74f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8b42f39729bc385f9d40d51ec3a8d327.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "Was this your card? Mice stand in awe as the Magical Magician KingBot performs all the best magic tricks the Kingdom has ever seen. This magician is available to book for parties, MouseHunt birthdays, and more!"
+ },
+ {
+ "id": 3655,
+ "type": "complete_birthday_2024_adv",
+ "name": "Preserve the SUPER|brie+ Factory!",
+ "description": "Vincent, The Magnificent thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and liberate the factory from Vincent's grasp!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3656,
+ "type": "dungeon_master_egg_convertible",
+ "name": "Dungeon Master Egg",
+ "description": "Guards the Dungeon Floor of the Castle in the Clouds. Make too much noise and this egg will come rolling after you along with the one who holds it.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9f9c9fa8f80fa2b87fc4c3c6ce697cf7.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/123dbe788a9dd96132c9d2dd25761532.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/265d9efbd368ff096fff65753ff753e5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/596d048efb95d39ac2b6ee68595c49c3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/123dbe788a9dd96132c9d2dd25761532.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/123dbe788a9dd96132c9d2dd25761532.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/123dbe788a9dd96132c9d2dd25761532.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3657,
+ "type": "eggscellent_gift_basket_2024_convertible",
+ "name": "Eggscellent Gift Basket",
+ "description": "Give this eggscellent gift basket to an eggstraordinary friend to celebrate the arrival of Spring! \n \nInside you'll find: \n \n\n• 1 Magical Eggsweeper Fertilizer \n• 10 Eggsweeper Shovels \n• 10 Eggstra Fondue \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7e8aa90ea7f757e7e143cb52f8c00701.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/86bea7c3419172f5fbbb0a5ec87a9599.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7a5bd9b57625a9ce063b2363a6e3ae25.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/369c401965b01dd9540dca70f7d62f42.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/86bea7c3419172f5fbbb0a5ec87a9599.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/86bea7c3419172f5fbbb0a5ec87a9599.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/86bea7c3419172f5fbbb0a5ec87a9599.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3658,
+ "type": "eggstravagant_supply_kit_2024_convertible",
+ "name": "Eggstravagant Supply Kit",
+ "description": "This eggstra special supply kit is the pinnacle of eggstravagance! For those who love to celebrate the season of renewal, there is no better way than to crack one of these open and indulge in the eggstraordinary goodies! \n \nInside you'll find: \n \n\n• 12 Magical Eggsweeper Fertilizer \n• 250 Eggsweeper Shovels \n• 200 Eggstra Fondue \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1ce987ced110ee083e9e702f8051e1a0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b37ff5fc0a7f47e4f67dff47c3914069.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7d6648f1e7a85ce88873dea76f5bf2e6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a9839e1e59712a6ae40afd28187095d8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b37ff5fc0a7f47e4f67dff47c3914069.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b37ff5fc0a7f47e4f67dff47c3914069.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b37ff5fc0a7f47e4f67dff47c3914069.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3659,
+ "type": "eggsweeper_starter_kit_2024_convertible",
+ "name": "Eggsweeper Starter Pack",
+ "description": "A perfect package of shovels and fertilizer to get you well on your way to finding those buried eggs in the Eggsweeper mini-game! \n \nInside you'll find: \n \n\n• 6 Magical Eggsweeper Fertilizer \n• 200 Eggsweeper Shovels \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/572ab058c390b034a53cfd41f9f72170.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/aef499c94d1efcf256b81b3fd3cf226b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d1bd9bc0c2bb6bf3779e0413095800b5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4adb6c9f48368538e64734a36321b3aa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/aef499c94d1efcf256b81b3fd3cf226b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/aef499c94d1efcf256b81b3fd3cf226b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/aef499c94d1efcf256b81b3fd3cf226b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3660,
+ "type": "golden_goose_egg_egg_convertible",
+ "name": "Golden Goose Egg Egg",
+ "description": "A Golden Goose Egg enclosed within glass shaped like another Golden Goose Egg! Eggception!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3a07af147fa7dba5c2555559d4058ff3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f953cb1c22401ea8177f3d90704a7fe4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/20b0431342a8d886f90edcc7b43264b7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5581a1edfaea8dcecab1927b55138d6b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f953cb1c22401ea8177f3d90704a7fe4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f953cb1c22401ea8177f3d90704a7fe4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f953cb1c22401ea8177f3d90704a7fe4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3661,
+ "type": "golden_harp_string_egg_convertible",
+ "name": "Golden Harp String Egg",
+ "description": "A replica egg-shaped Golden Harp, strung with actual Golden Harp strings! It's a shame you have to smash it to get to them...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/779ebc01780bc41144d771eb30cec2e6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/109f44cfb35e056181078662e29fe63e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/61739ad197ea47900ebffd2ba421a1b0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4777d7157381b38e8a707a69742017b2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/109f44cfb35e056181078662e29fe63e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/109f44cfb35e056181078662e29fe63e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/109f44cfb35e056181078662e29fe63e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3662,
+ "type": "lavish_lapis_bean_egg_convertible",
+ "name": "Lavish Lapis Bean Egg",
+ "description": "An egg encrusted in a beautiful shell made of highly polished Lapis Lazuli.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f71b3441d52d4f43558bf3f6b77bd77e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/be7edd548fc6b6cdef6a7dd077061746.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d3e388f690f8d79ca3167236cd167384.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/552c49cde7915c63cb68e1caf9a223c6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/be7edd548fc6b6cdef6a7dd077061746.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/be7edd548fc6b6cdef6a7dd077061746.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/be7edd548fc6b6cdef6a7dd077061746.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3663,
+ "type": "love_egg_convertible",
+ "name": "Love Egg",
+ "description": "Pure love captured in an ovular box! The glowing heart captured inside is filled with love and all sorts of heart shaped items. The heart inside brightens and dims as it slowly beats inside, longing for someone's embrace.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9d41757abdbc01dc049e06fa35e28a47.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4f2fbb7f25bd2d0278b23c426a045f0.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d77657624cc052b953d298dee2634e72.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c7c91de28d12f04ce64a180b3b5d5558.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c4f2fbb7f25bd2d0278b23c426a045f0.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c4f2fbb7f25bd2d0278b23c426a045f0.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c4f2fbb7f25bd2d0278b23c426a045f0.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3664,
+ "type": "m1k_solo_scroll_case_convertible",
+ "name": "M1000 Solo Pursuit Scroll Case",
+ "description": "This short but definitive list contains some of the most important mice that influenced the design of the Mythweaver's terrifying creation: the M1000! Hunting down the mice on this map will lead hunters towards the exclusive fuel source of the M1000: Thousandth Draft Derby Cheese. \n \nOnly a lone hunter ranked Archduke/Archduchess and up can embark upon this solo journey.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/91266098ea5222c40837f688107c7d26.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/512ee3f234e17edf238e23bd703b8151.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/101962d6c4c75bec06a599177d5aadc1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/37a78969c2ba5c46b617dd3663238453.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/512ee3f234e17edf238e23bd703b8151.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/512ee3f234e17edf238e23bd703b8151.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/512ee3f234e17edf238e23bd703b8151.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3665,
+ "type": "m1k_solo_treasure_chest_convertible",
+ "name": "M1000 Solo Pursuit Treasure Chest",
+ "description": "You have completed an exclusive M1000 Solo Pursuit Treasure Map and have discovered this valuable Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7d6dfe5a7d287d1241022200a2a46c8f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/af6ba5cf4678d49dc13594dc7007f3e5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/44ca169a826fbffe607c48f826976040.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7dc9f46b4672ace5c00a987d83295633.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/af6ba5cf4678d49dc13594dc7007f3e5.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/af6ba5cf4678d49dc13594dc7007f3e5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/af6ba5cf4678d49dc13594dc7007f3e5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3666,
+ "type": "m1k_team_scroll_case_convertible",
+ "name": "M1000 Team Research Expedition Scroll Case",
+ "description": "Contained within this scroll case is an extensive list of some of the most powerful, dangerous, and infamous mice in the Kingdom of Gnawnia. The list was composed by the Mythweaver himself during the research and development phase of his work on designing the mighty M1000. \n \nOnly hunters ranked Viceroy and up can open this scroll case but any hunter ranked Apprentice and up can be invited to participate.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/dead045be6cee826dc5973c1e688bc00.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/198471189e3c4e43fdbff3555277fbfb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/580f9dacb807c8d906b7319ab95df52a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3a0432354ba2269f2626a3330e544516.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/198471189e3c4e43fdbff3555277fbfb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/198471189e3c4e43fdbff3555277fbfb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/198471189e3c4e43fdbff3555277fbfb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3667,
+ "type": "m1k_team_treasure_chest_convertible",
+ "name": "M1000 Team Research Expedition Treasure Chest",
+ "description": "You and your companions have completed a difficult M1000 Team Research Expedition Treasure Map and have discovered this valuable Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f68dba728a12c29901971f7472164b43.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/29dfa8bb0808e90330017daf41d53f8a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dbc21896c734322be8adbeebb67c26af.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5bec81a10b906adad2c4194359848256.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/29dfa8bb0808e90330017daf41d53f8a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/29dfa8bb0808e90330017daf41d53f8a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/29dfa8bb0808e90330017daf41d53f8a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3668,
+ "type": "magic_bean_egg_convertible",
+ "name": "Magic Bean Egg",
+ "description": "Behold! The Magic Bean Egg! Nestled within its delicate shell lies some of the magic that propelled the Bountiful Beanstalk to great heights! \n \n\"Beans, beans the magical fruit, the more you eat, the more you... loot?\"",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7de9f95b1fba3c993a99ea6d0e12c1dd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ef41dd27e9eb0444deb962d8df43f56.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/12139069e5c4b224bf1de34e164655f1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b53abb1636e83bf960eb7585873975df.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ef41dd27e9eb0444deb962d8df43f56.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3ef41dd27e9eb0444deb962d8df43f56.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3ef41dd27e9eb0444deb962d8df43f56.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3669,
+ "type": "malevolent_maestro_egg_convertible",
+ "name": "Malevolent Maestro Egg",
+ "description": "Guards the Ballroom Floor of the Castle in the Clouds. Rocks gently back and forth keeping time like a malevolent metronome while emitting a unique tune that is hard to put one's finger on...",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5c2135aa3336a461b0d5e8135c1e2f50.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ca72ed0f22b15fb8a9aba49026318f1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4b50826baf477806b4a08bea333af9e1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b0a548fe1dbba135bad6d4b1a5dc473f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3ca72ed0f22b15fb8a9aba49026318f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3ca72ed0f22b15fb8a9aba49026318f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3ca72ed0f22b15fb8a9aba49026318f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3670,
+ "type": "max_loot_multiplier_egg_convertible",
+ "name": "Max Loot Multiplier Egg",
+ "description": "An egg bursting with 2048 items from the Castle in the Clouds!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b26ca9053404a6589a66663bdf381a7e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d893e206cba30ea9918884acc2cd9768.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/88718b7f3fa72e1b3961f22fa571b89f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/50fcdd52bae53fe19d5dee982f1fb9ab.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d893e206cba30ea9918884acc2cd9768.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d893e206cba30ea9918884acc2cd9768.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d893e206cba30ea9918884acc2cd9768.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3671,
+ "type": "mythical_giant_king_egg_convertible",
+ "name": "Mythical Giant King Egg",
+ "description": "Guards the Great Hall Floor of the Castle in the Clouds. The miniature Mythical Giant depicted on this egg always seems to be looking down on you despite being a size to be looked down upon!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/86119478abb3b9d4c53738775d2e90f5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d34ed276f8c262d948067b47c824d34.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ed537b369f4553fc42d71ba80efbeb1b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a78d78095b27993260f3c7950f4d2e87.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9d34ed276f8c262d948067b47c824d34.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9d34ed276f8c262d948067b47c824d34.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9d34ed276f8c262d948067b47c824d34.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3672,
+ "type": "rare_m1k_solo_treasure_chest_convertible",
+ "name": "Rare M1000 Solo Pursuit Treasure Chest",
+ "description": "You have completed an exclusive M1000 Solo Pursuit Treasure Map and have discovered this extremely valuable Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/099905b1f36301fadd8927afe4d130b2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/ceb7ee4fe2eff9f1c5bf6b9117945dba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e48ad65493d12ee3bc4309fc14bce5f0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b183ffd5ed82d10d9513a2b07164b1bb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/ceb7ee4fe2eff9f1c5bf6b9117945dba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/ceb7ee4fe2eff9f1c5bf6b9117945dba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/ceb7ee4fe2eff9f1c5bf6b9117945dba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3673,
+ "type": "rare_m1k_team_treasure_chest_convertible",
+ "name": "Rare M1000 Team Research Expedition Treasure Chest",
+ "description": "You and your companions have completed a difficult M1000 Team Research Expedition Treasure Map and have discovered this extremely valuable Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2001a9f2a216133a0726bbe335b7ea27.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9a65413b4fd49b20707fffbfa763008b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8a73a9b56211649d8315d653e2065c30.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8ec0c00e414b03680d5c5e1283b89f09.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9a65413b4fd49b20707fffbfa763008b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9a65413b4fd49b20707fffbfa763008b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9a65413b4fd49b20707fffbfa763008b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3674,
+ "type": "royal_ruby_bean_egg_convertible",
+ "name": "Royal Ruby Bean Egg",
+ "description": "Adorned in royal rubies and ornamented with a hand-molded golden-leafed vine, this opulent egg is coveted by the wealth-seeking socialites who reside in the Castle in the Clouds.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/371997678e3541d1a5fe00306ca9fcbe.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/800a2d98aa0fc7c11256a986d05144e1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7cc33df310bc63a58d4a315e207cd8a1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3c6dbf6132571defa79fac6aac6bdace.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/800a2d98aa0fc7c11256a986d05144e1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/800a2d98aa0fc7c11256a986d05144e1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/800a2d98aa0fc7c11256a986d05144e1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3675,
+ "type": "vinneus_stalkhome_egg_convertible",
+ "name": "Vinneus Stalkhome Egg",
+ "description": "Protects the Bountiful Beanstalk. A weighty egg that holds balance on the beanstalk alongside its weighty protector.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/4ba626b7c1b6d394b79f9dbb53a41cdc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/df41066b815e7afd7733275a8f107c05.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/36cab8cc377341c90aff6e9ee6ac41b6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c244cd75963f66fa3587245cbdeebd05.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/df41066b815e7afd7733275a8f107c05.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/df41066b815e7afd7733275a8f107c05.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/df41066b815e7afd7733275a8f107c05.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3676,
+ "type": "fondue_fuel_stat_item",
+ "name": "Eggstra Fondue",
+ "description": "Embark upon a gustatory odyssey as you indulge in the pinnacle of chocolatier craftsmanship. Specially formulated using eggstra eggs as a primary ingredient, a celestial symphony of flavor and texture awaits within this divine chocolate fondue. \n \nAny eggs placed into this decadent dip, with a texture that can only be explained as an ethereal fusion of silk and satin, will activate the eggstra ingredient, doubling it! \n \nThis elevated chocolate fondue will harden into Chocolatonium when spent, as well as forming additional pieces for each egg placed inside AND created! \n \nWhile active, Eggstra fondue will: \n \n• Add 1 x Chocolatonium per hunt \n• Add 1 x Chocolatonium per egg dropped by non-event mice \n• Duplicate any eggs dropped by non-event mice \n• When paired with the Chocolate Bar Base, every once in a while it will TRIPLE the eggs dropped instead of double!. \n \n\"Eggstra Fondue is NOT safe for consumption and should be handled with protective equipment\"",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/a10e51f2eb2ba32905ec4b9bc222b456.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/baebb572fbd3180bfb0aace1c29d1dfe.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c6194f2afe554dc1437306c20785f9a0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/baebb572fbd3180bfb0aace1c29d1dfe.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/baebb572fbd3180bfb0aace1c29d1dfe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/baebb572fbd3180bfb0aace1c29d1dfe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3677,
+ "type": "thousandth_draft_derby_cheese",
+ "name": "Thousandth Draft Derby Cheese",
+ "description": "This semi-hard, extraordinarily powerful cheese was designed by the Mythweaver himself as a fuel source for his greatest creation: the M1000! He combined the knowledge he obtained during his exhaustive research of Gnawnia's toughest mice with his personal favourite flavour to craft a cheese so unique that only the M1000 can possibly stomach it.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "table_of_contents",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/28cefd98fedab0fe2a49fb1c61d2e202.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/b80c098652c49fbccc058af7aa45fdf1.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/e5581c657c556e75f2670f6a94849156.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/f6e83a2aece3e9539940ea060f2cfc47.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/b80c098652c49fbccc058af7aa45fdf1.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/b80c098652c49fbccc058af7aa45fdf1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/b80c098652c49fbccc058af7aa45fdf1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Reward for completing M1000 Solo Pursuit Treasure Maps"
+ },
+ {
+ "id": 3678,
+ "type": "egg_tome_of_the_minds_eye_skin",
+ "name": "Egg of the Mind's Eye Trap Skin",
+ "description": "Atop this ancient pillar lies a tome of solid stone, open and waiting, since time immemorial. Etched onto its page is the mighty Mind's Eye, a powerful symbol that collects thoughts and memories from the surrounding environment to conceive the stories that fill its pages. As a mouse approaches this ominous, ageless book, the Mind's Eye begins to siphon their memories away while they gnaw obliviously on the cheese below. By the time they finish the final crumb, all of their memories have been forgotten from this world and sealed away as just another story within these infinite stone pages.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3ad339144c51ee398e019404d479be89.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/be2ccfa59c0e667a91724e6348979480.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3ad339144c51ee398e019404d479be89.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/636e6da709937b088b3f2a0ce0016801.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "tome_of_the_minds_eye_weapon",
+ "skin_weapon_name": "Tome of the Mind's Eye Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e1d1ed867a2f5ad1a14ed415d53f044f.jpg",
+ "marketing_text": "Created by placing an egg under extreme pressure and heat to give it otherworldly powers. As the runes etched onto its surface light up, they peer into the mind's of mice, extracting their thoughts and memories."
+ },
+ {
+ "id": 3679,
+ "type": "infinite_dark_magic_chocolate_skin",
+ "name": "Death by Infinite Dark Chocolate Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9d23ea8763480bd1a51e9fdd81eeed4e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5a741868831c9c3c2d1e8fc1b1a1455d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9d23ea8763480bd1a51e9fdd81eeed4e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/83bf6a6848f2f69c96ed32441e4e4821.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "Unsuspecting mice are lured to their demise by deliciously decadent chocolate effigies. As the flavour deepens so does their impending doom."
+ },
+ {
+ "id": 3680,
+ "type": "slumbering_flower_skin",
+ "name": "Slumbering Flower Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/25cc9b7895c0e7af7f0cce480b594309.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/dd5991e882e352e33e3e808c001c61a3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/25cc9b7895c0e7af7f0cce480b594309.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/4dbf7d6ca76ea082e6cf006e4fe8df4e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "A sweet aroma wafts out of the core, drawing in its unsuspecting prey. As they lay entranced by its beauty the hidden flower tail lashes on to the mice, making it easy work for a pair of quick moving leaf pincers."
+ },
+ {
+ "id": 3681,
+ "type": "kilohertz_processor_convertible",
+ "name": "Kilohertz Processor",
+ "description": "This mysterious and highly advanced piece of technology is the neural net processor powering the M1000 and allowing it to operate at the blazing computing speed of one kilohertz! It was researched, designed, and constructed by the Mythweaver as part of an elaborate mission to build the perfect mechanical guardian, inspired by the most fearsome mice throughout the Kingdom. Contained within this complex circuitry is the secret to unimaginable power, ready to be unlocked by any hunter mighty enough to defeat the menacing M1000. \n \nActivating this processor will instantly reward you with one hour of the Millenniaura which provides a 30% Power Bonus and +10 Luck to your trap!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5b7bef13490cd6752bc21a427996bd54.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2256d8652cce48620744617d24d8ba99.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/52ba62f55bd9b6e479541404842ec3b5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/af9e99c0eebfdfe310dd1e5800a25905.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2256d8652cce48620744617d24d8ba99.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2256d8652cce48620744617d24d8ba99.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2256d8652cce48620744617d24d8ba99.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops from the M1000"
+ },
+ {
+ "id": 3682,
+ "type": "school_of_sorcery_map_piece",
+ "name": "Tale of the Sorcerer's Apprentice",
+ "description": "This mysterious and magical tale is older than the legend of Zugzwang himself and just as influential. No one knows who originally wrote it but there isn't a citizen in Gnawnia who didn't grow up fantasizing about what it would be like to have the wondrous powers described in these beloved pages. \n\t \n\tHowever, now that the Mythweaver has exposed and exploited the power of these enchanted words, those once harmless, whimsical daydreams may soon become a very real and very dangerous nightmare! \n\t \n\tRead at your own risk! \n\t \n\tOnly hunters ranked Viceroy and above can read from these enchanted pages...\n\t
\n\tObtain this map piece during the Viceroy adventure: Become a Master Sorcerer",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "school_of_sorcery"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/2fa2f7f9652bff123db2173b92d32c44.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/66a249b89ea21fa1cf5049724ce85ea7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/2fa2f7f9652bff123db2173b92d32c44.jpg",
+ "upscaled": "https://i.mouse.rip/sos-book.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3683,
+ "type": "folklore_printing_press_base",
+ "name": "Folklore Printing Press Base",
+ "description": "Inspired by the droids from the Golem Workshop, the Folklore Forest Trapsmiths decided to take a page out of their book and design their own, less festive version of the Printing Press Base. Just load some Prolific Printing Paper into this miraculous base and take it to any location in the Folklore Forest. As you hunt there, it will print the names of all the mice you catch onto a \"Gnawnia's Most Wanted\" list, causing them to doubt their dastardly ways, and generating a massive power and luck bonus for your trap! \n \nWhile hunting in any Folklore Forest location, this base will consume one Prolific Printing Paper per hunt to increase its stats to: \n \n
\n
4,500 Power
\n
35% Power Bonus
\n
35% Attraction Bonus
\n
57 Luck
\n
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "folklore_forest",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/495bf8147874155cfbd8c26cdf289374.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/1ac6e62613326da6385c976cb0411a0b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/495bf8147874155cfbd8c26cdf289374.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bases/495bf8147874155cfbd8c26cdf289374.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/5b97ee4274c3f7d0d6d97ce4bc9ba3c5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 500,
+ "power_formatted": "500",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "archduke_archduchess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3684,
+ "type": "apprentice_ambert_pack_large_convertible",
+ "name": "3-Pack of Apprentice Ambert Cheese",
+ "description": "Three pieces of Apprentice Ambert Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/efe1cb0af774c3c0ca52de209107eb3c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a5b25e283bd3a8160aad78bbecc642e9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/78cc9e574e7282878953dc8f35ee7d97.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6fe3f535b6923eb4eb6c0df1c7cf3e6f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a5b25e283bd3a8160aad78bbecc642e9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a5b25e283bd3a8160aad78bbecc642e9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a5b25e283bd3a8160aad78bbecc642e9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3685,
+ "type": "apprentice_ambert_pack_small_convertible",
+ "name": "2-Pack of Apprentice Ambert Cheese",
+ "description": "Two pieces of Apprentice Ambert Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fd379d93a8d0d0119e81e348fbc95af5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d5fa36311c768b6db1d9ca89fb59bfd2.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fc8e408cb6ef878541246d5db1f21880.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/a7634b5878ce486f5966600fd13b79bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d5fa36311c768b6db1d9ca89fb59bfd2.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d5fa36311c768b6db1d9ca89fb59bfd2.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d5fa36311c768b6db1d9ca89fb59bfd2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3686,
+ "type": "master_mimolette_pack_large_convertible",
+ "name": "3-Pack of Master Mimolette Cheese",
+ "description": "Three pieces of Master Mimolette Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/901e6334a17a3f9b35314061cd9937ca.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/41ab04f1eecbb756d6e9d68f65a271db.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/97be18418b4e362976288ca666de3240.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6ae68e3de7c595d462ff310ff79d7d98.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/41ab04f1eecbb756d6e9d68f65a271db.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/41ab04f1eecbb756d6e9d68f65a271db.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/41ab04f1eecbb756d6e9d68f65a271db.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3687,
+ "type": "master_mimolette_pack_small_convertible",
+ "name": "2-Pack of Master Mimolette Cheese",
+ "description": "Two pieces of Master Mimolette Cheese.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/391017972c2c2d3f7d1c18d8757934d3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b6e644da428ac99ad7dc0c5d13f0a70.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/742db183705b8aa4a6fe110e1c73be75.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0fc7e22c80eb315356bb5f73bf952123.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8b6e644da428ac99ad7dc0c5d13f0a70.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8b6e644da428ac99ad7dc0c5d13f0a70.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8b6e644da428ac99ad7dc0c5d13f0a70.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3688,
+ "type": "apprentice_amber_stat_item",
+ "name": "Apprentice Alchemic Amber",
+ "description": "This mystical mineral is exclusive to the Folklore Forest region and is believed to be the primary source of magical energy used by the apprentice sorcerers at the School of Sorcery. \n\t \n\tUse these minerals to craft Apprentice Ambert Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/9ec14a5c9111d0332404c32c48e54725.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/bbe9f92457b3009af4f25dec70499c24.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b370eed1914f1d40b9be4cd5c00df0e1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/bbe9f92457b3009af4f25dec70499c24.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/bbe9f92457b3009af4f25dec70499c24.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/bbe9f92457b3009af4f25dec70499c24.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops during any course in the School of Sorcery"
+ },
+ {
+ "id": 3689,
+ "type": "arcane_sunstone_stat_item",
+ "name": "Arcane Sunstone",
+ "description": "These bright, miraculous gemstones are awarded to the top Arcane Arts students at the School of Sorcery in recognition of their exceptional commitment to learning. The students who earn these have proven that they are ready for the final step in their journey to becoming a master sorcerer: the Final Exam! \n\t \n\tUse these gemstones to unlock the Final Exam at the School of Sorcery.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d445c32a92b9dd6300d854922aedcdad.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b2d2594aec0a570078d3af11678b0d47.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/34bd29681766640ffc84bb189eb6d155.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b2d2594aec0a570078d3af11678b0d47.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b2d2594aec0a570078d3af11678b0d47.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b2d2594aec0a570078d3af11678b0d47.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops during the Arcane Arts course in the School of Sorcery"
+ },
+ {
+ "id": 3690,
+ "type": "folklore_motif_index_arcane_luck_stat_item",
+ "name": "Folklore Motif-Index: Arcane Luck",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Arcane folktales for improving your luck. Adds +5 Luck while an Arcane trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/aed3101b52c3f6d728d74948a90ff403.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/236e933f19d6fb5acf2de071ed423d0f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3444fc40e8f63a9d6d9c97f6fb09005e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/236e933f19d6fb5acf2de071ed423d0f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/236e933f19d6fb5acf2de071ed423d0f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/236e933f19d6fb5acf2de071ed423d0f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the School of Sorcery General Store"
+ },
+ {
+ "id": 3691,
+ "type": "folklore_motif_index_arcane_power_stat_item",
+ "name": "Folklore Motif-Index: Arcane Power",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Arcane folktales for increasing your power. Adds 20% Power Bonus while an Arcane trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/7c417448ffdcfd31b1b5da48b3c560a4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/2acc8196b3684f2133109fcc6eaf8ac4.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3884054150145795815fbc91b3633aae.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/2acc8196b3684f2133109fcc6eaf8ac4.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/2acc8196b3684f2133109fcc6eaf8ac4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/2acc8196b3684f2133109fcc6eaf8ac4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the School of Sorcery General Store"
+ },
+ {
+ "id": 3692,
+ "type": "folklore_motif_index_draconic_luck_stat_item",
+ "name": "Folklore Motif-Index: Draconic Luck",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Draconic folktales for improving your luck. Adds +5 Luck while a Draconic trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/79a23ed664b84499473c88d29c96f5bc.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/8d79306fec8e1574b3e0242bd7ce92ba.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/6f72a5504e7e7fa529046dedf15b3a53.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/8d79306fec8e1574b3e0242bd7ce92ba.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/8d79306fec8e1574b3e0242bd7ce92ba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/8d79306fec8e1574b3e0242bd7ce92ba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the Draconic Depths General Store"
+ },
+ {
+ "id": 3693,
+ "type": "folklore_motif_index_draconic_power_stat_item",
+ "name": "Folklore Motif-Index: Draconic Power",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Draconic folktales for increasing your power. Adds 20% Power Bonus while a Draconic trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/86ba3815d71cf76b71cb687846b635bd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/3299c63280bfb9c594fcc76aa3748ad3.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/479a5615ca446556f731988cab98777f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/3299c63280bfb9c594fcc76aa3748ad3.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/3299c63280bfb9c594fcc76aa3748ad3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/3299c63280bfb9c594fcc76aa3748ad3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the Draconic Depths General Store"
+ },
+ {
+ "id": 3694,
+ "type": "folklore_motif_index_forgotten_luck_stat_item",
+ "name": "Folklore Motif-Index: Forgotten Luck",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Forgotten folktales for improving your luck. Adds +5 Luck while a Forgotten trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b3ea0e96fd8669dcadf380d797c78a42.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0b2e59f6eae743da6e6bceaa15cdb6c1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7b28be16199e5392dc764b15ce18447d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0b2e59f6eae743da6e6bceaa15cdb6c1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0b2e59f6eae743da6e6bceaa15cdb6c1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0b2e59f6eae743da6e6bceaa15cdb6c1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the School of Sorcery General Store"
+ },
+ {
+ "id": 3695,
+ "type": "folklore_motif_index_forgotten_power_stat_item",
+ "name": "Folklore Motif-Index: Forgotten Power",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Forgotten folktales for increasing your power. Adds 20% Power Bonus while a Forgotten trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/670204fb5c58b1945def02062e880b70.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/16875f5643d9e27f4293ded3e1396baf.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b00d8098e70d988df574d2908b62d63a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/16875f5643d9e27f4293ded3e1396baf.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/16875f5643d9e27f4293ded3e1396baf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/16875f5643d9e27f4293ded3e1396baf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the School of Sorcery General Store"
+ },
+ {
+ "id": 3696,
+ "type": "folklore_motif_index_shadow_luck_stat_item",
+ "name": "Folklore Motif-Index: Shadow Luck",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Shadow folktales for improving your luck. Adds +5 Luck while a Shadow trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/b034e5500b3700b61dc7b324cb80ce7d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/8d2ca339a471667828de5e404dffccc7.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/06b07962b9e3d1dfe9c6c3231bf875a7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/8d2ca339a471667828de5e404dffccc7.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/8d2ca339a471667828de5e404dffccc7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/8d2ca339a471667828de5e404dffccc7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the School of Sorcery General Store"
+ },
+ {
+ "id": 3697,
+ "type": "folklore_motif_index_shadow_power_stat_item",
+ "name": "Folklore Motif-Index: Shadow Power",
+ "description": "This long-lost collection of volumes contains powerful and detailed secrets about the strengths and weaknesses of Gnawnia's most influential characters. Any hunter who arms themselves with this information is bound to achieve great things! \n \nThis volume describes techniques derived from Shadow folktales for increasing your power. Adds 20% Power Bonus while a Shadow trap is armed.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/efc2f1922362e5cbaf6f0d3fd993238c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/14975c702e08fe5bace4d00c76f53403.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/187bf2a3e73fca573867d5ec23f00de6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/14975c702e08fe5bace4d00c76f53403.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/14975c702e08fe5bace4d00c76f53403.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/14975c702e08fe5bace4d00c76f53403.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the School of Sorcery General Store"
+ },
+ {
+ "id": 3698,
+ "type": "master_magus_wand_stat_item",
+ "name": "Master Magus Wand",
+ "description": "This exquisite, mystical wand was conjured by the Mythical Master Sorcerer using the extraordinary power of his imagination and it is believed to be the true source of murine magic that imbues all of the mice studying at the School of Sorcery. \n \nThe extreme magical energy contained within this wand will DOUBLE your Spell Force when used! However, its power is so intense that the wand will instantly shatter after a single use.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/18c0d748017c70d06d80a133ef7fbd91.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/cf73040885bad8dbc0841ebebd7afd85.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b7f8c1eba68c2d1c139f6b48aeb5831d.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/cf73040885bad8dbc0841ebebd7afd85.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/cf73040885bad8dbc0841ebebd7afd85.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/cf73040885bad8dbc0841ebebd7afd85.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drop from the Mythical Master Sorcerer"
+ },
+ {
+ "id": 3699,
+ "type": "master_mimetite_stat_item",
+ "name": "Master Magus Mimetite",
+ "description": "This mysterious, masterful mineral possesses immense magical energy that the sophomore sorcerers at the School of Sorcery are learning to harness. When its energy is properly focussed, it can be used to create a cheese powerful enough to distract the senior sorcery students from their studies. \n\t \n\tUse these minerals to craft Master Mimolette Cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/2585c10932aee5641db9317ccb0398ea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/ebd3738fe5c18340acb7811193250407.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3a18510a3b45be78364a7c97c6144604.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/ebd3738fe5c18340acb7811193250407.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/ebd3738fe5c18340acb7811193250407.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/ebd3738fe5c18340acb7811193250407.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops during any course in the School of Sorcery"
+ },
+ {
+ "id": 3700,
+ "type": "shadow_moonstone_stat_item",
+ "name": "Shadow Moonstone",
+ "description": "These dark, mysterious gemstones are awarded to the top Shadow Sciences students at the School of Sorcery in recognition of their exceptional commitment to learning. The students who earn these have proven that they are ready for the final step in their journey to becoming a master sorcerer: the Final Exam! \n\t \n\tUse these gemstones to unlock the Final Exam at the School of Sorcery.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/1d9de00886c009a04cf123983ca47f17.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/9ad6c7820fb6a8e7bb9d46020bb1cd49.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/65a6982462bcd840c7e8ad1bb75a93b1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/9ad6c7820fb6a8e7bb9d46020bb1cd49.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/9ad6c7820fb6a8e7bb9d46020bb1cd49.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/9ad6c7820fb6a8e7bb9d46020bb1cd49.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops during the Shadow Sciences course in the School of Sorcery"
+ },
+ {
+ "id": 3701,
+ "type": "sorcerers_sapphire_stat_item",
+ "name": "Sorcerer's Sapphire",
+ "description": "These extraordinary gemstones are the source of the unimaginably powerful magical energies that the Mythical Master Sorcerer uses to drive his diabolical dreams of domination at the School of Sorcery. He only bestows them upon his top students during their Final Exam as they prepare to ascend to masters. In the right hands, the power of these mystical gems could be harnessed to create miraculous things!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/63e5c0d1514da9e3b25bdb188c8bb082.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/90b543642f86852a89bc0f881ede45ef.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/759e4b2a686d90537c55c435f6a23c82.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/90b543642f86852a89bc0f881ede45ef.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/90b543642f86852a89bc0f881ede45ef.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/90b543642f86852a89bc0f881ede45ef.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops during the Final Exam in the School of Sorcery"
+ },
+ {
+ "id": 3702,
+ "type": "sorcerers_sapphire_refractor_base",
+ "name": "Sorcerer's Sapphire Refractor Base",
+ "description": "Taking what they learned from the two previous refractor bases, the Trapsmith at the School of Sorcery has created an extraordinary successor that combines the scientific principles of mousetrap energy refraction with the boundless powers of magic! It was made by fusing multiple Sorcerer's Sapphires together into one giant, intricately sculpted piece that is more than the sum of its parts. The enchanted energies harnessed and focussed through this gigantic, gorgeous gemstone imbue it with phenomenal mouse-catching power. \n\t \n\tIn addition to its extraordinary mouse-catching power, this miracle of modern science has the following special effects: \n\t \n\t
\n\t\t
Floating Islands: Chance to add +1 to area-specific loot drops
\n\t",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "school_of_sorcery",
+ "bountiful_beanstalk",
+ "floating_islands",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/5686d2d3f6106d95ce2966db6400c639.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/73b5f17e40617b483bd592ca95eb095a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/5686d2d3f6106d95ce2966db6400c639.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/5686d2d3f6106d95ce2966db6400c639.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/507a5c64c3955a55d8f767f75464682e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2500,
+ "power_formatted": "2,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.5,
+ "attraction_bonus_formatted": "50%",
+ "has_luck": true,
+ "luck": 30,
+ "luck_formatted": "30",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3703,
+ "type": "apprentice_ambert_cheese",
+ "name": "Apprentice Ambert Cheese",
+ "description": "The richly-flavoured cheese combines a creamy texture with a distinctive crunch from the Apprentice Alchemic Amber used to create it. It is the favourite cheese of the sophomore sorcerers studying to become masters at the School of Sorcery. \n\t \n\tHunting with this cheese armed will provide +9 Spell Force in the School of Sorcery.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/8094ce45129a655a71717aaea1f98b1f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/9aaaf078b9706175e2cb9dac11a121a8.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/af4571d56dabb04e37f7e8a427e1de2a.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/9665b775024fa7fa838ebbe1812c4fbe.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/9aaaf078b9706175e2cb9dac11a121a8.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/9aaaf078b9706175e2cb9dac11a121a8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/9aaaf078b9706175e2cb9dac11a121a8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3704,
+ "type": "master_mimolette_cheese",
+ "name": "Master Mimolette Cheese",
+ "description": "The magical energies fuelling this rich, hard cheese are too powerful for freshman and sophomores at the School of Sorcery. Only the senior students have the training and palate to handle its transformative power. It is the only cheese capable of distracting them from their studies and parting with their most prized possessions. \n\t \n\tHunting with this cheese armed will provide +27 Spell Force in the School of Sorcery.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/59384cd17b9e9daa6aa0c3defe6463cf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/a44cd2c22f720fd979d53d06d39a5f57.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/7eaa52780a2da6638f6074a9cf2a0eff.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ef062105f5e1c541d44a51d2e45affed.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/a44cd2c22f720fd979d53d06d39a5f57.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/a44cd2c22f720fd979d53d06d39a5f57.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/a44cd2c22f720fd979d53d06d39a5f57.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3705,
+ "type": "chrome_magic_billiard_ball_of_foretelling_skin",
+ "name": "Chrome Magic Billiard Ball of Foretelling Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ac61859392aecfd15bd679f10f9c2c55.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1e3ba22bd01093ebf227ae041b23f0b0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ac61859392aecfd15bd679f10f9c2c55.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/9647bbb15c21aa8cc63dced498b0d654.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "This all-knowing magical billiard ball has the haunting ability to harness Arcane energies and use them to foretell the future. Any mouse who succumbs to the curiosity of wanting to know its future and gets close enough to read it will receive one very clear message: \"Outlook not so good\"."
+ },
+ {
+ "id": 3706,
+ "type": "circlet_of_summoning_skin",
+ "name": "Circlet of Summoning Trap Skin",
+ "description": "This magically-enchanted, golden circlet floats between two prongs that are charged with Arcane energy. Upon detection of a mouse, the circlet begins to rotate and gain momentum while the silk wrapping gauges the speed and direction of the prevailing winds. Using this information, the circlet makes subtle adjustments to its angular velocity before propelling itself towards its target at mach speed. Once the circlet makes contact, it suspends the mouse in a magical force field and holds it in place as the winged crystal flies over to absorb the rodent whole.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4ac4dffed7401434a411a8fbaf9a8cea.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6da0b70e1ab9a9f3f862cc8942216d7b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4ac4dffed7401434a411a8fbaf9a8cea.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5344874ef2e31222178f542cdcbebd79.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_arcane_weapon",
+ "skin_weapon_name": "Circlet of Seeking Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/8065f5c9eb9705d7c6b362980b2d842e.jpg",
+ "marketing_text": "These old Arcane roots have twisted together and bound themselves into an open portal that leads directly to the realm of fey spirits. These helpful, albeit goofy, spirits are clamouring for their chance to make their way into our realm. Take heed that this trap is essentially a fey-launcher that just hurls summoned spirits indiscriminately at whatever crosses its path so hunters should be careful where they aim it."
+ },
+ {
+ "id": 3707,
+ "type": "dark_magic_reflecting_pool_skin",
+ "name": "Dark Magic Reflecting Pool Trap Skin",
+ "description": "This ornate and ominous three-sided mirror is said to be enchanted with the darkest magic in Gnawnia. Its magic is so powerful that any mouse who dabbles in the dark arts cannot help themselves but to gaze eagerly into its mysterious panes. \n\t \n\tEach majestic panel serves a unique purpose in the process of catching the unfortunate and unsuspecting mice who dare approach it. One mirror shows an unspoken truth to fill them with doubt. Another mirror shows them an alluring but unreachable place to fill them with longing. The final mirror shows them a magnified and distorted image of themselves to fill them with dread. As the three reflections converge, the mouse is driven nearly to madness and will seek refuge between the cracks in the mirrors. Once they venture beyond the glass, they disappear into a strange, shadowy realm never to return. \n\t \n\tHunters are recommended to avert their eyes and keep a safe distance before uttering the phrase: \"Magic Mirrors on my base, vanish this mouse without a trace!\"",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d6860ff6caf149323956ceb3f9cc2432.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7d58d05ba1a8a4e4dce5e0db24b1c720.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d6860ff6caf149323956ceb3f9cc2432.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/885af8ac78c8841287ca5bd707ede200.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dark_magic_mirror_weapon",
+ "skin_weapon_name": "Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/145677c9c6792ee8597da3dd4791b29c.jpg",
+ "marketing_text": "Most reflecting pools are designed to provide a moment of serenity and honest reflection for any onlooker wishing to discover their true self. This one however, is designed to reflect a mouse's deepest, innermost demons which paralyzes them with fear and turns them into an easy catch!"
+ },
+ {
+ "id": 3708,
+ "type": "infinite_dark_magic_prisms_skin",
+ "name": "Infinite Dark Magic Prisms Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/398df72a3be42ed3fbbc2bc359f2cc68.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/7308bba4807ccb4a2d4b33366f329021.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/398df72a3be42ed3fbbc2bc359f2cc68.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/af6247d372240ae0b5ebf7f99ec6f904.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "These magical floating prisms are used to focus and refract concentrated shadow magic into a blinding ray of multi-coloured, mouse-catching energy. The origin of these fantastical, otherworldly prisms is unknown but many believe that they came from the dark side of the moon."
+ },
+ {
+ "id": 3709,
+ "type": "complete_school_of_sorcery_adv",
+ "name": "Become a Master Sorcerer",
+ "description": "After being dethroned from the Castle in the Clouds above the Bountiful Beanstalk, the Mythweaver wrote himself into another ancient fairy tale from Gnawnian Folklore as a means of escape. Now he has transformed himself into the headmaster of the prestigious School of Sorcery where he plans to train an army of apprentice murine minions into powerful master sorcerers. Enroll in this illustrious institution, study the secrets of sorcery, ascend from Apprentice to Master, and ace your Final Exam against the Mythical Master Sorcerer!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "arcane",
+ "shadow",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3710,
+ "type": "rare_school_of_sorcery_treasure_chest_convertible",
+ "name": "Rare School of Sorcery Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7207900d327a4a4839231c7161ead15c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1983c63f84072ef43f0eb1ae36c44a16.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/de585458bfc67764e1926da92aef527b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/501ab4490592e8b6f9c741ae4abf9e4a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1983c63f84072ef43f0eb1ae36c44a16.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1983c63f84072ef43f0eb1ae36c44a16.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1983c63f84072ef43f0eb1ae36c44a16.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3711,
+ "type": "school_of_sorcery_scroll_case_convertible",
+ "name": "School of Sorcery Scroll Case",
+ "description": "This magical scroll case contains a list of sinister students and malevolent masters from the School of Sorcery.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9855f63a27d2fa46df6c53dcf276aab4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/05e71e83b8310af4b74c956cc10a7af8.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3f186b7029533b1baac3b49b972b159d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b07b8264d2772138edf0880b85e66e62.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/05e71e83b8310af4b74c956cc10a7af8.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/05e71e83b8310af4b74c956cc10a7af8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/05e71e83b8310af4b74c956cc10a7af8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3712,
+ "type": "school_of_sorcery_treasure_chest_convertible",
+ "name": "School of Sorcery Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this rewarding Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e2b359d93adf831923fd62e0177759d6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7060e5160a0805ba0a2c3daa92608a0a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d6f3049ef65d5716233f4f775ec41ac8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/31102305f7416a308a586a92a4f001e2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7060e5160a0805ba0a2c3daa92608a0a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7060e5160a0805ba0a2c3daa92608a0a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7060e5160a0805ba0a2c3daa92608a0a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3713,
+ "type": "school_of_sorcery_journal_theme_collectible",
+ "name": "School of Sorcery Journal Theme",
+ "description": "Study hard and master the magical arts with this School of Sorcery Journal Theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/91d093e6836e3c613e2a87a1a3791152.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/ec67adc60160eee019ffebd5797bacf5.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/993e3d43058bd8642ded6e8a0474967d.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/ec67adc60160eee019ffebd5797bacf5.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/ec67adc60160eee019ffebd5797bacf5.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/ec67adc60160eee019ffebd5797bacf5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3714,
+ "type": "regal_charm_codex_stat_item",
+ "name": "Regal Codex",
+ "description": "A magnificent tome, bound in deep purple leather decorated with intricate gold patterns. At its centre, a large ruby glows warmly, hinting at the mysteries contained within. The edges are gilded in gold, and a purple silk ribbon marks the latest secrets uncovered by its reader. \n \nThe knowledge contained in this codex gives Regal, Super Regal, and Extreme Regal Charms a chance to turn into their next tier counterpart on a successful catch! \n \nCreating this codex requires 100 Regal Codex Pages that can be found as loot while hunting with any type of Regal Charm.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/e5e099f7c9370aab001b317570425411.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/6df2051104f25c79c8f90a1f8eb136b8.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/3c2438eedc9d8ca7df4acea4bc162a68.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/6df2051104f25c79c8f90a1f8eb136b8.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/6df2051104f25c79c8f90a1f8eb136b8.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/6df2051104f25c79c8f90a1f8eb136b8.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from the King's Cart General Store"
+ },
+ {
+ "id": 3715,
+ "type": "regal_codex_page_stat_item",
+ "name": "Regal Codex Page",
+ "description": "This page contains intricate information on how to unlock the full potential of Regal Charms. Recover all 100 missing pages and visit the King's Arms or King's Cart where the pages can be assembled into the Regal Codex.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/53398c5be3c34ca1df6363ed7f7a937e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/92adfc0eecbb2a498a384e4c6f6f25c6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/b9ddf626813b4706c23c38cb5627bae5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/92adfc0eecbb2a498a384e4c6f6f25c6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/92adfc0eecbb2a498a384e4c6f6f25c6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/92adfc0eecbb2a498a384e4c6f6f25c6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 100,
+ "obtain_hint": "Hunt using any type of Regal Charm"
+ },
+ {
+ "id": 3716,
+ "type": "regal_celestial_dissonance_trap_skin",
+ "name": "Regal Chrome Celestial Dissonance Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d1b18af421a2a4c291f931657ca29a32.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/72d364b9b9a241e3b1aa4e62dad7e994.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d1b18af421a2a4c291f931657ca29a32.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/77bfdfcdcf325de3aa66c0a7d0420e78.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "With form and function left intact, the chromium has been blended with gold and accented in finely cut Rift Onyx. This refined version is fit enough for any monarch!"
+ },
+ {
+ "id": 3717,
+ "type": "regal_chrome_floating_arcane_upgraded_skin",
+ "name": "Regal Chrome Circlet of Pursuing Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3bceee29142e63745184ca8bc5a9dae8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6af3e2bd41f755ddec6289d8fa71337e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3bceee29142e63745184ca8bc5a9dae8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8f7c8d05fdbf4329b6950b641ee526bd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "Hark! Listen to the resounding trumpets heralding a regal fanfare! A crimson carpet unfurls toward the portal extending a royal welcome to mice while a crown-shaped circlet descends upon their heads. In one graceful motion mice are overwhelmed with unparalleled luxury as the trap consumes them!"
+ },
+ {
+ "id": 3718,
+ "type": "regal_infinite_dark_magic_mirror_skin",
+ "name": "Infinitely Regal Dark Magic Mirrors Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/b9d196893567a0e6a50664d1e3568b5f.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/4b40dd5e81780f079101c07ff328f114.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/b9d196893567a0e6a50664d1e3568b5f.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2683b9a53b92b60321a3ac454a3966ee.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "A luxurious collection of gilded mirrors, enchanted to project a regal image of anyone who gazes into them. The reflections are so captivating that both mice and hunters have been known to waste away, mesmerized by visions of themselves adorned in elaborate garments, surrounded by mountains of cheese and untold riches."
+ },
+ {
+ "id": 3719,
+ "type": "regal_legendary_kingbot_skin",
+ "name": "Legendarily Regal KingBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/55ddaa8b026bda2ae31c6af8071dc246.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/522e4255fcebf041675bd436ed8a403f.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/55ddaa8b026bda2ae31c6af8071dc246.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d949de5ef93ab0e119c50f5bdc9eb3a6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "The KingBot has gotten a majorly upgraded wardrobe crafted from the King's own Royal Tailors. Now the most Stylin', profilin', pegasus ridin', sceptre wieldin', eye-catchin' skin of a trap!"
+ },
+ {
+ "id": 3720,
+ "type": "ronza_school_of_sorcery_supply_ship_convertible",
+ "name": "Ronza's School of Sorcery Supply Ship",
+ "description": "Packed with school supplies from bow to stern this overflowing dirigible model features magical aids to keep it afloat \n \nYou will receive: \n \n• 400 Airship Charms \n• 300 Empowered SUPER|brie+ \n• 300 Condensed Creativity \n• 30 Master Magus Wand \n \nProvides the Lucky Golden Shield for 2 months from date of opening. \n \nVisit the Special section of your inventory to open this item. Visit the Give to Friends page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/583ff1475ebaecea06212bf12da080a6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a690557a2a3ea84c5fc62798bd2801c3.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d580390d829f89bf175e2afeb8498f89.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ab33a2a96ed9e783de00252128da9c90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a690557a2a3ea84c5fc62798bd2801c3.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a690557a2a3ea84c5fc62798bd2801c3.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a690557a2a3ea84c5fc62798bd2801c3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3721,
+ "type": "chrome_dragon_slayer_cannon_kit_crafting_item",
+ "name": "Chrome Dragon Slayer Cannon Upgrade Kit",
+ "description": "A delicious, finger-licking rib sauce crafted by Ronza. The sauce came from a secret recipe, the origins of which are lost to the sands of time. For Ronza's unique batch, she added her own special ingredient that she loves to add to everything, chrome! \n \nAlthough the chrome basically made the sauce inedible, it did lead to an extraordinary find! The sauce combined with chrome made the substance watery yet sticky and spreadable. The increased heat resistance was quite noticeable as the test ribs came out rock hard, yet raw on the inside. \n This was when Ronza had the great idea to use it as a coating for the Dragon Slayer Cannon! \n \nMmmm... Dragon ribs.... \n \nUse this kit with Dragon Slayer Cannon Trap Parts to create:\n
\n
Chrome Dragon Slayer Cannon
\n
\n\n
The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome coated shell. The chrome coating offers exceptional heat resistance which insulates the inner core, preventing power from through heat dissipation to increase the overall power and efficacy of the cannon. \n \nA masterpiece of Dragon hunting equipment!
\n
\n\n
Power: 12500
\n
Power Bonus: 35%
\n
Attraction Bonus: 15%
\n
Luck: 30
\n
Power Type: Draconic
\n
Title Required: Grand Duke/Duchess
\n
Cheese Effect: Fresh
\n\n
",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "equipment",
+ "equipment",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/37715df486bc7f6689a4eab26284c47a.gif",
+ "large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b41e7c5f740c897978fa404d2d6e3a8f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/crafting_items/large/b41e7c5f740c897978fa404d2d6e3a8f.png",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/large/b41e7c5f740c897978fa404d2d6e3a8f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/crafting_items/large/b41e7c5f740c897978fa404d2d6e3a8f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Purchase from the Ronza's Traveling Shoppe Trapsmith"
+ },
+ {
+ "id": 3722,
+ "type": "dragon_slayer_cannon_trap_parts_crafting_item",
+ "name": "Dragon Slayer Cannon Trap Parts",
+ "description": "A carefully dismantled Dragon Slayer Cannon.",
+ "display_order": 0,
+ "classification": "crafting_item",
+ "tags": [
+ "trap parts",
+ "trap_parts",
+ "crafting_item"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/caa8fe1d82d8ab6a8131dbe723bf5db2.gif",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/crafting_items/thumbnails/caa8fe1d82d8ab6a8131dbe723bf5db2.gif",
+ "upscaled": "https://i.mouse.rip/upscaled/parts-new.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3723,
+ "type": "dragonhide_sliver_stat_item",
+ "name": "Dragonhide Sliver",
+ "description": "This sharp silver sliver, shed from the hide of a great dragon, may seem unremarkable at first glance but even the tiniest piece contains at least a modicum of its dragon's might. When enough of these tiny slivers are combined together, they are capable of unleashing tremendous power that, when properly harnessed, can be used against the very dragons from whence they came.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/ea822788a2cf4f76f55718d0bfbb3edb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/0f9a68f7c0d95a1d78115a15dbae55fb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/7994726a2a6691e26cb695c173d2c723.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/0f9a68f7c0d95a1d78115a15dbae55fb.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/0f9a68f7c0d95a1d78115a15dbae55fb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/0f9a68f7c0d95a1d78115a15dbae55fb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops in the Draconic Depths"
+ },
+ {
+ "id": 3724,
+ "type": "fiery_fontina_ingredient_stat_item",
+ "name": "Fire Grub",
+ "description": "These fiery critters call the Flame Caverns of the Draconic Depths their home and they are considered a torrid treat by the Fire Dragons who share that hearth. \n \nUse these sizzling worms to craft Fiery Fontina cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/163f4737b0a1d5bb4ddaea0bdc1f10ba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/a0afe10ae1f9c2cffa86130f487380f1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/fdd6e3aa9d1f5831fc397237db581d81.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/a0afe10ae1f9c2cffa86130f487380f1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/a0afe10ae1f9c2cffa86130f487380f1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/a0afe10ae1f9c2cffa86130f487380f1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops from Fire Dragons in the Draconic Depths"
+ },
+ {
+ "id": 3725,
+ "type": "icy_isabirra_ingredient_stat_item",
+ "name": "Ice Grub",
+ "description": "These chilly critters call the Ice Lairs of the Draconic Depths their home and they are considered a frosty feast by the Ice Dragons who dwell alongside them. \n \nUse these frigid worms to craft Icy Isabirra cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/241a4ce4dfdfb6367018b8bee348dab8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/685080e54c08505c33337acb0b63885a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/22e16f7fc2b4612924f8fd24f70be595.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/685080e54c08505c33337acb0b63885a.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/685080e54c08505c33337acb0b63885a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/685080e54c08505c33337acb0b63885a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops from Ice Dragons in the Draconic Depths"
+ },
+ {
+ "id": 3726,
+ "type": "poisonous_provolone_ingredient_stat_item",
+ "name": "Poison Grub",
+ "description": "These noxious critters call the Toxic Tunnels of the Draconic Depths their home and they are considered fetid fare by the Poison Dragons who lurk there as well. \n \nUse these putrid worms to craft Poisonous Provolone cheese.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/dd3e9de7c2ed6a2a1767dff95fac0762.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/b398645c903cd0d4981e4a635a90e0a1.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/521595717cfe3af1dee6253f2f553b7f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/b398645c903cd0d4981e4a635a90e0a1.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/b398645c903cd0d4981e4a635a90e0a1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/b398645c903cd0d4981e4a635a90e0a1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops from Poison Dragons in the Draconic Depths"
+ },
+ {
+ "id": 3727,
+ "type": "draconic_depths_map_piece",
+ "name": "Tale of the First Dragons",
+ "description": "Few beasts are as widely recognized and feared throughout the ages as the terrible, winged serpents known as dragons. Whether they are emerging from a raging volcano to terrorize the islands below or ruling the icy seas from beneath a great iceberg, dragons have been a persistent and perilous staple of both myth and reality in the Kingdom of Gnawnia. For all the countless centuries that dragons have plagued the skies, seas, and land, their true origin has always remained a mystery... until now. \n\t \n\tThis cryptic and curious tome reveals the long-guarded secret of the origin of all the dragons in Gnawnia. Before they erupted from geysers and tunnelled into icebergs, these mythical beasts ruled from below in a complex network of underground caverns and tunnels, stretching throughout the Kingdom, known as the Draconic Depths. \n\t \n\tNow that the Mythweaver has uncovered this long, lost secret, he plans to exploit this monumental discovery by conquering and then leading the dragons in a ferocious battle against the world above.\n\t \n\tRead at your own risk! \n\t \n\tOnly hunters ranked Viceroy and above can read from these enchanted pages...\n\t
\n\tObtain this map piece during the Viceroy adventure: ",
+ "display_order": 0,
+ "classification": "map_piece",
+ "tags": [
+ "map_piece"
+ ],
+ "environment": [
+ "draconic_depths"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/maps/befb593c97a0a213f2d1662db6e4910d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/maps/gray/52a274e313bdc66f4a535424584d3ca8.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/maps/befb593c97a0a213f2d1662db6e4910d.jpg",
+ "upscaled": "https://i.mouse.rip/dd-book.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3728,
+ "type": "chrome_dragon_slayer_cannon_weapon",
+ "name": "Chrome Dragon Slayer Cannon",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon and maintains its ability to blast an additional Dragon Scale from the clutches of mice it captures. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "moussu_picchu",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/acc9d9191ab902d180df5ad520781c75.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/87b96825f586c34b65b4b58a1d1be6d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 12500,
+ "power_formatted": "12,500",
+ "has_power_bonus": true,
+ "power_bonus": 0.35,
+ "power_bonus_formatted": "35%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.15,
+ "attraction_bonus_formatted": "15%",
+ "has_luck": true,
+ "luck": 30,
+ "luck_formatted": "30",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": true,
+ "skins": [
+ "chrome_driftwood_sports_cannon_skin",
+ "chrome_enchanted_dragon_slayer_turret_skin",
+ "chrome_ghastly_scrap_cannon_skin",
+ "gilded_chrome_dragon_slayer_cannon_skin",
+ "chrome_candle_cannon_trap_skin",
+ "chrome_birthday_cannon_skin",
+ "chrome_floral_dragon_cannon_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "chrome_driftwood_sports_cannon_skin",
+ "chrome_enchanted_dragon_slayer_turret_skin",
+ "chrome_ghastly_scrap_cannon_skin",
+ "gilded_chrome_dragon_slayer_cannon_skin",
+ "chrome_candle_cannon_trap_skin",
+ "chrome_birthday_cannon_skin",
+ "chrome_floral_dragon_cannon_skin"
+ ]
+ },
+ {
+ "id": 3729,
+ "type": "derelict_airship_weapon",
+ "name": "Derelict Airship Trap",
+ "description": "The result of a failed prototype from the first and only time Ronza tried to create an airship that could withstand the harsh elements of the Rift. Luckily she was able to salvage some of the design and create this formidable trap instead. \n \nThis trap has a chance to create a Rift Tarnished Charm on a successful catch.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "rift",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/21f64f9a3af9ad79b7a4a741b248a6d3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/55e988735d6cd7b3d7ce0bffc79d51c2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/21f64f9a3af9ad79b7a4a741b248a6d3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/42f997514e55f994d800f1ea0363ab1e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "rift",
+ "has_power": true,
+ "power": 2000,
+ "power_formatted": "2,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.05,
+ "power_bonus_formatted": "5%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 3,
+ "luck_formatted": "3",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "count_countess",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3730,
+ "type": "lawful_lifeguard_weapon",
+ "name": "Lawful Lifeguard Trap",
+ "description": "An undercover law enforcement droid has taken post as a lifeguard. Using the height of the lifeguard chair gives him an excellent view of any unlawful behaviour in the area. \n \nUnfortunately this droid is not waterproof so it can't perform any actual lifeguarding tasks from any water related incidences that may occur.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "law",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/3ecf74eb6ba6888420dde4d75523a527.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/87652114c63c07e0b64dc640cf7dbf6b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/3ecf74eb6ba6888420dde4d75523a527.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/7ac5795fbf871ad9866200211e370e08.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "law",
+ "has_power": true,
+ "power": 2700,
+ "power_formatted": "2,700",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3731,
+ "type": "drilling_dorblu_cheese",
+ "name": "Drilling Dorblu Cheese",
+ "description": "This may be the hardest soft cheese in all of Gnawnia! Its creamy, delectable centre is encased in a diamond rind that has been sculpted into an ultra-sharp corkscrew capable of burrowing through the solid, unforgiving ice of the Iceberg. With this armed on your trap, you'll plummet through the iceberg at unprecedented speeds! Just try to avoid sampling it because you'll be guaranteed to chip a tooth... or two... or all. \n \nWhile hunting with this cheese in the Iceberg, you'll travel +10ft deeper with every catch of one of Icewing's minions!",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "iceberg",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/cc9d012dd274c66553726c26dfa2f605.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/f4543a58fbb9c95d325e4f4c95f1559d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/a9b35390b13532811c5d2e391032b536.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/aedad4388f4cb757bdfe2eb575ea8bf8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/f4543a58fbb9c95d325e4f4c95f1559d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/f4543a58fbb9c95d325e4f4c95f1559d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/f4543a58fbb9c95d325e4f4c95f1559d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3732,
+ "type": "extreme_chrome_trinket",
+ "name": "Extreme Chrome Charm",
+ "description": "This Extreme Chrome Charm shines with a +16 luck bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8b5d5e5c9a2ea52bafd95c9815cc7aa0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4a86332358ddb3823a7640e7aaca76.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/b5165364eafb28685c2dd121ca06905c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4a86332358ddb3823a7640e7aaca76.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4a86332358ddb3823a7640e7aaca76.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/fe4a86332358ddb3823a7640e7aaca76.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 16,
+ "luck_formatted": "16",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3733,
+ "type": "rift_extreme_chrome_trinket",
+ "name": "Rift Extreme Chrome Charm",
+ "description": "This Rift Extreme Chrome Charm shines with a +16 luck bonus.
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/6746e08fcf63e785c38b7bf11133a13d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/ef8c31f1afd584dc29dee4fe3b204551.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/aa63a93baacf3cd51c43af8fa39665e9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/ef8c31f1afd584dc29dee4fe3b204551.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/ef8c31f1afd584dc29dee4fe3b204551.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/ef8c31f1afd584dc29dee4fe3b204551.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 24,
+ "luck_formatted": "24",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3736,
+ "type": "super_chrome_trinket",
+ "name": "Super Chrome Charm",
+ "description": "This Super Chrome Charm shines with a +10 luck bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/94b941c971c62493dc5e8087803135f6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/dfed54ca65b57260032b606a46c4fc1a.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/6a1271ad02b8e4a82750ec48e57b9079.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/dfed54ca65b57260032b606a46c4fc1a.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/dfed54ca65b57260032b606a46c4fc1a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/dfed54ca65b57260032b606a46c4fc1a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3737,
+ "type": "ultimate_chrome_trinket",
+ "name": "Ultimate Chrome Charm",
+ "description": "This Ultimate Chrome Charm shines with a +24 luck bonus.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/8ac420d2b14a4478ed39f49d7ba807bd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e040fe1a87e0fb10963758972b8b107d.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/ff653a8ec1ec7d7319c5eaf037581600.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e040fe1a87e0fb10963758972b8b107d.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e040fe1a87e0fb10963758972b8b107d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e040fe1a87e0fb10963758972b8b107d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": false,
+ "power": 0,
+ "power_formatted": "0",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 24,
+ "luck_formatted": "24",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3738,
+ "type": "chrome_circlet_of_the_seas_skin",
+ "name": "Chrome Circlet of the Seas Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/9b6be3c47aeb939d938e68bc5e6a36e1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6a2ee449cb63d84a007701bfa35783fe.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/9b6be3c47aeb939d938e68bc5e6a36e1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ce0381d226eef24d8387c216fb5f33d9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "This aquatic variant of the Chrome Circlet of Pursuing is capable of opening a portal that leads directly to the bottom of the ocean to harness the natural magic and mystery that exists deep beneath the waves."
+ },
+ {
+ "id": 3739,
+ "type": "chrome_driftwood_sports_cannon_skin",
+ "name": "Chrome Driftwood Sports Cannon Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome coated shell. The upgrade of the chrome rib sauce offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/8a24895ee341db9eedd76837d4611e6a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b3de6ea4e8056a822d34b8c7c8a9e4ed.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/8a24895ee341db9eedd76837d4611e6a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/cfb4ff95e3c5e02b22dbbd9b1d64c5b3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "Sports enthusiasts can rejoice as the Chrome Driftwood Sports Cannon provides the ultimate fun in the sun! This extremely powerful cannon is made from the very finest driftwood to wash up on shore and is capable of launching multiple balls from multiple sports in rapid fire succession! The resulting barrages ensures that no mouse ever stops playing their favourite beach games."
+ },
+ {
+ "id": 3740,
+ "type": "chrome_playful_narwhal_skin",
+ "name": "Chrome Playful Narwhal Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/97fc3d20102922134897fb3e85761905.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/8e9fdeb66d8b3b8e7bcdf4abb3268d69.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/97fc3d20102922134897fb3e85761905.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2ac96daf41bba994b3478d5a97345ecd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "This sleek and shiny aquatic robotic animal has been programmed for optimal fun and friendliness! It is the perfect companion for a light-hearted day of scuba diving, surfing, and, its personal favourite, underwater ring toss. Any mice that encounter this narwhal's shiny smile and sparkling personality are bound to just give up their nefarious ways and join in on the fun! "
+ },
+ {
+ "id": 3741,
+ "type": "surfboard_infinite_dark_magic_mirror_skin",
+ "name": "Infinite Mirrored Waxed Surfboards Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/02c84dff882967afb14e9f5d3bc991e8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ea600b5a4d615e73131b2fed42cba6d0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/02c84dff882967afb14e9f5d3bc991e8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/53bbb34b3853218e1ba2027ebb76b937.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "A tidal wave of surfboards with an infinite number of unique designs. Each board is waxed to a mirrored shine that reflects the radical imagery of the onlooker while totally crushing some tubular waves!"
+ },
+ {
+ "id": 3742,
+ "type": "timesplit_sand_castle_skin",
+ "name": "Timesplit Sand Castle Trap Skin",
+ "description": "Assembled here is a monstrous trap of arcing electrical surges, pumping straight from the quantum quartz in the center. When a mouse triggers this trap, it is subjected to an infinite timeline of catch attempts to find one where it is caught. Unfortunately, sometimes the timeline it finds is not your own, giving an alternative reality version of yourself credit for the catch. Hey, at least it's nice to know one of the many versions of you is always catching a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6d96dda83194ea4ab06f4f1d213b95ab.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/33123c72b059b78ed60bad87cc097f0d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6d96dda83194ea4ab06f4f1d213b95ab.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7f955ee95368338c5dd00739c1369eeb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "temporal_dissonance_weapon",
+ "skin_weapon_name": "Timesplit Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5b021b18bbd8def09c6b93aa1841be34.jpg",
+ "marketing_text": "Assembled here is the result of (literally) countless hours of dedicated work on a sunny day at the beach. This towering sand castle is so impressive that whoever built it must have split themselves out of the current timeline in order to have the time to build it. Perpetual beach day!"
+ },
+ {
+ "id": 3743,
+ "type": "complete_draconic_depths_prerelease_adv",
+ "name": "Dragons' Ascent: The Battle for Ronza's Airship",
+ "description": "Ronza's airship is under attack from some dragons that have escaped from the Draconic Depths! They've recruited help from some minions throughout the Kingdom to stop Ronza before she is able to prepare the MouseHunters of Gnawnia for their treacherous, upcoming journey into the Draconic Depths.",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3744,
+ "type": "ronzas_flock_of_golden_anti_dragonbots_weapon",
+ "name": "Ronza's Flock of Golden Anti-Dragonbots",
+ "description": "The year was 2024 when the great dragon invasion ascended from the Draconic Depths and took to the skies in a malevolent attempt to stop Ronza from aiding the MouseHunters of Gnawnia. \n \nShe had discovered the latest plot devised by the notorious Mythweaver and was on her way to the Kingdom to prepare them for the upcoming threat. However, as soon as her ship crossed into Gnawnian airspace, she was attacked by waves of dragons who had escaped the Draconic Depths and collected like-minded minions along their way. She was first attacked by Ice Dragons, followed by Poison Dragons, and finally a wave of ferocious Fire Dragons who bolstered their numbers by gathering their cousins from the Queso Geyser. At the sight of these horrid, winged beasts, there was a moment of utter despair as Ronza truly felt that all was lost. \n \nFortunately, just in the nick of time, the heroic MouseHunters of Gnawnia descended upon those sinister serpents in defence of their beloved Ronza! They traveled en masse from all corners of the known world to meet these formidable foes face-to-face and to show them the might, determination, and unity of the great Kingdom of Gnawnia. An epic battle ensued over the course of three long weeks where the skill and ingenuity of the MouseHunters was put to the test as they had to gather strange and exotic cheeses to lure these dastardly dragons away from Ronza's airship and directly into their traps. Along the way, the hunters were able to accumulate a curious collection of loot that had never yet been seen on the surface world. \n \nThe MouseHunters were at last victorious in their valiant efforts and thus Ronza was able to complete her mission. She successfully delivered the fabled Tale of the First Dragons that would lead the brave hunters onto their next, and possibly most dangerous, adventure into the Draconic Depths! \n \nWhile the MouseHunters were bravely defending her airship, Ronza was afforded enough time to build a draconic defence of her own. She took all the gold that hunters had spent at her shoppe that year, melted it down, and used it to forge a fierce, fighting flock of Golden Anti-Dragonbots! Each Anti-Dragonbot was equipped with a fearsome laser beam that was powered by the mysterious Dragonhide Slivers that the attacking dragons had carried up with them from the Draconic Depths. With this new, state-of-the-art defence system, Ronza ensured that her flights would never again be troubled by the dreadful Dragons of the Depths. \n \nAs a heartfelt thank you to the MouseHunters who saved her, Ronza offered them all a parting gift that was an exact replica of this mighty new draconic defence system. They merely needed to provide the Dragonhide Slivers to power it and it was theirs to keep. As she flew off into the sunset once again, she bid them all a fond farewell and wished them the best of luck with their next daunting duty of descending into the dark and dismal den from which those dreadful, destructive dragons derived: the Draconic Depths! \n \nThus was the tale of Dragons' Ascent: The Battle for Ronza's Airship.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/97be83e14604a0df07cdea57a9f2c4e3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/6136d8f49e58fada87c4bea2ab3c95d1.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/97be83e14604a0df07cdea57a9f2c4e3.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/0df5f41952f4a25f5ca47fe211a07b2f.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 5700,
+ "power_formatted": "5,700",
+ "has_power_bonus": true,
+ "power_bonus": 0.15,
+ "power_bonus_formatted": "15%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 12,
+ "luck_formatted": "12",
+ "has_cheese_effect": true,
+ "cheese_effect": "Very Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "recruit",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3745,
+ "type": "dragons_gift_purse_convertible",
+ "name": "Dragon's Gift Purse",
+ "description": "Give the gift of dragon slaying with this useful kit of supplies!\nInside you'll find: \n \n\n• 15 Condensed Creativity \n• 15 Magic Essence \n• 10 Dragonbane Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0ae00252ca43d61cab52a4e5988c173e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/16a4b9e7a6b4cdab79bffe0bb403ee42.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/1d674f6fb2abc02b6393db4ed10d73dc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/084daa20b814e060869a2be03e11f0ac.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/16a4b9e7a6b4cdab79bffe0bb403ee42.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/16a4b9e7a6b4cdab79bffe0bb403ee42.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/16a4b9e7a6b4cdab79bffe0bb403ee42.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3746,
+ "type": "dragons_supply_stash_convertible",
+ "name": "Dragon's Supply Stash",
+ "description": "A copious and coveted stash of dragon slaying supplies!\nInside you'll find: \n \n\n• 200 Condensed Creativity \n• 150 Magic Essence \n• 50 Extreme Dragonbane Charms \n Provides the Lucky Golden Shield for 2 Months from date of opening.
",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "draconic_depths",
+ "school_of_sorcery",
+ "bountiful_beanstalk",
+ "floating_islands",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/b4d3540b5a30ab8789a1c7f35a9b17a3.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/5bc47c75d64d320ea083fbab94136a9b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/b4d3540b5a30ab8789a1c7f35a9b17a3.jpg",
+ "upscaled": "https://i.mouse.rip/upscaled/bases/b4d3540b5a30ab8789a1c7f35a9b17a3.png",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/cd243fd6a6fab611b112867ef81c6505.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 3000,
+ "power_formatted": "3,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.5,
+ "attraction_bonus_formatted": "50%",
+ "has_luck": true,
+ "luck": 35,
+ "luck_formatted": "35",
+ "has_cheese_effect": true,
+ "cheese_effect": "Ultimately Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3762,
+ "type": "dragon_devastator_multicannon_weapon",
+ "name": "Dragon Devastator Multi-cannon",
+ "description": "After many years of exhaustive research, the new pinnacle of dragon hunting technology has finally been created: the Dragon Devastator Multi-cannon! By harnessing the extraordinarily destructive power of the Mythical Dragon Heart and focussing it through a myriad of Dragon's Breath Opals, this masterful machine capitalizes on all the unrealized potential of its predecessors and has become something truly more than the sum of its parts. It is capable of utilizing the same power that fuels the very essence of the world's mightiest dragons and redirects it into multiple, ultra-concentrated energy beams of cataclysmic strength and intensity. Never before has there been such a momentous and monumental leap forward in dragon catching innovation as this illustrious invention!",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "moussu_picchu",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d6251a9b4b851a7e960589239928b00.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/6eb84572634472b574db5dd202380388.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/0d6251a9b4b851a7e960589239928b00.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/58d4f165bfdf42914a1b3d6fb06df11c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 20000,
+ "power_formatted": "20,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.4,
+ "power_bonus_formatted": "40%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 38,
+ "luck_formatted": "38",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": true,
+ "skins": [
+ "crux_of_dragon_devastation_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "crux_of_dragon_devastation_skin"
+ ]
+ },
+ {
+ "id": 3763,
+ "type": "dragonsnare_net_launcher_weapon",
+ "name": "Dragonsnare Net Launcher",
+ "description": "This ornate yet robust, hand-carved, wooden launcher is designed to send a powerful chain mail net towards an airborne target at high velocity. The chain mail net has weighted bolas which wrap around the target, sealing it inside the net, and incapacitating it quickly and efficiently. Dangerous dragons don't dare to duel with this devastating device.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "draconic",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5fb370d12a483a073699ca99cf0ae3a7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/779287deb54357c2a5085dbce7adfc01.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/5fb370d12a483a073699ca99cf0ae3a7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/0a066d386724a00ac1ddeea1e5aba423.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "draconic",
+ "has_power": true,
+ "power": 10000,
+ "power_formatted": "10,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.3,
+ "power_bonus_formatted": "30%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.1,
+ "attraction_bonus_formatted": "10%",
+ "has_luck": true,
+ "luck": 26,
+ "luck_formatted": "26",
+ "has_cheese_effect": true,
+ "cheese_effect": "Stale",
+ "has_skins": true,
+ "skins": [
+ "dragonsnare_celestial_orb_launcher_skin",
+ "dragonsnare_gourd_launcher_skin",
+ "dragonsnare_sleigh_trap_skin",
+ "snake_firework_launcher_skin"
+ ],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "viceroy",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1,
+ "skins": [
+ "dragonsnare_celestial_orb_launcher_skin",
+ "dragonsnare_gourd_launcher_skin",
+ "dragonsnare_sleigh_trap_skin",
+ "snake_firework_launcher_skin"
+ ]
+ },
+ {
+ "id": 3764,
+ "type": "elemental_emmental_cheese",
+ "name": "Elemental Emmental Cheese",
+ "description": "When all the elements of the Draconic Depths are combined, the result is this extraordinary cheese that is too powerful for all except the mighty Elemental Dragons. It is created by using Dragon Embers to fuse Fiery Fontina, Icy Isabirra, and Poisonous Provolone into one highly unstable concoction that is sure to attract some very formidable foes in the Elemental Dragons' Den.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "draconic",
+ "draconic_depths",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/da68d2f3d86a954ccca44e4b99e20ee5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/9677a5dd8fc4519da4426c6f3d9a25dd.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/3551b2ba4de1fe3bc70c791b203d1baa.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/a0958278e0a2a22b4954051824d177d3.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/9677a5dd8fc4519da4426c6f3d9a25dd.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/9677a5dd8fc4519da4426c6f3d9a25dd.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/9677a5dd8fc4519da4426c6f3d9a25dd.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3765,
+ "type": "fiery_fontina_cheese",
+ "name": "Fiery Fontina Cheese",
+ "description": "This semi-soft, flame-ripened cheese has a rich, robust, and charred aroma that is simply irresistible to the Fire Dragons of the Draconic Depths. It is made using the flavourful Fire Grubs that flourish in the underground Flame Caverns.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "draconic_depths",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/fe511c2f7d33c02c056341d6e247d1f8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/f77a68d59ba891ce3f722879c8515b3d.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/88af76610aa6ca8b66497e069d42bbc1.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/c50892bae2eae709155e0b43682bd72b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/f77a68d59ba891ce3f722879c8515b3d.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/f77a68d59ba891ce3f722879c8515b3d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/f77a68d59ba891ce3f722879c8515b3d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "fiery_fontina_ingredient_stat_item": 5
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3766,
+ "type": "icy_isabirra_cheese",
+ "name": "Icy Isabirra Cheese",
+ "description": "This frosty, refreshing cheese is supposedly very tasty but it is so extraordinarily hard that only an Ice Dragon can actually take a bite without chipping a tooth on the beautiful but extremely dangerous ice crystal rind. It is made using the irresistible Ice Grubs that flourish in the underground Ice Lairs.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "draconic_depths",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/1db25f479ac92d18740a28167317b49e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/88c6dea9e901f49998dbd3b22b7e9601.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/0ca8e0f67ccf8f5f92e2dfb1b43e7e8c.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/ec9bece5439750fec77b721071547e25.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/88c6dea9e901f49998dbd3b22b7e9601.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/88c6dea9e901f49998dbd3b22b7e9601.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/88c6dea9e901f49998dbd3b22b7e9601.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "icy_isabirra_ingredient_stat_item": 5
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3767,
+ "type": "poisonous_provolone_cheese",
+ "name": "Poisonous Provolone Cheese",
+ "description": "This delicate, semi-hard cheese is known for its sharp, tangy flavour and horrifically high toxicity levels. Only the Poison Dragons of the Draconic Depths can withstand the dangers of this light but lethal cheese. It is made using the pungent Poison Grubs that flourish in the underground Toxic Tunnels.",
+ "display_order": 0,
+ "classification": "bait",
+ "tags": [
+ "draconic_depths",
+ "bait"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bait/61f0445047e2836105bd5ab533df4657.gif",
+ "large": "https://www.mousehuntgame.com/images/items/bait/large/bd2ce469e7722f4701654244d25f014f.png",
+ "thumbnail_large": "https://www.mousehuntgame.com/images/items/bait/6723e19c4518f7876d49e01353e416ac.jpg",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/bait/transparent_thumb/e8d58c3a377fcfd02b147947851dbb84.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/bait/large/bd2ce469e7722f4701654244d25f014f.png",
+ "best": "https://www.mousehuntgame.com/images/items/bait/large/bd2ce469e7722f4701654244d25f014f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bait/large/bd2ce469e7722f4701654244d25f014f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "poisonous_provolone_ingredient_stat_item": 5
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3768,
+ "type": "chrome_cavern_of_conjuring_skin",
+ "name": "Chrome Cavern of Conjuring Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4a706fa5d2a7eae7b518b0b76640f84e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b6c906f4d1f49ec2357482c71b1f6c5d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4a706fa5d2a7eae7b518b0b76640f84e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1b8f37b68a32405751f8e024fa3b9d4b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "This dark and mysterious trap is a conduit that harnesses the ancient arcane powers of the fabled Cavern of Conjuring to transport unsuspecting mice to that lost, underground realm from which they will never again see the light of day."
+ },
+ {
+ "id": 3769,
+ "type": "chrome_enchanted_dragon_slayer_turret_skin",
+ "name": "Chrome Enchanted Dragon Slayer Turret Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/e77d5565c46ccdefc37ff5aa1db780ef.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/f0ce5ae9f91943ba37fa80858b55c6e0.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/e77d5565c46ccdefc37ff5aa1db780ef.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/dcb98a8785d1f9ac930c76709fb11e60.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "When dragons darken your skies, you need more than iron gargoyles to protect your keep, you need the Chrome Enchanted Dragon Slayer Turret! Mount this extraordinary creation to your tallest tower and be amazed at how it clears the skies of sinister serpents with its enhanced, enchanted energy beam. Its free-floating design affords it limitless, lightning-fast rotational movement so that it can outmaneuver even the most agile of winged beasts."
+ },
+ {
+ "id": 3770,
+ "type": "crux_of_dragon_devastation_skin",
+ "name": "Crux of Dragon Devastation Transmuting Trap Skin",
+ "description": "By extracting the essence from some of the most powerful dragons in existence, the Trapsmith at the Draconic Depths was able to forge the Kingdom's first Transmuting Trap Skin! This extraordinary creation imbues the Dragon Devastator Multi-cannon with the ability to augment its appearance to match the surrounding environment or the cheese that is used with it. The core components used to create it still contain the vitality of the dragons from which they were extracted so when combined with an appearance that looks extremely well-adapted to its environment, this trap skin is bound to strike fear in the hearts of dragons everywhere.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5e754072341ba73427369298cc802f41.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5cbacafb034350672b34fe9c7dd6c4d6.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5e754072341ba73427369298cc802f41.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a976f4efee3942066f36428026384717.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "skin_weapon_type": "dragon_devastator_multicannon_weapon",
+ "skin_weapon_name": "Dragon Devastator Multi-cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/0d6251a9b4b851a7e960589239928b00.jpg",
+ "marketing_text": "By extracting the essence from some of the most powerful dragons in existence, the Trapsmith at the Draconic Depths was able to forge the Kingdom's first Transmuting Trap Skin! This extraordinary creation imbues the Dragon Devastator Multi-cannon with the ability to augment its appearance to match the surrounding environment or the cheese that is used with it. The core components used to create it still contain the vitality of the dragons from which they were extracted so when combined with an appearance that looks extremely well-adapted to its environment, this trap skin is bound to strike fear in the hearts of dragons everywhere."
+ },
+ {
+ "id": 3771,
+ "type": "dragonsnare_celestial_orb_launcher_skin",
+ "name": "Dragonsnare Celestial Orb Launcher Trap Skin",
+ "description": "This ornate yet robust, hand-carved, wooden launcher is designed to send a powerful chain mail net towards an airborne target at high velocity. The chain mail net has weighted bolas which wrap around the target, sealing it inside the net, and incapacitating it quickly and efficiently. Dangerous dragons don't dare to duel with this devastating device.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/6f801a2abe8a351d5f17ca5c6377e9e1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d6dc80bc61fd0d75e6b61f373e8adb9d.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/6f801a2abe8a351d5f17ca5c6377e9e1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fb75516cd635c0c37d8127e2230540c2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dragonsnare_net_launcher_weapon",
+ "skin_weapon_name": "Dragonsnare Net Launcher",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5fb370d12a483a073699ca99cf0ae3a7.jpg",
+ "marketing_text": "This sleek, celestial trap harnesses the natural energy of the cosmos into discreet but devastating orbs of immense power. The orbs are held tightly in place by ultra-thin, spacetime strings that were unravelled directly from the fabric of the universe. With all of that potent potential energy held in place, when these orbs finally launch they are bound to send any nearby dragons on a one-way journey into the great unknown."
+ },
+ {
+ "id": 3772,
+ "type": "infinite_dark_extraplanar_portals_skin",
+ "name": "Infinite Dark Extraplanar Portals Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/afd382a329c1a3087a5d0f3cc34aef49.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/13877da5b43504e3eb9f8ec4e663d2f9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/afd382a329c1a3087a5d0f3cc34aef49.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/9249b5139e8c10f65e1e687fd661c0b5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "These dark and dangerous portals lead to planes where beings and beasts of terrifying, unimaginable power roam free. When an unlucky mouse looks into these reflective surfaces, it summons one of those sinister, serpentine beasts to break through into our realm, snatch up the unsuspecting mouse, and carry it back into a place too terrible to comprehend."
+ },
+ {
+ "id": 3773,
+ "type": "complete_draconic_depths_adv",
+ "name": "Vanquish the Mythical Dragon Emperor",
+ "description": "After flunking out of the School of Sorcery, the Mythweaver decided that a new approach was necessary for defeating the meddling MouseHunters. Instead of writing himself into yet another fairy tale, he decided to seek the aid of the most powerful, fearsome, and ubiquitous villains across all of Gnawnian folklore: dragons! Buried beneath the Folklore Forest, he discovered the true origin of all the dragons in Gnawnia, transformed himself into their Emperor, and now plans to lead an army of these mythical beasts into battle against the Kingdom. The King needs you to descend into the dangerous Draconic Depths and defeat the Mythical Dragon Emperor before his dragons wreak havoc on the world above!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure_boss",
+ "draconic",
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3774,
+ "type": "draconic_depths_scroll_case_convertible",
+ "name": "Draconic Depths Scroll Case",
+ "description": "This daunting scroll case contains a list of dangerous dragons dwelling in the dark and dismal Draconic Depths!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bf4c5c2e70e99a97ba8c30312cc4af60.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9c87de383c3768b3fd8654a67495162f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2c9a330a3815f2c91640ab149e7e1f87.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/c071b0ccef4c4909b4d62acb76106666.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9c87de383c3768b3fd8654a67495162f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9c87de383c3768b3fd8654a67495162f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9c87de383c3768b3fd8654a67495162f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3775,
+ "type": "draconic_depths_treasure_chest_convertible",
+ "name": "Draconic Depths Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this rewarding Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fa41e32928fb991b56dbf8138900d8fa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c946a2c4ee564bdf683f6b15b2675b7b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6afacf79945a5c656f647147aa1b2434.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ad0a311524e7e74b67966eff4b4a3000.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c946a2c4ee564bdf683f6b15b2675b7b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c946a2c4ee564bdf683f6b15b2675b7b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c946a2c4ee564bdf683f6b15b2675b7b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3776,
+ "type": "dragon_skull_convertible",
+ "name": "Dragon's Skull",
+ "description": "This frightening Dragon's Skull is emanating with a terrible, ancient power that is waiting to be released! \n \nCrushing this Dragon's Skull will award you 5 Days of the Dragon's Might Aura from the time of crushing! \n \nWhile active, the Dragon's Might Aura adds a 25% Power Bonus against all mice plus an additional 300% Power Bonus against dragons and when caught, dragons will drop bonus Dragonhide Slivers! \n \nThe additional dragon bonuses take effect when encountering:\n
\n\t
Dragon Mouse (Dracano)
\n\t
Icewing (Iceberg)
\n\t
Cork Collector, Pressure Builder, and Geyser Hunter mice (Queso Geyser)
\n\t
Storm Dragon mice (Moussu Picchu)
\n\t
Dashing Dragon mice, Empyrean Javelineer Mouse, and the Paragon of Dragons (Floating Islands)
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e9c9a6c342fa1de972b98471ac574d17.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1fc7305c3af5bccbe65a9617b356c95a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/054f78c9446efb55a40f76aee7b35254.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/3341ebe3439b7e634781dd38eedfc964.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1fc7305c3af5bccbe65a9617b356c95a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1fc7305c3af5bccbe65a9617b356c95a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1fc7305c3af5bccbe65a9617b356c95a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3778,
+ "type": "origin_of_dragons_scroll_case_convertible",
+ "name": "Origin of Dragons Scroll Case",
+ "description": "By opening this intimidating scroll case, you will embark upon an epic journey that will lead you and your companions through all the areas in Gnawnia where dragons have been known to nest. This treasure map will be a considerable challenge so make sure that you're prepared for the dangers that lie ahead! \n\t \n\tAt the end of this monumental journey, you'll discover a Treasure Chest that contains a mysterious and majestic Dragon's Skull that harbours the awesome power of the Dragon's Might Aura!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6157f6545eac0ceafe2bfdd66707bc8b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1f8b426a513a0f1319f20232be0662ce.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/48af5d7541dc9286d7691cd78e322afe.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/80b975141260bdb33477068b52c762b5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1f8b426a513a0f1319f20232be0662ce.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1f8b426a513a0f1319f20232be0662ce.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1f8b426a513a0f1319f20232be0662ce.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3779,
+ "type": "origin_of_dragons_treasure_chest_convertible",
+ "name": "Origin of Dragons Treasure Chest",
+ "description": "You and your companions have completed an epic Origin of Dragons Treasure Map and have discovered this valuable Treasure Chest! \n\t \n\tThis chest contains a Dragon's Skull which provides the Dragon's Might Aura for 5 days when smashed!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/036dafa30124e79f30f39ced294a18da.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/33eb14bfb086d1e3b8ed3eb4de174e02.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/95e0c30710bc835c7dda79ce1347afe8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/5fd3ab25202a158ef51a0ad66d30530e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/33eb14bfb086d1e3b8ed3eb4de174e02.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/33eb14bfb086d1e3b8ed3eb4de174e02.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/33eb14bfb086d1e3b8ed3eb4de174e02.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3780,
+ "type": "rare_draconic_depths_treasure_chest_convertible",
+ "name": "Rare Draconic Depths Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this incredible Rare Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/83b6e8167697ce21791b472527eb0028.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c40cce224be09ba26a09734950b1e637.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/3f4fa8a8f4102f6c72c41c05c2fce8d4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2191e919eed1b1160dad2640eea13cec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c40cce224be09ba26a09734950b1e637.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c40cce224be09ba26a09734950b1e637.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c40cce224be09ba26a09734950b1e637.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3781,
+ "type": "rare_origin_of_dragons_treasure_chest_convertible",
+ "name": "Rare Origin of Dragons Treasure Chest",
+ "description": "You and your companions have completed an epic Origin of Dragons Treasure Map and have discovered this extremely valuable Rare Treasure Chest! \n\t \n\tThis chest contains two Dragon's Skulls which provide the Dragon's Might Aura for 5 days each when smashed!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/05df7f7df577d981aa795b36d67225c5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/24f7856075c302eeb4c794a4afd76026.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/8937018f0cb280e6b9f4852dce3b957e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fafc62a8400dc01dbd48d9d109f27bd8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/24f7856075c302eeb4c794a4afd76026.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/24f7856075c302eeb4c794a4afd76026.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/24f7856075c302eeb4c794a4afd76026.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3782,
+ "type": "dragons_eye_stat_item",
+ "name": "Dragon's Eye",
+ "description": "It is believed that staring into this extremely rare and mesmerizingly powerful Dragon's Eye can reveal the hidden secrets behind the true origin of dragons. Those who dare to peer into this mysterious glassy globe may find something sinister peering back at them. For deep within this eerie iris lies the beginning of a dark and treacherous path from which few return and those who do are forever changed, marked by the majestic but malevolent might of dragons! \n \nBring this astonishing oddity to the Cartographer at the Draconic Depths and use it to purchase an Origin of Dragons Scroll Case but prepare yourself for a most dangerous and daunting task!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "currency",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/4a5b5351ff3bf35e535ebbf08030b368.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/daa943409dcc6b890d3b5e842f67615b.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/91ab985c018f9ca06a56bc4e50d4e502.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/daa943409dcc6b890d3b5e842f67615b.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/daa943409dcc6b890d3b5e842f67615b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/daa943409dcc6b890d3b5e842f67615b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Loot drops from the rulers of the Dragon Caverns in the Draconic Depths"
+ },
+ {
+ "id": 3783,
+ "type": "dragon_ember_potion",
+ "name": "Dragon Ember Potion",
+ "description": "This steamy, volatile solvent has the miraculous ability to instantly dissolve a wide array of substances into crispy, coveted Dragon Embers! \n \nHandle with care! ",
+ "display_order": 0,
+ "classification": "potion",
+ "tags": [
+ "draconic_depths",
+ "potion"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/potions/79375f67a904b5a04eb2d79c38b956ef.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/potions/large/d05290071e2fce17365dad10bed5408f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/potions/transparent_thumb/15939d5840202738a8a3b17243fd33cc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/potions/large/d05290071e2fce17365dad10bed5408f.png",
+ "best": "https://www.mousehuntgame.com/images/items/potions/large/d05290071e2fce17365dad10bed5408f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/potions/large/d05290071e2fce17365dad10bed5408f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "obtain_hint": "Found in Draconic Depths Treasure Chests, rare loot drops in Draconic Depths"
+ },
+ {
+ "id": 3784,
+ "type": "halloween_2024_journal_theme_collectible",
+ "name": "Cursed Skull Trio Journal Theme",
+ "description": "A sinister, spooky, scary Halloween theme earned by brewing enough Evil Extract during the 2024 Halloween Event!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "halloween",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/7ef0b71aac7ea5539291c43f717fd427.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/8bc950324f12c335cd621156d7df3f56.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/74fc724e5f4601d20ea89341b501eddd.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/8bc950324f12c335cd621156d7df3f56.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/8bc950324f12c335cd621156d7df3f56.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/8bc950324f12c335cd621156d7df3f56.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3785,
+ "type": "chrome_ghastly_scrap_cannon_skin",
+ "name": "Chrome Ghastly Scrap Cannon Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1c4f062731007206bf5b54ee051cee94.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e3f391cc4b388f0d17571f2ac86e6eb7.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1c4f062731007206bf5b54ee051cee94.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/6e6ab7bc1a9de5ecfcbd72843d32843d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "This tiny ghost has created an infernal machine named Sparky to walk around the neighbourhood in search of... REVENGE. Merrily strolling along Draconic paths in an eerie manner, this version of the Chrome Dragon Slayer Cannon is sure to send chills down the spine of even the most fiery of dragons!"
+ },
+ {
+ "id": 3786,
+ "type": "chrome_pursuing_ghost_skin",
+ "name": "Chrome Pursuing Ghost Trap Skin",
+ "description": "Recasting the enchanted metal of the Circlet of Pursuing trap in chrome has amplified both its reach and its power! This extraordinary supernatural oddity can now open a portal directly to the target's location to snatch it up immediately and consume its essence with increased efficiency!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c43ecbb1ef8c657a9509b441457f067e.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/ac8ffb139fc088df823353184f83ad73.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c43ecbb1ef8c657a9509b441457f067e.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/00e443f2b94e7738524d010f496add49.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_arcane_upgraded_weapon",
+ "skin_weapon_name": "Chrome Circlet of Pursuing Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/13291f5147d450976ac62202639c54e7.jpg",
+ "marketing_text": "The Chrome Circlet of Pursuing can now pursue mice in an even more supernatural way! With a ghostly figure swaying in the cool night breeze set to pursue mice and a sticky spider web to catch any who attempt an escape."
+ },
+ {
+ "id": 3787,
+ "type": "chrome_unchained_obliterator_skin",
+ "name": "Chrome Unchained Obliterator Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/166c5eac808e4d58af36db3a9cda1557.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/03cc68c2bff7b4d614f488963d3e80d9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/166c5eac808e4d58af36db3a9cda1557.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/562eacc0de254f0742b85e61cfb3f60b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "Unshackled from its constraints stands a corrupt monument, towering over its victims. This version of the Chrome Thought Obliterator can search the mind of a mouse to learn its deepest, darkest fears."
+ },
+ {
+ "id": 3788,
+ "type": "dragonsnare_gourd_launcher_skin",
+ "name": "Dragonsnare Gourd Launcher Trap Skin",
+ "description": "This ornate yet robust, hand-carved, wooden launcher is designed to send a powerful chain mail net towards an airborne target at high velocity. The chain mail net has weighted bolas which wrap around the target, sealing it inside the net, and incapacitating it quickly and efficiently. Dangerous dragons don't dare to duel with this devastating device.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d2ae1a5ae7da8d82ee96bd0ea6c43a9d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6d1a3994213d932581ebb26c537ce44e.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d2ae1a5ae7da8d82ee96bd0ea6c43a9d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/8fbaeb8c35b64520368351a50aeb6138.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dragonsnare_net_launcher_weapon",
+ "skin_weapon_name": "Dragonsnare Net Launcher",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5fb370d12a483a073699ca99cf0ae3a7.jpg",
+ "marketing_text": "The scaredroids protect their crops at all costs. When scares don't cut it, they resort to more... direct alternatives. In a swift lob, pumpkins fly far into the sky to smash their target."
+ },
+ {
+ "id": 3789,
+ "type": "reaper_droid_archmagus_skin",
+ "name": "Droid Arch Reaper Trap Skin",
+ "description": "Powerful Arcane magics are extremely volatile to use and require hours of incantation to create, which is why this model is perfect for your magic conjuring needs! \n \nThe Dumbledroid 9000 can easily utter hours worth of incantations in mere seconds with its gigaquads of memory which stores spellbooks upon codices upon grimoires upon tomes of magical knowledge. It will always be equipped with the right spell for the job! Incorporate the droid with an Animatronic Bird and capture Arcane mice with ease! \n \nThis updated model has a reduced probability over the previous version of uttering the wrong words causing unintended side effects including but not limited to... \n \n• Balding \n• Turning your gold into a pile of stinky socks \n• Turning your cheese into a pile of stinky gold \n• Making everything disappear \n• Destroying Gnawnia \n• Ending all life as we know it \n• Ducks \n \nOther than that small list of basically harmless side-effects, this trap is great! We promise!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/c64efe328474a23ea1e3cc9029ca0a69.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/b041323ae37ba7a3221e3a4237736a08.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/c64efe328474a23ea1e3cc9029ca0a69.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/065737398b81be2ac0a1e90200ba5843.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "droid_archmagus_weapon",
+ "skin_weapon_name": "Droid Archmagus Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2ca6b5cc4a40bc716e9ef33a108b0125.jpg",
+ "marketing_text": "Gusts of wind swirl in the forest causing leaves to fall and the aroma of cheese to fill the air. The Reaper emerges from the fog while the mice eat. In one swift swing, the Reaper collects its prize."
+ },
+ {
+ "id": 3790,
+ "type": "complete_hween_2024_adv",
+ "name": "Wicked Witches Brew, Just for You",
+ "description": "Gather your courage and head deep into the Gloomy Greenwoods to face the monstrous, yet gorgeous, Baba Gaga! Learn her sinister recipes and use them to brew up some bubbling batches of bloodcurdling bait! Master the alchemical arts and bring down Baba Gaga with her own boiling cauldrons!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "physical",
+ "shadow",
+ "rift",
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3791,
+ "type": "arduous_rh_treasure_chest_convertible",
+ "name": "Arduous Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3183bc69eef5309477e49a85bbdf61d2.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2542e8440425fcebf3615d4f8ec0d21.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/833b4e528127d8ba62ae399396843906.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0359e3c5488d91e89071ac60db114996.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a2542e8440425fcebf3615d4f8ec0d21.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a2542e8440425fcebf3615d4f8ec0d21.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a2542e8440425fcebf3615d4f8ec0d21.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3792,
+ "type": "easy_rh_treasure_chest_convertible",
+ "name": "Easy Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c971a0879188fe6e0f3484e5a00008ee.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dc8590837f7b44ae50c9295f8acde983.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c26fd6539f45d90cda4f76457e3d4dc3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/cb09e61f86daf1ee00785e941cbdee7f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dc8590837f7b44ae50c9295f8acde983.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dc8590837f7b44ae50c9295f8acde983.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dc8590837f7b44ae50c9295f8acde983.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3793,
+ "type": "elaborate_rh_treasure_chest_convertible",
+ "name": "Elaborate Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/548a3b89c33133ec8ddfa29f4593c889.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/738199867fdcef78917e75ea57ac65ec.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b2c779999a37130a1a548f5e6427104a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/74e06bfa7a564fabebc69c53afd73c83.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/738199867fdcef78917e75ea57ac65ec.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/738199867fdcef78917e75ea57ac65ec.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/738199867fdcef78917e75ea57ac65ec.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3794,
+ "type": "elite_rh_treasure_chest_convertible",
+ "name": "Elite Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a747d5f55bdc1f78949d41d6dc657072.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a5c13946fbf60a76ad4e0b88736bd486.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0e52867c00317fcb921b4152263a74a2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e93ae0c6b024923033f3d9650afba058.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a5c13946fbf60a76ad4e0b88736bd486.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a5c13946fbf60a76ad4e0b88736bd486.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a5c13946fbf60a76ad4e0b88736bd486.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3795,
+ "type": "gilded_coin_2024_treasure_chest_convertible",
+ "name": "Gilded Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Treasure Map and have discovered this tempting Treasure Chest! \nYou will receive: \n \n• 50,000 Gold \n• 50,000 Points \n• 25 Gilded Charms \n• 16 Gilded Coins \n• 100 Ancient Charms \n• 10 Ultimate Luck, Power, or Lucky Power Charms \n• 10 Super, Extreme, or Ultimate Ancient Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f6d546f8b54f26cfaab3fb3b24e910e6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e4905c540448d5007b0d8170a798e6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b33cbba80f515d2052e928cf23769f6e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6b63fd6362a667ba2336e794999f5e48.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e4905c540448d5007b0d8170a798e6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e4905c540448d5007b0d8170a798e6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c3e4905c540448d5007b0d8170a798e6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3796,
+ "type": "hard_rh_treasure_chest_convertible",
+ "name": "Hard Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/358e8928ab3cd3e1a1f25b1e632d1483.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/70ae62407c17ee86cd7fae3dd2499b9d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6f4aa297c01b027daee07688be0a290a.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bce917ab0e1deedeff0b91f4fc1d48bc.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/70ae62407c17ee86cd7fae3dd2499b9d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/70ae62407c17ee86cd7fae3dd2499b9d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/70ae62407c17ee86cd7fae3dd2499b9d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3797,
+ "type": "medium_rh_treasure_chest_convertible",
+ "name": "Medium Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/b2f80b1782bdb984d95caf7baaa36750.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/927e8ff0e71ee37e71db3b8770b2b96c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c74a8fbd88da638a13434015faedd10c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/21165e9461769cee0edda3bde2057a45.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/927e8ff0e71ee37e71db3b8770b2b96c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/927e8ff0e71ee37e71db3b8770b2b96c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/927e8ff0e71ee37e71db3b8770b2b96c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3798,
+ "type": "rare_arduous_rh_treasure_chest_convertible",
+ "name": "Rare Arduous Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/408905a3b0e05e7ea00abd66677f4f97.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d92e14ebb94e3df367103890426a47a1.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b25fb1468b6aa22fa8619ca9ee5ad959.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/909f525ae5ffdf992ab33d6b842525f4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d92e14ebb94e3df367103890426a47a1.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d92e14ebb94e3df367103890426a47a1.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d92e14ebb94e3df367103890426a47a1.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3799,
+ "type": "rare_easy_rh_treasure_chest_convertible",
+ "name": "Rare Easy Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/699cdaf66635909c1ce0608f4e51ba7d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2bb0e1cf82b54d979ba2776df911b884.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/62fab0be3654e76d18029b542f3cf6d5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/60713c957a9ebacf988d310630d5dc4e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2bb0e1cf82b54d979ba2776df911b884.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2bb0e1cf82b54d979ba2776df911b884.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2bb0e1cf82b54d979ba2776df911b884.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3800,
+ "type": "rare_elaborate_rh_treasure_chest_convertible",
+ "name": "Rare Elaborate Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ac6bd00dccf1749333504bb8c5f39e3d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/00bda516c180b16639a798389d72efba.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/cd1fad1668d9e222c861d8af5482b0ea.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/81f77c31a76d39f8d5793c68fcf36aef.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/00bda516c180b16639a798389d72efba.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/00bda516c180b16639a798389d72efba.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/00bda516c180b16639a798389d72efba.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3801,
+ "type": "rare_elite_rh_treasure_chest_convertible",
+ "name": "Rare Elite Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/3e9aa8d867ba3f1eba65b07650af4edf.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/b45a82358bbd0debc4d4a54dd5013bb7.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/79540f966d2522572231853a557a5489.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7a4be55125e8381bae01074c64d4ad7f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/b45a82358bbd0debc4d4a54dd5013bb7.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/b45a82358bbd0debc4d4a54dd5013bb7.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/b45a82358bbd0debc4d4a54dd5013bb7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3802,
+ "type": "rare_gilded_coin_2024_treasure_chest_convertible",
+ "name": "Rare Gilded Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Treasure Map and have discovered this tempting Treasure Chest! \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 50 Gilded Charms \n• 32 Gilded Coins \n• 200 Ancient Charms \n• 20 Ultimate Luck, Power, or Lucky Power Charms \n• 20 Super, Extreme, or Ultimate Ancient Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/c3e3a6002e06431b5b2b864874588abd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/118fad94ec327c3a0af177244bdc803a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/737fefcb1789f4993bb67683ed3ad853.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/bd90b97b0bae6118ae0b1eb6045eabf5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/118fad94ec327c3a0af177244bdc803a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/118fad94ec327c3a0af177244bdc803a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/118fad94ec327c3a0af177244bdc803a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3803,
+ "type": "rare_hard_rh_treasure_chest_convertible",
+ "name": "Rare Hard Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6b957788f4c1cfee7b6afdcf835a8306.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a8cde938e7591c7b4577b2e4abdbe439.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d58d904f60350c8a701d5fe485c08e93.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/e80e9399c671d9c99f454404747eee9b.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a8cde938e7591c7b4577b2e4abdbe439.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a8cde938e7591c7b4577b2e4abdbe439.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a8cde938e7591c7b4577b2e4abdbe439.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3804,
+ "type": "rare_medium_rh_treasure_chest_convertible",
+ "name": "Rare Medium Treasure Chest",
+ "description": "You and your friends have completed a treasure map and have discovered this tempting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/267a41af2d87d86d1d27dc4f802fb6dd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/9177e32425dcf7bb81df59c1b9d0f858.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6a72f14877aedacde6e723bfd88ef237.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/035d43d411d9c92d9bb063d30c15b7c1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/9177e32425dcf7bb81df59c1b9d0f858.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/9177e32425dcf7bb81df59c1b9d0f858.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/9177e32425dcf7bb81df59c1b9d0f858.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3805,
+ "type": "antique_chrome_kraken_skin",
+ "name": "Antique Chrome Kraken Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/f90eba72591f58b61e976b2ade0feffd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fe09ab6f6c293d3202644339e5e6c76b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/f90eba72591f58b61e976b2ade0feffd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/71ee09df70d3f499c862b12fb773d6a5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "Behold, the original mechanical master of the seas, the almighty Antique Chrome Kraken! This robotic relic has ruled the sea floor for countless eons, bending all other clockwork creatures to its will. There is untold knowledge stored in its ancient vacuum tubes that makes it as wise as it is stylish. Use this aquatic antique to your advantage as you rid the ocean of pelagic pests!"
+ },
+ {
+ "id": 3806,
+ "type": "gilded_chrome_celestial_harmony_skin",
+ "name": "Gilded Chrome Celestial Harmony Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/dc09d470408e34126cb1237c7679180b.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0fbd576012006e8f906fb6265c5d18b9.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/dc09d470408e34126cb1237c7679180b.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a40aa6d29aee65d13c15a132f1db3fe9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "The fusion of gold and chrome has brought harmony to this once dissonant trap. It turns out that these two metals resonate so well together that their combination brings peace, stability, and tranquility to the otherwise discordant rift plane."
+ },
+ {
+ "id": 3807,
+ "type": "gilded_chrome_dragon_slayer_cannon_skin",
+ "name": "Gilded Chrome Dragon Slayer Cannon Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/62b02864ffee211433cf60b4f7de6413.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/01efb64dad1fe51aa1d52c5179cb8148.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/62b02864ffee211433cf60b4f7de6413.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e44c70190c13fd5e25c3cec47460794c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "This chic, coveted cannon is the pinnacle of prestigious dragon slaying equipment. It was gilded with a unique gold-chrome alloy that provides it with a robust exterior that is as strong as it is stylish. It is inlaid with finely cut gemstones that focus its extraordinary energy beam with pinpoint precision. This ornate, polished powerhouse is the top choice for hunters who wish to slay in style."
+ },
+ {
+ "id": 3808,
+ "type": "gilded_chrome_kraken_skin",
+ "name": "Gilded Chrome Kraken Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4efbf90963a2378d8c97cfa117ecbb1a.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/fe4c83a83dd5cd76bd6e407c9acfa280.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4efbf90963a2378d8c97cfa117ecbb1a.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/40522b387e3641a77ab7b54dd5c45718.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "Behold, the magnificent, mechanical, master of the seas, the mighty Gilded Chrome Kraken! All the clockwork creatures of the sea bend to the will of its glittering, gargantuan gears as it computes its plans for oceanic domination. Use this mechanized marvel to rid the seas of meddling, marine mice!"
+ },
+ {
+ "id": 3809,
+ "type": "gilded_chrome_memory_obliterator_skin",
+ "name": "Gilded Chrome Memory Obliterator Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/5de7262941a410f29d767f0808dda3c5.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/0abf6b493cab04298ec781084a5b0d2b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/5de7262941a410f29d767f0808dda3c5.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a39226339def5dc56a2fcedd07bad700.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "This ceremonial candelabra is more than just an exquisite display of fine craftsmanship. It is a golden beacon capable of reaching into the minds of mice and extracting their deepest, core memories and burning them away into a puff of smoke. As the wax of these curious candles melts down, so too does the memories of any mouse that couldn't resist staring into these hypnotic flames."
+ },
+ {
+ "id": 3810,
+ "type": "golden_winter_hunt_gift_box_convertible",
+ "name": "Golden Winter Hunt Gift Box",
+ "description": "An ornately wrapped gift box that is ever so often delivered to especially nice Viceroy (and above) Hunters! Happy holiday hunting!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5471a9339bb866666b8dec748b575494.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8d4955cca39d5d44ef23e3f49c3527b4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/bfb3d64ff5dbf7bd65ee187f20b9b499.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/85316b431a3fab96285f23396fc724d7.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8d4955cca39d5d44ef23e3f49c3527b4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8d4955cca39d5d44ef23e3f49c3527b4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8d4955cca39d5d44ef23e3f49c3527b4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "orange_winter_hunt_gift_box_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3811,
+ "type": "snowball_dust_pack_convertible",
+ "name": "Snowball Dust Pack",
+ "description": "A delightfully festive pack containing 10 Snowball Showdown Dust along with some Throwable Snowballs!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9d914ffc236b159eef1d3725ab4e425b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dc22762558c623216a105c5cc497aafb.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/b4631a94d8eabc4cf34de3d62c530395.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0c479f587c1e8ac1f439ad053316ca03.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dc22762558c623216a105c5cc497aafb.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dc22762558c623216a105c5cc497aafb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dc22762558c623216a105c5cc497aafb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3812,
+ "type": "winter_hunt_2024_journal_theme_collectible",
+ "name": "Cozy Chalet Journal Theme",
+ "description": "Keep that cozy feeling going on even the snowiest days with this classic chalet-style journal theme!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "great_winter_hunt",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/e11787591923bfe05e95a74d8413cf67.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/dbec2d694306de1143b943e7e87f333c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fab9b1e51a77aad0c41dc46d576a4ff0.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/dbec2d694306de1143b943e7e87f333c.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/dbec2d694306de1143b943e7e87f333c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/dbec2d694306de1143b943e7e87f333c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchased from the General Store in any Great Winter Taiga location"
+ },
+ {
+ "id": 3813,
+ "type": "2025_lucky_codex_stat_item",
+ "name": "2025 Lucky Codex",
+ "description": "A sparkling, celebratory codex that provides hunters with +1 Luck to their traps for the entire year of 2025!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "codex",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/02a9343b7b0e8a8d02e5b4791587abe8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/c95cb2d557da18eefbe92a6a82cc9980.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/2054b07afed849fecf5013386a55c5d6.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/c95cb2d557da18eefbe92a6a82cc9980.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/c95cb2d557da18eefbe92a6a82cc9980.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/c95cb2d557da18eefbe92a6a82cc9980.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1,
+ "obtain_hint": "Purchase from any Great Winter Taiga General Store"
+ },
+ {
+ "id": 3814,
+ "type": "new_years_2025_base",
+ "name": "2025 New Year's Base",
+ "description": "Happy New Year! This party-powered base celebrates 2025 all year long! \n\t \n\tDuring all of 2025, while this base is equipped, mice have a chance to drop 2025 Charms when caught. The charm-generating powers of this base will cease to work on January 1, 2026.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/630388d7a94a60f694e2024985c0fb23.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/90fdbd1416dddcaa1f4b4677ffd5fd3b.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/630388d7a94a60f694e2024985c0fb23.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/45f8d6fc3b33c7c905b62f669b8497ea.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 225,
+ "power_formatted": "225",
+ "has_power_bonus": true,
+ "power_bonus": 0.08,
+ "power_bonus_formatted": "8%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "novice",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3815,
+ "type": "picchu_freeze_base",
+ "name": "Storm Condenser Base",
+ "description": "Constructed from repurposed hailstone, this base houses a powerful coil and fan capable of capturing and neutralizing stormy weather. \n\t \n\tWhile this base is equipped, the weather intensity at Moussu Picchu will never increase.",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "moussu_picchu",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/8164472ef089c555724b9e3eb474a8ae.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/07b3cf96306be0f101fe34681cb98099.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/8164472ef089c555724b9e3eb474a8ae.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/9eed7f6f7ac241b34c1756cd2ad00cac.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 250,
+ "power_formatted": "250",
+ "has_power_bonus": true,
+ "power_bonus": 0.3,
+ "power_bonus_formatted": "30%",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": true,
+ "luck": 8,
+ "luck_formatted": "8",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "grand_duke",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3816,
+ "type": "winter_hunt_iceberg_weapon",
+ "name": "Steam AugerBot 3000",
+ "description": "Behold the Steam AugerBot 3000! The latest technology in the field of yuletide logistics. Featuring not one but TWO diamond tipped augers capable of moving immense amounts of ice! \n \nWhen hunting at the Iceberg, this trap gains a luck bonus and has a chance of doubling your distance traveled.",
+ "display_order": 0,
+ "classification": "weapon",
+ "tags": [
+ "hydro",
+ "iceberg",
+ "great_winter_hunt",
+ "weapon"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/weapons/41016d5fbdb0948bb4fbe68a6ba12918.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/weapons/gray/8d1a7f76d74fe0f5073e3ba88d863cba.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/weapons/41016d5fbdb0948bb4fbe68a6ba12918.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/weapons/trap_small/f1cfc752f4afbfe5d37d1258d27a1376.png"
+ },
+ "is_limited_edition": true,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "hydro",
+ "has_power": true,
+ "power": 7000,
+ "power_formatted": "7,000",
+ "has_power_bonus": true,
+ "power_bonus": 0.2,
+ "power_bonus_formatted": "20%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.2,
+ "attraction_bonus_formatted": "20%",
+ "has_luck": true,
+ "luck": 20,
+ "luck_formatted": "20",
+ "has_cheese_effect": true,
+ "cheese_effect": "Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "lord_lady",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3817,
+ "type": "2025_trinket",
+ "name": "2025 Charm",
+ "description": "Celebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,025 Power to commemorate the New Year! \n\t \n\tThese charms were rewarded to hunters during the New Year's Celebration of the 2024 Great Winter Hunt and from the Limited Edition 2025 New Year's Base.",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/ecc5bad6da889f1588946d9ccb4e9cea.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/e2092b4fd2c919a52d0cb453b4e0d51f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/9eaa00f82b236d4e54e608dcf0901a9a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/e2092b4fd2c919a52d0cb453b4e0d51f.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/e2092b4fd2c919a52d0cb453b4e0d51f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/e2092b4fd2c919a52d0cb453b4e0d51f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2025,
+ "power_formatted": "2,025",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3818,
+ "type": "rift_2025_trinket",
+ "name": "Rift 2025 Charm",
+ "description": "A Rift version of the 2025 Charm! \n\t \n\tCelebrate each catch with the enthusiasm of a New Year's Eve party! These Limited Edition charms have 2,025 Power to commemorate the New Year! \n\t \n\tThese charms were rewarded to hunters during the New Year's Celebration of the 2024 Great Winter Hunt and from the Limited Edition 2025 New Year's Base.
Riftwalker Set
Required: Rift Base, Weapon, and Charm
Set Bonus (2 pieces):
+20% Power Bonus
Set Bonus (3 pieces):
+20% Power Bonus
+5 Luck
",
+ "display_order": 0,
+ "classification": "trinket",
+ "tags": [
+ "rift",
+ "trinket"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/trinkets/168f1155fbc2a3a54063335fa87d1f79.gif",
+ "large": "https://www.mousehuntgame.com/images/items/trinkets/large/b74c24502071749e9ce5e74f20b94ecb.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/trinkets/transparent_thumb/9eb0d7f2e33f5d312a51911a9883aafb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/trinkets/large/b74c24502071749e9ce5e74f20b94ecb.png",
+ "best": "https://www.mousehuntgame.com/images/items/trinkets/large/b74c24502071749e9ce5e74f20b94ecb.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/trinkets/large/b74c24502071749e9ce5e74f20b94ecb.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 2025,
+ "power_formatted": "2,025",
+ "has_power_bonus": false,
+ "power_bonus": 0,
+ "power_bonus_formatted": "None",
+ "has_attraction_bonus": false,
+ "attraction_bonus": 0,
+ "attraction_bonus_formatted": "None",
+ "has_luck": false,
+ "luck": 0,
+ "luck_formatted": "None",
+ "has_cheese_effect": false,
+ "cheese_effect": "No Effect",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": false,
+ "has_min_points": false,
+ "min_title": "",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3819,
+ "type": "chrome_candle_cannon_trap_skin",
+ "name": "Chrome Holiday Candle Cannon Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/1e158b5812401295f2216e9f6ab12ee7.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/2f2e1a71bc55584f74dfdbbaf5057e6a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/1e158b5812401295f2216e9f6ab12ee7.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/7dd8f1549d0331fc8ab1696d3d0d4d09.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "Create a warm and inviting holiday scene while hunting dragons with this cozy, glowing candle trap skin. The candle wicks can be easily ignited by dragon's breath to ensure they remain bright for the entire holiday season!"
+ },
+ {
+ "id": 3820,
+ "type": "chrome_new_year_disco_dissonance_skin",
+ "name": "Chrome New Year Disco Dissonance Trap Skin",
+ "description": "Upgraded with liquid chromium mimetic polyalloy, allowing the trap to rapidly shape shift with near-perfect mimicry of any size tower! Any mouse trapped inside is subjected to an infinitely shifting tower without the need to warp into another dimension!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/cf95a8d48709b067576a89c5021a4779_v2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/490b4be6ed038f339109b41bccdfacbf_v2.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/cf95a8d48709b067576a89c5021a4779_v2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e989dd8d28e3f22df9fcc3e2ed9a4b06_v2.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_celestial_dissonance_weapon",
+ "skin_weapon_name": "Chrome Celestial Dissonance Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/56b5790c21c14b847740a86b60cca276.jpg",
+ "marketing_text": "Ring in the new year with a complete RAGER of a disco! The interdimensional dance floor is packed with droids programmed with all the latest and greatest ways of bustin' a move. If it feels like the party will never end that's because, well... it won't. Infused with rift power, the chrome disco ball twists and distorts both time and space so mice can dance the night away for all of eternity."
+ },
+ {
+ "id": 3821,
+ "type": "dragonsnare_sleigh_trap_skin",
+ "name": "Dragonsnare Sleigh Launcher Trap Skin",
+ "description": "This ornate yet robust, hand-carved, wooden launcher is designed to send a powerful chain mail net towards an airborne target at high velocity. The chain mail net has weighted bolas which wrap around the target, sealing it inside the net, and incapacitating it quickly and efficiently. Dangerous dragons don't dare to duel with this devastating device.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/45420f2c868422e2d86f0673d2085ab1.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/6b59becb1722aad21a003ae4525c2d05.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/45420f2c868422e2d86f0673d2085ab1.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/edffdb5f7daae567b10a2e0873175b9b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dragonsnare_net_launcher_weapon",
+ "skin_weapon_name": "Dragonsnare Net Launcher",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5fb370d12a483a073699ca99cf0ae3a7.jpg",
+ "marketing_text": "Send any dragon a high velocity delivery of festive cheer by launching a sturdy sleigh at super sonic speeds! Navigated by a Santa Droid packed with over 1,000 navigational sensors, this trap skin makes sure any Draconic mouse gets what's coming to it this holiday season!"
+ },
+ {
+ "id": 3822,
+ "type": "gwh_2024_queso_fount_trap_skin",
+ "name": "Icy Fount Trap Skin",
+ "description": "A bubbling fount of molten queso which is superheated faster than it can vaporize. The surface tension is so high that even the slightest vibration can trigger an explosion! The specially crafted spouts focus the eruption towards the placement of the cheese on the trap hoping to cover any mice that wander too close.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/cddbc20d5b8c7df9ad3d03dfe399a1b0.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/20badb1b471ea7b64cb938aed59d0556.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/cddbc20d5b8c7df9ad3d03dfe399a1b0.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/78128de40283cff75115566cc23f128f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_hydro_weapon",
+ "skin_weapon_name": "Queso Fount Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e7dfc6667f77fc2d6dc80ac7757127bc.jpg",
+ "marketing_text": "A truly chilling masterpiece combining an ice sculpture, recreational skating, and more than 5,000lbs of impending icy doom for any unsuspecting mouse!"
+ },
+ {
+ "id": 3823,
+ "type": "infinite_nutcrackers_trap_skin",
+ "name": "Infinite Dark Nutcrackers Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/0941d704fbbcb74af6a6bcfcbd0745ab.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/28b0d0212e1be0114bcd75749c9bad41.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/0941d704fbbcb74af6a6bcfcbd0745ab.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/e453c18a1b31cd4e470322ed7f28513a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "What's more chilling than peering into infinity through an endless field of mirrors? Peering into the judgemental gaze of infinite, imposing nutcracker soldiers!"
+ },
+ {
+ "id": 3824,
+ "type": "legendary_snowbot_trap_skin",
+ "name": "Legendary Snowboarder Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/de7c985fee93642a915ada44476cc026.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/3ffa979a792f91530b3f66e000002206.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/de7c985fee93642a915ada44476cc026.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/ae305806392a5bb1c851b5bdb351efde.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "The Legendary Snowboarder KingBot combines sophisticated regal decadence with gnarly hill slappin' attitude with total steeze, bruh. Whether his majesty the KingBot is skillfully navigating diplomatic matters or totally crushin' it on one of its many trays, this chilled out dude can straight out stomp it!"
+ },
+ {
+ "id": 3825,
+ "type": "catch_xmas_2024_boss_adv",
+ "name": "Defeat the Frost King",
+ "description": "The Frost King has constructed a large and terrifying fortress of ice in the Great Winter Taiga and must be stopped!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3826,
+ "type": "year_of_the_snake_2025_gift_basket_convertible",
+ "name": "Year of the Snake Gift Basket",
+ "description": "A gift basket to share with friends and spread good health and fortune as you celebrate the Year of the Snake!\n
\nInside you'll find: \n \n\n• 50 Nian Gao'da Cheese \n• 5 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/73bbe59f813c6df2bbbf017312d017bb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c40bc05620f9fdcd3255f4e590cb3b2c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/486873b525b6f7142ac16a8106588a06.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/63aa642e61f4e02d42601e85c9e3ceaa.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c40bc05620f9fdcd3255f4e590cb3b2c.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c40bc05620f9fdcd3255f4e590cb3b2c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c40bc05620f9fdcd3255f4e590cb3b2c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3827,
+ "type": "year_of_the_snake_2025_supply_box_convertible",
+ "name": "Year of the Snake Large Supply Kit",
+ "description": "Raise your lantern to new heights with the Year of the Snake Large Supply Kit!
\nInside you'll find: \n \n\n• 400 Nian Gao'da Cheese \n• 120 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f9026effa6075fd405531c5dbd1c96a5.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/93eca1fb89c7edd8ee46e005927567fe.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/40ee2944590a6b6b836b453d77d5b048.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0bbccb79008e91d2e336811989d97db4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/93eca1fb89c7edd8ee46e005927567fe.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/93eca1fb89c7edd8ee46e005927567fe.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/93eca1fb89c7edd8ee46e005927567fe.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3828,
+ "type": "year_of_the_snake_2025_supply_kit_convertible",
+ "name": "Year of the Snake Supply Kit",
+ "description": "Stock up for celebrations with this powerful supply kit honouring the Year of the Snake!
\nInside you'll find: \n \n\n• 200 Nian Gao'da Cheese \n• 40 Red Lunar Lantern Candles \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/54e25887ff5d7f5c81c240a648953723.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/6f9e42ffdc2c6db48b8fc86f41e63715.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2fda76a08d64426676a27889f968a4c1.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/65d9220e56954fe20961280e894785a1.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/6f9e42ffdc2c6db48b8fc86f41e63715.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/6f9e42ffdc2c6db48b8fc86f41e63715.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/6f9e42ffdc2c6db48b8fc86f41e63715.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3829,
+ "type": "snake_lny_journal_theme_collectible",
+ "name": "Year of the Snake Journal Theme",
+ "description": "Show both mouse and hunter alike your strength and determination with this striking journal theme!\n \nRewarded to those who raised their lantern to great heights during the Lunar New Year 2025 Celebration.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/a1b592e411671f4cd4663fb7122b08bd.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/528abbede9aa138aeb8c39775845cbe6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/da0238e0a226f28a8b4a7c7805160389.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/528abbede9aa138aeb8c39775845cbe6.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/528abbede9aa138aeb8c39775845cbe6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/528abbede9aa138aeb8c39775845cbe6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3830,
+ "type": "snake_wealth_ingot_collectible",
+ "name": "Snake Wealth Ingot",
+ "description": "Carry the serpent's blessing with this charm as you navigate the Kingdom. Display this to welcome growth and prosperity into your adventures.",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "lunar_new_year",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/9df01ac4dfe5738f7444bcdc79fe695a.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/1b92ba03a813a53f7ec1ce97c560dd08.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ab3367def51497df7003339cd5541456.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/1b92ba03a813a53f7ec1ce97c560dd08.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/1b92ba03a813a53f7ec1ce97c560dd08.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/1b92ba03a813a53f7ec1ce97c560dd08.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3831,
+ "type": "lny_2025_lantern_stat_item",
+ "name": "Snake Lunar Lantern",
+ "description": "A lantern used to celebrate the Year of the Snake. This can be lit with Lunar Lantern Candles during the 2025 Lunar New Year event to provide bonus loot drops and bonus luck for your trap!",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "equipment",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/c531ee00232c2c09dec6365870b92622.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/fa5a2a8d41ca178f17aac0dbbb604a8f.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/c39d9022540a648171e44ebbe09ea5c4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/fa5a2a8d41ca178f17aac0dbbb604a8f.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/fa5a2a8d41ca178f17aac0dbbb604a8f.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/fa5a2a8d41ca178f17aac0dbbb604a8f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3832,
+ "type": "snake_firework_launcher_skin",
+ "name": "Snakehead Fireworks Launcher Trap Skin",
+ "description": "This ornate yet robust, hand-carved, wooden launcher is designed to send a powerful chain mail net towards an airborne target at high velocity. The chain mail net has weighted bolas which wrap around the target, sealing it inside the net, and incapacitating it quickly and efficiently. Dangerous dragons don't dare to duel with this devastating device.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d516ae13811b8313ab60739e1f5680fd.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/c32474cf2feb49dbcb7eef2da2b765a3.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d516ae13811b8313ab60739e1f5680fd.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/d516ae13811b8313ab60739e1f5680fd.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/17d6bdcf9578a2e5603f0e7b7103499a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "dragonsnare_net_launcher_weapon",
+ "skin_weapon_name": "Dragonsnare Net Launcher",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/5fb370d12a483a073699ca99cf0ae3a7.jpg",
+ "marketing_text": "Send a fireworks celebration slithering into the sky! Ring in the Year of the Snake with an entirely new and explosive way of capturing dragon mice!"
+ },
+ {
+ "id": 3833,
+ "type": "complete_lny_lantern_2025_adv",
+ "name": "Celebrate Lunar New Year 2025",
+ "description": "Celebrate the 2025 Lunar New Year by lighting your Snake Lunar Lantern!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0",
+ "1",
+ "2",
+ "3",
+ "4",
+ "5",
+ "6",
+ "7",
+ "8",
+ "9",
+ "10",
+ "11",
+ "12"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3834,
+ "type": "g_birthday_2025_treasure_chest_convertible",
+ "name": "Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Gilded Birthday Treasure Map and have discovered this tempting treasure chest! \n \nYou will receive: \n \n• 50,000 Gold \n• 50,000 Points \n• 100 Ancient Charms \n• 10 Speedy Coggy Colby \n• 25 Gilded Charms \n• 16 Gilded Coins \n• 20 Random Party Charms \n• 1 SUPER|token+ \n \n• 2 weeks of the Anniversary Aura \n Provides the Lucky Golden Shield for 1 Month from date of opening. \n \nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/86c534057ac551c239a1fdecd6186d3f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/dcf72a39f1ddc7ca06d23cc60e0bfc87.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fa0ddcb1546568207ff93d6bf2ae2d24.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/16ebe002cd3d61d92ab4eac62a8fdece.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/dcf72a39f1ddc7ca06d23cc60e0bfc87.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/dcf72a39f1ddc7ca06d23cc60e0bfc87.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/dcf72a39f1ddc7ca06d23cc60e0bfc87.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3835,
+ "type": "large_speedy_plumbing_kit_convertible",
+ "name": "Large Speedy Plumbing Kit",
+ "description": "This massive kit has everything a plumber needs to fix up the SUPER|brie+ Factory and party hard at the Cheesy Pipe Party!\nInside you'll find: \n \n\n• 1 Party Size Gilded Birthday Scroll Case \n• 500 Speedy Coggy Colby \n• 400 Factory Repair Charms \n• 100 Ultimate Party Charms \n• 1 Rare Map Dust \n• 200 Cheesy Pipe Wrenches \n• 10 Magic Cheesy Party Pumps \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ae06958aa0969531099ae159bf4364ba.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/8ec346353854a5801d0bd6c820a45b09.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dff8bf2fc64e06c7837217a1cb718528.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/79fa5eca7a871c19136d37f6c1379ef9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/8ec346353854a5801d0bd6c820a45b09.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/8ec346353854a5801d0bd6c820a45b09.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/8ec346353854a5801d0bd6c820a45b09.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3836,
+ "type": "rare_g_birthday_2025_treasure_chest_convertible",
+ "name": "Rare Gilded Birthday Treasure Chest",
+ "description": "You and your friends have completed an exquisite Rare Gilded Birthday Treasure Map and have discovered this tempting treasure chest! \n \nYou will receive: \n \n• 100,000 Gold \n• 100,000 Points \n• 200 Ancient Charms \n• 20 Speedy Coggy Colby \n• 50 Gilded Charms \n• 32 Gilded Coins \n• 20 Random Party Charms \n• 20 Ultimate Party Charms \n• 4 SUPER|tokens+ \n \n• 1 month of the Anniversary Aura
\nProvides the Lucky Golden Shield for 1 Month from date of opening.\n
\nThere is also a chance to obtain the Slayer Scroll Case which offers a tough challenge!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/1b9f05e4a47bf62b1151044c93b56e25.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1456611f0e475593401dcf254f29bd0d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/083119d176d00bf4e8ed7f51de40e63d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8d4dbf25c8d0e3b63e4416b28448f643.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1456611f0e475593401dcf254f29bd0d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1456611f0e475593401dcf254f29bd0d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1456611f0e475593401dcf254f29bd0d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3837,
+ "type": "speedy_plumbing_gift_basket_convertible",
+ "name": "Speedy Plumbing Gift Basket",
+ "description": "Help your friends fix the SUPER|brie+ Factory by giving the gift of a reliable plumbing set!\nInside you'll find: \n \n\n• 30 Speedy Coggy Colby \n• 30 Factory Repair Charms \n Provides the Lucky Golden Shield for 1 Month from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/a279f45f580c49336d0255725109dc11.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4b6d29bf99c018e1c6cb50f295992e91.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fca2596f001e40b84c3539cba801fba6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/f5efb174e8702cb170294920e47aa9e5.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4b6d29bf99c018e1c6cb50f295992e91.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4b6d29bf99c018e1c6cb50f295992e91.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4b6d29bf99c018e1c6cb50f295992e91.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3838,
+ "type": "speedy_plumbing_kit_convertible",
+ "name": "Speedy Plumbing Kit",
+ "description": "Every plumber needs a kit like this to bring to the job site and the Cheesy Pipe Party afterwards!\nInside you'll find: \n \n\n• 200 Speedy Coggy Colby \n• 150 Factory Repair Charms \n• 50 Cheesy Pipe Wrenches \n• 3 Magic Cheesy Party Pumps \n Provides the Lucky Golden Shield for 2 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/f65b340a69094bbedaf9ed9abb7bf094.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4ead081296778ece7399c3639792dfca.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e3139b2c2134d34de5193fd60fbd05e2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/fc3ab24256492bb36e95566f2fb060a0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4ead081296778ece7399c3639792dfca.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4ead081296778ece7399c3639792dfca.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4ead081296778ece7399c3639792dfca.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3839,
+ "type": "birthday_seventeen_journal_theme_collectible",
+ "name": "17th Birthday Present Journal Theme",
+ "description": "Make every journal entry an exciting gift by unwrapping this 17th Birthday Present Journal Theme! \n \nOriginally designed to commemorate MouseHunt's 17th birthday!",
+ "display_order": 0,
+ "classification": "collectible",
+ "tags": [
+ "mousehunt_birthday",
+ "theme",
+ "collectible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/collectibles/81029abd24b17af53226019293c4ec02.jpg",
+ "large": "https://www.mousehuntgame.com/images/items/collectibles/large/6fcfa0200c0493b11226df2bb387d64c.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/43e3e07c702a08aff2d0ea2e432a49c4.jpg",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/collectibles/large/6fcfa0200c0493b11226df2bb387d64c.png",
+ "best": "https://www.mousehuntgame.com/images/items/collectibles/large/6fcfa0200c0493b11226df2bb387d64c.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/collectibles/large/6fcfa0200c0493b11226df2bb387d64c.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3840,
+ "type": "cheesy_pipe_party_dust_stat_item",
+ "name": "Magic Cheesy Party Pump",
+ "description": "This miraculous pump is equipped with a 300HP efficient capacitor motor and a durable impeller to ensure high performance and good cheese flow. *Warning* May cause damage to thin walled pipes. Use with caution! \nUse this pump to upgrade the Cheesy Pipe Party game for more rewards during the MouseHunt Birthday event.",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/d990798235578bcfc40a67a4727d2570.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/185291934dace02aad570df966aa1db6.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/afa2a1efa95e610d28801031c518f5cd.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/185291934dace02aad570df966aa1db6.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/185291934dace02aad570df966aa1db6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/185291934dace02aad570df966aa1db6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3841,
+ "type": "cheesy_pipe_party_ticket_stat_item",
+ "name": "Cheesy Pipe Wrench",
+ "description": "This invaluable tool was specially designed to remove the protective panels covering pipe pieces in the Cheesy Pipe Party. It's very effective at its job but unfortunately, not very durable so it shatters after only a single use. \n \nUse this wrench to reveal hidden pipe pieces in the Cheesy Pipe Party mini game during the MouseHunt Birthday event.\n \n \nPlay the Cheesy Pipe Party now!\n ",
+ "display_order": 0,
+ "classification": "stat",
+ "tags": [
+ "resources",
+ "stat"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/stats/f3056edf8dc7aa9c5ffa3202f4d3e8b3.gif",
+ "large": "https://www.mousehuntgame.com/images/items/stats/large/51ef0d3ff0ce0e9eea28915ee18a1730.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "https://www.mousehuntgame.com/images/items/stats/transparent_thumb/03e48318afd913e291114a5a4c496c90.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/stats/large/51ef0d3ff0ce0e9eea28915ee18a1730.png",
+ "best": "https://www.mousehuntgame.com/images/items/stats/large/51ef0d3ff0ce0e9eea28915ee18a1730.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/stats/large/51ef0d3ff0ce0e9eea28915ee18a1730.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3842,
+ "type": "black_forest_cake_base",
+ "name": "Black Forest Cake Base",
+ "description": "A decadent and rich flavour with every slice. \n \nA flavour first savoured during MouseHunt's 17th birthday!",
+ "display_order": 0,
+ "classification": "base",
+ "tags": [
+ "mousehunt_birthday",
+ "base"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/bases/0b01650b32fd3e03ac6b12acb5cbc6db.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/bases/gray/df29e010ab1a8e3bc9007f18a08339ca.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/bases/0b01650b32fd3e03ac6b12acb5cbc6db.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/bases/0b01650b32fd3e03ac6b12acb5cbc6db.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/bases/trap_small/76a7aa480f62c1dc3534eecf3deced52.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": {
+ "power_type": "",
+ "has_power": true,
+ "power": 300,
+ "power_formatted": "300",
+ "has_power_bonus": true,
+ "power_bonus": 0.17,
+ "power_bonus_formatted": "17%",
+ "has_attraction_bonus": true,
+ "attraction_bonus": 0.17,
+ "attraction_bonus_formatted": "17%",
+ "has_luck": true,
+ "luck": 10,
+ "luck_formatted": "10",
+ "has_cheese_effect": true,
+ "cheese_effect": "Insanely Fresh",
+ "has_skins": false,
+ "skins": [],
+ "has_min_title": true,
+ "has_min_points": false,
+ "min_title": "journeyman",
+ "min_points": 0,
+ "min_points_formatted": ""
+ },
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3843,
+ "type": "chrome_birthday_cannon_skin",
+ "name": "Chrome Birthday Cannon Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon and maintains its ability to blast an additional Dragon Scale from the clutches of mice it captures. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/e0b240ebff33806eee28cfc5eb1eb875.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d3eb48d018d0cba1698fda2eec733c58.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/e0b240ebff33806eee28cfc5eb1eb875.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/e0b240ebff33806eee28cfc5eb1eb875.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/062bce2e4217494da1f6efd35d49bcc5.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "If you're planning to throw a really big party then you're going to need really big balloons and lots of them! There's no better way to fill your party with balloons than this epic Chrome Birthday Cannon. Just crank this thing up to 11 and it will make your party really pop!"
+ },
+ {
+ "id": 3844,
+ "type": "chrome_sleepover_shark_skin",
+ "name": "Chrome Slumber Party of Sharks Trap Skin",
+ "description": "The ultimate upgrade for the ultimate aquatic predator! This fearsome trap is the perfect fusion of cutting edge technology with prehistoric predatory instincts. It takes all the ferocity of its predecessor and enhances it with chrome armour plating, ultra high-powered multi-wavelength laser emitters, and solid chrome teeth so sharp that they could slice through the hull of a battleship like it was a tin can... just imagine what they could do to a mouse!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/a55f1bb012e6d793176e4159f9be43fe.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/91ee6b0e270f8b3324c7e17d7af93871.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/a55f1bb012e6d793176e4159f9be43fe.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/a55f1bb012e6d793176e4159f9be43fe.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2dad930410cf8036da6c3b8ba0d1d302.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_school_of_sharks_weapon",
+ "skin_weapon_name": "Chrome School of Sharks Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/c264c62239f975cd6660a1059bfefda7.jpg",
+ "marketing_text": "Just because these are viscous, mechanical predators with razor-sharp teeth doesn't mean they don't want to get cozy, snuggle up, and pamper themselves once in a while. After a long day of relentless, aquatic hunting, there is nothing this school of sharks would rather do than don their comfiest pajamas and gossip about their day."
+ },
+ {
+ "id": 3845,
+ "type": "cotton_candy_floating_law_upgraded_skin",
+ "name": "Cotton Candy S.T.I.N.G.E.R Trap Skin",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/3880bf27279a2bfe0a23ef3db1a8a984.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/941ea59bd16c2fee3f7c5562ba7d608a.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/3880bf27279a2bfe0a23ef3db1a8a984.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/3880bf27279a2bfe0a23ef3db1a8a984.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/f0e8c50ad1b894e7c981b98c7e995eaf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_law_upgraded_weapon",
+ "skin_weapon_name": "S.T.I.N.G.E.R. Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "marketing_text": "No birthday party is complete without an excessive amount of sweet treats so make sure you bring this miraculous contraption to your next shindig. This Cotton Candy S.T.I.N.G.E.R. makes cotton candy so sticky that ne'er-do-wells who attend this party will be sticking around for a long time! Fortunately, it's also so delicious that they likely won't even mind."
+ },
+ {
+ "id": 3846,
+ "type": "infinite_party_possibilities_skin",
+ "name": "Infinite Dark Party Possibilities Trap Skin",
+ "description": "When the darkest magic in Gnawnia is reflected upon itself, it compounds and amplifies into a twisted terror that stretches into infinity. \n \nConsidered mad by many, the reckless Trapsmiths who designed this dangerously powerful contraption, took the enchanted panes of the Dark Magic Mirrors Trap and multiplied them using some dark and secretive form of alchemy. The panes were then cast into solid gold frames made from Golden Goose Eggs and bound together by the immense strength of a vine from the Bountiful Beanstalk. Finally, the largest pane was inlaid with a finely cut and polished Royal Ruby Bean, mainly for aesthetic flair. \n \nMice who approach this ornate, elaborate, and enchanted construction expect to see themselves but instead find that it is the infinity that stares back at them. Infinite reflections of infinite possibilities pierce the darkest recesses of their minds, enveloping and then consuming them, leaving nothing behind except a shadow without a source, persisting but not existing ad infinitum.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ca62bb2153bbf7c7f5e613e5c9d19479.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5d7409fb3615ac47a11de16170f0dc94.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ca62bb2153bbf7c7f5e613e5c9d19479.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/ca62bb2153bbf7c7f5e613e5c9d19479.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/66f60409fa89f4f852d1fda8340308ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "infinite_dark_magic_mirror_weapon",
+ "skin_weapon_name": "Infinite Dark Magic Mirrors Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/008c8b9ff0ca3aa591824b542b59e601.jpg",
+ "marketing_text": "Why settle for one type of party when you can enjoy them all simultaneously? Look no further than the mystical mirrors of Infinite Dark Party Possibilities where you can see every iteration of every type of party you can imagine. And if all the party possibilities still turn out poorly then don't worry, it's your party and you can cry if you want to."
+ },
+ {
+ "id": 3847,
+ "type": "mad_princess_party_bot_skin",
+ "name": "Mad Princess PartyBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/64f221d13396598fcba2bebf3bdf5c7d.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/f991c06421747cf1c792276bd9f284ce.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/64f221d13396598fcba2bebf3bdf5c7d.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/64f221d13396598fcba2bebf3bdf5c7d.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/a87255e7a3b2baad9bad84e9cef24019.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "There ain't no party like a mad princess party! This rambunctious royal throws wild, backyard ragers every year on her birthday that usually conclude with an unhinged game of the \"Pin the Tail on the King's Mechanic Horse\"."
+ },
+ {
+ "id": 3848,
+ "type": "complete_birthday_2025_adv",
+ "name": "Rescue the SUPER|brie+ Factory!",
+ "description": "Vincent the Magnificent thinks himself to be the owner and operator of the King's SUPER|brie+ Factory, running tours for mice so that they can wreak havoc on the machinery and hold cheese crate shipments hostage. Upgrade machinery, get cheese flowing through pipes and into crates again, and rescue the factory from Vincent's grasp!",
+ "display_order": 0,
+ "classification": "adventure",
+ "tags": [
+ "adventure"
+ ],
+ "environment": [
+ "0"
+ ],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "thumbnail_large": "",
+ "gray": "",
+ "transparent": "",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "best": "https://www.mousehuntgame.com/images/items/adventures/adventure.png",
+ "upscaled": "https://i.mouse.rip/upscaled/adventure.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3849,
+ "type": "arcane_master_egg_convertible",
+ "name": "Arcane Master Egg",
+ "description": "The arcane arts are contained in this egg. Don't forget your spectacular spectacles for the light show.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/fe04520c4dd13366e9dfd4c1390cb627.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e2ef791927778f526a96c0eadbc11139.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e4d9d6c55d57db8e28cf04f2c7f65dbc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/dfb43926e5c67168a16f489200f464c2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e2ef791927778f526a96c0eadbc11139.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e2ef791927778f526a96c0eadbc11139.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e2ef791927778f526a96c0eadbc11139.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3850,
+ "type": "arcane_sunstone_egg_convertible",
+ "name": "Arcane Sunstone Egg",
+ "description": "This glistening egg shines as bright as the students at the School of Sorcery.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e81341895555a31c829176b65c40e77c.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2948ee00d3424298ec8f772094521e64.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/428c72b011d37548ba15d8cee84fa7d5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/17ff65c17dc71273f4f042970f842ed9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2948ee00d3424298ec8f772094521e64.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2948ee00d3424298ec8f772094521e64.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2948ee00d3424298ec8f772094521e64.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3851,
+ "type": "dusted_viceroy_eggsweeper_convertible",
+ "name": "Large Eggsweeper Egg (Tier 6)",
+ "description": "Found while playing the deluxe version of the Eggsweeper mini-game! \n \nContains a higher quantity of various rewards from Viceroy areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7810fd005098cb219162c008e3325904.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e45e7811e4c2edd7afefe126f782a700.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/f7428170500a805172692cb063c0020b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/8e44c2bd2c66be9fff1e29861774513a.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e45e7811e4c2edd7afefe126f782a700.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e45e7811e4c2edd7afefe126f782a700.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e45e7811e4c2edd7afefe126f782a700.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "dusted_archduke_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3852,
+ "type": "egg_easy_treasure_chest_convertible",
+ "name": "Over Easy Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0d99a02a3e816058c8b6c33468cf8b6e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/d549b41abf516d1d0105a2ae304731b9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/574c607d2f39bfdf94d0563fb9d41ac0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/ac84e1964ff718d136776e71eeedd58e.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/d549b41abf516d1d0105a2ae304731b9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/d549b41abf516d1d0105a2ae304731b9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/d549b41abf516d1d0105a2ae304731b9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3853,
+ "type": "egg_eggstreme_treasure_chest_convertible",
+ "name": "Over Eggstreme Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5b20d0eb83cd4f5b9ee2818b24904352.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/2dd1d668c37aac3473bb2386cef98a4b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/457f6d7a2edad2f1ae9b64241ef4d1f7.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1b6b2c092eb88b0cb062aaaa721a9529.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/2dd1d668c37aac3473bb2386cef98a4b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/2dd1d668c37aac3473bb2386cef98a4b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/2dd1d668c37aac3473bb2386cef98a4b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3854,
+ "type": "egg_hard_treasure_chest_convertible",
+ "name": "Over Hard Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2fd2cebeaa314ebb7650af133d24b70b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e372f3890180e246c6bde33f672b61cf.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/eac62c541f5453bdb9ab12fb33b457c4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9bb69589d05582db8ebc8e0887eb18ec.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e372f3890180e246c6bde33f672b61cf.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e372f3890180e246c6bde33f672b61cf.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e372f3890180e246c6bde33f672b61cf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3855,
+ "type": "egg_hunt_easy_convertible",
+ "name": "Over Easy Egg Hunt Scroll Case",
+ "description": "An eggsquisite looking scroll case containing a list of eggs from Novice to Knight ranked areas. Those that find the eggs will be rewarded with Eggsweeper Shovels and other eggcellent items!\n
\nYou must be at least a Knight to purchase this scroll case.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/0ce14de694a52df737180c5630006fa0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/08dc114214e6c7c5ef85901d708265d6.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/9c4239fd50d8a6f4b2b722f5acd296c3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0dc83695ea961fd38650c11b40d2eee9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/08dc114214e6c7c5ef85901d708265d6.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/08dc114214e6c7c5ef85901d708265d6.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/08dc114214e6c7c5ef85901d708265d6.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3856,
+ "type": "egg_hunt_eggstreme_convertible",
+ "name": "Over Eggstreme Egg Hunt Scroll Case",
+ "description": "An eggsquisite looking scroll case containing a list of eggs from Grand Duke to Viceroy ranked areas. Those that find the items will be rewarded with Eggsweeper Shovels and other eggcellent items!\n
\nYou must be at least a Viceroy to purchase this scroll case.\n",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/98586b1368b6197f2170b570b3929d31.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/e0da3fb2595b8c003348b4db7ff7d983.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/e729f41c2ef89f06628fedefd0b3adc0.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/14c8f60a83e1846f9c9f4ab504f1714c.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/e0da3fb2595b8c003348b4db7ff7d983.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/e0da3fb2595b8c003348b4db7ff7d983.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/e0da3fb2595b8c003348b4db7ff7d983.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3857,
+ "type": "egg_hunt_hard_convertible",
+ "name": "Over Hard Egg Hunt Scroll Case",
+ "description": "An eggsquisite looking scroll case containing a list of eggs from Duke to Archduke ranked areas. Those that find the items will be rewarded with Eggsweeper Shovels and other eggcellent items!\n
\nYou must be at least an Archduke to purchase this scroll case.\n",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/20c5cc7695401660ab866d2302cf4e62.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5e7459ea2e82af7656aad4dc07175d4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/40b1c05c331a5148e9a69cd3d33033b6.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0337654f86632d76bd776551833438ac.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f5e7459ea2e82af7656aad4dc07175d4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f5e7459ea2e82af7656aad4dc07175d4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f5e7459ea2e82af7656aad4dc07175d4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3858,
+ "type": "egg_hunt_medium_convertible",
+ "name": "Over Medium Egg Hunt Scroll Case",
+ "description": "An eggsquisite looking scroll case containing a list of eggs from Lord to Count ranked areas. Those that find the eggs will be rewarded with Eggsweeper Shovels and other eggcellent items!\n
\nYou must be at least a Count to purchase this scroll case.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "adventuring",
+ "scroll_case",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9856af8af2ef117ce5bdb508dca6a4c6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5c9acf53c0e3b5cbce8a753c363ebb21.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/101f52618d2bbfd820534426d9f9280b.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/809028973359ec303acd012611158079.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5c9acf53c0e3b5cbce8a753c363ebb21.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5c9acf53c0e3b5cbce8a753c363ebb21.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/5c9acf53c0e3b5cbce8a753c363ebb21.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 1
+ },
+ {
+ "id": 3859,
+ "type": "egg_medium_treasure_chest_convertible",
+ "name": "Over Medium Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/980267289488de24ba72aa27501d3dc6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3b05f6df98a2a56d6f02cb15e1cbf065.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6c2a181be0dc1574c63f3523c4738b7f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/68a80be5a606791a31f804bff7532973.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3b05f6df98a2a56d6f02cb15e1cbf065.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3b05f6df98a2a56d6f02cb15e1cbf065.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3b05f6df98a2a56d6f02cb15e1cbf065.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3860,
+ "type": "eggstravagant_supply_kit_2025_convertible",
+ "name": "Large Eggstravagant Supply Kit",
+ "description": "This eggstra special supply kit is the pinnacle of eggstravagance! For those who love to celebrate the season of renewal, there is no better way than to crack one of these open and indulge in the eggstraordinary goodies! \n \nInside you'll find: \n \n\n• 15 Magical Eggsweeper Fertilizer \n• 500 Eggsweeper Shovels \n• 200 Eggstra Fondue \n Provides the Lucky Golden Shield for 4 Months from date of opening.
Visit the Special section of your inventory to open this item. Visit the Send Supplies page to gift this item to a friend.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/322edb37c48c04f2051863a99943adb8.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/4f1a6a2613ecff5519f0e0c2619c0ba4.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/4a160c4079f3fcb726be0fa23edd37a5.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/95d31e8445b60c551412d3d08f1972e8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/4f1a6a2613ecff5519f0e0c2619c0ba4.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/4f1a6a2613ecff5519f0e0c2619c0ba4.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/4f1a6a2613ecff5519f0e0c2619c0ba4.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3861,
+ "type": "fire_grub_egg_convertible",
+ "name": "Fire Grub Egg",
+ "description": "Hot to the touch, these eggs are self incubating!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/e780170773c9b2a3cdb80958bae35dd4.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1287639878751b1e123b315aa7a1798b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c84b4188be226dadbbda242da2cc223f.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b9f922ab76ae82954cdc0fea9acf94d0.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1287639878751b1e123b315aa7a1798b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1287639878751b1e123b315aa7a1798b.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1287639878751b1e123b315aa7a1798b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3862,
+ "type": "ice_grub_egg_convertible",
+ "name": "Ice Grub Egg",
+ "description": "Frozen solid, this egg is harder than a hard boiled egg.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/15dc689f3fe41933c4caa4d81c3ff382.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/caab86831508954794524214e0bd529a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d6f1bf8438b28ce54742a7e1695687cb.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b81b55c2dcf9c4438375e6849c220ed9.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/caab86831508954794524214e0bd529a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/caab86831508954794524214e0bd529a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/caab86831508954794524214e0bd529a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3863,
+ "type": "m1000_egg_convertible",
+ "name": "M1000 Egg",
+ "description": "An amalgamation of fearsome parts of powerful mice found within the Kingdom, this egg embodies the aspirations of the Mythweaver's hard work.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ca148ac75be6bdfd2dec0b959fcd4a0f.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/68629eaa22f703e282ff31610584c9ad.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/d67a709be5deac7ef63061b5b9454f42.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9d2c498effab231fdf7e2362babb8657.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/68629eaa22f703e282ff31610584c9ad.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/68629eaa22f703e282ff31610584c9ad.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/68629eaa22f703e282ff31610584c9ad.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3864,
+ "type": "mythical_dragon_egg_convertible",
+ "name": "Mythical Dragon Emperor Egg",
+ "description": "In the darkest, deepest depths of the Draconic caverns lies the mightiest egg of all eggs, self proclaimed \"eggperor\".",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ffb399aae8d80bfda8911cee41ac81cb.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/f3374f159ad2b46769175d603fe5fb6e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0ec5ae585a6990a660dc2972bbf9003c.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9b4aef3b8e6ed1df0205ac2d406f6afb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/f3374f159ad2b46769175d603fe5fb6e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/f3374f159ad2b46769175d603fe5fb6e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/f3374f159ad2b46769175d603fe5fb6e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3865,
+ "type": "mythical_master_egg_convertible",
+ "name": "Mythical Master Sorcerer Egg",
+ "description": "This egg lays between the balance of the arcane and the shadow.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/bc174a3ad36bd0059a4b832a450ec440.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/aa884461f791816aace5c0b43bbf6f3e.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/0c79871043d734808f3f71e652805c54.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/9255c474edfaabe42ad68cf6fb3d8c57.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/aa884461f791816aace5c0b43bbf6f3e.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/aa884461f791816aace5c0b43bbf6f3e.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/aa884461f791816aace5c0b43bbf6f3e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3866,
+ "type": "poison_grub_egg_convertible",
+ "name": "Poison Grub Egg",
+ "description": "Poking the egg will cause noxious fumes to leak out, crack open with caution.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/5519fe2d606232b07e9c72e56889f8bd.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/142f08761b26ccf1861462d72a5be82a.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/aca183d08b551fc3e75cc83d97025d15.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b27b1e964b8ac4961f7fbd794c3c45e4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/142f08761b26ccf1861462d72a5be82a.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/142f08761b26ccf1861462d72a5be82a.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/142f08761b26ccf1861462d72a5be82a.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3867,
+ "type": "rare_egg_easy_treasure_chest_convertible",
+ "name": "Rare Over Easy Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/61e86f578c486b1142a0cfb7013f6b76.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/3b6cb4c686ecf2015217ca30370cfeaa.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/dc9cbba93dccf58abd55382703f5bcbc.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/1b1049808e41a88b88fc26e2ef7f1cfb.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/3b6cb4c686ecf2015217ca30370cfeaa.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/3b6cb4c686ecf2015217ca30370cfeaa.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/3b6cb4c686ecf2015217ca30370cfeaa.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3868,
+ "type": "rare_egg_eggstreme_treasure_chest_convertible",
+ "name": "Rare Over Eggstreme Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/05eed27e4fd3e5ab6109cf41d9bffefa.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/758d6082cf070c17e1e1289316b4e0df.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/170ba44c3738582930812d278969aec3.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/174022017c2130ab6c09ddd2bd697f0f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/758d6082cf070c17e1e1289316b4e0df.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/758d6082cf070c17e1e1289316b4e0df.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/758d6082cf070c17e1e1289316b4e0df.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3869,
+ "type": "rare_egg_hard_treasure_chest_convertible",
+ "name": "Rare Over Hard Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/77438fc9682d659c020a2958705776a6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/39b290cdcfa7e995a475690a3cdd8681.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/078f85495caf07a1ebb4925ce76517bd.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/7cc59c720ef4bc1c208b55d15730cef8.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/39b290cdcfa7e995a475690a3cdd8681.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/39b290cdcfa7e995a475690a3cdd8681.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/39b290cdcfa7e995a475690a3cdd8681.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3870,
+ "type": "rare_egg_medium_treasure_chest_convertible",
+ "name": "Rare Over Medium Treasure Chest",
+ "description": "You and your friends have completed an Egg Hunt and have discovered this eggciting Treasure Chest!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "treasure_chests",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/74ee9a0d5668bd0f8e163ed7979d45d6.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/1c07989b3e1229ae9e0ac147a8fdb1f9.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/6b6789b19741a4545f5143b858c0bc16.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/53a869411bfb6fb2063399835bff05bf.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/1c07989b3e1229ae9e0ac147a8fdb1f9.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/1c07989b3e1229ae9e0ac147a8fdb1f9.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/1c07989b3e1229ae9e0ac147a8fdb1f9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3871,
+ "type": "shadow_master_egg_convertible",
+ "name": "Shadow Master Egg",
+ "description": "A quantum egg constantly flipping states between cracked and uncracked. Every time you look at it though, it always seems to be intact.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/299f91d1fe3d197d8f038a1b16484029.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/a7ef1f9bb2023bfc30c34a7e2493526d.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/7f4c37d4121fc06d24e3f37ea0255f5e.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/b6dac4ff97b6c1766a7b8d89350c3262.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/a7ef1f9bb2023bfc30c34a7e2493526d.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/a7ef1f9bb2023bfc30c34a7e2493526d.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/a7ef1f9bb2023bfc30c34a7e2493526d.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3872,
+ "type": "shadow_moonstone_egg_convertible",
+ "name": "Shadow Moonstone Egg",
+ "description": "An egg sought out by the students of the School of Sorcery who particularily enjoy the Shadow Sciences.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/9882f72c4604b9dd1b96137bfa952eed.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/c268bf3f80a85a3bcd196431f0706626.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/11e64b3b84f7266e138f16e5fb108fc2.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/13b5f86ad6cef3affe999c7fef7eba52.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/c268bf3f80a85a3bcd196431f0706626.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/c268bf3f80a85a3bcd196431f0706626.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/c268bf3f80a85a3bcd196431f0706626.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3873,
+ "type": "sorcerer_sapphire_egg_convertible",
+ "name": "Sorcerer's Sapphire Egg",
+ "description": "An egg yearned for by all the sorcerers in the School. This prized egg is awarded to those who are skilled enough to enroll in the final exam.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/ff2464057fc384fc2e1a0ad003c67899.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/16c22ae9f0d5163c0c07ce9500e8eb38.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/5a9ee1bfecc796d1f3c4aad1896b6b25.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/2a8bdbf0225ace06de94c86dd9ff5ef2.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/16c22ae9f0d5163c0c07ce9500e8eb38.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/16c22ae9f0d5163c0c07ce9500e8eb38.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/16c22ae9f0d5163c0c07ce9500e8eb38.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3874,
+ "type": "viceroy_eggsweeper_convertible",
+ "name": "Small Eggsweeper Egg (Tier 6)",
+ "description": "Found while playing the Eggsweeper mini-game! \n \nContains a variety of rewards from Viceroy areas in the Kingdom.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "spring_hunt",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/6d963aa0a9c3be6e882e882b36618ef0.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/7ad33bdcdbee691e541fa2e0eb401768.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/939aae837f0acc5f4b7d348918c9f9b4.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/de9eab67b0cc728bf2730a9c9fb72db4.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/7ad33bdcdbee691e541fa2e0eb401768.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/7ad33bdcdbee691e541fa2e0eb401768.png",
+ "upscaled": "https://www.mousehuntgame.com/images/items/convertibles/large/7ad33bdcdbee691e541fa2e0eb401768.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": {
+ "archduke_eggsweeper_convertible": 1
+ },
+ "quantity_limit": 0
+ },
+ {
+ "id": 3875,
+ "type": "chrome_floral_dragon_cannon_skin",
+ "name": "Chrome Floral Cannon Trap Skin",
+ "description": "The powerful Dragon Slayer Cannon upgraded with a new and shiny chrome plated shell. The upgrade of the chrome coating offers exceptional heat resistance which insulates the inner core, preventing power lost through heat dissipation by an additional 25%! Increasing the overall power and efficacy of the Cannon and maintains its ability to blast an additional Dragon Scale from the clutches of mice it captures. \n \nA masterpiece of Dragon hunting equipment!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/e823006eeb6bcb4308826bc4575eade8.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/cf09fe35d11785b77ac3c10bd6ea3075.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/e823006eeb6bcb4308826bc4575eade8.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/e823006eeb6bcb4308826bc4575eade8.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/42fec060735462e0085deb8ded176574.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_dragon_slayer_cannon_weapon",
+ "skin_weapon_name": "Chrome Dragon Slayer Cannon",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/82ba91ffed5dade01bda8bbbdc0f7d2e.jpg",
+ "marketing_text": "Chrome petals float around the cannon just as an egg has been launched from it at near mach speed. Eggs can be seen flying over the horizon from Queso Canyon all the way to the Mountains of Gnawnia."
+ },
+ {
+ "id": 3876,
+ "type": "eggstravagant_kingbot_skin",
+ "name": "Eggstravagant KingBot Trap Skin",
+ "description": "Using the new and improved Chivalric Code++ (CC++) programming language in combination with the latest advancements in A.I. (Aristocratic Intelligence), comes the cutting edge in Physical mouse trap technology: the Legendary KingBot! \n \nThis model improves upon the statistics of its predecessor, the Charming PrinceBot, in every way by employing the most sophisticated nobility algorithms ever conceived. It was designed with a Worthiness Factor so high that when confronted with the industry standard Sword-in-the-Stone unit test, it not only removed the sword with ease but completely obliterated the stone in the process!",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/d6451d4d47045ab056909184fee61f78.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e9feb05d47031c5e297811649c800f22.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/d6451d4d47045ab056909184fee61f78.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/d6451d4d47045ab056909184fee61f78.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/22bb040045eb0af4577c198cb35e004e.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "legendary_kingbot_weapon",
+ "skin_weapon_name": "Legendary KingBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/879ffa11fcc2f02d5a74bf22931c02a5.jpg",
+ "marketing_text": "The Eggstravagant KingBot, devout searcher of eggs gallops around the Kingdom looking for hidden marvels... and eggs. With his findGnawniaEggs algorithm, he will leave no stone unturned searching for his prize."
+ },
+ {
+ "id": 3877,
+ "type": "fount_of_fluff_skin",
+ "name": "Fount Of Fluff Trap Skin",
+ "description": "A bubbling fount of molten queso which is superheated faster than it can vaporize. The surface tension is so high that even the slightest vibration can trigger an explosion! The specially crafted spouts focus the eruption towards the placement of the cheese on the trap hoping to cover any mice that wander too close.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/4b9a7ab345aaec55ecad659323d8cbcb.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/5953416a1e15badcc8a76e68b28dce62.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/4b9a7ab345aaec55ecad659323d8cbcb.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/4b9a7ab345aaec55ecad659323d8cbcb.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1491ce13d3ff2021524b2dc3d2d5fe47.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "geyser_hydro_weapon",
+ "skin_weapon_name": "Queso Fount Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/e7dfc6667f77fc2d6dc80ac7757127bc.jpg",
+ "marketing_text": "The ground shakes below unknowing what's to show. Hundreds of rabbits run about, causing a fluffy white-out!"
+ },
+ {
+ "id": 3878,
+ "type": "slumbering_bunny_skin",
+ "name": "Slumbering Bunny Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/fa55e90af5826b8e76c7510e8ae136ca.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/d29def2e4f7ae3520f51603f629ded80.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/fa55e90af5826b8e76c7510e8ae136ca.jpg",
+ "upscaled": "https://www.mousehuntgame.com/images/items/skins/fa55e90af5826b8e76c7510e8ae136ca.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/2bc1dc31f23f98402ecadeebc9aff4f3.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "Snoozing in a meadow, the giant fluff ball's snores can be heard from miles away. Don't get too close to pet the beast because you might wake it up, although its fur does look soft..."
+ },
+ {
+ "id": 3879,
+ "type": "chrome_regal_thinking_tree_trap_skin",
+ "name": "Chrome Regal Thinking Tree Trap Skin",
+ "description": "A mystical stone structure soaked in thought wave magnifying chrome. The resonance of the chrome amplifies the thought projections of the encased jewels, allowing them to grasp the minds of mice from further away. The mind erasure process is even faster as everything the mice experience is chrome! The jewels work their magic until the victim's mind is as spotless and shiny as the chrome itself.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/ce4da2dd64672f85a7978a94e0e97044.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e2429b9d09f59c3efa5ffc265da01353.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/ce4da2dd64672f85a7978a94e0e97044.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/5cf681fc75ae0de988b829c49229b8bf.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "chrome_floating_forgotten_upgraded_weapon",
+ "skin_weapon_name": "Chrome Thought Obliterator Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/ca86ad5dc1ea47ffb0509190d9fd8128.jpg",
+ "marketing_text": "Sometimes when you have a lot on your mind and are feeling overwhelmed, taking a moment to sit under the lush canopy of a breathtakingly beautiful tree can really help you put it all in perspective. The Chrome Regal Thinking Tree takes things to another level by granting mice a whole new perspective to appreciate. \n \nGranting them a peaceful moment to meditate, mice often rest against the trunk and reflect upon their invasion plans while they nibble the trap's cheese. Its elegance, beauty, and mind piercing crystal are sure to further dissuade any invasion plans. \n \nAfter all, if the mice were to succeed and destroy the kingdom, where else would they get to encounter such immaculate beauty while enjoying the perfect morsel of cheese?"
+ },
+ {
+ "id": 3880,
+ "type": "regal_princebot_trap_skin",
+ "name": "Regal Princebot of the Golden Glade Trap Skin",
+ "description": "This state-of-the-art machine was designed using Gnawnia's most sophisticated droid technology and programmed using the latest version of Chivalric Code to ensure the most accurate honour and nobility algorithms. It comes equipped with 24-karat luscious golden locks as well as a glistening, stainless steel longsword that is nearly as sharp as the PrinceBot's charming wit. Every model comes complete with a Trusty SteedBot to improve height, speed, and dramatic flair.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/338f96387dbc5cd5496b2662121a6d56.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/1bd9dc2c1491bc37bae1c7a05d20f673.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/338f96387dbc5cd5496b2662121a6d56.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/d96d3617cb5e8d3425003940780c5e98.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "charming_princebot_weapon",
+ "skin_weapon_name": "Charming PrinceBot",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/37315be13b706f2e49797dea31c7bbd0.jpg",
+ "marketing_text": "Immaculate. Resplendent. Splendiferous. \n \nWhatever words dare attempt to describe being overwhelmed by true sublime beauty, they always seem to fall short in the presence of this refulgent idol. \n \nThis hoofed avatar of peace and prosperity stun all who gaze upon it. Mice who dare to approach the cheese end up dumbstruck in the princes' glowing presence. A graceful flash of its golden mane and a swift flurry of its staff are generally the last thing mice remember, at least if they haven't immediately pledged themselves to love, beauty and obscene opulence."
+ },
+ {
+ "id": 3881,
+ "type": "regal_slumbering_boulder_trap_skin",
+ "name": "Regal Stalwart Guardian Trap Skin",
+ "description": "This formidable, fully-powered contraption has the ability to resonate subharmonic frequencies that only mice can hear. It uses this melodious stonesong to lure its prey hypnotically into a secluded location deep within a rock formation. Once the mesmerized mouse is within reach, the trap snatches it with its mighty stone pincers and encases it into a nearby boulder. It then uses its ultra-high powered laser tail to carve a slab out of the boulder so that it can carry the encased mouse and deliver it to the hunter on a stone platter. \n \nIt is said that the trap resonates a unique stonesong depending on the mouse but all the hunter ever hears is rock. Over time, some hunters have grown quite fond of this strange but compelling \"rock music\".",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/aa8e4f4e2f84a2dfb951a553fb9130b2.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/e052ba428ef4ef5d509c210adaca75e5.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/aa8e4f4e2f84a2dfb951a553fb9130b2.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/1cfa2390c778cd664dc856c6bb3171c9.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_tactical_upgraded_weapon",
+ "skin_weapon_name": "Slumbering Boulder Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/d3f2a9209a9ff9f959f636bad7117d58.jpg",
+ "marketing_text": "It is said that these elite guardians were first commissioned by the King in order to guard the Prize Vault. Thankfully hunters had become so good at protecting the castle from mouse invasion, that these specialized units never saw even a single mouse. Rather than letting these works of high-tech art and culture collect dust, the King decided to make this model available to all hunters. \n \nThis Regal Stalwart Guardian will remain on high-alert at all times, ever ready to protect your most valuable items and resources from menacing mouse marauders."
+ },
+ {
+ "id": 3882,
+ "type": "regal_vault_procession_trap_skin",
+ "name": "Regal Vault Procession Trap Skin",
+ "description": "The Surprise Transport Incarceration Nuisance Grabber Enhanced Retrofit takes the art of criminal capture to the next level. The increased power allows it to actively seek out suspects rather than simply waiting for them to turn up of their own volition. The bright lights make the fake gold and gems sparkle and glisten irresistibly which can fool even the more discerning criminals, making this model a far more thorough and efficient convict catcher. \n\t \n\tThe slogan for this model is \"Clean up the skies!\" which is generally considered to be a bit ironic given the excessive extra pollution that it produces over its predecessor.",
+ "display_order": 0,
+ "classification": "skin",
+ "tags": [
+ "skin"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/skins/bbba56f1f37395db87da050939148752.jpg",
+ "large": "",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/skins/gray/310994971a6cec885c49e51abce21e14.jpg",
+ "transparent": "",
+ "transparent_large": "",
+ "best": "https://www.mousehuntgame.com/images/items/skins/bbba56f1f37395db87da050939148752.jpg",
+ "trap": "https://www.mousehuntgame.com/images/items/skins/trap_small/fea32c214886e619e982d299882de1f7.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": true,
+ "is_tradable": true,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": true,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0,
+ "skin_weapon_type": "floating_law_upgraded_weapon",
+ "skin_weapon_name": "S.T.I.N.G.E.R. Trap",
+ "skin_weapon_thumbnail": "https://www.mousehuntgame.com/images/items/weapons/2c4cb89cdd16d1ad04bfb8d6ab07650c.jpg",
+ "marketing_text": "Nothing entices master criminal mice more than a chance to steal a piece of cheese AND a healthy chunk of the Royal Treasury. \n \nMice who dive through this regal door hoping to pluck some treasure quickly find themselves securely locked up and being transported to face royal justice. \n \nAt least during the ride, they'll have an accompaniment of trumpets as they are half buried by looming piles of gold. Once they tire of attempting to swim through dense, sloshing waves of gold, they can always rest against the \"criminally soft\", velvet-lined, ultra-heavy-duty vault door. \n \nIf you're going to get caught during a heist, it might as well be a fantastic spectacle!"
+ },
+ {
+ "id": 3883,
+ "type": "draconic_depths_multi_cheese_pack_convertible",
+ "name": "Draconic Depths Multi Cheese Mega Pack",
+ "description": "An overflowing bundle of cheeses from the Draconic Depths! \n \nIncludes:\n
\n
100 Fiery Fontina Cheese
\n
100 Icy Isabirra Cheese
\n
100 Poisonous Provolone Cheese
\n
",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/2c2c8e174923256cea3d739c388caa1e.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/74aa90248ed7a54a31301c6634b6093f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/c026a9342ffa206b6246cbecce46112d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/4e080d1ae6bcf5816ddf9f548f394cab.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/74aa90248ed7a54a31301c6634b6093f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/74aa90248ed7a54a31301c6634b6093f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3884,
+ "type": "large_steel_barrel_convertible",
+ "name": "Large Steel Barrel",
+ "description": "This is the largest version of Lil Jill's Steel Barrels. It's packed with a hefty amount of extremely volatile material that should only be handled by well-trained professionals! \n \nHandle with Extreme Care! \n \nInside you'll find: \n \n\n• 60 Dragon Embers \n• 60 Dragon Ashes \n
Visit the Special section of your inventory to open this item.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/7cfbe6c2d0525c8bdb52ba11d4dbf449.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/187d887bd19308a9b3ea10a258c2f15b.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/2c6804f3019435da2b0574b9fb7511b8.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/6ff2197b53cc34141fdb06d5b4033316.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/187d887bd19308a9b3ea10a258c2f15b.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/187d887bd19308a9b3ea10a258c2f15b.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3885,
+ "type": "large_unstable_geode_convertible",
+ "name": "Large Unstable Geode",
+ "description": "These massive, miraculous minerals form naturally in the Draconic Depths but can only be retrieved by a skilled geologist who knows how to spot them. On the outside, they look like any other rock but on the inside, they are loaded with extremely valuable resources! \n\t \n\tCrack open this breathtakingly beautiful geode to find a random assortment of 100 cheeses including Elemental Emmental, Fiery Fontina, Icy Isabirra, and Poisonous Provolone. \n\t \n\tIn addition, you'll find 600 Dragon Embers, a random assortment of 25 Dragonbane charms, and very rarely, you might even find a Dragon's Skull!",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/99912a3806ea5405186b51b5f9a14f5b.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5d825a12374fbaa3a9d8b1d1cdb1936f.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/ad090f4c1449f2e446b9831dc88dbf56.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/47803528d426bb8db5080bb5884c7d1f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5d825a12374fbaa3a9d8b1d1cdb1936f.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5d825a12374fbaa3a9d8b1d1cdb1936f.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3886,
+ "type": "medium_steel_barrel_convertible",
+ "name": "Medium Steel Barrel",
+ "description": "This is the mid-sized version of Lil Jill's Steel Barrels. It's packed with a moderate amount of highly flammable and extremely dangerous material! \n \nHandle with Extreme Care! \n \nInside you'll find: \n \n\n• 20 Dragon Embers \n• 20 Dragon Ashes \n
Visit the Special section of your inventory to open this item.",
+ "display_order": 0,
+ "classification": "convertible",
+ "tags": [
+ "convertibles",
+ "convertible"
+ ],
+ "environment": [],
+ "images": {
+ "thumbnail": "https://www.mousehuntgame.com/images/items/convertibles/8ab184592e52337ba502f9f226a5024d.gif",
+ "large": "https://www.mousehuntgame.com/images/items/convertibles/large/5202a20af541173095ddd9aeb7b10d49.png",
+ "thumbnail_large": "",
+ "gray": "https://www.mousehuntgame.com/images/items/collectibles/gray/fb727e4d7233bf0b184fd591796d2f0d.jpg",
+ "transparent": "https://www.mousehuntgame.com/images/items/convertibles/transparent_thumb/0be035b41d376235b262fc853385b40f.png",
+ "transparent_large": "https://www.mousehuntgame.com/images/items/convertibles/large/5202a20af541173095ddd9aeb7b10d49.png",
+ "best": "https://www.mousehuntgame.com/images/items/convertibles/large/5202a20af541173095ddd9aeb7b10d49.png"
+ },
+ "is_limited_edition": false,
+ "is_givable": false,
+ "is_tradable": false,
+ "is_convertible": false,
+ "is_smashable": false,
+ "is_potion": false,
+ "is_skin": false,
+ "is_charm": false,
+ "is_quantity_limited": false,
+ "is_airship_part": false,
+ "has_stats": false,
+ "parts": [],
+ "quantity_limit": 0
+ },
+ {
+ "id": 3887,
+ "type": "small_steel_barrel_convertible",
+ "name": "Small Steel Barrel",
+ "description": "This is the pint-sized version of Lil Jill's Steel Barrels. Don't let its size fool you, it's just as flammable and dangerous as the bigger ones! \n \nHandle with Extreme Care! \n \nInside you'll find: \n \n\n• 10 Dragon Embers \n• 10 Dragon Ashes \n